document.write( "Question 1028019: I need help with this problem:
\n" ); document.write( " A particle moves down the x-axis so that its acceleration is given by a(t) = 6t - 2. If its velocity at t = 2 and its position at t = 0 is 2, develop the equations which express the particle's position and velocity as a function of t.
\n" ); document.write( "

Algebra.Com's Answer #643213 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Given a(t), we can integrate to find v(t)...
\n" ); document.write( "\"v%28t%29+=+integral%28a%28t%29+dt%29+=+integral%286t+-+2%29+dt+=+3t%5E2+-+2t+%2B+C%5B1%5D\"
\n" ); document.write( "Now when t = 0, v = 2, so we can find the first constant...
\n" ); document.write( "\"C%5B1%5D+=+2\" so that
\n" ); document.write( "\"v%28t%29+=+3t%5E2+-+2t+%2B+2\"
\n" ); document.write( "Now integrate once again to find position...
\n" ); document.write( "\"x%28t%29+=+integral%283t%5E2+-+2t+%2B+2%29+dt+=+t%5E3+-+t%5E2+%2B+2t+%2B+C%5B2%5D\"
\n" ); document.write( "Now when t = 0, x = 2, we have
\n" ); document.write( "\"C%5B2%5D+=+2\"
\n" ); document.write( "and
\n" ); document.write( "\"x%28t%29+=+t%5E3+-+t%5E2+%2B+2t+%2B+2\"
\n" ); document.write( "
\n" );