document.write( "Question 33106: 2)what is the value of integration(t*sin(t) dt) from 0 to pi(22/7) by the trapezoidal rule? \n" ); document.write( "
| Algebra.Com's Answer #19527 by sarah_adam(201)      You can put this solution on YOUR website! We know the formula for integration by parts as \n" ); document.write( "Int(uv) = uv - Int(vdu) over the given interval \n" ); document.write( "so here let u = t and let v= sint \n" ); document.write( "du= dt and dv = -cost + c \n" ); document.write( "now applying the formula we get \n" ); document.write( "Int(tsint) = (tsint) - Int(-cost +c) over the interval of 0 and pi/2 \n" ); document.write( "now applying over the interval \n" ); document.write( "{(pi/2*sinpi/2)-0} - {(-cos pi/2 +c) - (-cos 0 +c)} \n" ); document.write( "sin pi/2 = 1 ,cos pi/2 = 0 and cos 0 =1 \n" ); document.write( "so the final answer is \n" ); document.write( "pi/2 - (0+c+1-c) \n" ); document.write( "pi/2 - 1 \n" ); document.write( " |