Practice Paper 3 (DP IB Maths: AI HL)

Practice Paper Questions

1a
Sme Calculator
1 mark

Jilly wants to encourage her university to compost the organic waste that is produced at various buildings on campus, and so she decides to conduct a feasibility study.  Jilly starts by identifying all of the buildings on campus that produce organic waste and how they are connected by road.  She constructs the graph U seen below, where the vertices represent the different university buildings that produce organic waste and the edges represent the time, in minutes, it takes to drive between the different buildings via the connecting roads. Due to construction work, the road connecting buildings D and E is temporarily one-way in the direction indicated.

mi-q1a-ib-ai-hl-pp3-set-a-maths-dig

 

Write down a Hamiltonian cycle in U.

1b
Sme Calculator
3 marks

A table for graph U showing the minimum travel times between each pair of buildings is given below:

mi-q1b-ib-ai-hl-pp3-set-a-maths-dig

Find the values of

(i)
p

(ii)
q

(iii)
r.

1c
Sme Calculator
3 marks

Jilly decides that the waste collecting route should start and finish at the same building.  

She also wants to minimise the time taken to visit each building to collect the waste, and so decides to determine upper and lower bounds for the quickest waste collection route. 

Starting at vertex A and using the nearest neighbour algorithm, determine an upper bound on the minimum time required to visit each building.

 

1d
Sme Calculator
3 marks

After the upper bound in part (c) has been calculated, but before any lower bound has been calculated, the construction work is finished and the one-way restriction between buildings D and E is removed. 

Explain how the removal of the one-way restriction will affect the upper bound found in part (c), given that the nearest neighbour algorithm is still used starting at vertex A.

1e
Sme Calculator
6 marks

(i)
By first deleting vertex A and its connecting edges, use Prim’s algorithm starting at vertex B to find the weight of the minimum spanning tree of the remaining graph. You should indicate clearly the order in which the edges have been selected.
 
(ii)
Hence state a lower bound for the minimum time required to visit each building.
1f
Sme Calculator
5 marks

Based on her estimates Jilly decides that the time taken to collect waste from all eight buildings will be too long to take place on a daily basis. She instead decides that waste will only be collected daily from the three buildings that produce the greatest volume of organic waste, buildings E, F and H.  The organic waste from the each of the remaining buildings will need to be carried to the nearest of those three buildings to be collected. 

The Voronoi diagram below shows the coordinates of each building on a grid relative to a fixed origin.  It is partially completed with the perpendicular bisectors of HF and EF.

mi-q1f-ib-ai-hl-pp3-set-a-maths-dig

(i)
Write down the equation of the missing perpendicular bisector. Give your answer in the form y equals m x plus c.
 
(ii)
Draw the perpendicular bisector on the diagram. 

(iii)
Hence write down the collection points that buildings A, B, C, D and G should take their organic waste to.

 

1g
Sme Calculator
4 marks

Given that 5 minutes is allowed for loading the organic waste at each stop, find the time saved by collecting waste at points E, F and H only, rather than visiting all eight buildings. (You may disregard here the amount of time taken to carry the waste from the other five buildings to the collection points at buildings E, F and H.)

Did this page help you?

2a
Sme Calculator
1 mark

An infection is present in a population of 1000 people. 

Let x be the number of susceptible people (those who have not caught the infection yet), let y be the number of infected people, and let z be the number of recovered people (who have had the infection but are now recovered and cannot catch it again).  The time, t, in this question is to be measured in months. 

You may assume that no one dies from the infection. 

Explain why, at any point in time,

x plus y plus z equals 1000

2b
Sme Calculator
2 marks

The rate of change of susceptible people is modelled by the differential equation

 fraction numerator d x over denominator d t end fraction equals b x y 

where bis a positive constant. 

Explain what this differential equation predicts about the change in numbers of susceptible people over time.

2c
Sme Calculator
4 marks

The rate at which the number of recovered people increases is equal to a constant  (known as the recovery fraction) multiplied by the number of infected people.

(i)
Use this information to write down a second differential equation. 

(ii)
By first differentiating part (a) with respect to  and rearranging, show that the following differential equation can be obtained from all the equations so far considered:
fraction numerator d y over denominator d t end fraction equals b x y minus k y
2d
Sme Calculator
7 marks

The constant b models the amount of contact an infected person has with uninfected people each month.  A simplified model assumes that infected people are not allowed to be in contact with anyone (so that b equals 0),  and that half of all infected people recover in the course of a month (so that k equals 1 half).  This gives the simplified system

 fraction numerator d x over denominator d t end fraction equals 0       fraction numerator d y over denominator d t end fraction equals negative 1 half y      fraction numerator d z over denominator d t end fraction equals 1 half y 

Using the simplified model just given, and assuming that the population initially has 800 susceptible people, 200 infected people and 0 recovered people:

(i)
Explain why the number of susceptible people never changes.

(ii)
Use separation of variables to find the particular solution for the number of infected people at time t.

(iii)
Use your answer from part (d)(ii) to form a differential equation in z and t only, and hence find the particular solution for the number of recovered people at time t.
2e
Sme Calculator
3 marks

It is determined that the model will be much more accurate if the amount of contact between infected and uninfected people is instead modelled by b equals 0.001,  and if it is assumed that 70% of all infected people recover each month (so that k equals 0.7). Then the number of susceptible people, x, and the number of infected people, y, can be modelled by the system of coupled differential equations

fraction numerator d x over denominator d t end fraction equals negative 0.001 x y

fraction numerator d y over denominator d t end fraction equals 0.001 x y minus 0.7 y 

Identify the equilibrium points for this system of equations.

2f
Sme Calculator
4 marks

The population initially has 800 susceptible people and 200 infected people. To see how these numbers change over time, Euler’s method is used with a step size of 0.2, where  is measured in months. 

(i)
Write down equations for x subscript n plus 1 end subscript comma space y subscript n plus 1 end subscriptand  t subscript n plus 1 end subscript in terms of x subscript ny subscript nand t subscript n.

(ii)
Use Euler’s method to find an approximation for the numbers of susceptible, infected and recovered people after one month.
2g
Sme Calculator
3 marks

By considering Euler’s method for the first two months, sketch the trajectory of the solution with the given initial conditions on x and y axes, over the ranges 500 less than x less than 800 and 180 less than y less than 210.

 

2h
Sme Calculator
6 marks

(i)
Use the chain rule to show that the system of two differential equations can be reduced to the form
 fraction numerator d y over denominator d x end fraction equals negative 1 plus 700 over x

(ii)
Hence find the general solution in the form y equals f open parentheses x close parentheses for the set of all trajectory curves of the sort sketched in part (g).

 

(iii)
For the case where there are initially 800 susceptible people and 200 infected people, determine the number of people that the model predicts will never become infected.

Did this page help you?