Understanding Taylor Series Error & Degrees of Variables

Click For Summary
SUMMARY

The discussion focuses on the relationship between the degree of a Taylor series (TS) and the associated error in numerical methods. Specifically, it addresses how to evaluate the error in a function Q with two variables, x and y, using first-order partial derivatives. The participants emphasize calculating higher-order terms to accurately assess which variable contributes more significantly to the error. A practical approach involves comparing the first-order approximation with second-order terms to determine the dominant error source.

PREREQUISITES
  • Understanding of Taylor series expansion
  • Familiarity with partial derivatives
  • Knowledge of error analysis in numerical methods
  • Basic calculus concepts
NEXT STEPS
  • Study Taylor series error analysis in depth
  • Learn about higher-order derivatives and their implications
  • Explore numerical methods for multivariable functions
  • Investigate the use of mixed partial derivatives in error estimation
USEFUL FOR

Students in numerical methods courses, mathematicians, and anyone involved in error analysis of multivariable functions will benefit from this discussion.

brad sue
Messages
270
Reaction score
0
Hi,

can someone explain me the relation between the degree of a taylor series (TS) and the error. It is for my class of numerical method, and I do not find a response to my question in my textbook.

I mean when we have a function Q with two variables x and y,and we use a version of TS to calculate the error of Q by doing:

∆ (Q(x,y))= (∂Q/∂x )*∆x + (∂Q/∂y )*∆y (1st order)

We want to compare the error of each term to know which is greater (the one in x or that in y.) or which one I need to measure with more precision.

I don't know if I am clear enough.

For example, if I have for the x term a degree of -2 and for y term a degree of -.5 after finding ∆ (Q(x,y)), considering the error which error is greater?

Thank you

Brad
 
Physics news on Phys.org
The best thing would be to calculate the exact value, and compare that to the approximation.

As far as an analytical solution, just calculate the next largest terms:

[tex]\Delta Q = \frac{\partial Q}{\partial x} \Delta x + \frac{\partial Q}{\partial y} \Delta Y + \frac{\partial^2 Q}{\partial x^2} (\Delta x )^2 + \frac{\partial^2 Q}{\partial y^2} (\Delta y)^2 +\frac{\partial^2 Q}{\partial x \partial y} \Delta x \Delta y[/tex]

Compare the delta x squared term to the corresponding y term. Use the mixed term to calculate the whole thing to second order, then compare that to your first order approx.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
23
Views
4K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K