Share Taking Maths Further Podcast
Share to email
Share to Facebook
Share to X
By Peter Rowlett and Katie Steckles
5
44 ratings
The podcast currently has 20 episodes available.
This week the topic was calculus and differentiation. We talked to Florencia Tettamanti, who’s a mathematician working on fluid dynamics. We talked about how Flo uses calculus to study the motion of fluids like air and water, and what it’s like to be a research mathematician.
Solution:
If you plot the points x=1, x=2, x=3 and x=4 you can clearly see the curve of this graph and that it seems to have a maximum at x=3, for which the value of y is 4. To see what the graph looks like, you can input the equation into Wolfram Alpha.
Another way to see this is to rearrange the equation: x2-6x+13 = (x-3)2+4, and by examining this equation we can see that this is just an x graph, shifted across by 3 and up by 4, so its turning point and hence the minimum will be at x=3 and y=4.
If you know how to use calculus, you can find the turning point more easily - if you differentiate x2-6x+13 you get 2x - 6, which will equal zero when x=3, and putting this value back into the original equation gives y=4.
Show/HideThis week the topic was mechanics and friction. We interviewed Dan Hett, who works for CBBC writing computer games for their website. We talked about his work and how he uses a lot of mathematics in modelling how characters move, and making sure that’s done in a realistic way.
Solution:
The time taken to stop can be calculated by knowing that every second travelled, 8.5cm/s of speed is lost, so after 20/8.5=2.35 seconds, speed will be zero. We can approximate this deceleration by imagining Susan is travelling at 20cm/s for 1 second, 11.5cm/s for 1 second and 3cm/s for the remaining 0.35 seconds until she stops. This will cover more distance than the actual motion does (as your speed is lower than this for most of the time), but will cause you to travel only 31.6cm - so you will definitely stop within 32cm. (In actual fact, the distance taken to stop will be 23.53cm, because your speed continues to decrease at a constant rate for the whole time. In order to work this out, you need to use a little calculus!) Show/HideThis week the topic was Fourier analysis. We interviewed Heather Williams, who’s a medical physicist and works with Positron Emission Tomography (PET) scanners, as well as other medical scanning devices. We talked about her work and how maths is important in converting data from the scanner into images that can be used to diagnose patients.
Solution:
This is a periodic function, which repeats every 180 degrees (or π radians). Its maximum value is the square root of two, or √2 = 1.414213..., which it first reaches at a value of 45 degrees, or π/4. The function varies between √2 and -√2, and it looks like a sin curve. The function can also be written as √ 2 + sin(θ + π/4). For a graph of the function, and more detail, input it into Wolfram Alpha. Show/HideThis week the topic was mathematical modelling and linear programming. We interviewed Rick Crawford from AMEC, who’s a mathematician studying decommissioning of nuclear reactors, and using mathematical models to determine whether it’s safe to continue using a particular reactor given that it may have degraded over time, but without actually building a physical model of it.
Solution:
You can imagine the rod as being a line inside a rectangle, since the cylinder is the same all the way round. Then, you need to calculate the angle made by the rod when it’s touching one bottom corner of the rectangle and resting against the opposite side. This will be a triangle whose base is 50mm and hypotenuse is the length of the rod. The angle from the vertical will be the top corner, and the sin of this angle will be the opposite (base of the triangle) over the hypotenuse. So the angle will be sin(50mm/193mm), which is 15 degrees to the nearest degree. Show/HideThis week the topic was statistical distributions and actuarial science. We interviewed Richard Harland, who works in risk management for an insurance firm. We talked to him about his work as an actuary, and how he uses statistical distributions like the normal distribution to predict the probability of risky events.
Solution:
On a normal distribution curve, 95% of values will fall within two standard deviations of the mean. This means in order to ensure 95% of crisp packets weigh 150g or more, we need 150g to be two standard deviations away from the mean - so the mean needs to be 150g + (2 x 8g) = 166g. Show/HideThis week the topic was mathematics and money, and how maths is used in finance. We interviewed Sarah O’Rourke, who’s an accountant working on the problem of moving cash around to where it’s needed in cash machines. We discussed the ways she uses mathematical modelling to predict where demand for cash will be high, and also the other types of work that accountants do, and the different ways to become an accountant.
Solution:
Using only £20 and £50 notes, it’s not possible to make £10 or £30, but all other multiples of £10 are possible. This can be proven by noting that £20 x 2 = £40, and £50 x 1 = £50, and from here every other multiple of £10 can be made by adding different numbers of £20 to either of these base amounts.
If our notes are £30 and £70, we can’t make £50, £80 or £110, but all other multiples of £10 above £110 are possible. This can be proven by noticing that once you can make three consecutive multiples of £10, any other can be obtained by adding £30 notes - and in this case, we can make £120 = 4 x £30, £130 = £70 + 2 x £30, and £140 = 2 x £70 so we can then get £150, £160 and £170 by adding £30 to each, and so on.
The notes currently in use (£5, £10, £20 and (rarely) £50) have been chosen so that it’s possible to make any amount that’s a multiple of £5 using relatively few notes. We don’t need a £30, as it can be made easily using £10 + £20. The system is designed to make it as easy as possible to make any amount, while keeping the number of different types of note needed relatively small.
This week the topic was maths and art. We interviewed Edmund Harris, who spoke about his work using different media to engage people with mathematics, including his work creating art with a mathematical basis. We discussed his work with tilings and how he uses maths in his work.
This week the topic was vectors and matrices. We interviewed Dave Langers, who studies the human brain, and how it processes hearing signals. We talked about how Dave uses matrices and vectors to store information from brain scans, which allow him to manipulate the information more easily.
Solution:
2 × (1,3,1,3) - (2,2,6,6) - (4,8,8,12) = (0,0,0,0)
This week the topic was data analysis. We interviewed Judith Elgie from INRIX about her work as a data analyst, and how she uses computers to analyse and predict the movement of vehicles on the roads, to generate information about where traffic jams are and which roads are clear.
Solution:
On a normal journey, the lorry travels 70km in 1 hour, which we can assume is a constant speed of 70km/h. Today, they travel at this speed for half an hour: 70km/h × 0.5h = 35km (this is also half the distance, as you would expect. The other 35 km must be travelled in 20 minutes, i.e. one third of an hour, so to calculate the speed needed we can divide 35 / (1/3) = 35 × 3 = 105 km/h. If we convert this to miles per hour, 105km/h is 65.3mph - so everything is legal. Show/HideThis week the topic was boolean algebra. We interviewed Robie Basak, who's a computer programmer at Canonical, about his work on the Ubuntu operating system, and how he and his colleagues use mathematics and mathematical thinking in order to write computer software.
Solution:
Anna states they are both knaves; this can’t be true, as if it were she would be a knave and therefore would be lying. So, the statement must be false, and Anna is therefore a knave. Also, since she always lies, they can’t both be knaves, so Bill must be a knight.
In the second example, the two give different answers, one of which must be true, so one of them must be lying, and therefore Diane is telling the truth. This means Chris is a knave and Diane is a knight.
Show/HideThe podcast currently has 20 episodes available.