A Level Mathematics - Questionbank

Numerical solution of equations

Numerical solution of equations introduces numerical methods like Newton-Raphson for solving equations that cannot be solved algebraically.

Question 1

(a) By sketching a suitable pair of graphs, show that the equation `sqrtx= e^x-3` has only one root. 

(b) Show by calculation that this root lies between `1` and `2`

(c) Show that, if a sequence of values given by the iterative formula `x_(n+1)=ln (3+sqrtx_n)` converges, then it converges to the root of the equation in (a). 

Easy

Mark as Complete

Mark Scheme

Question 2

(a) By sketching a suitable pair of graphs, show that the equation `cot x =2-cos x` has one root in the interval `0≤x≤1/2pi` 

(b) Show by calculation that this root lies between `0.6` and `0.8`

(c) Use the iterative formula`x_(n+1)=(frac{1}{2-cos x_n} )`  to determine the root correct to `2` decimal places. Give the result of each iteration to `4` decimal places. 

Hard

Mark as Complete

Mark Scheme

Question 3

The parametric equations of a curve are `x=ln (1-2t)`, `y=2/t`, for `t<0`

(a) Show that `(dy)/dx=frac{1-2t}{t^2}`

(b) Find the exact coordinates of the only point on the curve at which the gradient is `3`

 

Mark as Complete

Mark Scheme

Question 4

The equation of a curve is `x^2y+y^2=6x`

(a) Show that `(dy)/dx=frac{6-2xy}{x^2+2y}` 

(b) Find the equation of the tangent to the curve at the point with coordinates `(1, 2)` , giving your answer in the form `ax+by+c=0` 

 

Medium

Mark as Complete

Mark Scheme

Question 5

(a) Use the trapezium rule with two intervals to estimate the value of `int_0^1 frac{1}{6+2e^x}dx`, giving your answer correct to `2` decimal places. 

(b) Find `intfrac{(ex-2)^2}{e^(2x)}dx`

 

 

Medium

Mark as Complete

Mark Scheme

Question 6

(a) By sketching a suitable pair of graphs, show that the equation`ln x =4-1/2x` has exactly one real root, `alpha` 

(b) Verify by calculation that `4.5<α<5.0` 

(c) Use an iterative formula `x_(n+1)=8-2ln x_n` to find `α` correct to `2` decimal places. Give the result of each iteration to `4` decimal places. 

Medium

Mark as Complete

Mark Scheme

Question 7

The parametric equations of a curve are `x=1/t`, `y=t`, where `0≤t≤1/2 pi`

(a) Show that `(dy)/dx=sin t` 

(b) Hence show that the equation of the tangent to the curve at the point with parameter `t` is `y=xsin t -tan t` 

Medium

Mark as Complete

Mark Scheme

Question 8

It is given that the positive constant a is such that `int_-a^a(4e^(2x)+5)dx=100`

(a) Show that `a=1/2ln (50+e^(-2a)-5a)` 

(b) Use the iterative formula `a_(n+1)=1/2ln (50+e^(-2a_n)-5a_n)` to find `alpha` correct to `3` decimal places. Give the result of each iteration to `5` decimal places. 

Medium

Mark as Complete

Mark Scheme

Question 9

(a) Prove that `tan theta +cot theta -= frac{2}{sin 2θ}` 

(b) Hence find the exact value of `tan frac{1}{8}π+cotfrac{ 1}{8} pi`  

(c) Hence evaluate `int_0^(1/2pi)frac{6}{ tan theta +cot theta } d theta` 

Medium

Mark as Complete

Mark Scheme

Question 10

The equation of a curve is `y=frac{3x^2}{x^2+4}`. At the point on the curve with positive x-coordinate p, the gradient of the curve is `1/2`

(a) Show that `p=sqrt(frac{48_p-16}{p^2+8})` 

(b) Show by calculation that `2 < p < 3`

(c) Use an iterative formula based on the equation in part (a) to find the value of `p` correct to `4` significant figures. Give the result of each iteration to `6` significant figures. 

Medium

Mark as Complete

Mark Scheme

Question 11

(a) By differentiating `frac{1}{cos theta '}` , show that if `y=sec theta`then `(dy)/(dθ)=tan theta sec theta`

(b) Hence show that `(d^2y)/(d theta^2)=a theta +bsec theta` , giving the value of `a` and `b` 

(c) Find the exact value of `int_0^4(1+ theta -3tan theta sec theta )dθ` 

Hard

Mark as Complete

Mark Scheme

Question 12

 

The diagram shows the curve `y=10e^(-1/2x) sin 4x` for `x≥0`. The stationary points are labeled `T_1, T_2, T_3`,… as shown.

(a) Find the x-coordinate of `T_1` and `T_2'`, giving each x-coordinate correct to `3` decimal places. 

(b) It is given that the x-coordinate of `T_n` is greater than `25`. Find the least possible value of  `n`.

Hard

Mark as Complete

Mark Scheme

Question 13

The function f and g are defined, for 

`0, by `f(x)=e^(x-2 )`and `g(x)=5-cos x`.

The diagram shows the graph of `y=f(x)` and the graph `y=g(x)`.

The gradients of the curves are equal both when `x=p` and when `x=q`.

(a) Given that `p < q`, verify by calculation that `p` is `0.16` correct to `2` decimal places. 

(b) Show that `q` satisfies the equation `q=2+ln sin q`

(c) Given also that `1.5 < q < 2.5`, use the iterative formula `q_(n+1)=2+ln sin q_n` to calculate `q` correct to `2` decimal places, showing the result of each iteration to `4` decimal places. 

Medium

Mark as Complete

Mark Scheme

Question 14

In the diagram, A, B and C are points on the circumference of the circle with centre O and radius `r`. The shaded region, ABC, is a sector of the circle with centre C. Angle OCA is equal to `θ` radians.

The area of the shaded region is equal to `3/8` of the area of the circle.

(a) Show that `θ=sqrtfrac{3π}{32θ}` 

(b) Verify by calculation that lies between `0.8` and `1.2` radians. 

(c) Use the iterative formula `theta_ (n+1)=sqrtfrac{3pi}{32theta _n}` to find the value of `θ` correct to `3` decimal places. Give the result of each iteration to `5` decimal places. 

 

Hard

Mark as Complete

Mark Scheme

Question 15

It is given that `int_0^a(frac{1}{3x+5}+2e^(6x))dx = 0.6`, where the constant `a>0`

(a) Show that `a=1/6ln (2.8+ln(frac{ 5}{3a+5}))` 

(b) Use an iterative formula based on the equation in part a, with a starting value of `a=0.2`, to find the value of `a` correct to `3` decimal places. Give the result of each iteration to an appropriate number of decimal places. 

 

Medium

Mark as Complete

Mark Scheme

Question 16

The diagram show the curve `y=x^2cos 4x` for `0≤x≤pi/8`. The point P is a maximum point.

(a) Show that the x-coordinate of P satisfies the equation `4x^2tan 4x =2x`

(b) Show also that the x-coordinate of P satisfies the equation `x=1/4 1/(2x)`

(c) Using an iterative formula based on the equation in part b with initial value `x_1=0.3` find the x-coordinate of P correct to `2` decimal places. Give the result of each iteration to `4` decimal places. 

(d) Use integration by parts twice to find the exact area enclosed between the curve and the x-axis from `0` to `pi/8`

Hard

Mark as Complete

Mark Scheme

Question 17

(a) 

By sketching each of the graphs`y=x` and`y=x(π-x)` for `0, show that the equation `x = x(π-x)` has exactly two real roots in the interval for `0 < x < pi`

(b)

Show that the equation `x = x(π-x)` can be written in the form `x=frac{1+x^2sin x}{ pi sin x}` 

(c)

The two real roots of the equation `x = x(π-x)` in the interval `0 are denoted by `alpha` and `beta`, where `α<β`.

Use the iterative formula `x_(n+1)=frac{1+x_n^2sin x_n}{ pisin x_n}` to find `alpha` correct to `2` decimal places. Give the result of each iteration to `4` decimal places. 
Deduce the value of `beta` correct to `2` decimal places. 

Medium

Mark as Complete

Mark Scheme

Question 18

In the diagram, triangle ABC is right-angled and angle BAC is `theta` radians. The point O is the mid point of AC and OC `= r`. Angle BOC is `2theta` radians and BOC is a sector of the circle with centre O. The area of triangle ABC is 2 times the area of the shaded segment.

(a) Show that satisfies the equation `sin 2θ =θ`

(b)This equation has one root in the interval `0<θ. Use the iterative formula `theta _(n+1)=sin 2 theta_n` to determine the root correct to `2` decimal places. Give the result of each iteration to `4` decimal places.

Hard

Mark as Complete

Mark Scheme

Question 19

The parametric equations of a curve are `x=t^2+6`, `y=t^4-t^3-5t`.

The curve has a stationary point for a value of t that lies between `1` and `2`.

(a) Show that the value of t at this stationary point satisfies the equation `t=root(3)frac{3t^2+5}{4}` 

(b) Use an iterative process based on the equation in part a to find the value of `t` correct to `3` decimal places. Show the result of each iteration to `6` decimal places. 

(c) Hence find the coordinates of the stationary point, giving each coordinate correct to `1` significant figure. 

Medium

Mark as Complete

Mark Scheme

Question 20

(a) Show that `(frac{1+cos x}{ 2sin x})^ 2+ (frac{1-cos x}{ 2sin x})^ 2=x+1/2` 

(b) Hence, given that `alpha` is a root of the equation `(frac{1+cos x}{ 2sin x})^ 2+ (frac{1-cos x}{ 2sin x})^ 2=x`, show that `alpha` is also a root of the equation `x=sqrt((2)/(2x-1))` for `0 < x < pi/2` 

(c) It is given that `alpha` is the only root of the equation `x=sqrt((2)/(2x-1))` for `0 < x < pi/2`. Verify by calculation that the value of `alpha` lies between `0.9` and `1.0`

Medium

Mark as Complete

Mark Scheme

More A Level Mathematics