Taylor Series in Multiple Variables

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
1 reply · 4K views
gschran
Messages
1
Reaction score
0
Can anyone help me for the leading order terms in the taylor series for the function
f(x,y) = Sqrt(a*x^8+b*x^4*y^4+y^8),
centered at x=0,y = 0 and a,b,c constants?
 
Physics news on Phys.org
Your question really depends on the values of x and y. And your expression doesn't have c. I assumed your function to be:

[tex]f(x,y)=\sqrt{a x^8+b x^4y^4+c y^8}[/tex]

I only outline the method to obtain a power series here.

[tex]f(x,y)=c y^8\sqrt{1+\left(\frac{a x^8+b x^4y^4}{c y^8}\right)}[/tex]

By

[tex](1+x)^p=\sum _{k=0}^{\infty } \binom{p}{k}x^k[/tex]

,we have:

[tex]f(x,y)=c y^8\sum _{k=0}^{\infty } \binom{\frac{1}{2}}{k}\left(\frac{a x^8+b x^4 y^4}{c y^8}\right)^k[/tex]

There is another expansion method as well, in which you take out the power x instead of y. It depends on the values of x and y. Since the expansion of [tex](1+x)^p[/tex] is valid for |x| < 1 (|x| = 1 is more complicated).