
Introduction
Mastering linear approximation and differentials requires deliberate practice with problems that systematically develop your understanding of tangent line approximations, error analysis, and numerical methods. These 50 comprehensive exercises target linear approximation techniques – a fundamental skill that separates students who can handle advanced calculus applications from those still wrestling with basic derivative concepts.
Whether you’re preparing for engineering licensure examinations, progressing through differential calculus coursework, or building expertise for applied mathematics careers, these practice problems span the complete range of linear approximation applications. From simple function estimations to sophisticated Newton’s Method implementations and complex error propagation analysis, each problem provides detailed step-by-step solutions that demonstrate the systematic approach required at every level.
The exercises are structured into four progressive difficulty tiers:
- Basic Linear Approximation (Problems 1-15): Direct formula applications, simple differential calculations, and fundamental error estimation
- Intermediate Applications (Problems 16-30): Multi-step approximations, relative error calculations, and practical measurement problems
- Advanced Problem Solving (Problems 31-42): Newton’s Method iterations, complex error propagation, and optimization under uncertainty
- Challenge Level Mastery (Problems 43-50): Advanced theoretical applications, multi-variable scenarios, and sophisticated real-world modeling
These problems build upon the theoretical foundation established in Lecture 9: Linear Approximation and Differentials in Calculus: Complete Guide with Newton’s Method and Error Analysis, where you’ll discover the essential concepts and worked examples necessary to approach these exercises with mathematical precision.
Each solution maintains rigorous mathematical standards, displays all intermediate calculations, and emphasizes the specific problem-solving methodology applied at each stage. This approach ensures you grasp not only the correct answer, but also the complete analytical framework that drives success in advanced calculus and professional engineering practice.
50 Comprehensive Practice Exercises: Linear Approximation and Differentials
Lecture 9: Linear Approximation and Differentials – 50 Practice Exercises
Basic Level (Problems 1-15)
Focus: Understanding linear approximation formula, computing differentials, and basic error estimation
Linear Approximation Basics
1. Find the linear approximation of f(x) = √x at a = 4, and use it to estimate √3.9.
2. Find the linear approximation of f(x) = x³ at a = 2, and use it to estimate (1.98)³.
3. Use linear approximation to estimate sin(31°). (Hint: Use a = 30° = π/6)
4. Find the linear approximation of f(x) = 1/x at a = 1, and use it to estimate 1/0.95.
5. Use linear approximation to estimate ∛8.1. (Hint: Use a = 8)
Computing Differentials
6. Find dy for y = x² – 3x + 1 when x = 2 and dx = 0.1.
7. Find dy for y = sin(x) when x = π/4 and dx = 0.05.
8. If y = √(x² + 1), find dy when x = 3 and dx = -0.02.
9. Find dy for y = e^x when x = 0 and dx = 0.1.
10. If y = ln(x), find dy when x = 1 and dx = 0.05.
Basic Error Analysis
11. The radius of a circle is measured as 5 cm with a possible error of ±0.1 cm. Use differentials to estimate the maximum error in the calculated area.
12. A cube has a side length of 10 cm, measured with an error of ±0.05 cm. Estimate the maximum error in the volume using differentials.
13. The edge of a square is measured as 8 cm with an error of ±0.02 cm. Use differentials to estimate the error in the area.
14. If f(x) = x⁴ and x = 2 with dx = 0.01, find the approximate error in f(x).
15. For f(x) = cos(x), if x = π/3 and dx = 0.02, estimate the change in f(x).
Intermediate Level (Problems 16-30)
Focus: Multi-step approximations, relative error calculations, applications to optimization and related rates
Advanced Linear Approximations
16. Use linear approximation to estimate (1.02)^(2/3) · √0.98.
17. Find the linear approximation of f(x,y) = √(x² + y²) at (3,4) and use it to estimate √(2.98² + 4.01²).
18. Use linear approximation to estimate tan(46°) – tan(45°).
19. Approximate (sin(0.52))/(cos(0.52)) using linear approximation.
20. Use linear approximation to estimate e^(-0.05) · ln(1.03).
Relative and Percentage Errors
21. The side of a square is measured as 12 cm with a 2% error. Find the relative error and percentage error in the area.
22. If the radius of a sphere is measured with a 1% error, what is the approximate percentage error in the volume?
23. A cylindrical tank has a radius of 5 m and a height of 10 m. If both measurements have errors of ±1%, estimate the maximum percentage error in the volume.
24. The period T of a pendulum is given by T = 2π√(L/g). If L is measured with a 0.5% error, find the approximate error in T.
25. For the function f(x) = x³ – 2x, if x = 3 with a 2% error, find the relative error in f(x).
Applications
26. A ladder 20 feet long leans against a wall. If the bottom moves away from the wall at 2 ft/s, use differentials to find how fast the top is moving down when the bottom is 12 feet from the wall.
27. A balloon is being inflated. When its radius is 6 feet, the radius is increasing at a rate of 0.5 ft/min. Use differentials to estimate the rate of volume increase.
28. The profit function is P(x) = -x² + 100x – 1200. If production is planned at x = 40 units but may vary by ±2 units, estimate the change in profit.
29. A circular oil spill has a radius of 100 m and is growing at 5 m/hr. Use differentials to estimate how fast the area is increasing.
30. The demand function is p = 200 – 0.5x. If x = 80 with a possible error ±3, estimate the error in price.
Advanced Level (Problems 31-42)
Focus: Newton’s Method implementation, complex error propagation, optimization with uncertainty
Newton’s Method
31. Use Newton’s Method to find the root of f(x) = x³ – 2x – 2 starting with x₀ = 2. Perform 3 iterations.
32. Apply Newton’s Method to solve cos(x) = x with initial guess x₀ = 0.5. Find x₃.
33. Use Newton’s Method to find √7 by solving x² – 7 = 0. Start with x₀ = 3 and find x₂.
34. Find the root of f(x) = e^x – 3x using Newton’s Method with x₀ = 1. Perform 2 iterations.
35. Apply Newton’s Method to solve ln(x) + x² = 3 starting with x₀ = 1.5. Find x₂.
36. Use Newton’s Method to find the intersection of y = x² and y = 2sin(x). Start with x₀ = 1.
Complex Error Propagation
37. For z = (x²y)/(x + y) where x = 5 ± 0.1 and y = 3 ± 0.05, estimate the maximum absolute error in z.
38. The volume of a cone is V = (1/3)πr²h. If r = 4 ± 0.02 cm and h = 9 ± 0.03 cm, find the maximum error in V.
39. For f(x,y) = xe^y, if x = 2 ± 0.01 and y = 0.5 ± 0.02, estimate the maximum error in f.
40. The power P = V²/R where V = 120 ± 1 volts and R = 50 ± 0.5 ohms. Find the approximate error in P.
Optimization with Uncertainty
41. A rectangular box with a square base has a volume of 1000 cm³. If the base edge can vary by ±0.5 cm from its optimal value, estimate the change in surface area.
42. The cost function is C(x) = x² + 50x + 625. The optimal production level is x = 25, but actual production may be 25 ± 1. Estimate the additional cost due to this uncertainty.
Challenge Problems (Problems 43-50)
Focus: Advanced applications, theoretical understanding, multi-variable scenarios, real-world modeling
Advanced Theoretical Problems
43. Prove that for small h, (1 + h)ⁿ ≈ 1 + nh using linear approximation. Then use this to approximate (0.999)¹⁰⁰.
44. The function f(x) = x^(1/3) is not differentiable at x = 0. Investigate what happens when you try to apply Newton’s Method to solve x^(1/3) = 0 starting near x = 0.
45. For the logistic growth model P(t) = K/(1 + ae^(-rt)), derive a linear approximation for small changes in the parameters K, a, and r. Apply this to estimate the population change if K = 1000 ± 50, a = 9 ± 0.5, r = 0.1 ± 0.01, and t = 10.
Multi-Variable Applications
46. The ideal gas law is PV = nRT. If P = 2 ± 0.1 atm, V = 10 ± 0.2 L, and T = 300 ± 5 K, estimate the error in calculating n (assuming R is exact).
47. The resonant frequency of an LC circuit is f = 1/(2π√(LC)). If L = 0.5 ± 0.01 H and C = 10 ± 0.2 μF, find the approximate error and relative error in frequency.
Real-World Modeling
48. A GPS system measures position with an accuracy of ±3 meters. If you’re tracking a circular path of radius 100 m, estimate the maximum error in calculating the area enclosed by your path after one complete revolution.
49. In pharmacokinetics, the drug concentration is C(t) = C₀e^(-kt) where C₀ = 10 ± 0.5 mg/L and k = 0.2 ± 0.01 hr⁻¹. Use linear approximation to estimate the error in the predicted concentration at t = 5 hours.
50. A manufacturing process produces cylindrical rods. The specifications require radius r = 2.5 ± 0.05 cm and length L = 20 ± 0.1 cm. The strength of the rod is proportional to r⁴L. If a rod is produced with maximum allowable errors, estimate the percentage change in strength compared to a perfect rod.
50 Comprehensive Practice Exercises: Answer Key
Comprehensive Solutions for 50 Practice Exercises with Detailed Solutions
BASIC LEVEL (Problems 1-15)
Focus: Understanding linear approximation formula, computing differentials, and basic error estimation
Problem 1: Linear Approximation of √x
Problem: Find the linear approximation of f(x) = √x at a = 4, and use it to estimate √3.9.
Technique Used: Basic linear approximation with a convenient base point
Step-by-Step Solution:
- Choose function: f(x) = √x
- Select base point: a = 4 (perfect square near 3.9)
- Calculate f(4) = √4 = 2
- Find derivative: f'(x) = 1/(2√x)
- Calculate f'(4) = 1/(2√4) = 1/4
- Apply linear approximation formula: L(x) = f(a) + f'(a)(x – a)
- Substitute: L(x) = 2 + (1/4)(x – 4)
- Estimate: L(3.9) = 2 + (1/4)(3.9 – 4) = 2 + (1/4)(-0.1) = 2 – 0.025 = 1.975
Answer: √3.9 ≈ 1.975
Problem 2: Linear Approximation of x³
Problem: Find the linear approximation of f(x) = x³ at a = 2, and use it to estimate (1.98)³.
Technique Used: Linear approximation for polynomial functions
Step-by-Step Solution:
- Choose function: f(x) = x³
- Select base point: a = 2 (convenient integer near 1.98)
- Calculate f(2) = 2³ = 8
- Find derivative: f'(x) = 3x²
- Calculate f'(2) = 3(2)² = 12
- Apply formula: L(x) = 8 + 12(x – 2)
- Estimate: L(1.98) = 8 + 12(1.98 – 2) = 8 + 12(-0.02) = 8 – 0.24 = 7.76
Answer: (1.98)³ ≈ 7.76
Problem 3: Linear Approximation of sin(x)
Problem: Use linear approximation to estimate sin(31°).
Technique Used: Linear approximation with trigonometric functions (convert to radians)
Step-by-Step Solution:
- Convert to radians: 31° = 31π/180 ≈ 0.541 radians
- Choose function: f(x) = sin(x)
- Select base point: a = π/6 = 30° ≈ 0.524 radians
- Calculate f(π/6) = sin(π/6) = 1/2
- Find derivative: f'(x) = cos(x)
- Calculate f'(π/6) = cos(π/6) = √3/2
- Apply formula: L(x) = 1/2 + (√3/2)(x – π/6)
- For x = 31° = 31π/180: L(31π/180) = 1/2 + (√3/2)(31π/180 – π/6)
- Simplify: 31π/180 – π/6 = 31π/180 – 30π/180 = π/180
- Calculate: L(31π/180) = 1/2 + (√3/2)(π/180) ≈ 0.5 + 0.866(0.0175) ≈ 0.515
Answer: sin(31°) ≈ 0.515
Problem 4: Linear Approximation of 1/x
Problem: Find the linear approximation of f(x) = 1/x at a = 1, and use it to estimate 1/0.95.
Technique Used: Linear approximation for rational functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 5: Linear Approximation of ∛x
Problem: Use linear approximation to estimate ∛8.1.
Technique Used: Linear approximation for radical functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 6: Computing Differentials
Problem: Find dy for y = x² – 3x + 1 when x = 2 and dx = 0.1.
Technique Used: Direct differential calculation
Step-by-Step Solution:
- Given function: y = x² – 3x + 1
- Find derivative: dy/dx = 2x – 3
- Express differential: dy = (2x – 3)dx
- Substitute x = 2: dy = (2(2) – 3)dx = (4 – 3)dx = 1·dx
- Substitute dx = 0.1: dy = 1(0.1) = 0.1
Answer: dy = 0.1
Problem 7: Computing Differentials for sin(x)
Problem: Find dy for y = sin(x) when x = π/4 and dx = 0.05.
Technique Used: Differential of a trigonometric function
Step-by-Step Solution:
- Given function: y = sin(x)
- Find derivative: dy/dx = cos(x)
- Express differential: dy = cos(x)dx
- Substitute x = π/4: dy = cos(π/4)dx = (√2/2)dx
- Substitute dx = 0.05: dy = (√2/2)(0.05) = 0.05√2/2 ≈ 0.0354
Answer: dy ≈ 0.035
Problem 8: Computing Differentials for √(x² + 1)
Problem: If y = √(x² + 1), find dy when x = 3 and dx = -0.02.
Technique Used: Chain rule differential
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 9: Computing Differentials for e^x
Problem: Find dy for y = e^x when x = 0 and dx = 0.1.
Technique Used: Differential of the exponential function
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 10: Computing Differentials for ln(x)
Problem: If y = ln(x), find dy when x = 1 and dx = 0.05.
Technique Used: Differential of logarithmic function
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 11: Error in Circle Area
Problem: The radius of a circle is measured as 5 cm with a possible error of ±0.1 cm. Use differentials to estimate the maximum error in the calculated area.
Technique Used: Error propagation using differentials
Step-by-Step Solution:
- Area formula: A = πr²
- Find derivative: dA/dr = 2πr
- Express differential: dA = 2πr dr
- Substitute r = 5: dA = 2π(5)dr = 10π dr
- Maximum error in radius: |dr| = 0.1
- Maximum error in area: |dA| = 10π(0.1) = π ≈ 3.14 cm²
Answer: Maximum error in area ≈ 3.14 cm²
Problem 12: Error in Cube Volume
Problem: A cube has a side length of 10 cm, measured with an error of ±0.05 cm. Estimate the maximum error in the volume using differentials.
Technique Used: Error propagation for volume
Step-by-Step Solution:
- Volume formula: V = s³
- Find derivative: dV/ds = 3s²
- Express differential: dV = 3s² ds
- Substitute s = 10: dV = 3(10)² ds = 300 ds
- Maximum error in side: |ds| = 0.05
- Maximum error in volume: |dV| = 300(0.05) = 15 cm³
Answer: Maximum error in volume = 15 cm³
Problem 13: Error in Square Area
Problem: The edge of a square is measured as 8 cm with an error of ±0.02 cm. Use differentials to estimate the error in the area.
Technique Used: Basic error propagation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 14: Error in f(x) = x⁴
Problem: If f(x) = x⁴ and x = 2 with dx = 0.01, find the approximate error in f(x).
Technique Used: Direct differential calculation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 15: Change in cos(x)
Problem: For f(x) = cos(x), if x = π/3 and dx = 0.02, estimate the change in f(x).
Technique Used: Differential of the cosine function
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
INTERMEDIATE LEVEL (Problems 16-30)
Focus: Multi-step approximations, relative error calculations, applications to optimization and related rates
Problem 16: Combined Linear Approximation
Problem: Use linear approximation to estimate (1.02)^(2/3) · √0.98.
Technique Used: Product rule for linear approximations
Step-by-Step Solution:
- Break into two parts: f(x) = x^(2/3) at x = 1, and g(y) = √y at y = 1
- For f(x) = x^(2/3): f'(x) = (2/3)x^(-1/3), f(1) = 1, f'(1) = 2/3
- Linear approximation: f(1.02) ≈ 1 + (2/3)(0.02) = 1 + 0.0133 = 1.0133
- For g(y) = √y: g'(y) = 1/(2√y), g(1) = 1, g'(1) = 1/2
- Linear approximation: g(0.98) ≈ 1 + (1/2)(-0.02) = 1 – 0.01 = 0.99
- Product: (1.02)^(2/3) · √0.98 ≈ 1.0133 × 0.99 ≈ 1.003
Answer: (1.02)^(2/3) · √0.98 ≈ 1.003
Problem 17: Multi-variable Linear Approximation
Problem: Find the linear approximation of f(x,y) = √(x² + y²) at (3,4) and use it to estimate √(2.98² + 4.01²).
Technique Used: Multi-variable linear approximation
Step-by-Step Solution:
- Given function: f(x,y) = √(x² + y²)
- Base point: (a,b) = (3,4)
- Calculate f(3,4) = √(3² + 4²) = √(9 + 16) = √25 = 5
- Find partial derivatives:
- ∂f/∂x = x/√(x² + y²)
- ∂f/∂y = y/√(x² + y²)
- Evaluate at (3,4):
- fx(3,4) = 3/5 = 0.6
- fy(3,4) = 4/5 = 0.8
- Linear approximation: L(x,y) = 5 + 0.6(x-3) + 0.8(y-4)
- Estimate: L(2.98, 4.01) = 5 + 0.6(-0.02) + 0.8(0.01) = 5 – 0.012 + 0.008 = 4.996
Answer: √(2.98² + 4.01²) ≈ 4.996
Problem 18: Difference Approximation
Problem: Use linear approximation to estimate tan(46°) – tan(45°).
Technique Used: Linear approximation for small changes
Step-by-Step Solution:
- Function: f(x) = tan(x)
- Base point: a = 45° = π/4
- Calculate f(π/4) = tan(π/4) = 1
- Find derivative: f'(x) = sec²(x)
- Calculate f'(π/4) = sec²(π/4) = (√2)² = 2
- Change: Δx = 46° – 45° = 1° = π/180 radians
- Linear approximation: Δf ≈ f'(π/4) · Δx = 2 · (π/180) = π/90 ≈ 0.0349
Answer: tan(46°) – tan(45°) ≈ 0.035
Problem 19: Quotient Approximation
Problem: Approximate (sin(0.52))/(cos(0.52)) using linear approximation.
Technique Used: Linear approximation of tan(x)
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 20: Product Approximation
Problem: Use linear approximation to estimate e^(-0.05) · ln(1.03).
Technique Used: Product of linear approximations
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 21: Relative Error in Area
Problem: The side of a square is measured as 12 cm with a 2% error. Find the relative error and percentage error in the area.
Technique Used: Relative error calculation
Step-by-Step Solution:
- Area formula: A = s²
- Relative error in side: ds/s = 0.02 (2%)
- Find relative error in area: dA/A = d(s²)/s² = 2s ds/s² = 2(ds/s)
- Calculate: dA/A = 2(0.02) = 0.04
- Convert to percentage: 0.04 × 100% = 4%
Answer: Relative error = 0.04, Percentage error = 4%
Problem 22: Sphere Volume Error
Problem: If the radius of a sphere is measured with a 1% error, what is the approximate percentage error in the volume?
Technique Used: Logarithmic differentiation
Step-by-Step Solution:
- Volume formula: V = (4/3)πr³
- Take logarithm: ln(V) = ln(4/3) + ln(π) + 3ln(r)
- Differentiate: dV/V = 3(dr/r)
- Given: dr/r = 0.01 (1%)
- Calculate: dV/V = 3(0.01) = 0.03
- Convert to percentage: 0.03 × 100% = 3%
Answer: Percentage error in volume ≈ 3%
Problem 23: Cylindrical Tank Error
Problem: A cylindrical tank has a radius of 5 m and a height of 10 m. If both measurements have errors of ±1%, estimate the maximum percentage error in the volume.
Technique Used: Combined error propagation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 24: Pendulum Period Error
Problem: The period T of a pendulum is given by T = 2π√(L/g). If L is measured with a 0.5% error, find the approximate error in T.
Technique Used: Error propagation in complex formulas
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 25: Relative Error in f(x) = x³ – 2x
Problem: For the function f(x) = x³ – 2x, if x = 3 with a 2% error, find the relative error in f(x).
Technique Used: Relative error for general functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 26: Related Rates with Ladder
Problem: A ladder 20 feet long leans against a wall. If the bottom moves away from the wall at 2 ft/s, use differentials to find how fast the top is moving down when the bottom is 12 feet from the wall.
Technique Used: Related rates using differentials
Step-by-Step Solution:
- Set up: x² + y² = 20² (Pythagorean theorem)
- When x = 12: y = √(400 – 144) = √256 = 16 ft
- Differentiate implicitly: 2x dx + 2y dy = 0
- Solve for dy: dy = -(x/y) dx
- Substitute values: dy = -(12/16) dx = -(3/4) dx
- Given dx/dt = 2: dy/dt = -(3/4)(2) = -1.5 ft/s
Answer: The top is moving down at 1.5 ft/s
Problem 27: Balloon Volume Rate
Problem: A balloon is being inflated. When its radius is 6 feet, the radius is increasing at 0.5 ft/min. Use differentials to estimate the rate of volume increase.
Technique Used: Related rates with spherical volume
Step-by-Step Solution:
- Volume formula: V = (4/3)πr³
- Differentiate: dV = 4πr² dr
- Substitute r = 6: dV = 4π(6)² dr = 144π dr
- Given dr/dt = 0.5: dV/dt = 144π(0.5) = 72π ≈ 226.2 ft³/min
Answer: Volume is increasing at approximately 226 ft³/min
Problem 28: Profit Function Change
Problem: The profit function is P(x) = -x² + 100x – 1200. If production is planned at x = 40 units but may vary by ±2 units, estimate the change in profit.
Technique Used: Differential for optimization problems
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 29: Oil Spill Area Rate
Problem: A circular oil spill has a radius of 100 m and is growing at 5 m/hr. Use differentials to estimate how fast the area is increasing.
Technique Used: Related rates with circular area
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 30: Demand Function Error
Problem: The demand function is p = 200 – 0.5x. If x = 80 with a possible error of ±3, estimate the error in price.
Technique Used: Linear function error propagation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
ADVANCED LEVEL (Problems 31-42)
Focus: Newton’s Method implementation, complex error propagation, optimization with uncertainty
Problem 31: Newton’s Method for x³ – 2x – 2
Problem: Use Newton’s Method to find the root of f(x) = x³ – 2x – 2 starting with x₀ = 2. Perform 3 iterations.
Technique Used: Newton’s Method iteration
Step-by-Step Solution:
- Function: f(x) = x³ – 2x – 2
- Derivative: f'(x) = 3x² – 2
- Newton’s formula: xₙ₊₁ = xₙ – f(xₙ)/f'(xₙ)
Iteration 1:
- f(2) = 8 – 4 – 2 = 2
- f'(2) = 12 – 2 = 10
- x₁ = 2 – 2/10 = 2 – 0.2 = 1.8
Iteration 2:
- f(1.8) = 5.832 – 3.6 – 2 = 0.232
- f'(1.8) = 9.72 – 2 = 7.72
- x₂ = 1.8 – 0.232/7.72 ≈ 1.8 – 0.03 = 1.77
Iteration 3:
- f(1.77) ≈ 5.545 – 3.54 – 2 = 0.005
- f'(1.77) ≈ 9.387 – 2 = 7.387
- x₃ = 1.77 – 0.005/7.387 ≈ 1.770
Answer: x₃ ≈ 1.770
Problem 32: Newton’s Method for cos(x) = x
Problem: Apply Newton’s Method to solve cos(x) = x with initial guess x₀ = 0.5. Find x₃.
Technique Used: Newton’s Method for transcendental equations
Step-by-Step Solution:
- Rewrite as: f(x) = cos(x) – x = 0
- Derivative: f'(x) = -sin(x) – 1
- Newton’s formula: xₙ₊₁ = xₙ – [cos(xₙ) – xₙ]/[-sin(xₙ) – 1]
Iteration 1:
- f(0.5) = cos(0.5) – 0.5 ≈ 0.878 – 0.5 = 0.378
- f'(0.5) = -sin(0.5) – 1 ≈ -0.479 – 1 = -1.479
- x₁ = 0.5 – 0.378/(-1.479) ≈ 0.5 + 0.256 = 0.756
Iteration 2:
- f(0.756) = cos(0.756) – 0.756 ≈ 0.725 – 0.756 = -0.031
- f'(0.756) = -sin(0.756) – 1 ≈ -0.688 – 1 = -1.688
- x₂ = 0.756 – (-0.031)/(-1.688) ≈ 0.756 – 0.018 = 0.738
Iteration 3:
- f(0.738) = cos(0.738) – 0.738 ≈ 0.739 – 0.738 = 0.001
- f'(0.738) = -sin(0.738) – 1 ≈ -0.674 – 1 = -1.674
- x₃ = 0.738 – 0.001/(-1.674) ≈ 0.738 + 0.0006 = 0.739
Answer: x₃ ≈ 0.739
Problem 33: Newton’s Method for √7
Problem: Use Newton’s Method to find √7 by solving x² – 7 = 0. Start with x₀ = 3 and find x₂.
Technique Used: Newton’s Method for square roots
Step-by-Step Solution:
- Function: f(x) = x² – 7
- Derivative: f'(x) = 2x
- Newton’s formula: xₙ₊₁ = xₙ – (xₙ² – 7)/(2xₙ) = (xₙ + 7/xₙ)/2
Iteration 1:
- x₁ = (3 + 7/3)/2 = (3 + 2.333)/2 = 5.333/2 = 2.667
Iteration 2:
- x₂ = (2.667 + 7/2.667)/2 = (2.667 + 2.625)/2 = 5.292/2 = 2.646
Answer: x₂ ≈ 2.646 (√7 ≈ 2.646)
Problem 34: Newton’s Method for e^x – 3x
Problem: Find the root of f(x) = e^x – 3x using Newton’s Method with x₀ = 1. Perform 2 iterations.
Technique Used: Newton’s Method for exponential equations
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 35: Newton’s Method for ln(x) + x² = 3
Problem: Apply Newton’s Method to solve ln(x) + x² = 3 starting with x₀ = 1.5. Find x₂.
Technique Used: Newton’s Method for mixed functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 36: Newton’s Method for Intersection
Problem: Use Newton’s Method to find the intersection of y = x² and y = 2sin(x). Start with x₀ = 1.
Technique Used: Newton’s Method for curve intersections
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 37: Complex Error Propagation
Problem: For z = (x²y)/(x + y) where x = 5 ± 0.1 and y = 3 ± 0.05, estimate the maximum absolute error in z.
Technique Used: Partial derivative error propagation
Step-by-Step Solution:
- Function: z = x²y/(x + y)
- Find partial derivatives:
- ∂z/∂x = [2xy(x + y) – x²y]/(x + y)² = xy(x + 2y)/(x + y)²
- ∂z/∂y = [x²(x + y) – x²y]/(x + y)² = x³/(x + y)²
- Evaluate at x = 5, y = 3:
- z(5,3) = (25)(3)/(5 + 3) = 75/8 = 9.375
- ∂z/∂x = (5)(3)(5 + 6)/64 = 15(11)/64 = 165/64 ≈ 2.578
- ∂z/∂y = 125/64 ≈ 1.953
- Maximum error: |dz| = |∂z/∂x||dx| + |∂z/∂y||dy|
- Calculate: |dz| = 2.578(0.1) + 1.953(0.05) = 0.258 + 0.098 = 0.356
Answer: Maximum absolute error ≈ 0.36
Problem 38: Cone Volume Error
Problem: The volume of a cone is V = (1/3)πr²h. If r = 4 ± 0.02 cm and h = 9 ± 0.03 cm, find the maximum error in V.
Technique Used: Partial derivative error analysis
Step-by-Step Solution:
- Function: V = (1/3)πr²h
- Find partial derivatives:
- ∂V/∂r = (2/3)πrh
- ∂V/∂h = (1/3)πr²
- Evaluate at r = 4, h = 9:
- ∂V/∂r = (2/3)π(4)(9) = 24π
- ∂V/∂h = (1/3)π(16) = 16π/3
- Maximum error: |dV| = |∂V/∂r||dr| + |∂V/∂h||dh|
- Calculate: |dV| = 24π(0.02) + (16π/3)(0.03) = 0.48π + 0.16π = 0.64π ≈ 2.01 cm³
Answer: Maximum error in volume ≈ 2.01 cm³
Problem 39: Error in f(x,y) = xe^y
Problem: For f(x,y) = xe^y, if x = 2 ± 0.01 and y = 0.5 ± 0.02, estimate the maximum error in f.
Technique Used: Multi-variable error propagation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 40: Power Error Analysis
Problem: The power P = V²/R where V = 120 ± 1 volts and R = 50 ± 0.5 ohms. Find the approximate error in P.
Technique Used: Quotient rule error propagation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 41: Box Surface Area Optimization
Problem: A rectangular box with a square base has a volume of 1000 cm³. If the base edge can vary by ±0.5 cm from its optimal value, estimate the change in surface area.
Technique Used: Constrained optimization with uncertainty
Step-by-Step Solution:
- Let base edge = x, height = h. Volume constraint: x²h = 1000, so h = 1000/x²
- Surface area: S = 2x² + 4xh = 2x² + 4x(1000/x²) = 2x² + 4000/x
- Find optimal x: dS/dx = 4x – 4000/x² = 0
- Solve: 4x³ = 4000, x³ = 1000, x = 10 cm
- At optimal point: h = 1000/100 = 10 cm
- Find sensitivity: dS/dx = 4x – 4000/x² = 4(10) – 4000/100 = 40 – 40 = 0
- Since dS/dx = 0 at optimum, use second derivative: d²S/dx² = 4 + 8000/x³
- At x = 10: d²S/dx² = 4 + 8000/1000 = 4 + 8 = 12
- Change in surface area: ΔS ≈ (1/2)(12)(±0.5)² = 6(0.25) = 1.5 cm²
Answer: Change in surface area ≈ ±1.5 cm²
Problem 42: Cost Function with Production Uncertainty
Problem: The cost function is C(x) = x² + 50x + 625. The optimal production level is x = 25, but actual production may be 25 ± 1. Estimate the additional cost due to this uncertainty.
Technique Used: Second-order approximation for optimization
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
CHALLENGE PROBLEMS (Problems 43-50)
Focus: Advanced applications, theoretical understanding, multi-variable scenarios, real-world modeling
Problem 43: Theoretical Proof and Application
Problem: Prove that for small h, (1 + h)ⁿ ≈ 1 + nh using linear approximation. Then use this to approximate (0.999)¹⁰⁰.
Technique Used: Theoretical linear approximation and application
Step-by-Step Solution:
Proof:
- Let f(x) = (1 + x)ⁿ
- Choose base point: a = 0
- Calculate f(0) = (1 + 0)ⁿ = 1
- Find derivative: f'(x) = n(1 + x)ⁿ⁻¹
- Calculate f'(0) = n(1 + 0)ⁿ⁻¹ = n
- Linear approximation: L(x) = f(0) + f'(0)(x – 0) = 1 + nx
- Therefore: (1 + h)ⁿ ≈ 1 + nh for small h
Application:
- Rewrite: (0.999)¹⁰⁰ = (1 + (-0.001))¹⁰⁰
- Use formula with h = -0.001, n = 100:
- (0.999)¹⁰⁰ ≈ 1 + 100(-0.001) = 1 – 0.1 = 0.9
Answer: (0.999)¹⁰⁰ ≈ 0.9
Problem 44: Newton’s Method Pathology
Problem: The function f(x) = x^(1/3) is not differentiable at x = 0. Investigate what happens when you try to apply Newton’s Method to solve x^(1/3) = 0 starting near x = 0.
Technique Used: Analysis of Newton’s Method failure
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 45: Logistic Growth Model Error
Problem: For the logistic growth model P(t) = K/(1 + ae^(-rt)), derive a linear approximation for small changes in the parameters K, a, and r. Apply this to estimate the population change if K = 1000 ± 50, a = 9 ± 0.5, r = 0.1 ± 0.01, and t = 10.
Technique Used: Multi-parameter sensitivity analysis
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 46: Ideal Gas Law Error
Problem: The ideal gas law is PV = nRT. If P = 2 ± 0.1 atm, V = 10 ± 0.2 L, and T = 300 ± 5 K, estimate the error in calculating n (assuming R is exact).
Technique Used: Implicit function error propagation
Step-by-Step Solution:
- Solve for n: n = PV/(RT)
- With R = 0.0821 L·atm/(mol·K), calculate: n = (2)(10)/(0.0821)(300) = 20/24.63 ≈ 0.812 mol
- Find partial derivatives:
- ∂n/∂P = V/(RT) = 10/24.63 ≈ 0.406
- ∂n/∂V = P/(RT) = 2/24.63 ≈ 0.081
- ∂n/∂T = -PV/(RT²) = -20/(0.0821)(300)² ≈ -0.00271
- Maximum error: |dn| = |∂n/∂P||dP| + |∂n/∂V||dV| + |∂n/∂T||dT|
- Calculate: |dn| = 0.406(0.1) + 0.081(0.2) + 0.00271(5) = 0.0406 + 0.0162 + 0.0136 = 0.070 mol
Answer: Error in n ≈ ±0.070 mol
Problem 47: LC Circuit Frequency Error
Problem: The resonant frequency of an LC circuit is f = 1/(2π√(LC)). If L = 0.5 ± 0.01 H and C = 10 ± 0.2 μF, find the approximate error and relative error in frequency.
Technique Used: Complex function error analysis
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 48: GPS Tracking Error
Problem: A GPS system measures position with an accuracy of ±3 meters. If you’re tracking a circular path of radius 100 m, estimate the maximum error in calculating the area enclosed by your path after one complete revolution.
Technique Used: Geometric error propagation
Step-by-Step Solution:
- True area: A = πr² where r = 100 m
- Measured radius has error: r_measured = 100 ± 3 m
- Area formula: A = πr²
- Find derivative: dA/dr = 2πr
- At r = 100: dA/dr = 2π(100) = 200π
- Maximum error: |dA| = |dA/dr||dr| = 200π(3) = 600π ≈ 1885 m²
- Relative error: |dA|/A = 600π/(π×100²) = 600/10000 = 0.06 = 6%
Answer: Maximum error in area ≈ 1885 m² (6% relative error)
Problem 49: Pharmacokinetics Error
Problem: In pharmacokinetics, the drug concentration is C(t) = C₀e^(-kt) where C₀ = 10 ± 0.5 mg/L and k = 0.2 ± 0.01 hr⁻¹. Use linear approximation to estimate the error in predicted concentration at t = 5 hours.
Technique Used: Exponential decay error analysis
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 50: Manufacturing Rod Strength
Problem: A manufacturing process produces cylindrical rods. The specifications require radius r = 2.5 ± 0.05 cm and length L = 20 ± 0.1 cm. The strength of the rod is proportional to r⁴L. If a rod is produced with maximum allowable errors, estimate the percentage change in strength compared to a perfect rod.
Technique Used: Multi-variable relative error analysis
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Conclusion
Completing these 50 linear approximation practice problems establishes the mathematical foundation essential for advanced calculus success. Each exercise strengthens core approximation techniques while developing the analytical skills necessary for complex numerical analysis and error estimation. Students who work through this comprehensive set of linear approximation exercises will build both computational precision and the conceptual understanding required for engineering mathematics.
The progression from basic tangent line approximations to challenge-level Newton’s Method applications follows the natural learning sequence in calculus courses. Consistent practice with these linear approximation problems develops the mathematical intuition needed for board exam success and prepares students for practical applications where precise error analysis becomes crucial.
Key benefits you’ve gained from these exercises:
- Approximation Strategy Mastery: You can now identify linear approximation scenarios and apply appropriate differentiation techniques with confidence
- Systematic Error Analysis: Each solution demonstrates a methodical approach that eliminates common differential and approximation mistakes
- Newton’s Method Proficiency: The advanced problems connect iterative numerical methods to practical root-finding scenarios in engineering and applied sciences
- Comprehensive Exam Preparation: The difficulty spectrum covers typical board exam and university-level linear approximation questions
For continued development, return to the theoretical principles covered in Lecture 9: Linear Approximation and Differentials in Calculus: Complete Guide with Newton’s Method and Error Analysis, particularly the fundamental methods for handling complex approximation relationships and error propagation. These practice exercises achieve maximum effectiveness when paired with solid conceptual understanding rather than memorized solution patterns alone.
Students should revisit challenging problems regularly to maintain their linear approximation skills. The diverse problem types in this collection provide thorough preparation for any calculus examination. Master these approximation techniques, and you’ll discover that advanced mathematical concepts in engineering, physics, and higher mathematics become significantly more accessible.
Keep practicing, maintain consistency with your calculus studies, and remember that linear approximation mastery provides the analytical tools necessary for success in advanced engineering coursework and professional applications.
Key Takeaways from This Practice Set
🎯 Mathematical Mastery Achieved:
- Linear approximation problem-solving techniques for estimating function values using tangent line methods
- Complex differential calculations with systematic error analysis approaches for measurement precision
- Newton’s Method implementations for iterative root-finding in engineering and scientific applications
- Step-by-step approximation methodology for advanced numerical analysis and estimation problems
- Pattern recognition skills for identifying when linear approximation techniques provide optimal solutions in professional scenarios
🔧 Engineering Applications Mastered:
- Measurement error analysis in mechanical and structural engineering with tolerance and precision calculations
- Physics applications including motion estimation, thermodynamic approximations, and system performance modeling
- Quality control problems involving manufacturing tolerances and process optimization with uncertainty analysis
- Design engineering applications with parameter variation and sensitivity analysis for critical system components
- Industrial process modeling where production efficiency depends on precise approximation and error control methods
Next Steps in Your Calculus Journey
Having mastered linear approximation applications, you’re now prepared for:
- Optimization with Constraints – Apply approximation techniques to find maximum and minimum values in complex engineering design
- Advanced Integration Methods – Use differential concepts to understand accumulation and area applications
- Multivariable Calculus – Extend approximation methods to functions of several variables in advanced engineering
- Differential Equations – Build toward understanding dynamic systems and engineering process modeling
- Advanced Engineering Mathematics – Apply linear approximation concepts to sophisticated real-world estimation problems
Share Your Success
Did these practice problems help you master linear approximation concepts? Share your experience in the comments below and help fellow engineering students on their calculus journey!
Stay Connected
Follow PinoyBIX.org for more:
✅ Engineering mathematics tutorials and practice problems
✅ Board exam preparation materials
✅ Step-by-step solutions for complex engineering problems
✅ Free resources for Filipino engineering students
Remember: Mathematics is the language of engineering – and you’ve just mastered one of its most practical estimation techniques!
Keep practicing, keep learning, and keep building the mathematical foundation that will power your engineering success!
Looking Ahead: The Optimization Challenge
Now that you’ve conquered linear approximation through intensive practice, you’re ready to tackle one of calculus’s most powerful problem-solving techniques. These 50 exercises have built the analytical thinking and systematic methodology essential for understanding how functions reach their maximum and minimum values under various constraints.
The linear approximation skills you’ve developed will prove invaluable as we explore optimization methods, where derivative concepts become the primary tool for finding optimal solutions in engineering design and analysis. Every technique you’ve mastered – from basic function approximations to complex Newton’s Method applications – has prepared you for the systematic approach required when dealing with critical point analysis and constraint optimization.
Your ability to calculate differentials and understand function behavior will serve as the foundation for optimization analysis, where finding extreme values requires careful, organized mathematical investigation strategies.
Coming Up Next: Lecture 10 – Optimization: Maximum and Minimum Values
What You’ll Master:
- Identifying critical points and determining when functions achieve maximum or minimum values
- Setting up optimization problems with constraints for real-world engineering design scenarios
- Applying first and second derivative tests to classify critical points and verify optimal solutions
- Calculating absolute and relative extrema for functions on closed and open intervals
Real-World Applications:
- Mechanical Engineering: Optimizing material usage and structural design for maximum strength with minimum weight
- Civil Engineering: Determining optimal dimensions for bridges, buildings, and infrastructure projects within budget constraints
- Electrical Engineering: Maximizing circuit efficiency and minimizing power consumption in electronic system design
- Chemical Engineering: Optimizing reaction conditions and process parameters for maximum yield and minimum cost
Prerequisites Completed:
✅ Linear approximation mastery (this lesson)
✅ Newton’s Method applications
✅ Differential analysis techniques
✅ Function behavior and critical point identification
What Makes This Lecture Special:
Optimization problems represent the pinnacle of applied calculus in engineering practice. You’ll learn to handle situations that determine the difference between good and exceptional engineering solutions, where finding optimal parameters drives innovation, cost-effectiveness, and performance excellence.
This technique becomes essential for engineering design, resource allocation, and system analysis where determining the best possible solution within given constraints separates competent engineers from industry leaders.
Get Ready For:
- Step-by-step optimization methodology for systematic maximum and minimum problems
- 50+ practice problems with detailed solutions covering diverse engineering optimization scenarios
- Cross-disciplinary applications spanning all major engineering fields
- Advanced constraint analysis strategies for complex multi-variable optimization relationships
Your linear approximation mastery has prepared you perfectly for this next challenge in your calculus journey!
Preview of Optimization Problem Types:
- Basic Applications: Simple maximum and minimum problems with single-variable functions
- Intermediate Problems: Engineering design optimization involving geometric constraints and material limitations
- Advanced Applications: Multi-constraint optimization with interconnected design variables
- Master-Level Challenges: Complex industrial optimization and advanced engineering design scenarios
The journey from linear approximation to optimization represents a natural progression from understanding function behavior to applying that knowledge in finding the best possible solutions where mathematical precision determines engineering excellence and innovation success.
P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.
“Will you subscribe today via YOUTUBE?”
TIRED OF ADS?
- Become Premium Member and experienced complete ads-free content browsing.
- Full Content Access to Premium Solutions Exclusive for Premium members
- Access to PINOYBIX FREEBIES folder
- Download Reviewers and Learning Materials Free
- Download Content: You can see download/print button at the bottom of each post.
PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:
- CIVIL ENGINEERING REVIEWER
- CIVIL SERVICE EXAM REVIEWER
- CRIMINOLOGY REVIEWER
- ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
- ELECTRICAL ENGINEERING & RME REVIEWER
- FIRE OFFICER EXAMINATION REVIEWER
- LET REVIEWER
- MASTER PLUMBER REVIEWER
- MECHANICAL ENGINEERING REVIEWER
- NAPOLCOM REVIEWER
- Additional upload reviewers and learning materials are also FREE
FOR A LIMITED TIME
If you subscribe for PREMIUM today!
You will receive an additional 1 month of Premium Membership FREE.
For Bronze Membership an additional 2 months of Premium Membership FREE.
For Silver Membership an additional 3 months of Premium Membership FREE.
For Gold Membership an additional 5 months of Premium Membership FREE.
Join the PinoyBIX community.

