Why can linear approximation equal quadratic approximation

Click For Summary
SUMMARY

The discussion clarifies that the linear approximation of the function 1/(1-u) where u = x² is equivalent to the quadratic approximation of 1/(1-x²). Both approximations yield the same result, 1 + x², due to the nature of polynomial approximations. The long division of 1/(1-x²) results in a series expansion that includes terms of higher degrees, but truncating at degree 2 gives the quadratic approximation. This equivalence arises from the composition laws for polynomial approximations, specifically when f(x) = x² and g(x) = 1/(1-u).

PREREQUISITES
  • Understanding of polynomial approximations
  • Familiarity with Taylor series expansion
  • Knowledge of function composition
  • Basic calculus concepts, particularly limits and derivatives
NEXT STEPS
  • Study Taylor series and their applications in approximation
  • Learn about polynomial approximation techniques in calculus
  • Explore the concept of function composition in mathematical analysis
  • Investigate the implications of truncating series expansions
USEFUL FOR

Mathematicians, calculus students, and anyone interested in understanding polynomial approximations and their applications in function analysis.

JS-Student
Messages
10
Reaction score
0
Hi

I'm having trouble visualizing why in a function such as 1/(1-x2)
linear approximation of 1/(1-u) where u = x2 is the same as quadratic approximation of 1/(1-x2)

The linear approximation is 1+u or 1+x2
Quadratic approximation is the same, 1+x2

Can someone explain to me why this happens?

Thanks!
 
Physics news on Phys.org
JS-Student said:
Hi

I'm having trouble visualizing why in a function such as 1/(1-x2)
linear approximation of 1/(1-u) where u = x2 is the same as quadratic approximation of 1/(1-x2)

The linear approximation is 1+u or 1+x2
Quadratic approximation is the same, 1+x2

Can someone explain to me why this happens?
If you carry out the long division for ##\frac 1 {1 - x^2}## you get ##\frac 1 {1 - x^2} = 1 + x^2 + x^4 + \dots##. The quadratic approximation (using terms of degree 2 or less) of ##\frac 1 {1 - x^2}## is just ##1 + x^2##.
Similarly, if you carry out the long division for ##\frac 1 {1 - u}## you get ##\frac 1 {1 - u} = 1 + u + u^2 + \dots##. The linearization (which uses terms of degree 1 or less) is 1 + u. If ##u = x^2##, the quadratic approximation of ##\frac 1 {1 - x^2}## is the same as the linear approximation of ##\frac 1 {1 - u}##.
 
  • Like
Likes   Reactions: JS-Student
It comes from composition laws for polynomial approximations:
if two functions ##f## and ##g## have a polynomial approximation in 0 at order ##n##, say ## P## and ## Q## respectively, then if ##f(0) =0##, ## g \circ f ## has a polynomial approximation at order ## n##, which is the truncature at degree ##n## of ## Q \circ P##.

In your case, ##f(x) = x^2## admits a polynomial approximation at order 2, which is ## P(x) = x^2 ##,
as well as ##g(x) = \frac{1}{1-u}## which has polynomial approximation ##Q(x) = 1 + x + x^2 ## at order 2. Furthermore ## f(0) = 0##, so the polynomial approximation of ## g\circ f## is the truncature of ##Q\circ P = 1 + x^2 + x^4## at degree 2, which is ## 1+x^2##.
 
  • Like
Likes   Reactions: JS-Student

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K