document.write( "Question 1168718: A flashlight is like a praboloid, so that if it's light bulb is placed at the focus, the light rays from the bulb will then bounce off the surface in a focused direction that is parallel to the axis. If the paraboloid has a depth 1.8 inches and the diameter on it's surface is 6 inches, how far should the light source be placed from the vertex
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #793416 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let's put the surface of the paraboloid along the x-axis, and center the paraboloid on the y-axis. \n" ); document.write( "If the depth is 1.8 inches, then the vertex is at (0,-1.8) \n" ); document.write( "The equation for a parabola which opens vertically can be written as: \n" ); document.write( "(x-h)^2 = 4p(y-k), where (h,k) is the vertex. \n" ); document.write( "We can use one of the two points [(-3,0) and (3,0)] at the edge of the surface to determine p. \n" ); document.write( "x^2 = 4p(y+1.8) -> 3^2 = 4p(1.8) -> 9 = 7.2p -> p = 1.25 \n" ); document.write( "The focus of the parabola is located at: \n" ); document.write( "F = (h,k+p), thus the light source should be placed at (0,-1.8+1.25) -> (0,-0.55) \n" ); document.write( " |