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

That should do it.In summary, we can use Taylor's polynomials to approximate the values of a function at a given point based on its derivatives. For f(x) with derivatives of all orders, we can use the second-degree Taylor polynomial to approximate f(0.7) and the third-degree Taylor polynomial to approximate f(1.2). For the derivative of f, f'(x), we can use the second-degree Taylor polynomial to approximate f'(1.2).
  • #1
Hileon
1
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
  • #2
Well, what are the 0-th, 1-st, and 2-nd derivatives of f'?
 
  • #3
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.
 

What is a Taylor polynomial?

A Taylor polynomial is a mathematical function used to approximate a more complex function, typically around a specific point. It is made up of a finite number of terms, each representing a different degree of the original function.

How is a Taylor polynomial used to approximate a function?

A Taylor polynomial is used by plugging in a specific value for x into the polynomial and evaluating it. The resulting value is an approximation of the original function at that point.

What is the purpose of using a Taylor polynomial?

The purpose of using a Taylor polynomial is to simplify a more complex function and make it easier to work with. It can also be used to estimate the value of a function at a specific point without having to evaluate the entire function.

How do you determine the degree of a Taylor polynomial?

The degree of a Taylor polynomial is determined by the highest exponent in the polynomial. For example, a polynomial with four terms, each representing a degree of 0, 1, 2, and 3, would be a degree 3 polynomial.

What is the difference between a Taylor polynomial and a Taylor series?

A Taylor polynomial is a finite number of terms used to approximate a function, while a Taylor series is an infinite number of terms used to represent a function exactly. A Taylor series is essentially a more accurate version of a Taylor polynomial, with the number of terms approaching infinity.

Similar threads

Replies
11
Views
2K
Replies
2
Views
1K
Replies
3
Views
1K
Replies
5
Views
365
Replies
3
Views
1K
  • Calculus
Replies
6
Views
1K
Replies
20
Views
2K
Back
Top