document.write( "Question 1027397: A golf ball is hit and flies a horizontal distance of 180 m reaching a maximum height of 30 m. \r
\n" );
document.write( "\n" );
document.write( "a. Draw a sketch of the function and find the equation of its height (h) as a function of the horizontal distance (d) that it has travelled. \r
\n" );
document.write( "\n" );
document.write( "b. What is the height of the ball after its travelled 25 m horizontally (2 decimal places)? \n" );
document.write( "
Algebra.Com's Answer #642593 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A golf ball is hit and flies a horizontal distance of 180 m reaching a maximum height of 30 m. \r \n" ); document.write( "\n" ); document.write( "a. Draw a sketch of the function and find the equation of its height (h) as a function of the horizontal distance (d) that it has travelled. \r \n" ); document.write( "\n" ); document.write( "================= \n" ); document.write( "Use graph paper. \n" ); document.write( "Plot the points (0,0) and (180,0), the start and end of the flight. \n" ); document.write( "Add the point (90,30). \n" ); document.write( "Draw an approximation of a parabola thru the 3 points. \n" ); document.write( "---- \n" ); document.write( "To find the function: \n" ); document.write( "You have 3 points listed above. \n" ); document.write( "It'll be y = ax^2 + bx + c \n" ); document.write( "Sub the x & y for each point. \n" ); document.write( "0 = a*0 + b*0 + c -- > c = 0 \n" ); document.write( "--- \n" ); document.write( "30 = a*90^2 + 90b \n" ); document.write( "8100a + 90b = 30 \n" ); document.write( "270a + 3b = 1 Eqn A \n" ); document.write( "--- \n" ); document.write( "0 = a*180^2 + 180b \n" ); document.write( "180a + b = 0 \n" ); document.write( "540a + 3b = 0 \n" ); document.write( "270a + 3b = 1 Eqn A \n" ); document.write( "------------------------------ Subtract \n" ); document.write( "270a = -1\r \n" ); document.write( "\n" ); document.write( "a = -1/270 \n" ); document.write( "b = -180a = 2/3 \n" ); document.write( "--> y = -x^2/270 + 2x/3 \n" ); document.write( "-------\r \n" ); document.write( "\n" ); document.write( "b. What is the height of the ball after its travelled 25 m horizontally (2 decimal places)? \n" ); document.write( "Estimate the y value at x = 25.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |