View Single Post
  #5  
Old October 21st, 2007, 01:26 PM
Jhevon's Avatar
Jhevon Jhevon is offline
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by topsquark View Post
For the record the multidimensional Taylor series around the point \bold{x} = \bold{a} is
T( \bold{x} ) = \sum_{ | \alpha | \geq 0 } \frac{D^{ \alpha } f( \bold{a} ) }{ \alpha ! } ( \bold{x} - \bold{a} )^{ \alpha }
where the expression employs multi-index notation. (I don't know the formula for the error term, sorry! But you can probably generalize it from the 1D Taylor series.)

-Dan
hehe, we did that in my class the other day. I don't remember the formula for the error term, and i can't bother reaching for my text right now. maybe i'll update this post later... or TPH may tell you, he remembers all this stuff off the top of his head after reading it once. Heck, he could probably tell you on what specific homework problems he used it in (the section in the text, the problem number, maybe the page number, and the exact question), again, of course, off the top of his head.

Quote:
Originally Posted by Undefdisfigure View Post
No, I got up to what you wrote in reply to my thread. That part I understand. I ran into problems when I was taking the partial derivative and was hoping you could show me how to take the partial derivatives. Thanks for your reply though and I'm hoping you can go a couple of steps further.

By the way the book gives the answer 3/7x + 2/7y + 6/7z. It appears the point (3, 2, 6) is used in the answer but I don't know how they got it.
f(x,y,z) = \sqrt{x^2 + y^2 + z^2}

i will find f_x(x,y,z), the partial derivative with respect to x. we treat y and z as constants, and employ the Chain rue:

\Rightarrow f_x = \frac 12 \left( x^2 + y^2 + z^2 \right)^{-1/2} \cdot 2x = \frac x{\sqrt{x^2 + y^2 + z^2}}

this problem is "symmetric" in all variables, so for the other partial derivatives, just replace the x in the numerator with the variable you are differentiating with respect to. and continue
Reply With Quote