Taylor expansions in two variables

  • Thread starter Thread starter mimsy57
  • Start date Start date
  • Tags Tags
    Taylor Variables
Click For Summary
SUMMARY

The discussion focuses on using Taylor expansions in two variables to approximate the function values f(1.2, 3.1) and f(0.9, 2.8) given f(1, 3) = 7 and specific partial derivatives. The correct Taylor expansion formula incorporates first and second derivatives, including factorials for proper scaling. The user initially misapplied the formula by omitting necessary factorials and cross-derivative terms, leading to incorrect results. Understanding the complete Taylor series expansion is essential for accurate calculations in multivariable calculus.

PREREQUISITES
  • Understanding of Taylor series expansions in multivariable calculus
  • Knowledge of partial derivatives and their notation
  • Familiarity with factorial notation and its application in series expansions
  • Basic skills in evaluating functions of multiple variables
NEXT STEPS
  • Study the complete Taylor series expansion for functions of two variables
  • Learn about mixed partial derivatives and their significance in Taylor expansions
  • Practice problems involving Taylor expansions with varying degrees of derivatives
  • Explore applications of Taylor series in approximating functions in physics and engineering
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus, multivariable functions, and numerical methods for function approximation.

mimsy57
Messages
17
Reaction score
0
1. Problem: if f(1,3)=7, use Taylor expansion to describe f(1.2,3.1) and f(.9,2.8) if the partials of f are give by

df/dx=.2
d^2f/dx^2=.6
df/dy=.4
d^2f/dy^2=.9

(you do not need to go beyond the second derivative for this problem)

2. I know from class how to do this if one variable changes. I thought I knew how to do it with 2, but I am getting the wrong answer.

if I wanted to do f(1.2,3) I would do f(1,3)+df/dx*(.2)+d2f/dx2*(.2)^2=7+(.2)*(.2)+(.2)^2/2*(.6).

so I thought if I wanted to do both, I would expand in both variables:

f(1.2,3.1) ~ f(1,3)+df/dx*(.2)+d2f/dx2*(.2)^2+df/dy*(.1)+d2f/dy2*(.1)^2

Why is this coming out to be the wrong answer?
 
Physics news on Phys.org
Perhaps you are missing some factorials?
 
If f(x, y) is a function of the two variables, x and y, then its Taylor series, about x= a, y= b, is
f(a,b)+ f_x(a,b)(x- a)+ f_y(a,b)(y- b)+ (f_{xx}(a,b)/2!)(x- a)^2+ (f_{xy}(a,b)/2!)(x- a)(y- b)+ (f_{yy}(a,b)/2!)(y- b)^2+ (f_{xxx}(a,b)/3!)(x- a)^3+ (f_{xxy}(a,b)/3!)(x- a)^2(y- b)+ (f_{xyy}(a,b)/3!)(x-a)(y-b)^2+ (f_{yyy}(a,b)/3!)(y- b)^2+ \cdot\cdot\cdot
Get the idea?
 

Similar threads

Replies
26
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
Replies
21
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K