document.write( "Question 1198646: 4.A model rocket is shot straight up from the roof of a school. The height, h, in meters, after t seconds can be approximated by h(t)=-5t2+22t+15. Answer the following questions algebraically, showing all of your work. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the height of the school?
\n" );
document.write( "
\n" );
document.write( "When does the rocket hit the ground? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the maximum height of the rocket?\r
\n" );
document.write( "\n" );
document.write( "How long does it take for the rocket to pass a window that is 10m above the ground? (hint: make h=10, group like terms, then solve the quadratic equation)]\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832268 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll break the four questions into part (a) through part (d).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rocket starts on the roof at time t = 0. \n" ); document.write( "Plug this value into the equation to get \n" ); document.write( "h(t) = -5t^2+22t+15 \n" ); document.write( "h(0) = -5(0)^2+22(0)+15 \n" ); document.write( "h(0) = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The school's height is 15 meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rocket hits the ground at a height of h = 0. \n" ); document.write( "We'll replace h(t) with 0 and apply the quadratic formula to solve.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h(t) = -5t^2+22t+15 \n" ); document.write( "0 = -5t^2+22t+15 \n" ); document.write( "-5t^2+22t+15 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in a = -5, b = 22, c = 15 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "The negative time value doesn't make much sense, so we ignore it. \n" ); document.write( "t = 5 is the only practical solution here. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At the time stamp of 5 seconds is when the rocket hits the ground.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: The rocket does not fall straight down or else it would hit the roof of the school, rather than the ground. \n" ); document.write( "In other words, the rocket must drift to one side as it falls.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll replace t with x, and replace h with y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation we have is y = -5x^2+22x+15 \n" ); document.write( "Which when compared to y = ax^2+bx+c we have \n" ); document.write( "a = -5 \n" ); document.write( "b = 22 \n" ); document.write( "c = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug the 'a' and 'b' values into this formula \n" ); document.write( "h = -b/(2a) \n" ); document.write( "h = -22/(2(-5)) \n" ); document.write( "h = 2.2 \n" ); document.write( "This is the x coordinate of the vertex (h,k)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then use that to find the value of the y coordinate of the vertex. \n" ); document.write( "y = -5x^2+22x+15 \n" ); document.write( "y = -5(2.2)^2+22(2.2)+15 \n" ); document.write( "y = 39.2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex is located at (2.2, 39.2) which is the highest point of the parabola. \n" ); document.write( "The rocket reaches its max height of 39.2 meters at exactly the timestamp of 2.2 seconds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (d)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is similar to the initial approach taken in part (b). \n" ); document.write( "This time we replace h with 10 instead of 0. The quadratic formula will show up again.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h(t) = -5t^2+22t+15 \n" ); document.write( "10 = -5t^2+22t+15 \n" ); document.write( "0 = -5t^2+22t+15-10 \n" ); document.write( "0 = -5t^2+22t+5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now turn to the quadratic formula. \n" ); document.write( "This time we plug in: \n" ); document.write( "a = -5 \n" ); document.write( "b = 22 \n" ); document.write( "c = 5 \n" ); document.write( "to get the following \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "The decimal values are approximate. \n" ); document.write( "Like earlier we ignore the negative result.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rocket reaches a height of exactly 10 meters at the timestamp of roughly 4.616609 seconds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: All of this ignores air resistance which greatly complicates the problem. \n" ); document.write( " \n" ); document.write( " |