๐ Real-World Applications: Linear Approximation
See how this math is used in the real world
๐ Worked Example: Related Rates โ Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
Using tangent lines to approximate function values
How can I study Linear Approximation effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Linear Approximation study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Linear Approximation on Study Mondo are 100% free. No account is needed to access the content.
What course covers Linear Approximation?โพ
Linear Approximation is part of the AP Calculus AB course on Study Mondo, specifically in the Applications of Derivatives section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Linear Approximation?
a
L(x)=f(a)+fโฒ(a)(xโa)
This is the equation of the tangent line at (a,f(a))!
Point-Slope Form Connection
Recall the tangent line equation:
yโf(a)=fโฒ(a)(xโa)
Solving for y:
y=f(a)+fโฒ(a)(xโa)
This is exactly L(x)!
Why It Works
Geometric Interpretation
The tangent line at x=a has slope fโฒ(a)
It passes through the point (a,f(a))
For x close to a, the function f(x) is close to the tangent line L(x)
Visual: Zoom in on any smooth curve โ it looks like a straight line!
The Approximation
For x near a:
f(x)โL(x)=f(a)+fโฒ(a)(xโa)
The closer x is to a, the better the approximation!
How to Find Linear Approximation
Step-by-Step Process
Step 1: Identify the function f(x) and the point a
Step 2: Calculate f(a) (the y-value at a)
Step 3: Find fโฒ(x) and calculate fโฒ(a) (the slope at a)
Step 4: Write the linear approximation:
L(x)=f(a)+fโฒ(a)(xโa)
Step 5: Use L(x) to estimate f(x) for x near a
Example 1: Estimating a Square Root
Use linear approximation to estimate 26โ.
Step 1: Choose a nearby point
25โ=5 is easy to compute!
Let f(x)=xโ and a=25
We want to estimate f(26) using a=25
Step 2: Calculate f(a)
f(25)=25โ=5
Step 3: Find fโฒ(a)
fโฒ(x)=2xโ1โ
fโฒ(25)=225โ1โ=2(5)1โ=101โ
Step 4: Write the linear approximation
L(x)=f(25)+fโฒ(25)(xโ25)
L(x)=5+101โ(xโ25)
Step 5: Estimate 26โ
26โโL(26)=5+101โ(26โ25)
=5+101โ(1)=5+0.1=5.1
Answer: 26โโ5.1
Check: 26โโ5.099... (calculator) โ Very close! โ
Example 2: Estimating a Trig Value
Use linear approximation to estimate sin(0.1).
Step 1: Choose a point
Use a=0 (since sin0 is known)
Let f(x)=sinx and a=0
Step 2: Calculate f(0)
f(0)=sin0=0
Step 3: Find fโฒ(0)
fโฒ(x)=cosx
fโฒ(0)=cos0=1
Step 4: Linear approximation
L(x)=0+1(xโ0)=x
Step 5: Estimate
sin(0.1)โL(0.1)=0.1
Answer: sin(0.1)โ0.1
Check: sin(0.1)โ0.0998... โ Very close for small angles!
This is whysinxโx for small x (in radians)!
Differential Notation
Alternative Form
We can write the linear approximation as:
ฮyโdy
where:
ฮy=f(x)โf(a) (actual change)
dy=fโฒ(a)โ dx (approximate change)
dx=xโa (change in x)
The Formula
f(x)โf(a)+fโฒ(a)โ dx
This is the same as L(x)=f(a)+fโฒ(a)(xโa)!
Example 3: Using Differentials
The radius of a sphere is measured to be r=10 cm with a possible error of ยฑ0.1 cm. Estimate the maximum error in the calculated volume.
Step 1: Volume formula
V=34โฯr3
Step 2: Find dV
drdVโ=4ฯr2
dV=4ฯr2โ dr
Step 3: Plug in values
r=10 cm, dr=ยฑ0.1 cm
dV=4ฯ(10)2(0.1)=4ฯ(100)(0.1)=40ฯ
dVโ125.7ย cm3
Answer: The maximum error in volume is approximately ยฑ126 cmยณ.
The function is smooth (no corners or discontinuities)
The function doesn't curve too sharply (second derivative is small)
Poor Approximations
Linear approximation can be inaccurate when:
x is far from a
The function has high curvature (large second derivative)
There are discontinuities or sharp corners
Error in Linear Approximation
The error is the difference between actual and approximate values:
E(x)=f(x)โL(x)
Second Derivative Test
If fโฒโฒ exists, the error is related to the second derivative:
E(x)โ2fโฒโฒ(a)โ(xโa)2
Key insight:
Error grows like (xโa)2 (quadratically)
If โฃfโฒโฒโฃ is large, the error is larger
Error is always small when xโa
Applications of Linear Approximation
Application 1: Mental Math
Estimate 101โ:
100โ=10, and fโฒ(100)=2100โ1โ=201โ
101โโ10+201โ(1)=10.05
Application 2: Physics
Small oscillations of a pendulum: sinฮธโฮธ (for small angles)
This simplifies differential equations!
Application 3: Engineering
Estimating how measurement errors propagate through calculations.
Application 4: Economics
Marginal cost/revenue approximations using derivatives.
Linear vs. Quadratic Approximation
Linear (First Order)
L(x)=f(a)+fโฒ(a)(xโa)
Uses tangent line (first derivative)
Quadratic (Second Order)
Q(x)=f(a)+fโฒ(a)(xโa)+2fโฒโฒ(a)โ(xโa)2
Uses curvature (second derivative) โ more accurate!
This leads to Taylor series (later topic)!
โ ๏ธ Common Mistakes
Mistake 1: Using Wrong Point
Choose a where f(a) and fโฒ(a) are easy to compute!
Don't use a=26 to estimate 26โ โ use a=25!
Mistake 2: Units in Error Problems
When finding dV, dr, etc., keep track of units!
Mistake 3: Confusing ฮy and dy
ฮy is the actual change (exact)
dy is the approximate change (using derivative)
They're only approximately equal!
Mistake 4: Using Far-Away Points
Linear approximation only works well when x is close to a.
Don't use a=0 to estimate sin(1) โ error is too large!
Mistake 5: Wrong Derivative
Make sure to calculate fโฒ(a) correctly!
Important Approximations to Know
Small Angle Approximations (in radians!)
For x near 0:
sinxโx
cosxโ1
tanxโx
Exponential and Logarithm
For x near 0:
exโ1+x
ln(1+x)โx
Power Functions
For x near 1:
(1+x)nโ1+nx (binomial approximation)
The Big Picture
From Local to Global
Local behavior: Linear approximation uses tangent line (local info)
Global behavior: To approximate over larger intervals, need more terms (Taylor series)
Foundation for Advanced Topics
Linear approximation is the first step toward:
Taylor series
Newton's method
Numerical analysis
Differential equations
๐ Practice Strategy
Choose a wisely - pick where f(a) and fโฒ(a) are easy to compute
Write the formula first: L(x)=f(a)+fโฒ(a)(xโa)
Calculate carefully - show each step
Check your answer - does it make sense? Is it close to f(a)?
For error problems, use differentials: dy=fโฒ(a)โ dx
Remember: Only accurate when x is close to a!
Memorize common approximations (sinxโx, etc.)
161/4=2 is easy to compute!
Let f(x)=x1/4 and a=16
Step 2: Calculate f(16)
f(16)=161/4=2
Step 3: Find fโฒ(x) and fโฒ(16)
fโฒ(x)=41โxโ3/4=4x3/41โ
fโฒ(16)=4(16)3/41โ=4(8)1โ=321โ
Step 4: Linear approximation
L(x)=f(16)+fโฒ(16)(xโ16)
L(x)=2+321โ(xโ16)
Step 5: Estimate (15.9)1/4
L(15.9)=2+321โ(15.9โ16)
=2+321โ(โ0.1)
=2โ320.1โ=2โ0.003125
=1.996875
Approximation: (15.9)1/4โ1.997
Step 6: Find actual value
Using a calculator: (15.9)1/4โ1.99687...
Step 7: Calculate error
Error=โฃActualโApproximateโฃ
=โฃ1.99687โ1.996875โฃโ0.000005
Answer:
Linear approximation: 1.997
Actual value: 1.99687
Error: approximately 0.000005 (very small!)
2Problem 2medium
โ Question:
The side length of a cube is measured to be s=12 cm with a possible error of ยฑ0.2 cm. Use differentials to estimate the maximum error in the calculated surface area.
๐ก Show Solution
Step 1: Surface area formula
For a cube: A=6s2
Step 2: Find dA
dsdAโ=12s
dA=12sโ ds
Step 3: Plug in values
s=12 cm, ds=ยฑ0.2 cm
dA=12(12)(0.2)=144(0.2)=28.8ย cm2
Maximum error in surface area: ยฑ28.8 cmยฒ
Step 4: Calculate percentage error
Actual surface area: A=6(12)2=6(144)=864 cmยฒ
Percentage error:
AdAโร100%=864
=0.0333...ร100%โ3.33%
Answer:
Maximum error: ยฑ28.8 cmยฒ
Percentage error: approximately 3.3%
3Problem 3hard
โ Question:
Find the linear approximation of f(x)=cosx at a=0, and use it to estimate cos(0.2). Compare with the actual value.
๐ก Show Solution
Step 1: Find f(0)
f(0)=cos0=1
Step 2: Find and
4Problem 4medium
โ Question:
Use linear approximation to estimate โ17.
๐ก Show Solution
Step 1: Choose a nearby point where we know the value:
Let f(x) = โx
Use x = 16 (close to 17 and perfect square)
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
28.8
โ
ร
100%
fโฒ(x)
fโฒ(0)
fโฒ(x)=โsinx
fโฒ(0)=โsin0=0
Step 3: Linear approximation
L(x)=f(0)+fโฒ(0)(xโ0)
L(x)=1+0โ x=1
Step 4: Estimate cos(0.2)
cos(0.2)โL(0.2)=1
Step 5: Compare with actual value
Using calculator: cos(0.2)โ0.9801
Error: โฃ0.9801โ1โฃ=0.0199
Analysis:
The linear approximation gives 1, but the actual value is about 0.98.
Why is the error larger than in previous examples?
Look at fโฒโฒ(x)=โcosx, so fโฒโฒ(0)=โ1๎ =0
The function has curvature at x=0, so the linear approximation isn't perfect.
The error is approximately:
E(x)โ2fโฒโฒ(0)โx2=2โ1โ(0.2)2=โ0.02
This matches our observed error! โ
Better approximation: Use quadratic approximation
Q(x)=1+0โ x+2โ1โx2=1โ2x2โ