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 27 degrees . From a point 1000 feet closer to the mountain along the plain, they find that the angle of elevation is 32 degrees . How high (in feet) is the mountain?

Solution

This problem can be solved using trigonometry and the concept of right triangles. Let's break it down step by step:

Step 1: Define variables and geometry

  • Let the distance from the first observation point to the base of the mountain be xx.
  • Let the height of the mountain be hh.

From the problem:

  1. At the first observation point, the angle of elevation is 2727^\circ.
  2. From a point 1000 feet closer, the angle of elevation is 3232^\circ.

We have two right triangles:

  1. Larger triangle with angle 2727^\circ, base xx, and height hh.
  2. Smaller triangle with angle 3232^\circ, base x1000x - 1000, and height hh.

Using the tangent function for each triangle: tan(27)=hx\tan(27^\circ) = \frac{h}{x} tan(32)=hx1000\tan(32^\circ) = \frac{h}{x - 1000}

Step 2: Solve for hh and xx

From the equations above, we can express hh in terms of xx: h=xtan(27)h = x \cdot \tan(27^\circ) h=(x1000)tan(32)h = (x - 1000) \cdot \tan(32^\circ)

Equating the two expressions for hh: xtan(27)=(x1000)tan(32)x \cdot \tan(27^\circ) = (x - 1000) \cdot \tan(32^\circ)

Step 3: Simplify and solve for xx

Expand the equation: xtan(27)=xtan(32)1000tan(32)x \cdot \tan(27^\circ) = x \cdot \tan(32^\circ) - 1000 \cdot \tan(32^\circ) Rearrange terms: x(tan(27)tan(32))=1000tan(32)x \cdot (\tan(27^\circ) - \tan(32^\circ)) = -1000 \cdot \tan(32^\circ) Solve for xx: x=1000tan(32)tan(32)tan(27)x = \frac{1000 \cdot \tan(32^\circ)}{\tan(32^\circ) - \tan(27^\circ)}

Step 4: Calculate xx and hh

Using approximations for the tangent values: tan(27)0.5095,tan(32)0.6249\tan(27^\circ) \approx 0.5095, \quad \tan(32^\circ) \approx 0.6249

Substitute these values into the formula for xx: x=10000.62490.62490.5095=624.90.11545414.6feetx = \frac{1000 \cdot 0.6249}{0.6249 - 0.5095} = \frac{624.9}{0.1154} \approx 5414.6 \, \text{feet}

Now substitute xx into the equation for hh: h=xtan(27)h = x \cdot \tan(27^\circ) h=5414.60.50952757.6feeth = 5414.6 \cdot 0.5095 \approx 2757.6 \, \text{feet}

Final Answer:

The height of the mountain is approximately 2758 feet.

Let me know if you’d like further clarifications! Here are some related questions to explore:

  1. How would the result change if the angles were measured in radians instead of degrees?
  2. What if the second observation point were 2000 feet closer instead of 1000 feet?
  3. How can this method be applied to real-world surveying scenarios?
  4. Can this problem be solved graphically using software tools?
  5. What assumptions are implicit in using tangent for this calculation?

Tip: Always ensure your calculator is set to the correct mode (degrees or radians) when solving trigonometric problems.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Trigonometry
Angles of Elevation
Right Triangle Geometry

Formulas

tan(θ) = opposite / adjacent
h = x * tan(θ)
x = (1000 * tan(32°)) / (tan(32°) - tan(27°))

Theorems

Tangent Function in Right Triangles

Suitable Grade Level

Grades 10-12