Math Problem Statement

A survey team is trying to estimate the height of a mountain above a level plain. From one point on the plain, they observe that the angle of elevation to the top of the mountain is 32°. From a point 1000 feet closer to the mountain along the plain, they find that the angle of elevation is 34°. How high (in feet) is the mountain?

Solution

This is a trigonometry problem involving angles of elevation and distances, which can be solved using right triangle relationships and the tangent function. Let's break it down.

We have two points of observation:

  1. From the first point, the angle of elevation to the top of the mountain is 3232^\circ.
  2. From a point 1000 feet closer, the angle of elevation is 3434^\circ.

Let's define the variables:

  • Let hh be the height of the mountain (the unknown we need to find).
  • Let dd be the distance from the first point of observation to the base of the mountain.

From the first observation point: tan(32)=hd\tan(32^\circ) = \frac{h}{d} From the second observation point (1000 feet closer): tan(34)=hd1000\tan(34^\circ) = \frac{h}{d - 1000}

Step-by-step process:

  1. Solve each equation for hh:

    • From the first equation: h=dtan(32)h = d \cdot \tan(32^\circ)
    • From the second equation: h=(d1000)tan(34)h = (d - 1000) \cdot \tan(34^\circ)
  2. Set the two expressions for hh equal to each other: dtan(32)=(d1000)tan(34)d \cdot \tan(32^\circ) = (d - 1000) \cdot \tan(34^\circ)

  3. Expand and solve for dd: dtan(32)=dtan(34)1000tan(34)d \cdot \tan(32^\circ) = d \cdot \tan(34^\circ) - 1000 \cdot \tan(34^\circ)

d(tan(32)tan(34))=1000tan(34)d \cdot (\tan(32^\circ) - \tan(34^\circ)) = -1000 \cdot \tan(34^\circ)

d=1000tan(34)tan(34)tan(32)d = \frac{1000 \cdot \tan(34^\circ)}{\tan(34^\circ) - \tan(32^\circ)}

  1. Once you find dd, plug it into one of the original equations to find hh, the height of the mountain.

Let's calculate:

  • tan(32)0.6249\tan(32^\circ) \approx 0.6249
  • tan(34)0.6745\tan(34^\circ) \approx 0.6745

Now, substitute these values: d=10000.67450.67450.6249d = \frac{1000 \cdot 0.6745}{0.6745 - 0.6249} d674.50.049613,600.8 feetd \approx \frac{674.5}{0.0496} \approx 13,600.8 \text{ feet}

Finally, substitute dd back into the equation for hh: h=dtan(32)=13,600.80.62498498 feeth = d \cdot \tan(32^\circ) = 13,600.8 \cdot 0.6249 \approx 8498 \text{ feet}

So, the height of the mountain is approximately 8498 feet.

Would you like more details on any part of the solution, or have any questions?

Here are five questions you might explore:

  1. How can we generalize this method for different distances and angles?
  2. What would happen if the difference between the angles of elevation were smaller?
  3. How does the accuracy of trigonometric approximations affect the final result?
  4. Can we solve the problem using sine or cosine instead of tangent?
  5. How does the concept of similar triangles apply in this scenario?

Tip: Always check the calculator mode (degrees/radians) when working with trigonometric functions.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Trigonometry
Right Triangle
Angles of Elevation

Formulas

tan(θ) = opposite / adjacent
h = d * tan(32°)
h = (d - 1000) * tan(34°)

Theorems

Tangent function in right triangles

Suitable Grade Level

Grades 9-12