Taylor Polynomials: Approximating f(x) and f'(x)

  • Context: Undergrad 
  • Thread starter Thread starter Hileon
  • Start date Start date
  • Tags Tags
    Polynomials Taylor
Click For Summary
SUMMARY

The discussion focuses on constructing Taylor polynomials for a function f and its derivative f' at x=1, utilizing given derivative values. The second-degree Taylor polynomial T2(x) approximates f(0.7) as 3.51, while the third-degree polynomial T3(x) approximates f(1.2) as 2.64. Additionally, the second-degree Taylor polynomial for f', derived from T3(x), is used to approximate f'(1.2) through polynomial differentiation.

PREREQUISITES
  • Understanding of Taylor series and polynomial approximation
  • Knowledge of derivatives and their calculations
  • Familiarity with polynomial functions and their properties
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the derivation and application of Taylor series in calculus
  • Learn about higher-order derivatives and their significance in approximation
  • Explore error analysis in polynomial approximations
  • Investigate applications of Taylor polynomials in numerical methods
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus, numerical analysis, or anyone interested in function approximation techniques.

Hileon
Messages
1
Reaction score
0
Let f be a function that has derivatives of all orders for all real numbers. Assume f(1)=3, f'(1)=-2, f"(1)=2, and f'''(1)=4

a. Write the second-degree Taylor polynomial for f about x=1 and use it to approximate f(0.7).
b. Write the third-degree Taylor polynomial for f about x=1 and use it to approximate f(1.2).
c. Write the second-degree Taylor polynomial for f', the derivative of f, and x=1 and use it to approximate f'(1.2).

a. T{2}(x) = f(1) + f'(1)(x-1) + f"(1)(x-1)^2/2!
plug in .7 = 3.51
b. T{3}(x) = f(1) + f'(1)(x-1) + f"(1)(x-1)^2/2! + f"'(1)(x-1)^3/3!
plug in 1.2 = 2.64
c. What do I do for c?
 
Physics news on Phys.org
Well, what are the 0-th, 1-st, and 2-nd derivatives of f'?
 
You know how to differentiate a polynomial don't you?

The third order Taylor's polynomial for f is T{3}(x) = f(1) + f'(1)(x-1) + f"(1)(x-1)^2/2! + f"'(1)(x-1)^3/3!= 3- 2(x-1)+2(x-1)2+ (2/3)(x-1)3.

The second order Taylor's polynomial for f' is the derivative of that:
-2+ 4(x-1)+ 2(x-1)2. Now put x= 1.2.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 17 ·
Replies
17
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K