Modelling involving Numerical Methods (AQA A Level Maths: Pure): Exam Questions

Exam code: 7357

3 hours34 questions
1a
Sme Calculator
2 marks

A bypass is to be built around a village. On the graph below the road through the village is modelled by the line  y=x. The bypass is modelled by the equation y=40xx+1

q1a-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots

The bypass runs from the origin to the point P(p, p).

Use the iteration formula 

xn+1= 40xn xn+1

with x0=5 to find the value of p, correct to 3 significant figures.

1b
Sme Calculator
2 marks

Use the interval [5.835, 5.845] and the function

 f(x)=x 40xx+1

to show that your answer to part (a) is correct to 3 significant figures.

2a
Sme Calculator
2 marks

Scientists are analysing the infection rate, R, at which a virus spreads amongst a population.  They model R using the function

  R(t)=1.1+cos t                   (t0)

where t is the number of months since the first case of the virus was discovered.

The diagram below shows the graphs ofy=R(t) and y=1.

q2a-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots

(i) Show that the equation R(t)=1 can be written in the form  cos t +0.1=0.

(ii) Find the derivative of  cos t +0.1.

2b
Sme Calculator
3 marks

Apply the Newton-Raphson method with t0=1.5, along with your answers to part (a), to find the time when R first equals 1.

Give your answer to 3 significant figures.

2c
Sme Calculator
2 marks

(i) Write down the minimum R value the model predicts.

(ii) Approximately, how often (in months) does this minimum infection rate occur?

3
Sme Calculator
4 marks

Following an oil spill into the ocean, experts recorded the rate of oil leaking at regular intervals whilst engineers worked to clear up the spillage.

The rate of oil leaking (measured in barrels per week) was recorded every fortnight for eight weeks. The results are shown in the table below.

Time

0

2

4

6

8

Rate of leak

0

14 000

9600

3400

1800

The trapezium rule is used to estimate the total amount of oil leaked during the eight weeks.  All the data in the table is to be used.

(i) Write down the width, h, of a single trapezium.

(ii) Show that the trapezium rule estimates that the total amount of oil spilled in the eight weeks is 56000 barrels, to 2 significant figures.

4
Sme Calculator
4 marks

The game of Tanball is played on a flat table.

A player rolls a ball from a fixed point, at any angle, with the aim of it coming to rest in the winning zone.

A particular player decides to roll the ball at an angle of  π4 radians. This is illustrated by the graph below with the ball being rolled from the origin and the shaded area being the winning zone.

q4-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots

The boundary of the winning zone is given by part of the curve with equation

y=1tan( 3(x+1) )

(i) Using the iteration formula 

xn+1=1tan (3(xn+1))

with the initial starting value x0=1.5, find  x1, x2and x3, writing each answer to 5 decimal places.

(ii) Use repeated iteration to find the value of x correct to 3 significant figures. 

(iii) Write down the y-coordinate of the point where this player’s ball should cross the winning boundary.

5a
Sme Calculator
2 marks

The profile of a vertical drop along a rollercoaster track is modelled using part of the function 

f(x)=10(x33x2x)

The graph of h=f(x) is shown below.

q6-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots
  • h is the height, in metres, above the ground of the front carriage of the rollercoaster

  • x is the horizontal distance from the origin, in metres, of the front carriage of the rollercoaster

(i) Show that the equation f(x)=15 can be rewritten as  x33x2x+5=0.

(ii) Differentiate x33x2x+5.

5b
Sme Calculator
4 marks

The rollercoaster briefly stops at the point labelled S on the graph, where f(x)=15.

Apply the Newton-Raphson method with the initial value x0=2.6 to find the x-coordinate of point S.

Give your answer to 3 significant figures.

5c
Sme Calculator
1 mark

State a possible problem if  x0=1.7 is used instead of the initial value in part (b).

6a
Sme Calculator
1 mark

According to legend, unicorn tears can heal an injury almost instantly.

If a unicorn tear is applied to a burn of initial size B mm2  on human skin it will heal according to the model

b(t)=Bt3+t                    t0

where b is the area of the burn, in square millimetres, at time t seconds after the unicorn tear has been applied.

Show that the equation b(t)=0 can be written as

t=B+t3

6b
Sme Calculator
3 marks

Use the iteration formula 

 tn+1=40+tn 3

with an initial value of t0=3 to find how many seconds it takes a burn of size 40 mm2 to heal once a unicorn tear is applied.

Give your final answer to 3 significant figures.

6c
Sme Calculator
3 marks

An alternative iteration formula is 

tn+1=(tn3B)2

(i) Using t0=3, find t1, t2 and t3, for the same initial burn size as part (b), giving each answer to 3 significant figures.

(ii) Explain how you can deduce whether this sequence of estimates is converging or diverging.

7a
Sme Calculator
2 marks

Following an explosion on the Longwater drilling rig, oil began to leak into the ocean from a damaged underwater pipe.

It took several months for experts to seal the pipe and stop further oil from leaking.

For the first fifteen weeks of the oil spill, the rate of oil leaking from the pipe (measured in barrels per week) was recorded every three weeks.

The results are shown in the table below.

Time

0

3

6

9

12

15

Rate of leak

0

2500

8000

15 000

25 000

37 500

The trapezium rule will be used to estimate the total amount of oil leaked during the first fifteen weeks of the spillage. All the data in the table will be used.

(i) State the number of trapezia that will be used.

(ii) State the width of each trapezium that will be used.

7b
Sme Calculator
2 marks

Use the trapezium rule to estimate the amount of oil spilled in the first fifteen weeks.

Give your answer to 3 significant figures.

8a
Sme Calculator
3 marks

Traffic is monitored by three average speed cameras, along a stretch of the road where the speed limit is 30 mph.

A car passes the first camera at time zero. The car’s speed and the time it passes each camera, are recorded.

The results are shown in the table below. 

Camera

1

2

3

Time (hours)

0

0.25

0.5

Speed (mph)

32

38

27

Use the trapezium rule with the data in the table to find an estimate for the distance between the first and last camera.

Give your estimate to 3 significant figures.

8b
Sme Calculator
2 marks

Determine whether or not the car is driving within the speed limit.

You must show your reasoning clearly.

1a
Sme Calculator
2 marks

According to legend, a unicorn can heal an injury almost instantly by touching it with its horn.

When a unicorn touches a cut in human skin of length L mm, it will heal according to the model

f(t)=Lett                              t0

where f is the length of the cut in millimetres, at time t seconds after the unicorn has touched the injury with its horn.

(i) Write down the value of f at the point when the cut is completely healed.

(ii) Show that, for a cut in human skin of length 5 mm the equation f(t)=0 can be rearranged into the form

t=ln(t5)

1b
Sme Calculator
3 marks

The iteration formula

tn+1=ln( tn5) 

with the initial value t0=1 is used to find how many seconds it takes a cut of size 5 mm to heal once a unicorn has touched it with its horn.

(i) Write down the values of the estimates t1, t2  and t3 to 4 decimal places.

(ii) Give your final answer to 2 significant figures.

(iii) State the number of iterations required, n, for convergence to 2 significant figures.

1c
1 mark

Explain why the model should restrict the range of f(t) to be greater than or equal to zero.

2a
Sme Calculator
5 marks

Scientists are analysing the infection rate, R, at which a virus, Pi-flu, spreads amongst a population.  They model R using the function

  R(t)=45+23sin t                       (t0)

where t is the number of months since the first case of the virus was discovered.

The diagram below shows the graphs of y=R(t) and y=1.

0ynXVuWJ_q2a-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots

(i) Show that the equation R(t)=1 can be written in the form 

23 sin t 15=0

(ii) Apply the Newton-Raphson method with t0=0.5, along with a suitable function from part (i), to find the number of months after Pi-flu was discovered that the value of R first equals 1.

Give your answer to 3 significant figures.

2b
Sme Calculator
3 marks

(i) Write down the maximum infection rate value that the model predicts.

(ii) Approximately, how often does this maximum infection rate occur? Give your answer to the nearest whole number of months.

(iii) Suggest a possible reason, in context, for your answer in part (ii).

3a
Sme Calculator
4 marks

The energy company PowerX operate a wind turbine. Engineers from PowerX model the power output, P kW (kiloWatts), of the wind turbine over a twelve-hour period according to the function

  P(t)=50+10sin10t                      0t12

where t is time measured in hours. The graph of P against t is shown below.

q3-10-2-modelling-involving-numerical-methods-easy-a-level-maths-pure-screenshots

Using the trapezium rule, with six trapezia each of width 1, find an estimate for the total power generated by the wind turbine in the first six hours.

You may use the table below to help.

Time (t)

0

1

2

3

4

5

6

Power (P)

 

 

 

 

 

 

 

3b
Sme Calculator
1 mark

Explain why it may be difficult for the engineers from PowerX to determine whether the total amount of power found using the method in part (a) is an overestimate or an underestimate.

4a
2 marks

The village of Greendale lies on a straight road, as modelled by the line y=x on the graph below.  To ease rush hour congestion, a bypass is to be built around Greendale. The path of the bypass is modelled by the equatio

y=611x+1

q1-10-2-modelling-involving-numerical-methods-medium-a-level-maths-pure-screenshots

The bypass runs from the origin to the point P(p, p).

On the graph above, draw a staircase diagram to show how using the iteration formula 

xn+1=611xn+1

where 0<x0<p leads to convergence at the point P.

4b
Sme Calculator
2 marks

Use the iteration formula 

 xn+1=611xn+1

with x0=5 to find the value of p, correct to 2 decimal places.

4c
Sme Calculator
2 marks

By considering a suitable interval and the function

f(x)=x611x+1

show that your answer to part (b) is correct to 2 decimal places.

5a
Sme Calculator
2 marks

The game of Curveball is played on a flat table.

A player rolls a ball from a fixed point, at any angle, with the aim of it coming to rest in the winning zone.

 A particular player decides to roll the ball at an angle of 45°. This is illustrated by the graph below with the ball being rolled from the origin and the shaded area being the winning zone.

cie-p3-q7-maths-2

The boundary of the winning zone is given by part of the curve with equation

y=12sin2(ex).

Use the iterative formula xn+1=12sin2(ex), taking all angles in radians, with initial starting value x0=0.5, to show that the x-coordinate of the point where this player’s ball should cross the winning zone boundary is 0.497 to three significant figures.

5b
Sme Calculator
2 marks

Use your answer to part (a) to find the minimum distance the ball should travel for this player to win Curveball.

6a
Sme Calculator
3 marks

Coronation Street has a speed limit of 40 mph and traffic is monitored along one stretch of the road by four average speed cameras.

Vera is driving her car along Coronation Street and passes the first camera at time zero. Vera’s speed, measured in miles per hour, and the time she passes each camera, are recorded.

The results are shown in the table below. 

Camera

1

2

3

4

Time (hours)

0

0.1

0.2

0.3

Speed (mph)

36

40

38

35

Use a suitable method with all the data in the table to estimate the distance between the first and last camera.

Give your estimate to 3 significant figures.

6b
Sme Calculator
2 marks

Vera’s car consumes fuel at a rate of 52.6 miles per gallon.

Estimate the amount of fuel, in gallons, Vera’s car uses between the first and last camera.

Give your answer to 1 significant figure.

7a
Sme Calculator
1 mark

The profile of the Wibbley-Wobbley-Slide is modelled using part of the function

f(x)=20x+sin x

The graph of  h=f(x), where x0, is shown below.

q7-10-2-modelling-involving-numerical-methods-medium-a-level-maths-pure-screenshots
  • h is the height, in metres, above the ground of a person using the slide.

  • x is the horizontal distance, in metres, of a person on the slide, measured from the point directly underneath the top of the slide (the origin).

Find the height above the ground of a person on the slide when they have travelled 10 m horizontally.

7b
Sme Calculator
4 marks

Apply the Newton-Raphson method with a starting approximation of x0=20 to find the total horizontal distance travelled by a person using the slide.

Give your answer to 3 significant figures.

7c
Sme Calculator
2 marks

Using a suitable interval, show that your answer to part (b) is correct to 3 significant figures.

8a
1 mark

The air pressure inside a ThetaAir aeroplane is kept between 10 and 12 psi (pounds per square inch). A computer automatically adjusts the air pressure according to the model

  P(t)=11+0.1tsin t                    t0

where P is the pressure (psi) and t is the time, in hours, since take off.

The graph of the model is shown below.

q8-10-2-modelling-involving-numerical-methods-medium-a-level-maths-pure-screenshots

Explain why this model is only suitable for flights roughly less than 10 hours long.

8b
Sme Calculator
3 marks

(i) Show that when  P=10, t satisfies the equation

1+0.1tsin t=0

(ii) Find an expression for dPdt

8c
Sme Calculator
3 marks

Apply the Newton-Raphson method with a starting value of t0=10 to find the time that the air pressure on a ThetaAir aeroplane first goes outside of the range 10 to 12 psi.

Give your answer to three significant figures.

8d
Sme Calculator
2 marks

The air pressure increases back to 10 psi after 11.5 hours. 

Estimate the length of time, to the nearest minute, that the air pressure was below 10 psi.

1a
1 mark

The village of Crinkley Bottom lies on a straight road, as modelled by the line y=x on the graph below.  Rush hour traffic causes much air pollution in the village so to improve the air quality around Crinkley Bottom a bypass is to be built.

The path of the bypass is modelled by part of the equation y=x2sin x

q1-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots

The bypass is to be built with a roundabout south of the village at the origin and a northern roundabout which re-joins the road through Crinkley Bottom at the point P(p, p).

On the graph, draw a staircase diagram to show how using the iteration formula 

xn+1=xn2sin xn 

with 0<x0<p leads to convergence at the southern roundabout.

1b
Sme Calculator
2 marks

A second iteration formula is given by

xn+1=xnsin xn

Use repeated iteration, with x0=1, to find the position of the roundabout at P, to 4 significant figures.

1c
Sme Calculator
2 marks

Using a suitable interval and suitable function that should be stated, show that your answer to part (b) is correct to 4 significant figures.

2a
Sme Calculator
4 marks

Scientists are analysing the infection rate, R, at which a virus, Newrap-20, spreads amongst a population. R is modelled using the function

  R(t)=0.6+1tsin (2t) et                          (t>0)

where t is the number of months since the first case of the virus was discovered.

To control the spread of Newrap-20, scientists need to keep the value of R below 1.

The diagram below shows the graphs of y=R(t) and y=1.

q2-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots

Apply the Newton-Raphson method with a starting approximation of t0=1 to find the number of months after Newrap-20 was discovered, that the value of R first drops below 1.

Give your answer to 3 significant figures.

2b
Sme Calculator
1 mark

Given that the first two months both have 31 days each, find the number of days (to the nearest day) for which the value of R first drops below 1.

2c
1 mark

In the long term, the scientists expect the value of R to settle to a constant value.

Use the model to write down this constant value of R.

3a
Sme Calculator
3 marks

The energy company PowerY own and maintain a wind farm. Engineers from PowerY model the power output, P kW (kiloWatts), of a single wind turbine over a twelve-hour period according to the function

  P(t)=50+30e0.1tsin t                        0t12

where t is time measured in hours.  The graph of P against t is shown below.

q3-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots

Use the trapezium rule with a step size of 1 to estimate the total power generated by the wind turbine in the last four hours of the twelve-hour period.

Give your answer to the nearest whole number of kiloWatts.

3b
Sme Calculator
2 marks

Estimate the average amount of power per minute produced by the wind turbine during these last four hours.

Give your answer in kiloWatt min-1 to 1 decimal place.

4
Sme Calculator
3 marks

The drilling rig AlphaBeta began leaking oil into the North Sea following a technical fault. It took 14 hours for engineers to trace and repair the fault.

During that time the rate of oil leaking, measured in tonnes per hour, was recorded every 2 hours.  The results are shown in the table below.

Time

0

2

4

6

8

10

12

14

Rate of leak

0

8

12

18

26

38

18

0

For safety reasons oil rigs are required to shut down and stop all operations until an inspection is carried out should the total amount of oil leaked during any incident exceed 250 tonnes.

Use all the data in the table to determine whether or not the AlphaBeta rig should be shut down.

5a
Sme Calculator
3 marks

The game of Logball is played on a flat table.

A player rolls a ball from a fixed point, at any angle, with the aim of it coming to rest within a winning zone.

A particular player decides to roll the ball at an angle of 45°, as illustrated in the graph below, with the ball being rolled from the origin and the shaded area being the winning zone.

The lower boundary of the winning zone has equation 

y=3(ln (x+1))2              x, y0

The upper boundary of the winning zone has equation 

y=4(ln (x+1))2             x, y0

q5-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots

Use a suitable iteration formula with an initial value of x0=1.8 to find the minimum distance this player’s ball needs to travel to stop within the winning zone.

Give your answer to 2 significant figures.

5b
Sme Calculator
3 marks

Use a suitable iteration formula with an initial value of x0=2.5 to find the maximum distance this player’s ball can travel yet remain within the winning zone.

Give your answer to 2 significant figures.

6a
Sme Calculator
3 marks

A stretch of road along Equality Street has a speed limit of 70 mph and traffic is monitored by six average speed cameras.

Ricky is driving his car along Equality Street and passes the first camera at time zero.  Ricky’s speed, measured in miles per hour, and the time he passes each camera, are recorded in the table below. 

Camera

1

2

3

4

5

6

Time (hours)

0

0.05

0.1

0.15

0.2

0.25

Speed (mph)

68

72

69

71

70

70

Use all the results above to estimate the distance between the first and last camera.

6b
Sme Calculator
2 marks

A driver will receive a speeding ticket if their average speed between the first and last camera exceeds the speed limit.

Based on this information and the answer in part (a), determine whether or not Ricky should receive a speeding ticket. 

You must give a reason for your answer.

7a
Sme Calculator
6 marks

The profile of the first part of the Big Delta rollercoaster is modelled using the function 

f(x)=xsin (12x) 

The graph of h=f(x) is shown below.

q7-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots
  • h is the height, in metres of a person sat on the rollercoaster. h = 0 is the height at which passengers board the rollercoaster.

  • x is the horizontal distance travelled, in metres, measured from the starting point.

Apply the Newton-Raphson method with a starting approximation of x0=14 to find the horizontal distance travelled by the first time the Big Delta reaches a height of 10 metres above its starting point.

Give your answer to three significant figures.

7b
Sme Calculator
2 marks

Using a suitable interval and a suitable function, show that your answer to part (a) is correct to 3 significant figures.

8a
Sme Calculator
6 marks

The air pressure inside a Flappyjet aeroplane is kept between 10.5 and 11.5 psi (pounds per square inch). A computer makes automatic adjustments according to the model

  P=11+0.07t cos 2t                      t0

where P is the pressure (psi) and t is the time of flight, in hours, since take off.

The graph of the model is shown below.

q8-10-2-modelling-involving-numerical-methods-hard-a-level-maths-pure-screenshots

The Newton-Raphson method is used to find the time at which the air pressure first drops below 10.5 psi.

(i) Show that the formula is

tn+1=tnk+0.07tncos 2tn0.07(cos 2tn2tnsin 2tn ) 

where k is a constant to be found.

(ii) Apply the Newton-Raphson method with t0=7 to find the time at which the air pressure first drops below 10.5 psi, to 3 significant figures.

 

8b
Sme Calculator
2 marks

Human beings can cope with the air pressure being below 10.5 psi as long as it is for no longer than 30 minutes.

Point P has coordinates (9.1 , 11.5).

Given that the air pressure increases to 10.5 psi at t=8.10, determine whether or not the model above can be used for flights up to 9 hours long.

9a
Sme Calculator
3 marks

According to legend, unicorn tears have magical healing powers.

When a unicorn tear is applied to a bruise of size A mm2 it will heal according to the model

f(t)=Ae0.15t0.2t                        t0

where f is the area of the bruise, in square millimetres, at time t seconds after the unicorn tear is applied.

Show that, for a bruise of initial size 20 mm2, the equation f(t)=0 can be rearranged into the form

t=203ln (100t)

9b
Sme Calculator
2 marks

Using the equation from part (a) as an iteration formula with an initial value of t0=12, find how many seconds it takes a bruise of size 20 mm2 to heal once a unicorn tear is applied.

Give your answer to 3 significant figures.

9c
Sme Calculator
2 marks

It is rumoured that a unicorn tear can heal bruises one hundred thousand times faster than they would heal naturally.

Estimate how many days it would take a bruise of initial size 20 mm2 to heal without a unicorn tear.

1a
Sme Calculator
1 mark

The village of Camberwick Green lies on a straight road, as modelled by the line y=x on the graph below, measured in miles. Rush hour traffic through the village causes both congestion and air pollution.To ease congestion and improve the air quality around Camberwick Green a bypass ,modelled by part of the equation

y=1+2ln (x2)

is to be built.

q1-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

The bypass is to be built with a roundabout south of the village at point S and a northern roundabout which re-joins the road through Camberwick Green at the point P(p, p).

Write down the coordinates of the southern roundabout at point S.

1b
Sme Calculator
3 marks

(i) Draw a staircase diagram on the graph in part (a) to how an iteration formula with a starting value of x0 in the interval [1, p] will converge to the northern roundabout at point P.

(ii) Use a suitable iteration formula with an initial value of x0=10 to find the value of p to 5 significant figures.

1c
Sme Calculator
2 marks

Find the length of road through Camberwick Green that will benefit from the construction of the bypass.

2a
Sme Calculator
7 marks

Scientists are analysing the infection rate, R, at which a virus Divid-e20 spreads amongst a population.They model R using the function

  R(t)=0.5+e0.3tsin (t)                     (t>0)

where t is the number of months since the first case of the virus was discovered.

To control the spread of Divid-e20 scientists need to keep the value of R below 1.

The diagram below shows the graphs of y=R(t) and R=1.

q2-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

Use the Newton-Raphson method, with an initial value of t0=0.5, to find the number of months after Divid-e20 was discovered that R first equals 1.

Give your answer to 3 decimal places.

2b
Sme Calculator
2 marks

Given that the infection rate for Divid-e20 first went above 1 on 1st July, and drops back below 1 roughly 1.997 months (to three decimal places) after Divid-e20 was first discovered, calculate the date when the infection rate drops back below 1.

2c
Sme Calculator
1 mark

In the long term, scientists expect the value of R to remain roughly constant around 0.5.

Explain how to deduce this value from the model, R(t).

3a
Sme Calculator
3 marks

The energy company PowerZ own and maintain a wind farm.
Engineers from PowerZ model the power output, P kW (kiloWatts), of a single wind turbine over a twelve-hour period according to the function

  P(t)=60+5e0.7tsin t                         0t12

where t is the number of hours after 6pm. The graph of P against t is shown below.

q3-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

Estimate the total power generated by this wind turbine between midnight and 4am.

3b
Sme Calculator
2 marks

Once every twelve hours, PowerZ turn each wind turbine off for half an hour for maintenance and safety checks.

Use the model to suggest, with a reason, at what time between 6pm and 6am the maintenance and safety checks should be carried out on the wind turbine.

4a
Sme Calculator
3 marks

The XnValdez container ship was carrying 4000 tonnes of crude oil when it ran aground and oil started leaking from its hull into the ocean.

It took 36 days for experts to stop the oil leak.

During that time the leakage rate of the oil, measured in tonnes per day, was recorded every 4 days.  The results are shown in the table below.

Time

0

4

8

12

16

20

24

28

32

36

Rate of leak

0

10

20

40

70

110

160

230

150

0

An environmental disaster is declared if the total amount of crude oil that leaks into the ocean exceeds 2500 tonnes.

Use all the data in the table to determine whether or not the environmentalists were right to declare the XnValdez incident an environmental disaster.

4b
Sme Calculator
3 marks

By replacing trapezia with suitable rectangles, use the data in the table to find a lower bound and an upper bound estimate to the total amount of crude oil leaked by the XnValdez.

5
Sme Calculator
6 marks

The game of Funcball is played on a flat table. A player rolls a ball from a fixed point, at any angle, with the aim of it coming to rest within a winning zone.

The winning zone is modelled by the function

f(x)=ln (3x+4)0.25x2.

The lower boundary of the winning zone has equation y=f(x),   x, y0

The upper boundary of the winning zone has equation y=f(x)+1,  x, y0

A particular player decides to roll the ball at an angle of 45°, as illustrated by the graph below, with the ball being rolled from the origin and the shaded area being the winning zone.

q5-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

Using suitable iteration formulas with the initial values x0=1.5 and x0=2.1 where appropriate, find the distances between which the ball must stop for this player to win Funcball.

Give your answers to 2 significant figures.

6a
2 marks

A stretch of road along Baker Street has a speed limit of 60 mph and traffic is monitored by eight average speed cameras.

Sherlock is driving along Baker Street and passes the first camera at time zero.  Sherlock’s speed, measured in miles per hour, and the time he passes each camera, are recorded in the table below. 

Camera

1

2

3

4

5

6

7

8

Time (minutes)

0

4

8

12

16

20

54

n/a

Speed (mph)

64

59

61

62

57

58

60

n/a

(i) Suggest a reason as to why the last camera did not record any data for Sherlock’s journey.

(ii) Suggest a reason as to why there was a longer time gap between the sixth and seventh camera.

6b
Sme Calculator
2 marks

Use the results from the table to estimate the distance between the first and sixth camera.

6c
2 marks

Explain why it would not be suitable to apply the trapezium rule formula for estimating the distance between the first and seventh camera.

7
Sme Calculator
6 marks

The top of the slope at the No-Sno Dry Ski Centre is at a height of 25 metres above sea level. The profile of the slope, shown in the graph below, is modelled by the function

h(x)=25x116xsin (x20)              0x160

where x is the horizontal distance travelled, in metres, by a skier using the slope.

q7-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

Apply the Newton-Raphson method, with an initial value of x0=70, to find the horizontal distance travelled by a skier when they are at a height of 18 m above sea level and travelling uphill.

8a
Sme Calculator
2 marks

The air pressure inside a PiPlane aircraft is kept between 10 and 12 psi (pounds per square inch). A computer adjusts the air pressure automatically, according to the model

  P=120.3t sin2t                       t0

where P is the pressure (psi) and t is the time in hours since take off, as shown in the graph below.

q8-10-2-modelling-involving-numerical-methods-veryhard-a-level-maths-pure-screenshots

Explain why this model will never lead to an air pressure above 12 psi.

8b
Sme Calculator
4 marks

Apply the Newton-Raphson method with a starting approximation of t0=7.5 to find the time at which the air pressure first drops below 10 psi

Give your answer to 3 significant figures.

8c
Sme Calculator
3 marks

Human beings can tolerate air pressure below 10 psi for up to an hour, after which there can be an adverse effect on their comfort and behaviour. In the confines of an aircraft this is undesirable for all PiPlane passengers and crew.

Apply the Newton-Raphson method a second time with the starting approximation of t0=8.5 to find the next time the air pressure is 10 psi.

Hence show that the model is suitable for flights of at least 10 hours.

9a
Sme Calculator
1 mark

According to legend, unicorn tears have magical healing powers.

Without unicorn tears, a bruise of initial size A mm2 will heal according to the model

f(t)=Ae0.25t0.1t                    t0

where f is the area of the bruise, in square millimetres, at time t days since the bruise first appeared.

For one particular value of A, the iteration formula

tn+1=4ln (120tn)

with t0=10  gives how many days it takes a bruise to heal without unicorn tears.

Use repeated iteration to find this value, to 3 significant figures.

9b
Sme Calculator
3 marks

With unicorn tears, a bruise of the same initial size will heal according to the model

u(T)=ATeT0.1T             T0

where time T is measured in seconds.

(i) Find the particular value of Athat was used to create the iteration formula in part (a).

(ii) Find how many seconds it takes the same size bruise to heal using unicorn tears.

9c
Sme Calculator
1 mark

Using your answers from parts (a) and (b), calculate approximately how many times quicker a bruise heals when unicorn tears are used.