Q: How do you find the height of a rocket using trigonometry?

The original question was: I am a Physics teacher wanting to measure the height of a rocket.  3 measurers are standing at the corners of an equilateral triangle standing on flat ground.  Each of them measures the angle from horizontal to the highest point of the flight.

The situation.

In other words I want a formula giving the perpendicular height of a point above a horizontal equilateral triangle in terms of the length of side of the triangle and the 3 angles at each corner of the triangle between horizontal and line to the point.  Even better would be a solution where the lengths of the sides of the triangle were not equal.


Physicist: If the rocket doesn’t arch too much, then you can find the maximum height of a rocket by just standing around in a field and measuring the largest angle between the horizon and the rocket.  If somehow you knew the north-south and east-west position of the rocket at the top of its flight, then you’d only need one angle measurement.  But if you don’t know what point on the ground the rocket is above, then things get difficult.

Astrolabes. Fancy name, disappointingly simple device.

In general, if three students (or people in general) are arranged in an equilateral triangle, of side length L, and they measure angles A, B, and C, then the height of the rocket, h, is given by:

h=L\sqrt{\frac{a+b+c\pm\sqrt{6ab+6ac+6bc-3a^2-3b^2-3c^2}}{2(a^2+b^2+c^2-ab-ac-bc)}}

where a=\cot^2{(A)}, b=\cot^2{(B)}, and c=\cot^2{(C)}.

If the bottom of that equation happens to be zero, then rather than everything breaking, you get to use an easier, special-case equation: h = \frac{L}{\sqrt{a+b+c}}.

The advantage of an equilateral triangle is that it’s easy to construct: get three equal lengths of rope, have the three students each take the ends of two ropes, and then walk until the ropes are taught.  The “±” does lend some uncertainty to the measurement, but unfortunately there’s no easy way around it.  Three cones regularly intersect at two points (and solving for the intersection of three cones is pretty much what this is about).  If you can’t disregard one of the answers as ridiculous (like one answer is 5m above the ground, but the rocket clearly went higher), then taking the average of two reasonable answers is easy enough.


Answer gravy: Here’s how you do it (with a little vector math).

The vector that points from the end of vector to another is given by the difference between those vectors, and the angle, θ, between any two vectors can be found using the infamous dot product formula: \vec{V}\cdot\vec{W} = V_1W_1+V_2W_2+V_3W_3 = |\vec{V}||\vec{W}|\cos{(\theta)}.

Say the students are standing at positions \vec{U}, \vec{V}, and \vec{W}.  Then the direction that each student is looking when they look at the rocket is given by \vec{P}-\vec{U}, \vec{P}-\vec{V}, and \vec{P}-\vec{W}.

A mess of vectors that describe the relatively simple situation of standing on the ground and looking at a rocket, or up (k).

So, (\vec{P}-\vec{U})\cdot \hat{k} = |\vec{P}-\vec{U}||\hat{k}|\cos{(\theta)}.

But, we’re really interested in the angle from horizontal, A, which is A=90°-θ.  But, cos(θ) = cos(90°-A) = sin(A).  Also, keep in mind that \hat{k}=(0,0,1) and that, since all of the students are on the ground, \vec{U}=(U_1,U_2,0).

\begin{array}{ll}(\vec{P}-\vec{U})\cdot \hat{k} = |\vec{P}-\vec{U}||\hat{k}|\sin{(A)}\\\Rightarrow (P_1-U_1,P_2-U_2,h)\cdot(0,0,1) = |(P_1-U_1,P_2-U_2,h)||(0,0,1)|\sin{(A)}\\\Rightarrow h = |(P_1-U_1,P_2-U_2,h)|\sin{(A)}\\\Rightarrow h^2 = |(P_1-U_1,P_2-U_2,h)|^2\sin^2{(A)}\\\Rightarrow h^2 = \left[(P_1-U_1)^2+(P_2-U_2)^2+h^2\right]\sin^2{(A)}\\\Rightarrow h^2(1-\sin^2{(A)}) = \left[(P_1-U_1)^2+(P_2-U_2)^2\right]\sin^2{(A)}\\\Rightarrow h^2\cos^2{(A)} = \left[(P_1-U_1)^2+(P_2-U_2)^2\right]\sin^2{(A)}\\\Rightarrow h^2\cot^2{(A)} = (P_1-U_1)^2+(P_2-U_2)^2\end{array}

Cleans up nice!  This is just the equation for the student standing at position “U” making measurement “A”.  There are two more, for “V” and “W”:

\begin{array}{ll}h^2\cot^2{(A)} = (P_1-U_1)^2+(P_2-U_2)^2\\h^2\cot^2{(B)} = (P_1-V_1)^2+(P_2-V_2)^2\\h^2\cot^2{(C)} = (P_1-W_1)^2+(P_2-W_2)^2\end{array}

With three equations and three unknowns (P1, P2, and h) there should be enough to solve for h.  You could also solve for P1 and P2, but there’s no point to it.  Solving this problem for arbitrary student positions is horrifying.  But, in the special case of an equilateral triangle it’s not terrible.  \vec{U}=(0,0,0), \vec{V}=(L,0,0), and \vec{W}=(\frac{1}{2}L,\frac{\sqrt{3}}{2}L,0).  So:

\begin{array}{ll}h^2\cot^2{(A)} = P_1^2+P_2^2\\h^2\cot^2{(B)} = (P_1-L)^2+P_2^2\\h^2\cot^2{(C)} = (P_1-\frac{1}{2}L)^2+(P_2-\frac{\sqrt{3}}{2}L)^2\end{array}

After an algebra blizzard, you can finally get t0:

0=(a^2+b^2+c^2-ab-ac-bc)\left(\frac{h}{L}\right)^4-(a+b+c)\left(\frac{h}{L}\right)^2+1

A little quadratic formula, and boom!  You get the equation near the top of this post.  By the way, in the very unlikely event that a^2+b^2+c^2-ab-ac-bc=0, then h = \frac{L}{\sqrt{a+b+c}}.

By the way, it’s easy for errors to creep into this type of measurement, and for middle school students to get, like, way bored.  To avoid both, it may help to have several students at each of the three locations to get redundant measurements.

This entry was posted in -- By the Physicist, Equations, Experiments, Math. Bookmark the permalink.

2 Responses to Q: How do you find the height of a rocket using trigonometry?

  1. Ron says:

    Is this a physics teacher that dreams of teaching math?? Why not just stick to the basics by launching the rocket vertically, taking angle measurements ‘a’ from known distances from the launch platform, and then multiplying those distances by tan (a)? Sure, the rocket may not fly perfectly straight, but the students aren’t going to measure the angles perfectly either.

    I can’t help but think this question misses the forest for the trees.

  2. Error: Unable to create directory uploads/2024/03. Is its parent directory writable by the server? The Physicist says:

    Unless you’ve got a nice store-bought rocket, those things go all over. “Straight flight” isn’t usually the safest assumption.
    Then again, accurate students aren’t a safe assumption either.

Leave a Reply

Your email address will not be published.