What problems does this solve?
Three common applied types: the angle of elevation (height from distance and angle), a leaning ladder (reach up a wall), and a rotating wheel (seat height at a given time).
// maths › Advanced Applications
Solve common applied trigonometry problems — angle of elevation, a leaning ladder, and height on a rotating wheel — with full working, in degrees or radians.
elevation: h = d·tanθ; ladder: h = L·sinθ; wheel: y = D + R·sin(ωt)
Three common applied types: the angle of elevation (height from distance and angle), a leaning ladder (reach up a wall), and a rotating wheel (seat height at a given time).
Angle of elevation: a point 20 m away at 35° gives height = 20 × tan 35° ≈ 14.0 m. Switch to radians and 35° becomes ≈ 0.6109 rad with the same result.
A ladder of length L at angle θ to the ground reaches L sin θ up the wall and sits L cos θ out from it — a right-angle triangle with the ladder as hypotenuse.
As y = D + R sin(ωt): centre height D, radius R, angular speed ω and time t. It is the same sinusoidal model used for any circular motion.
A height should be shorter than the hypotenuse, an elevation angle between 0° and 90°, and a wheel seat between the ground and the top of the circle.