a. Find the linear approximating polynomial for the following function centered at the given point a. b. Find the quadratic approximating polynomial for the following function centered at the given point a. c. Use the polynomials obtained in parts a. and b. to approximate the given quantity. -1/1.06

Respuesta :

The required answers are:

a. The linear approximating polynomial at a = 1: P₁(x) = x - 2

b. The quadratic approximating polynomial at a = 1: P₂(x) = -3 + 3x - x²

c. Appromating the given quantity -1/1.06 for P₁(x) and P₂(x): -3.06 and -7.30 respectively.

Using Taylor polynomial series, the required approximating polynomials are calculated.

What is the Taylor polynomial series?

The Taylor polynomial series is

Pₙ(x) = ∑ [tex]\frac{f^n(a)}{n!}[/tex](x - a)ⁿ; limits from 0 to n

Where fⁿ(a) is the nth derivation of f(x) at a

The first order(linear) Taylor polynomial series is

P₁(x) = f(a) + [tex]\frac{f'(a)}{1!}[/tex](x - a)¹

The second order(quadratic) Taylor polynomial series is

P₂(x) = f(a) + [tex]\frac{f'(a)}{1!}[/tex](x - a) +  [tex]\frac{f''(a)}{2!}[/tex](x - a)²

Calculation:

The given function is f(x) = -1/x at a = 1

f(a) = f(1) = -1

f'(x) = -(-1/x²) = 1/x²; f'(a) = f'(1) = 1

f''(x) = -2/x³; f''(a) = f''(1) = -2

a. Linear approximating polynomial:

From the Taylor series, we have

P₁(x) = f(a) + [tex]\frac{f'(a)}{1!}[/tex](x - a)¹

On substituting,

P₁(x) = -1 + (1/1!)(x - 1)¹

       = -1 + (x - 1)

       = x - 2

b. Quadratic approximating polynomial:

From the Taylor series, we have

P₂(x) = f(a) + [tex]\frac{f'(a)}{1!}[/tex](x - a) +  [tex]\frac{f''(a)}{2!}[/tex](x - a)²

On substituting,

P₂(x) = f(1) + (1/1!)(x - 1) +  (-2/2!)(x - 1)²

        = -1 + (x - 1) - (x - 1)²

        = -1 + x - 1 - (x² - 2x + 1)

        = x - 2 - x² + 2x - 1

        = -3 + 3x - x²

c. Approximating the given quantity -1/1.06:

Substituting x = -1.06 in P₁(x) and P₂(x),

P₁(x) = x - 2

⇒ P₁(-1.06) = (-1.06) - 2 = -3.06

P₂(x) = -3 + 3x - x²

⇒ P₂(-1.06) = -3 + 3(-1.06) - (-1.06)² = -7.30

Therefore, the approximating polynomials are calculated by using Taylor polynomial series.

Disclaimer: The given question is incomplete. Here is the complete question.

Question:

a. Find the linear approximating polynomial for the following function centered at the given point a.

b. Find the quadratic approximating polynomial for the following function centered at the given point a.

c. Use the polynomials obtained in parts a. and b. to approximate the given quantity.

f(x) = -1/x , a = 1; approximate -1/1.06

Learn more about approximating polynomials here:

https://brainly.com/question/15540322

#SPJ1