Partial Taylor Series Expansion

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
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:

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

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


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: