clairez93
- 113
- 0
Homework Statement
\int\frac{t^{2}}{\sqrt{2+3t}}
Use integration by parts to verify the formula:
\int x^{n} sin x dx = -x^{n} cos x + n\int x^{n-1} cos x dx
Homework Equations
The Attempt at a Solution
For the first one, I attached the picture of my work on paper, as it would take me forever to type out in latex code, I think. For the second one:
u = sin x
du = cos x
dV = x^{n}
V = \frac{x^{n+1}}{n+1}
\int x^{n} sin x dx = -x^{n} cos x + n\int x^{n-1} cos x dx =
sin x (\frac{x^{n+1}}{n+1}) - \int \frac{x^{n+1}}{n+1} cos x dx
That doesn't really look like the formula to me. Am I supposed to use an identity of some sorts?