SOLUTION: Bridge shaped like a parabolic arch has a horizontal distance of 20 feet. The height of a point 1 foot from the center is 8 feet. What is the maximum height of the bridge if it is

Algebra ->  Graphs -> SOLUTION: Bridge shaped like a parabolic arch has a horizontal distance of 20 feet. The height of a point 1 foot from the center is 8 feet. What is the maximum height of the bridge if it is       Log On


   



Question 1203474: Bridge shaped like a parabolic arch has a horizontal distance of 20 feet. The height of a point 1 foot from the center is 8 feet. What is the maximum height of the bridge if it is located at the center?
Found 3 solutions by Edwin McCravy, ikleyn, greenestamps:
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!



Put the base on the x-axis and the axis of symmetry on the y-axis
and let each unit be 1 foot.  Then it has x-intercepts at (10,0) and 
(-10,0) and passes through the point (1,8).

We could use the vertex form of a parabola, but since I don't know which
vertex form you've studied, I'll use the general form:

Its equation is 

y%22%22=%22%22ax%5E2%2Bbx%2Bc

Substitute the three points it passes through:



Simplify:

system%28100a%2B10b%2Bc=0%2Ca%2Bb%2Bc=8%2C100a-10b%2Bc=0%29

Subtract the third equation from the first equation and get
20b=0
b=0

system%28100a%2Bc=0%2Ca%2Bc=8%2C100a%2Bc=0%29

Then a = 8-c

100a + c = 0
100(8-c) + c = 0
800-100c + c = 0
800-99c = 0
-99c = -800
   c = 800/99 

a = 8-c
a = 8-800/99 = -8/99

So the equation of the parabola is

y=expr%28-8%2F9%29x%5E2%2B800%2F99

So the height at the center is when x=0 or 800/99 or 8.08080808... feet.

Edwin

Answer by ikleyn(52786) About Me  (Show Source):
You can put this solution on YOUR website!
.
Bridge shaped like a parabolic arch has a horizontal distance of 20 feet.
The height of a point 1 foot from the center is 8 feet.
What is the maximum height of the bridge if it is located at the center?
~~~~~~~~~~~~~~~~~~~

Let x-axis be horizontal at the ground level, with the origin under the upper 
point of the bridge; y-axis vertical.


Then the parabola has x-intercepts at x= -10 ft and x= 10 ft.


So, the parabola has the form  y = a*(x-(-10))*(x-10) = a*(x+10)*(x-10) = a*(x^2-100).


Coefficient "a" is some real negative number (since the parabola is opened downward).
We do not know this number. It is the only unknown in this problem,
and our goal is to find this single unknown.


To find "a", use the fact that at x= 1 ft we have y= 8 ft, from the problem.
It gives you this equation

    8 = a*(1^2 - 100),  or  8 = -99a,  which implies  a = -8%2F99 = -0.08080808...


Thus the quadratic function is y = %28-8%2F99%29%2A%28x%5E2-100%29,

and it has the maximum at x= 0  (at the axis of symmetry).


Thus the maximum height of the bridge is  %28-8%2F99%29%2A%28-100%29 = 800%2F99 = 8.08080808... ft, 
or, after rounding, about 8.08 ft.    ANSWER

Solved (with the minimum necessary calculations).



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The two responses you have received to this point show variations of a standard formal algebraic solution.

Here is a different, informal method which can sometimes make solving problems like this easier (and sometimes not!)

Since the shape is a parabola, the change in the y value from the axis of symmetry is proportional to the square of the corresponding change in the x value.

The height of the arch is on the axis of symmetry, which we can consider to be x=0.

Let h be the height of the arch -- i.e., the vertex of the parabola is at (0,h). The point (1,8) on the arch is 1 unit horizontally and (h-8) units vertically from the top of the arch; the point (10,0) is 10 units horizontally and h units vertically from the top of the arch.

The second point is 10 times as far from the axis of symmetry as the first, so the difference in the vertical distance from 0 to the top of the arch should be 100 times the difference in the vertical distance from (1,8) to the top of the arch:

h=100%28h-8%29
h=100h-800
99h=800
h800%2F99 = 8.0808...

ANSWER: The height of the arch is 8.08 feet, to 2 decimal places.