Finding Taylor Polynomial of Degree 2 for f(x,y,z)

  • Thread starter Thread starter AKG
  • Start date Start date
  • Tags Tags
    Definition
AI Thread Summary
To find the Taylor polynomial of degree 2 for the function f(x, y, z) = (x^2 + 2xy + y^2)e^z at the point (1, 2, 0), Taylor's Theorem is applicable. The value for k should be set to 2, indicating that the polynomial will include terms up to the second degree. Derivatives of f must be calculated up to the second order and evaluated at the specified point to determine the coefficients. The resulting polynomial will follow the specified form, incorporating the calculated coefficients. This approach will yield the desired Taylor polynomial.
AKG
Science Advisor
Homework Helper
Messages
2,559
Reaction score
4
I have a question that asks me to find the Taylor polynomial of degree 2 of the function:

f(x, y, z) = (x^2 + 2xy + y^2)e^z

at (1, 2, 0). I have Taylor's Theorem given as follows:

If f : V \to \mathbb{R}, V is open, V \subseteq \mathbb{R}^n, c \in V, h \in \mathbb{R}^n, f is of class C^{k + 1}, and c + th \in V if 0 \leq t \leq 1, then:

f(c + h) = \sum _{l = 0} ^{k} \left ( \sum _{\{\alpha \in \mathbb{Z}_+ ^n : |\alpha | = l\} } \frac{D_1 ^{\alpha _1} \dots D_n ^{\alpha _n}f(c)}{l!}(h_1 ^{\alpha _1}, \dots , h_n ^{\alpha _n})\right ) + \sum _{\{\alpha \in \mathbb{Z}_+ ^n : |\alpha | = k + 1\}}\left ( \int _0 ^1 \frac{(1 - t)^k}{k!}D_1 ^{\alpha _1} \dots D_n ^{\alpha _n} f(c + th)(h_1 ^{\alpha _1}, \dots , h_n ^{\alpha _n})dt\right )

Is this ugly thing above the thing I'm supposed to be working with? And if I'm asked for the polynomial of degree 2, then should my value for k be 1 or 2 (or something else)? Thanks.
 
Physics news on Phys.org
Yes, the ugly thing above is Taylor's Theorem which you are supposed to be working with. For the polynomial of degree 2, your value for k should be 2.
 


Yes, the expression above is the formula for Taylor's Theorem. In this case, since you are asked to find the Taylor polynomial of degree 2, your value for k should be 2. This means that your polynomial will have terms up to the second degree. To find the polynomial, you will need to calculate the derivatives of f(x,y,z) up to order 2 and evaluate them at the point (1,2,0). Then, using the formula, you can find the coefficients for each term in the polynomial. Remember that the polynomial will have the form:

P(x,y,z) = f(1,2,0) + a(x-1) + b(y-2) + c(z-0) + d(x-1)^2 + e(x-1)(y-2) + f(y-2)^2 + g(z-0)^2

where a,b,c,d,e,f,g are the coefficients you will calculate. Hope this helps!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top