irok
- 13
- 0
Homework Statement
#1.
Use Integration by parts to evaluate the integral
\int 2x \ln(2x) dx
#2.
Use Integration by parts to evaluate the integral
\int (\ln(3x))^{2} dx
#3.
Use Integration by parts to evaluate the integral
\int x e^{4x} dx
#4.
Evaluate the indefinite integral.
\int \sin(3x) \sin(11x) dx
The Attempt at a Solution
#1.
\int fg'\ = fg - \int f'g\
f=2x f'=2
g'=ln(2x) g=1/2x
\int fg'\ = \frac {2x}{2x}\ - \int \frac{2}{2x}\\
= 1 - ln|x| + C
I think I went wrong finding the anti-derivative of ln(2x). Would g(x) be 1/2 * 1/2x instead?
#2.
\int (\ln(3x))^{2} dx
Make both f(x) and g'(x) = ln(3x)?
I think I'm getting this question wrong because I don't know the anti-derivative of ln(3x).
#3.
\int x e^{4x} dx
f=x f'=1
g'=e^4x g = 1/4 e^4x
= [1/4 * x * e^4x - 1/4 * e^4x] + C
#4.
\int \sin(3x) \sin(11x) dx
1/2 \int \cos(3x-11x) - \cos(3x+11x) dx
1/2 \int \cos(-8x) - \cos(14x) dx
1/2 [\sin(-8x) - \sin(14x)] dx
I'm not sure what I'm doing wrong here.
Does sin(-8x) - sin(14x) = -sin(6x)?