document.write( "Question 1066021: in a time of t hours, a particle moves a distance of s kilometers from its starting point, where s=e^t*tan(t)\r
\n" );
document.write( "\n" );
document.write( "find the average velocity between t = o.25 and t = 0.25 + h if
\n" );
document.write( "h = 0.01
\n" );
document.write( "h = 0.001
\n" );
document.write( "h = 0.0001
\n" );
document.write( "can somebody help me with this by showing me how to do it and explain it? \n" );
document.write( "
Algebra.Com's Answer #681277 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! average velocity = Net displacement / Total time \n" ); document.write( ": \n" ); document.write( "I assume the particle is moving in a straight line, otherwise, one has to deal with projections from the particle to the initial line defined at time 0.25 \n" ); document.write( ": \n" ); document.write( "for t = 0.25, the particle is at position \n" ); document.write( "s = e^(0.25*tan(0.25)) = 1.001091433 Km \n" ); document.write( ": \n" ); document.write( "for h = 0.01, t = 0.25 + 0.01 = 0.26 \n" ); document.write( "s = e^(0.26*tan(0.26)) = 1.001180547 Km \n" ); document.write( "average velocity = (1.001180547 - 1.001091433) / (0.01) = 0.0089114 Km / hour \n" ); document.write( ": \n" ); document.write( "for h = 0.001, t = 0.25 + 0.001 = 0.251 \n" ); document.write( "s = e^(0.251*tan(0.251)) = 1.001100187 Km \n" ); document.write( "average velocity = (1.001100187 - 1.001091433) / (0.001) = 0.008754 Km / hour \n" ); document.write( ": \n" ); document.write( "for h = 0.0001, t = 0.25 + 0.0001 = 0.2501 \n" ); document.write( "s = e^(0.2501*tan(0.2501)) = 1.001092307 Km \n" ); document.write( "average velocity = (1.001092307 - 1.001091433) / (0.0001) = 0.000874 Km / hour \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |