document.write( "Question 844186: A cannon ball is fired almost vertically upwards from ground level. The cannon ball has height given by the relationship H = 12t – t2 metres, where t is the time in seconds after firing.\r
\n" );
document.write( "\n" );
document.write( "Consider the following:\r
\n" );
document.write( "\n" );
document.write( "(i) If we sketch a graph of the height H against the time t after firing what shape will result?
\n" );
document.write( "• Draw an accurate sketch of this graph and label the graph in the context of this scenario.\r
\n" );
document.write( "\n" );
document.write( "(ii) How long would it take for the cannonball to reach its maximum height?
\n" );
document.write( "• What would be the maximum height reached?
\n" );
document.write( "• Re-write the relationship H in a different form using the values you obtained for the maximum height?\r
\n" );
document.write( "\n" );
document.write( "(iii) The maximum height reached by the cannonball is doubled. Given that the cannonball will still land after the same flight time write down a relationship for H, which would represent a doubling of the height.\r
\n" );
document.write( "\n" );
document.write( "(iv) Investigate further variations in the height reached. Place this data in a table and reflect on your results.\r
\n" );
document.write( "\n" );
document.write( "(v) Investigate what would happen if the original height is maintained but the flight time is varied.\r
\n" );
document.write( "\n" );
document.write( "I need help understanding the math side of this, thanks for your help \n" );
document.write( "
Algebra.Com's Answer #508749 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A cannon ball is fired almost vertically upwards from ground level. \n" ); document.write( " The cannon ball has height given by the relationship H = 12t – t^2 metres, where t is the time in seconds after firing. \n" ); document.write( "Consider the following: \n" ); document.write( "(i) If we sketch a graph of the height H against the time t after firing what shape will result? \n" ); document.write( "• Draw an accurate sketch of this graph and label the graph in the context of this scenario. \n" ); document.write( "I suggest you plot these points, replace x, find y \n" ); document.write( " x | y \n" ); document.write( "------- \n" ); document.write( " 0 | 0 \n" ); document.write( " 2 | 20 \n" ); document.write( " 4 | 32 \n" ); document.write( " 6 | 36 \n" ); document.write( " 8 | 32 \n" ); document.write( " 9 | 27 \n" ); document.write( "12 | 0 (ground level) \n" ); document.write( "Look something like this \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "(ii) How long would it take for the cannonball to reach its maximum height? \n" ); document.write( "• What would be the maximum height reached? \n" ); document.write( "You can see it reaches max height when t = 6 sec (halfway between 0 and 12 \n" ); document.write( "• Re-write the relationship H in a different form using the values you obtained for the maximum height? \n" ); document.write( "In the equation h = 12t - t^2, replace t with 6 \n" ); document.write( "h = 12(6) - 6^2 \n" ); document.write( "h = 72 - 36 \n" ); document.write( "h = 36m (as is shown on the graph) \n" ); document.write( ": \n" ); document.write( "(iii) The maximum height reached by the cannonball is doubled. \n" ); document.write( " Given that the cannonball will still land after the same flight time, \n" ); document.write( " write down a relationship for H, which would represent a doubling of the height. \n" ); document.write( "Using the form y = ax^2 + bx + c, we have to find new values for a & b, (no c) \n" ); document.write( "For the coordinates: \n" ); document.write( " x = 6, y = 72 (twice the height) \n" ); document.write( "and \n" ); document.write( "x = 12, y = 0 (same flight time) \n" ); document.write( "write an equation for each pair replace x and y \n" ); document.write( "36a + 6b = 72 \n" ); document.write( "and \n" ); document.write( "144a + 12b = 0 \n" ); document.write( "multiply the 1st equation by 2, subtract from the 2nd equation \n" ); document.write( "144a + 12b = 0 \n" ); document.write( "72a + 12b = 144 \n" ); document.write( "-----------------subtraction eliminates b, find a \n" ); document.write( "72a = -144 \n" ); document.write( "a = -144/72 \n" ); document.write( "a = -2 \n" ); document.write( "Find b using the 1st original equation \n" ); document.write( "36(-2) + 6b = 72 \n" ); document.write( "-72 + 6b = 72 \n" ); document.write( "6b = 72 + 72 \n" ); document.write( "6b = 144 \n" ); document.write( " b = 144/6 \n" ); document.write( " b = 24\r \n" ); document.write( "\n" ); document.write( "Graph the new equation h = 24t - 2t^2 \n" ); document.write( " \n" ); document.write( "NOte that it reaches 72m in 6 sec now \n" ); document.write( ": \n" ); document.write( "(iv) Investigate further variations in the height reached. Place this data in a table and reflect on your results. \n" ); document.write( "Note that if you want to double the height and retain the same time \n" ); document.write( "double the coefficients of t and t^2, for example to double the height again to \n" ); document.write( "144m \n" ); document.write( "48t - 4t^2 \n" ); document.write( " \n" ); document.write( "You can make the table here using this example \n" ); document.write( ": \n" ); document.write( "(v) Investigate what would happen if the original height is maintained but the flight time is varied. \n" ); document.write( "Using the form ax^2 + bx = y, find the a and b of the new equation \n" ); document.write( "x=10, y=36; max occurs in 10 sec, but is still 36 \n" ); document.write( "x=20, y=0; hits the ground in 20 sec \n" ); document.write( "100a + 10b = 36 \n" ); document.write( "400a + 20b = 0 \n" ); document.write( "Mult the 1st equation by 2, subtract from the 2nd \n" ); document.write( "400a + 20b = 0 \n" ); document.write( "200a + 20b = 72 \n" ); document.write( "----------------subtraction eliminates b, find a \n" ); document.write( "200a = -72 \n" ); document.write( "a = -72/200 \n" ); document.write( "a = -.36 \n" ); document.write( "Find b using the 1st original equation \n" ); document.write( "100(-.36) + 10b = 36 \n" ); document.write( "-36 + 10b = 36 \n" ); document.write( "10b = 72 \n" ); document.write( "b = 7.2 \n" ); document.write( "the new equation: h = 7.2t - .36t^2, this graph looks like \n" ); document.write( " \n" ); document.write( "max occurs at 10 sec but is still 36 m \n" ); document.write( " |