Math Problem Statement

Nevaeh spots an airplane on radar that is currently approaching in a straight line, and that will fly directly overhead. The plane maintains a constant altitude of 7125 feet. Nevaeh initially measures an angle of elevation of 18 degrees to the plane at point A. At some later time, she measures an angle of elevation of 31 degrees to the plane at point B. Find the distance the plane traveled from point A to point B. Round your answer to the nearest tenth of a foot if necessary.

Solution

To find the distance the plane traveled from point A to point B, we can use trigonometry. Let's define the given information:

  • The plane's constant altitude: h=7125h = 7125 feet.
  • The angle of elevation at point A: θA=18\theta_A = 18^\circ.
  • The angle of elevation at point B: θB=31\theta_B = 31^\circ.

Step 1: Define the Distance Relationships

Let:

  • xAx_A be the horizontal distance from Nevaeh at point A to the point directly below the plane.
  • xBx_B be the horizontal distance from Nevaeh at point B to the point directly below the plane.
  • dd be the distance the plane traveled from point A to point B, which is the difference d=xAxBd = x_A - x_B.

From right triangle trigonometry: tan(θ)=oppositeadjacent\tan(\theta) = \frac{\text{opposite}}{\text{adjacent}}

Thus, for points A and B: xA=htan(θA)=7125tan(18)x_A = \frac{h}{\tan(\theta_A)} = \frac{7125}{\tan(18^\circ)} xB=htan(θB)=7125tan(31)x_B = \frac{h}{\tan(\theta_B)} = \frac{7125}{\tan(31^\circ)}

Step 2: Compute the Distances

Now, calculating these values:

xA=7125tan(18)x_A = \frac{7125}{\tan(18^\circ)} xB=7125tan(31)x_B = \frac{7125}{\tan(31^\circ)}

Let’s compute these: math

Given values

h = 7125 # Altitude of the plane in feet theta_A = math.radians(18) # Convert degrees to radians theta_B = math.radians(31) # Convert degrees to radians

Calculate horizontal distances

x_A = h / math.tan(theta_A) x_B = h / math.tan(theta_B)

Distance traveled by the plane

d = x_A - x_B dThe distance the plane traveled from point A to point B is approximately 10,070.5 feet.

Would you like a step-by-step breakdown of the calculations?

Here are five related questions to explore further:

  1. How would the distance change if the altitude of the plane increased?
  2. What would happen if the angles of elevation were measured from different heights?
  3. How can this problem be solved using the Law of Sines instead?
  4. What is the significance of using tangent in this type of problem?
  5. How would the solution change if Nevaeh were moving instead of stationary?

Tip:

In trigonometry problems involving right triangles, always check whether tangent, sine, or cosine is the best function to use based on the given information.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Trigonometry
Right Triangle Trigonometry
Angle of Elevation

Formulas

tan(θ) = opposite / adjacent
x = h / tan(θ)
Distance traveled: d = x_A - x_B

Theorems

Right Triangle Trigonometry
Tangent Function

Suitable Grade Level

Grades 9-12