Photo AI

Last Updated Sep 27, 2025

Approximating Values Simplified Revision Notes

Revision notes with simplified explanations to understand Approximating Values quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

471+ students studying

4.2.4 Approximating Values

Approximating values is a common technique in mathematics, used when exact values are difficult or unnecessary to calculate. Approximations can help simplify calculations, estimate answers, or work with complex functions. There are several methods and concepts for approximating values, each suited to different situations.

1. Rounding

Rounding is one of the simplest forms of approximation. It involves adjusting a number to a nearby value, often to make calculations easier.

  • To the nearest integer:
    • 3.6 3.6 rounds to 44
    • 3.43.4 rounds to 33
  • To a specific decimal place:
    • 5.67895.6789 rounded to two decimal places is 5.685.68
    • 5.67895.6789 rounded to one decimal place is 5.75.7

2. Truncation

Truncation involves cutting off digits beyond a certain point without rounding up. This is different from rounding because it simply drops the digits rather than rounding them.

  • Truncating 5.67895.6789 to two decimal places gives 5.675.67

3. Using Significant Figures

Significant figures are used to indicate the precision of a number. This method is common in science and engineering.

infoNote
  • Example:
  • 0.004567 0.004567 to three significant figures is 0.004570.00457
  • 123,456123,456 to three significant figures is 123,000123,000

4. Linear Approximation (Tangent Line Approximation)

Linear approximation uses the tangent line at a point on a curve to approximate the value of the function near that point. It's often used for functions that are difficult to evaluate exactly.

infoNote
  • Formula: If you have a function f(x)f(x) and you want to approximate it near a point aa, you use:

f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a)

where f(a)f'(a) is the derivative of f(x)f(x) at x=ax = a

infoNote
  • Example: Approximating 4.1 \sqrt{4.1} :
  • f(x)=xf(x) = \sqrt{x}, and we know f(4)=2 f(4) = 2 and f(x)=12xf'(x) = \frac{1}{2\sqrt{x}}
  • So, f(4)=14f'(4) = \frac{1}{4}
  • 4.12+14×0.1=2+0.025=:success[2.025]\sqrt{4.1} \approx 2 + \frac{1}{4} \times 0.1 = 2 + 0.025 = :success[2.025]

5. Binomial Approximation

When dealing with expressions like (1+x)n(1 + x)^n , where xx is small, you can use the binomial approximation: (1+x)n1+nx(1 + x)^n \approx 1 + nx

This is the first term in the binomial series expansion and works well when xx is small.

infoNote

Example: Approximate (1.02)5(1.02)^5 :

6. Taylor Series Approximation

Taylor series approximation expands a function into an infinite sum of terms calculated from the values of its derivatives at a single point. For small values of xx, the first few terms can provide a good approximation.

infoNote

Example: Approximate exe^x near x=0x = 0 :

ex1+x+x22!e^x \approx 1 + x + \frac{x^2}{2!}

For x=0.1 x = 0.1 :

e0.11+0.1+(0.1)22=1+0.1+0.005=:success[1.105]e^{0.1} \approx 1 + 0.1 + \frac{(0.1)^2}{2} = 1 + 0.1 + 0.005 = :success[1.105]


infoNote

Example

Question

  1. Expand (12x)12,x<12(1 - 2x)^{\frac{1}{2}}, |x| < \frac{1}{2}, in ascending powers of xx up to and including the term in x3x^3.
  2. By substituting a suitable value of xx in your expansion, find an estimate for 0.98\sqrt{0.98}.
  3. Show that 0.98=7102\sqrt{0.98} = \frac{7}{10} \sqrt{2} and hence find the value of 2\sqrt{2} correct to 8 significant figures.

Solution:

a. Expand (12x)12,x<12(1 - 2x)^{\frac{1}{2}}, |x| < \frac{1}{2}, in ascending powers of xx up to and including the term in x3x^3.

1+(0.5)(2x)1!+(0.5)(0.5)(2x)22!+(0.5)(0.5)(1.5)(2x)33!+1 + \frac{(0.5)(-2x)}{1!} + \frac{(0.5)(-0.5)(-2x)^2}{2!} + \frac{(0.5)(-0.5)(-1.5)(-2x)^3}{3!} + \ldots=1xx22x32+= 1 - x - \frac{x^2}{2} - \frac{x^3}{2} + \ldots

b. By substituting a suitable value of xx in your expansion, find an estimate for 0.98\sqrt{0.98}.

Notice (12x)1212x(1-2x)^{\frac{1}{2}} \equiv \sqrt{1-2x}, so think about what x should be to get 0.98 under the square root.

Let  x=:highlight[0.01]12(0.01)=0.98(LHS)Let\ \ x = :highlight[0.01] \Rightarrow \sqrt{1-2(0.01)} = \sqrt{0.98} \quad (LHS)RHS:10.01(0.01)22(0.01)32=:success[0.9899495]RHS: \quad 1 - 0.01 - \frac{(0.01)^2}{2} - \frac{(0.01)^3}{2} = :success[0.9899495]

Checking this answer using a calculator is very close, therefore this gives a good approximation.


c. Show that 0.98=7102\sqrt{0.98} = \frac{7}{10} \sqrt{2} and hence find the value of 2\sqrt{2} correct to 8 significant figures.

0.98=98100=98100=49×210=7210\sqrt {0.98} = \sqrt {\frac{98}{100}} = \frac{\sqrt 98}{\sqrt 100} = \frac{\sqrt{49} \times \sqrt{2}}{10} = \frac{7\sqrt{2}}{10}

From (b):0.980.9899495(b): \sqrt{0.98} \approx 0.9899495

72100.98994952=0.9899495×107\frac{7\sqrt{2}}{10} \approx 0.9899495 \Rightarrow \sqrt{2} = \frac{0.9899495 \times 10}{7}:success[1.4142136]\approx :success[1.4142136]

infoNote

Summary:

  • Rounding: Adjusting to a nearby value.
  • Truncation: Cutting off digits without rounding.
  • Significant Figures: Keeping a specified number of meaningful digits.
  • Linear Approximation: Using the tangent line at a point to approximate the function.
  • Binomial Approximation: Simplifying expressions like (1+x)n(1 + x)^n for small xx
  • Taylor Series: Expanding a function into a series to approximate its value.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Approximating Values

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Approximating Values

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

5 quizzes

Quizzes on Approximating Values

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

7 questions

Exam questions on Approximating Values

Boost your confidence with real exam questions.

Try Maths Pure Questions

1 exams created

Exam Builder on Approximating Values

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Approximating Values

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Approximating Values you should explore

Discover More Revision Notes Related to Approximating Values to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

General Binomial Expansion

General Binomial Expansion

user avatar
user avatar
user avatar
user avatar
user avatar

446+ studying

185KViews

96%

114 rated

General Binomial Expansion

General Binomial Expansion - Subtleties

user avatar
user avatar
user avatar
user avatar
user avatar

315+ studying

183KViews

96%

114 rated

General Binomial Expansion

General Binomial Expansion - Multiple

user avatar
user avatar
user avatar
user avatar
user avatar

394+ studying

191KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered