document.write( "Question 1206459: The function h(t)=-16t^2+16t represents the height (in feet) of a horse t seconds after it jumps over a pole.When does the horse reach its maximum height \n" ); document.write( "
Algebra.Com's Answer #843958 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 0.5 seconds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation \n" ); document.write( "I'll use x in place of t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation we consider is \n" ); document.write( "y = -16x^2+16x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in y = 0 to find the x intercepts. \n" ); document.write( "-16x^2+16x = 0 \n" ); document.write( "-16x(x - 1) = 0 \n" ); document.write( "-16x = 0 or x-1 = 0 \n" ); document.write( "x = 0 or x = 1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "The parabola opens downward since the leading coefficient (-16) is negative. \n" ); document.write( "The x intercepts are x = 0 and x = 1. \n" ); document.write( "Due to symmetry, the x coordinate of the max height occurs at the midpoint of those roots.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add up the x intercept values and divide in half \n" ); document.write( "(a+b)/2 = (0+1)/2 = 1/2 = 0.5 \n" ); document.write( "The max height occurs when x = 0.5 \n" ); document.write( "This is the final answer since your teacher wants the time value when this max height occurs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another way to find this value is to use the formula: h = -b/(2a) \n" ); document.write( "h = x coordinate of vertex \n" ); document.write( "a,b are the first two coefficients of the function. \n" ); document.write( "In this case a = -16 and b = 16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To find the max height itself, plug x = 0.5 into the function to find: \n" ); document.write( "y = -16x^2+16x \n" ); document.write( "y = -16(0.5)^2+16(0.5) \n" ); document.write( "y = 4 \n" ); document.write( "The point (0.5, 4) is the highest point on the parabola.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The horse reaches the max height of 4 feet at the time 0.5 seconds. \n" ); document.write( " \n" ); document.write( " |