Download 4) C3 Numerical Methods Questions

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Mean field particle methods wikipedia , lookup

Root-finding algorithm wikipedia , lookup

Dynamic substructuring wikipedia , lookup

Quartic function wikipedia , lookup

Cubic function wikipedia , lookup

Quadratic equation wikipedia , lookup

Newton's method wikipedia , lookup

Methods of computing square roots wikipedia , lookup

Interval finite element wikipedia , lookup

False position method wikipedia , lookup

Transcript
C3 Numerical Methods Questions
Jan 2010
f(x) = x3 + 2x2 − 3x − 11
2.
(a) Show that f(x) = 0 can be rearranged as
(2)
x=
 3x  11 

,
 x2 
x  –2.
The equation f(x) = 0 has one positive root α.
The iterative formula xn + 1 =
 3xn  11 

 is used to find an approximation to α .
x

2
n


(b) Taking x1 = 0, find, to 3 decimal places, the values of x 2 , x3 and x 4 .
(3)
(c) Show that α = 2.057 correct to 3 decimal places.
(3)
June 2009
1.
Figure 1
Figure 1 shows part of the curve with equation y = −x3 + 2x2 + 2, which intersects the x-axis at the
point A where x = α.
To find an approximation to α, the iterative formula
xn + 1 =
2
+2
( xn ) 2
is used.
(a) Taking x0 = 2.5, find the values of x1, x2, x3 and x4.
Give your answers to 3 decimal places where appropriate.
(3)
(b) Show that α = 2.359 correct to 3 decimal places.
(3)
Jan 2009
f(x) = 3xex – 1.
7.
The curve with equation y = f(x) has a turning point P.
The equation f(x) = 0 has a root between x = 0.25 and x = 0.3.
(b) Use the iterative formula
xn + 1 =
1  xn
e .
3
with x 0 = 0.25 to find, to 4 decimal places, the values of x1 , x 2 and x3 .
(3)
(c) By choosing a suitable interval, show that a root of f(x) = 0 is x = 0.2576 correct to 4 decimal
places.
(3)
June 2008
f(x) = 3x3 – 2x – 6.
7.
(a) Show that f (x) = 0 has a root, α, between x = 1.4 and x = 1.45.
(2)
(b) Show that the equation f (x) = 0 can be written as
x=
 2 2
   , x  0.
 x 3
(3)
(c) Starting with x 0 = 1.43, use the iteration
xn + 1 =
 2 2
  
 xn 3 
to calculate the values of x1 , x 2 and x3 , giving your answers to 4 decimal places.
(3)
(d) By choosing a suitable interval, show that α = 1.435 is correct to 3 decimal places.
(3)
June 2007
4.
f(x) = – x3 + 3x2 – 1.
(a) Show that the equation f(x) = 0 can be rewritten as
x=
 1 

.
3 x
(2)
(b) Starting with x1 = 0.6, use the iteration
xn + 1 =
 1

 3  xn



to calculate the values of x2, x3 and x4, giving all your answers to 4 decimal places.
(2)
(c) Show that x = 0.653 is a root of f(x) = 0 correct to 3 decimal places.
(3)
June 2012
C3 Numerical Methods Questions ANSWERS (47 marks)
Jan 2010
June 2009
Jan 2009
June 2008
June 2007
June 2012