Stadium Sightline
Problem
One of the challenges in designing an Olympic stadium is to make sure that spectators can see the event without their views being blocked by the spectators in front.
Your task is to design the tiered seating for the stadium. The back of each seat is 80cm behind the back of the seat in front, but raised up so that each row can see over the row in front.
Make some sketches showing what the cross-section (side view) of the seats might look like. Will the seats lie on a straight line, or a curve? How steep?
What factors do you think you will need to take into account when working out how high each seat needs to be?
The Olympic organisers have stipulated that all spectators must be able to see clearly a point 10m in front of the front row of seating:
The spectator in the second row needs to have line of sight to the same point as the spectator in the first row, as seen in the diagram above. Notice that the spectator in the second row needs some extra clearance in order to see comfortably over the first spectator's head.
Here is a zoomed-in diagram:
The first spectator's eye-level is 1.2m above the ground.
There is an extra 0.2m of clearance from his eye-level to the second spectator's line-of-sight. The second spectator is a further 0.8m away from the point on the pitch.
How high above ground level does spectator 2's seat need to be?
Now draw a similar diagram with the dimensions and unknowns for spectators 2 and 3.
How high above ground level does spectator 3's seat need to be?
Finally, imagine there were 40 rows of seating in the stadium.
Can you work out the heights above ground level of each of the 40 rows, and hence plot a side view of the seating?
It is very helpful to use a spreadsheet to perform the repeated calculations and plot the results.
Getting Started
What lengths do you know?
Look for similar triangles.
Student Solutions
Our first step should be to generalise the dimensions shown, for the nth person in the stadium. We shall let the point which must be visible to all be denoted as P. The distance, d, from P to the nth person's seat is therefore given by: $d_n = 10 + 0.8(n - 1) = 10 + 0.8n - 0.8 = 9.2 + 0.8n$. Furthermore, let $\theta_n$ represent the angle between the horizontal and the line of sight of the n-th person. We assume every person has a torso height of 0.8m. Let $x_n$ represent the height above ground level of the n-th person's seat. We can consider the following:
$\theta_{n+1} = \arctan\left(\frac{1 + x_n}{d_n}\right)$.
This formula is much easier to consider when we break it down step by step. Consider the zoomed in picture from the original problem. Consider the right-angled triangle formed with the perpendicular at person 1's seat extended to the line of sight of person 2. That triangle will enclose the angle between person 2's line of sight and the horizontal, $\theta_2$. Its height is given by adding the overhead clearance (0.2m), the torso height (0.8m) and person 1's chair height ($x_1$). Its base length is given by the distance from person 1's seat to the point P ($d_1$). This is true generally with 1 and 2 replaced by n and n+1, by considering similar diagrams. Therefore by use of the expression $\tan\theta = \mathrm{opp}/\mathrm{adj}$, we arrive at the above general formula.
Now we can replace the $d_n$ in the formula with $9.2 + 0.8n$, to give:
$\theta_{n+1} = \arctan\left(\frac{1 + x_n}{9.2 + 0.8n}\right)$.
The last step now is to generate a recurrence relationship between $x_{n+1}$ and $x_n$, by eliminating $\theta$. We can do this by getting an expression for $\theta_{n+1}$ in terms of $x_{n+1}$. By again studying the zoomed in diagram, we shall get an expression for $x_2$ and then generalise. Consider the triangle formed between the perpendicular at person 2's seat up to their eye-level and the horizontal along to P. This horizontal distance is $d_2$ and the vertical distance is $x_2 + 0.8$. Therefore, by use of the tangent formula:
$\theta_{n+1} = \arctan\left(\frac{x_{n+1} + 0.8}{d_{n+1}}\right)$.
By eliminating $\theta_{n+1}$ from these two equations, we eventually end up with:
$x_{n+1} = \frac{2.64 + 0.16n + (10+0.8n)x_n}{9.2 + 0.8n}$
and we can now set up a table using this formula to calculate all of the values from $x_2$ to $x_{40}$, as we know that $x_1 = 0.4$.
The required values are:
$x_2 = 0.712$
$x_3 = 1.0388\dots$
$x_{40} = 19.0444\dots$
Fantastic!
Teachers' Resources
Why do this problem?
This problem encourages students to model a real-life situation mathematically, that of tiered seating design in sports stadia. The problem begins with some straightforward geometry but leads into some spreadsheet modelling. Although the problem can be solved using trigonometry, the most elegant solution simply uses similar triangles.
Possible approach
"Your task is to design the seating layout for the stadium. The seats will be tiered so that the back of each seat is 80cm behind the back of the seat in front, but raised up so that each row can see over the row in front. Start by making some sketches of how you think the seats might need to be arranged."
Give students time to try out some ideas. Perhaps sketch on the board (or invite students to sketch) a variety of possibilities - straight lines of different gradients, and convex and concave curves. Then allow some time for students to share their intuitions about which will best model a successful tiered seating design, together with any reasons they have to support it.
Next, introduce the diagram:
Set the next task, to work out the missing height. Students may wish to draw or plot accurate diagrams before making calculations.
Move on to working out the height above ground level of the third seat, and allow some time to discuss whether students are surprised that the extra height is not constant.
Finally, invite students to explore what happens for subsequent steps, perhaps using spreadsheets to iterate and calculate the next step height from the previous.
Key questions
What sort of a view would spectators have if each seat was higher than the one before by the same distance?
What sort of a view would spectators have if the angle between their line of sight and the line of sight of the spectator in front was constant?
Possible extension
Invite students to consider other factors that might affect stadium seating and perhaps adapt their models accordingly.
Possible support
Track Design looks at a simpler design context at the Olympics.