Math Problem Statement

Given the function f(x) = √(100x² + 25), find the equation of the tangent line to the graph of the function at x = 1. Answer in mx + b form. Use the tangent line to approximate f(1.1) and compute the error between the actual value of f(1.1) and the linear approximation.

Solution

We are given the function f(x)=100x2+25f(x) = \sqrt{100x^2 + 25}, and are tasked with finding the equation of the tangent line at x=1x = 1, using it to approximate f(1.1)f(1.1), and then finding the error between the actual function value and the linear approximation.

Step 1: Find the derivative of f(x)f(x)

To find the equation of the tangent line, we need to compute the derivative f(x)f'(x).

f(x)=100x2+25f(x) = \sqrt{100x^2 + 25}

Using the chain rule for the derivative of a square root function:

f(x)=12100x2+25×200xf'(x) = \frac{1}{2\sqrt{100x^2 + 25}} \times 200x

Simplifying:

f(x)=100x100x2+25f'(x) = \frac{100x}{\sqrt{100x^2 + 25}}

Step 2: Evaluate f(x)f'(x) at x=1x = 1

Now we substitute x=1x = 1 into the derivative to find the slope of the tangent line:

f(1)=100(1)100(1)2+25=100100+25=100125=10055=205=45f'(1) = \frac{100(1)}{\sqrt{100(1)^2 + 25}} = \frac{100}{\sqrt{100 + 25}} = \frac{100}{\sqrt{125}} = \frac{100}{5\sqrt{5}} = \frac{20}{\sqrt{5}} = 4\sqrt{5}

Thus, the slope m=45m = 4\sqrt{5}.

Step 3: Equation of the tangent line

The tangent line has the equation y=mx+by = mx + b. To find bb, we use the point (1,f(1))(1, f(1)).

First, compute f(1)f(1):

f(1)=100(1)2+25=125=55f(1) = \sqrt{100(1)^2 + 25} = \sqrt{125} = 5\sqrt{5}

Now, using the point-slope form:

yf(1)=f(1)(x1)y - f(1) = f'(1)(x - 1)

Substitute the values:

y55=45(x1)y - 5\sqrt{5} = 4\sqrt{5}(x - 1)

Simplify:

y=45x45+55y = 4\sqrt{5}x - 4\sqrt{5} + 5\sqrt{5} y=45x+5y = 4\sqrt{5}x + \sqrt{5}

Thus, the equation of the tangent line is L(x)=45x+5L(x) = 4\sqrt{5}x + \sqrt{5}.

Step 4: Approximation at x=1.1x = 1.1

Using the tangent line to approximate f(1.1)f(1.1):

L(1.1)=45(1.1)+5=45×1.1+5L(1.1) = 4\sqrt{5}(1.1) + \sqrt{5} = 4\sqrt{5} \times 1.1 + \sqrt{5}

This matches the given approximation L(1.1)=5.4L(1.1) = 5.4.

Step 5: Actual value of f(1.1)f(1.1)

Now, compute the actual value of f(1.1)f(1.1):

f(1.1)=100(1.1)2+25=100(1.21)+25=121+25=146f(1.1) = \sqrt{100(1.1)^2 + 25} = \sqrt{100(1.21) + 25} = \sqrt{121 + 25} = \sqrt{146}

Using a calculator:

f(1.1)12.083f(1.1) \approx 12.083

Step 6: Error calculation

The error between the actual value and the linear approximation is:

Error=f(1.1)L(1.1)=12.0835.4=6.683\text{Error} = |f(1.1) - L(1.1)| = |12.083 - 5.4| = 6.683

Thus, the error is approximately 6.6836.683.

Would you like further details or have any other questions? Here are five additional questions to expand on this:

  1. How would the tangent line equation change if the function were different?
  2. What does the derivative represent geometrically in this problem?
  3. How would the approximation differ if we used a quadratic approximation instead of a linear one?
  4. What is the significance of the error in a linear approximation, and how can it be minimized?
  5. How can you use higher-order derivatives to improve this approximation?

Tip: When approximating a function using a tangent line, the closer the input value is to the point of tangency, the more accurate the approximation will be.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Calculus
Tangent Line Approximation
Derivatives
Linearization

Formulas

Derivative of f(x) = √(100x² + 25): f'(x) = 100x / √(100x² + 25)
Equation of a tangent line: y = mx + b
Linear approximation: L(x) = f'(a)(x - a) + f(a)

Theorems

Linearization of a function
Chain Rule for differentiation

Suitable Grade Level

Grades 11-12 (Advanced Calculus)