Gibybo
- 13
- 0
[SOLVED] Integration, u substitution, 1/u
-- +C at the end of the integral solutions, I can't seem to add it in the LaTeX thing --
#1 \int\frac{1}{8-4x}dx
#2 \int\frac{1}{2x}dx
#1
Rewrite algebraically:
\int\frac{1}{x-2}*\frac{-1}{4}dx
Pull out constant:
\frac{-1}{4}\int\frac{1}{x-2}dx
Usub, u=x-2, du=1*dx,
\frac{-1}{4}\int\frac{1}{u}du
\frac{-ln(u)}{4} -> Answer: \frac{-ln(x-2)}{4}
#2
Pull out constant: \frac{1}{2}*\int\frac{1}{x}dx
Answer: \frac{ln(x)}{2}
--OR, if I don't pull out constants--
#1
Usub, u=8-4x, du=-4dx,
\frac{-1}{4}*\int\frac{1}{u}du
\frac{-ln(u)}{4} -> Answer: \frac{-ln(8-4x)}{4}, which =/= \frac{-ln(x-2)}{4}
#2
Usub, u=2x, du = 2dx,
\frac{1}{2}\int\frac{1}{u}du
\frac{ln(u)}{2} -> Answer: \frac{ln(2x)}{2}, which =/= \frac{ln(x)}{2}
I know the answers are -1/4*ln(8-4x) and ln(x)/2 respectively, but I don't understand why I cannot pull out the constant for the first one, yet I am required to pull it out for the second?
Bonus question: Why does my TI-89 integrate #1 incorrectly, but #2 correctly? :(
-- +C at the end of the integral solutions, I can't seem to add it in the LaTeX thing --
Homework Statement
#1 \int\frac{1}{8-4x}dx
#2 \int\frac{1}{2x}dx
The Attempt at a Solution
#1
Rewrite algebraically:
\int\frac{1}{x-2}*\frac{-1}{4}dx
Pull out constant:
\frac{-1}{4}\int\frac{1}{x-2}dx
Usub, u=x-2, du=1*dx,
\frac{-1}{4}\int\frac{1}{u}du
\frac{-ln(u)}{4} -> Answer: \frac{-ln(x-2)}{4}
#2
Pull out constant: \frac{1}{2}*\int\frac{1}{x}dx
Answer: \frac{ln(x)}{2}
--OR, if I don't pull out constants--
#1
Usub, u=8-4x, du=-4dx,
\frac{-1}{4}*\int\frac{1}{u}du
\frac{-ln(u)}{4} -> Answer: \frac{-ln(8-4x)}{4}, which =/= \frac{-ln(x-2)}{4}
#2
Usub, u=2x, du = 2dx,
\frac{1}{2}\int\frac{1}{u}du
\frac{ln(u)}{2} -> Answer: \frac{ln(2x)}{2}, which =/= \frac{ln(x)}{2}
I know the answers are -1/4*ln(8-4x) and ln(x)/2 respectively, but I don't understand why I cannot pull out the constant for the first one, yet I am required to pull it out for the second?
Bonus question: Why does my TI-89 integrate #1 incorrectly, but #2 correctly? :(
Last edited: