Question 1169034
.
A satellite dish has a shape called paraboloid so that its cross-sections through its center 
(lowest point) are parabolas, all having the same focus. Radio signals sent to it bounce off 
the surface and are reflected to the focus. The receiver is then placed at the focus. 
If the satellite dish is 3 meters across and 0.625 meters deep at its center, 
how far should the receiver be from the center. solution please
~~~~~~~~~~~~~~~~~~~~~~~


<pre>
For solving such problems, write an equation of the parabola in the cross-section
in the form

    y = {{{(1/(4p))*x^2}}}.    (1)


The advantage of writing in this form is the fact that then "p"
is the distance from the parabola vertex to its focus.


So, now our task is to find value of "p" from the given data.


The fact that "the satellite dish is 3 meters across and 0.625 meters deep at its center"
means that y = 0.625 meters at x = 3/2 = 1.5 meters.


So, we substitute this data into equation (1), and we get

    0.625 = {{{(1/(4p))*1.5^2}}}.


It gives

    p = {{{(1/4)*((1.5^2)/0.625)}}} = 0.9 m.


Thus, the distance from the vertex to the receiver is 0.9 meters.    <U>ANSWER</U>
</pre>

Solved.