PLEASE HELP ASAP: APPLICATION OF MAX & MIN

ayobamiajayi

New member
Joined
Oct 13, 2007
Messages
3
Its #52 in the Larson's Sixth Edition in chpt 3 sec 1

In order to build a highway it is neccessary to fill a section of a valley where the grades (slopes) of the sides are 6% and 9%. The top of the filled region will have the shape of a parabolic arc that is tangent to the two slopes at the points A and B. The horizontal distance between the points A and B is 1000ft.
a) find a quadratic function y = ax^2 + bx +c, -500 (less than or equal to) x (less thatn or equal to) 500, that describes the top of the filled region.
c) what will be the lowest point on the completed highway? will it be directly over the point where the two hillsides come together?
 
Hello, ayobamiajayi!

I'll get you started on it . . .


In order to build a highway it is neccessary to fill a section of a valley where the slopes
of the sides are 6% and 9%. .The top of the filled region will be a parabolic arc that is
tangent to the two sides at the points A and B. .The horizontal distance between
the points A and B is 1000 ft.

a) Find a quadratic function \(\displaystyle y \:=\: ax^2\,+\,bx\,+\,c,\;-500\,\leq\,x\,\leq\,500\)
that describes the top of the filled region.

c) What will be the lowest point on the completed highway?
Will it be directly over the point where the two hillsides come together?
Code:
      : . . . . . . . .  1000 . . . . . . . . :
    A * - - - - - - - - - - - - - - - - - - - * B
      :     *     6°                  9°  *   :
      :           *                   *       :
      :           6°    *   165°  *   9°   :
      + - - - - - - - - - - - * - - - - - - - +
      D                       C               E



We need the locations of points A and B.

Using the Law of Sines in \(\displaystyle \Delta ABC\):

. . \(\displaystyle \begin{array}{ccccc}\frac{BC}{\sin6^o} & = & \frac{1000}{\sin165^o} & \;\Rightarrow\; & BC & = & \frac{1000\sin6^o}{\sin165^o} & \approx & 404 \\ \\ \\
\frac{AC}{\sin9^o} & = & \frac{1000}{\sin165^o} & \;\Rightarrow\; & AC & = & \frac{1000\sin6^o}{\sin165^o} & \approx & 409\end{array}\)


In \(\displaystyle \Delta BEC:\;\begin{array}{ccccc}CE & = & BC\cdot\cos9^o & \approx & 399 \\ \\ \\
BE & = & BC\cdot\sin9^o & \approx & 63\end{array}\)

. . Hence, with \(\displaystyle C\) as origin, \(\displaystyle B\) has coordinates \(\displaystyle (399,\,63)\)


In \(\displaystyle \Delta ADC:\;\begin{array}{ccccc}CD & = & AC\cdot\cos6^o & \approx & 601 \\
AD & = & AC\cdot\sin6^o & \approx & 63\end{array}\)

. . Hence, with \(\displaystyle C\) as origin, \(\displaystyle A\) has coordinates \(\displaystyle (-601,\,63)\)

Since \(\displaystyle x\) is to be on the interval \(\displaystyle [-500,500]\),
. . we will move the points 101 units to the right.

Hence: \(\displaystyle \:\begin{array}{c}A(-500,\,63) \\ B(500,\,63) \\ C(-110,\,0)\end{array}\)


Now find the parabola that it tangent to \(\displaystyle CA\) at \(\displaystyle A\) and tangent to \(\displaystyle CB\) at \(\displaystyle B.\)

 
Let me show you how this is done in the real life road construction world.

If I interpret the problem correctly, you have a concave up/under vertical

road way with 2 tangent lines intersecting below the curve.

One is tangent to where the curve begins and one where it ends.

For simplicity sake, we can let the point the two lines intersect be (500,0). And the curve begins at (0,30)

Since the curve going in has elevation -.06, then the elevation of the curve at that point is left end point is 500(.06)=30.

The other side has elevation 500(.09)=45

Their coordinates are (0,30) and (1000,45)

You can find the elevations on the respective tangents easy enough by just pro rating the elevations.

Let's use 100' increments beginning with the curve going in, the 6% curve.

Code:
distance    tangent elev.

0                   30                           PVC elev
100               30-(100*.06)=24
200               30-(200*.06)=18
300               30-(300*.06)=12
400               30-(400*.06)=6
500               30-(500*.06)=0  PVI, point where the lines meet.

Now we use the other 9% grade:

600               0+(100*.09)=9
700               0+(200*.09)=18
800               0+(300*.09)=27
900               0+(400*.09)=36
1000             0+(500*.09)=45   elevation where curve comes out, PVT.

We have an elevation we can call B, which is the midpoint between the PVC and PVT. (elev PVC+elev PVT)/2=(30+45)/2=37.5=B

We can now find the elevations along any point on the parabola by using
y=ax^2. where a= (elev B-elev PVI)/2=(37.5-0)/2=18.75=a in \(\displaystyle y=ax^{2}\).


Now, we can use the formula:

\(\displaystyle \L\\18.75(\frac{x}{L/2})^{2}\)

L is the total curve length (1000).

For the first one: \(\displaystyle \L\\18.75(100/500)^{2}=0.75\)

Add this to the tangent line elevation at x=100, which is 24, and we get 24.75.

That is the elevation of the curve at x=100.

elevation at x=200: \(\displaystyle \L\\18+18.75(\frac{200}{500})^{2}=21\)

elevation at x=300: \(\displaystyle \L\\12+18.75(\frac{300}{500})^{2}=18.75\)

elevation at x=400: \(\displaystyle \L\\6+18.75(\frac{400}{500})^{2}=18\)

elevation at x=500: \(\displaystyle \L\\0+18.75(\frac{500}{500})^{2}=18.75\)

Which is what we got for a.

Now, the other portion with the 9% grade. I will just list them out.

x=600, elev.=21
x=700, elev. =24.75
x=800, elev. =30
x=900, elev.=36.75
x=1000, elev. = 45

Notice the low point is at x=400.

This can be found by using the formula:

\(\displaystyle \L\\x=\frac{LG_{1}}{G_{1}-G_{2}}=\frac{1000(-.06)}{-.06-.09}=400\)...............[1]

400 feet from where we started our curve at x=0

L= total length of curve, G_1 is the grade in and G_2 is the grade out.

The low point is at x=400, which we can see from our elevation table.

When we get a set of blueprints, certain info is given and we can proceed from there. PVI, PVC, PVT, L
If we need any stations in between, we can calculate them.

The low point of the curve is the vertex: V(400,18)

This gives us a parabola equation of \(\displaystyle \L\\y=\frac{3x^{2}}{40000}-\frac{3x}{50}+30\). Using this coordinate system.
You could use x=-b/2a or differentiate to find the low point. You get the same as I showed in the above formula [1]. If you differentiate and set to 0, you'll get x=400.

Hope this helps and isn't too confusing. I had fun showing this. It's probably more than you needed to know, but I wanted to show you how they do it in the real world. Of course, in real life the elevations would not be this small. They's probably be in the 1000's.
Tell your teacher a surveyor/road engineer showed you this. Which is
what I done for years.

Here's an exaggerated graph of your curve:

curveum3.jpg
 
Top