Integrals look easy but I'm still confused

  • Thread starter Thread starter daivinhtran
  • Start date Start date
  • Tags Tags
    Confused Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
daivinhtran
Messages
68
Reaction score
0
Integrals...look easy but I'm still confused :(

Homework Statement


evaluate the integral ∫(36/(2x+1)^3)dx


Homework Equations


dx^n/dx = nx^(n-1)


The Attempt at a Solution


∫(36/(2x+1)^3)dx = 6ln[(2x+1)^3]/((2x + 1)^2) ( I know this is wrong, but why??)


∫(36/(2x+1)^3)dx = -9/[(2x+1)^2)

I know the second one I did is right...but Why was the first one wrong??
 
Physics news on Phys.org


when I tried to differentiate 6ln[(2x+1)^3]/((2x + 1)^2) ...I get back to the same one though
 


oh sorry, nevermind...I already found what I did wrong...
 


You don't even need that natural log here, you just need a u substitution. If you were given this integral, I assume that you know what a u substitution is, but if you don't, tell me and I'll show you what's going on here.
[tex]\int \frac{36}{{2x+1)^3}}dx[/tex]
[tex]36\int \frac{dx}{(2x+1)^3}[/tex]
[tex]u=2x+1, du=2 dx \to dx=du/2[/tex]
[tex]36\int \frac{du}{2u^3}[/tex]
[tex]18\int u^{-3}du[/tex]
[tex]18u^{-2}/-2+C[/tex]
[tex]-9u^{-2}+C[/tex]
[tex]-\frac{9}{(2x+1)^2}+C[/tex]
 


daivinhtran said:

Homework Statement


evaluate the integral ∫(36/(2x+1)^3)dx


Homework Equations


dx^n/dx = nx^(n-1)


The Attempt at a Solution


∫(36/(2x+1)^3)dx = 6ln[(2x+1)^3]/((2x + 1)^2) ( I know this is wrong, but why??)
This is wrong because it is NOT true that
$$ \int \frac{1}{f(x)}dx = ln|f(x)| + C$$

The correct formula is
$$ \int \frac{1}{x}dx = ln|x| + C$$

Another way to write this is
## \int x^{-1}dx = ln|x| + C##

daivinhtran said:
∫(36/(2x+1)^3)dx = -9/[(2x+1)^2)

I know the second one I did is right...but Why was the first one wrong??