Approximations in Engineering - Case Studies

Example

Case Study 1: Small Angle Approximation in Pendulum Dynamics
In structural dynamics and mechanical engineering, the motion of a simple pendulum is governed by the differential equation d2θdt2+gLsinθ=0\frac{d^2\theta}{dt^2} + \frac{g}{L}\sin\theta = 0. Because the sine function makes this equation non-linear and difficult to solve explicitly, engineers use the Maclaurin series approximation for sine: sin(θ)θθ33!+\sin(\theta) \approx \theta - \frac{\theta^3}{3!} + \dots. For very small angles (typically less than 1515^\circ), all terms after the first become negligible, allowing engineers to use the Small Angle Approximation: sin(θ)θ\sin(\theta) \approx \theta. This simplifies the equation to a linear harmonic oscillator, d2θdt2+gLθ=0\frac{d^2\theta}{dt^2} + \frac{g}{L}\theta = 0, which is trivial to solve and design around.

Example

Case Study 2: Error Propagation in Surveying
A surveying team is measuring the height of a distant building using a transit. They measure the horizontal distance xx to the building and the angle of elevation θ\theta. The height is calculated as h=xtanθh = x \tan\theta. Because no instrument is perfectly precise, both the distance measurement and the angle measurement have inherent tolerances (errors), denoted by dxdx and dθd\theta. Using Differentials, the total propagated error in the calculated height is approximated by the total differential: dh=hxdx+hθdθdh = \frac{\partial h}{\partial x} dx + \frac{\partial h}{\partial \theta} d\theta. This allows the head surveyor to calculate the maximum possible error in the building's calculated height and determine if the equipment used meets the project's strict precision requirements.

Linear Approximation - Examples

Example

Use linear approximation to estimate 26\sqrt{26}.

Step-by-Step Solution

0 of 4 Steps Completed
1

Example

Use linear approximation to estimate the value of sin(0.1)\sin(0.1) radians.

Step-by-Step Solution

0 of 4 Steps Completed
1

Example

Use a linear approximation to estimate (1.99)4(1.99)^4.

Step-by-Step Solution

0 of 4 Steps Completed
1

Error Propagation - Examples

Example

The radius of a sphere is measured as 10 cm with a possible error of ±0.05\pm 0.05 cm. Estimate the maximum error in the calculated volume.

Step-by-Step Solution

0 of 5 Steps Completed
1

Example

A surveyor measures the side of a square plot of land as 200 m with a possible error of 0.2 m. What is the estimated percentage error in calculating the area?

Step-by-Step Solution

0 of 4 Steps Completed
1

Example

If a measured quantity xx has a relative error of 2%2\%, estimate the relative error in calculating y=xy = \sqrt{x}.

Step-by-Step Solution

0 of 3 Steps Completed
1

Taylor and Maclaurin Polynomials - Examples

Example

Find the 3rd-degree Maclaurin polynomial for f(x)=exf(x) = e^x.

Step-by-Step Solution

0 of 3 Steps Completed
1

Example

Find the 2nd-degree Taylor polynomial for f(x)=ln(x)f(x) = \ln(x) centered at a=1a = 1.

Step-by-Step Solution

0 of 3 Steps Completed
1

Example

Find the 3rd-degree Maclaurin polynomial for f(x)=sin(x)f(x) = \sin(x).

Step-by-Step Solution

0 of 3 Steps Completed
1

Newton's Method (Newton-Raphson) - Examples

Example

Use Newton's Method to approximate the positive root of f(x)=x22f(x) = x^2 - 2. Start with an initial guess of x0=1x_0 = 1 and compute x2x_2.

Step-by-Step Solution

0 of 3 Steps Completed
1

Example

Use one iteration of Newton's Method to estimate a root of f(x)=x3x1f(x) = x^3 - x - 1, starting with x0=1x_0 = 1.

Step-by-Step Solution

0 of 3 Steps Completed
1

Example

What happens if you use an initial guess of x0=0x_0 = 0 for f(x)=x33x+1f(x) = x^3 - 3x + 1?

Step-by-Step Solution

0 of 3 Steps Completed
1