8.1 Approximation and Estimation

Approximation and estimation are useful techniques in numerical computations to simplify calculations while maintaining accuracy.

Key Concepts:

Examples:

Example 1: Rounding a Number to Significant Figures

Round 0.00723456 to 3 significant figures.

Solution:

The first three significant figures are 7, 2, and 3. Therefore, rounding to 3 significant figures: \[ 0.00723456 \approx 0.00723. \]

Example 2: Calculating Percentage Error

An estimated value for a quantity is 48.3, while the actual value is 50. Find the percentage error.

Solution:

Step 1: Compute the absolute error. \[ | 48.3 - 50 | = 1.7. \] Step 2: Compute the percentage error. \[ \text{Percentage Error} = \left( \frac{1.7}{50} \right) \times 100 = 3.4\%. \] Thus, the percentage error is **3.4\%**.

Example 3: Solving an Equation Correct to 2 Decimal Places

Solve \(x^2 - 2x - 3 = 0\) correct to 2 decimal places.

Solution:

Using the quadratic formula: \[ x = \frac{-(-2) \pm \sqrt{(-2)^2 - 4(1)(-3)}}{2(1)} \] \[ x = \frac{2 \pm \sqrt{4 + 12}}{2} = \frac{2 \pm \sqrt{16}}{2} \] \[ x = \frac{2 \pm 4}{2}. \] Thus, the two roots are: \[ x = \frac{2 + 4}{2} = 3.00, \quad x = \frac{2 - 4}{2} = -1.00. \] The solutions correct to **2 decimal places** are **\(x = 3.00\) and \(x = -1.00\)**.

Section 8: Miscellaneous Topics

← Back to Study Guide