Partial Taylor Series Expansion

Saladsamurai
Messages
3,009
Reaction score
7
"Partial" Taylor Series Expansion

It has been awhile since I have had to use a Taylor series expansion (from scratch). I looked it up on wiki and the rules are easy enough, I am just a little confused as to how I apply it to a multivariable function, but only expand it about one variable.

For example, if I want to expand the function f(x,y) about x = a only, for let's say the first two terms of the expansion, how would I do that?

Would it just be:

f(x,y) = f(a,y) + \frac{f_x(a,y)}{1!}(x - a) ?

I have a feeling it is not this simple...
Thoughts?
 
Physics news on Phys.org


That looks right. The function gy defined by
gy(x) = f(x,y)​
is an ordinary single-variable function, and the ordinary Taylor series formula works.
 


Hurkyl said:
That looks right. The function gy defined by
gy(x) = f(x,y)​
is an ordinary single-variable function, and the ordinary Taylor series formula works.

Sweet! Thanks Hurkyl. :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top