SOLUTION: A special stunt is being designed for an air show. A replica of the St. Louis arch has been built for stunt planes to fly under. The height of the arch is 160ft. and it is 100ft wi

Algebra ->  Matrices-and-determiminant -> SOLUTION: A special stunt is being designed for an air show. A replica of the St. Louis arch has been built for stunt planes to fly under. The height of the arch is 160ft. and it is 100ft wi      Log On


   



Question 255987: A special stunt is being designed for an air show. A replica of the St. Louis arch has been built for stunt planes to fly under. The height of the arch is 160ft. and it is 100ft wide at the base. The pilot wants to fly his plane through the arch with the wings parallel to the ground for the opening stunt. The wingspan of the plane is 39ft and he needs a 2ft clearance on each side of the plane from the arch for safety purposes.
I'm supposed to matrices here, but I don't understand how to place in here other than the use of 3x1...

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!

You didn't say what you wanted to find.  But I'll assume you want
to find the maximum height above the base that the plane could
fly parallel to the ground and clear the archway by 2 feet on
each side.

To make things easier I'm going to work in units of 10 feet
instead of 1 foot.  It's just a matter of moving the decimal.
So 160 ft will be represented by 16 units and 100 feet by 10
units.

I'll assume the arch is a parabola with a maximum point at (0,16)
with x intercepts at (-5,0) and (5,0), so that they will be 10 units
(100 feet) apart.

You say you want to use matrices.  So we will use the quadratic
equation

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

We will substitute those three points in that equation:

Substitute (x,y) = (0,16)

16=a%280%29%5E2%2Bb%280%29%2Bc
16=0%2B0%2Bc
16=c

Substitute (x,y) = (5,0)

0=a%285%29%5E2%2Bb%285%29%2Bc
0=25a%2B5b%2Bc
25a%2B5b%2Bc=0

Substitute (x,y) = (-5,0)

0=a%28-5%29%5E2%2Bb%28-5%29%2Bc
0=25a-5b%2Bc
25a-5b%2Bc=0

So we have the system of equations

system%28c=16%2C25a%2B5b%2Bc=0%2C25a-5b%2Bc=0%29

You can solve that by matrices or by any method you
want and get 

a=-16%2F25+=-.64, b=0, c=16

I'll assume you know how. If you don't post again
asking how.

So the equation of the arch is

y=-0.64x%2B16

Its graph is this:

graph%28266.67%2C400%2C-6%2C6%2C-1%2C+17%2C+-0.64x%5E2%2B16%29

The plane is 39 feet wide and we want it to have 2 feet
clearance on both sides.  So we want to know at what height
the graph is 39+2+2 or 43 feet wide.  Half of that 43 feet will
be on the right of the y-axis and the other half on the left, so
we want to find the two points on that parabola which have 
x-coordinate of ±half of 43 feet, or ±21.5 feet. That will
be ±2.15 of our units. so we substitute x=±2.15 into the
equation.  I'll just use the positive, because it'll be
the same since we square the x. 

y=-0.64x%5E2%2B16

y=-0.64%282.15%29%5E2%2B16

y=13.0416

That's 13.0416 ten-foot units or 130.416 feet

In other words, to clear the edges of the arch by 2 feet,
the plane will have to fly 130.416 feet above the base.

I'll draw a horizontal line across the arch to show where
that will be:
 
 

Comment:
Whoever made up this problem should have made the height of
the arch the same as the width of the base if he wanted the
arch to look like the one in St. Louis, for that one is 630 feet
high and 630 feet across the base and it would look more like 
this:



Edwin