Solving this integral in 2 different ways

  • Thread starter Thread starter dyn
  • Start date Start date
  • Tags Tags
    Integral
dyn
Messages
774
Reaction score
63
Homework Statement
integrate x/(2x-1) with respect to x
Relevant Equations
##\int \frac 1 x \, dx = \ln|x| ##
The answer gives $$ \int x /(2x-1)\ dx = x/2 +(1/4)ln|2x-1| + C $$ whicjh I can obtain. But when I try a different way I get a different answer. I must be making a stupid mistake but I can't see it. Here is my method
$$ \int x/(2x-1) dx = \int x/[2(x-(1/2)] dx = (1/2) \int x/(x-(1/2)) dx $$ $$= (1/2) \int (x-(1/2)+(1/2))/(x-(1/2)) dx = (1/2) \int 1+(1/2)/(x-(1/2))dx = x/2+(1/4)ln|x-(1/2)|+C$$
What is wrong with my method ? I just can't see it.
Thanks
 
  • Like
Likes Delta2
Physics news on Phys.org
## \ln|x-\frac{1}{2}|=\ln|(2x-1)/2|=\ln|2x-1|-\ln|2| =\ln|2x-1|+C' ##. What you did is equally correct.
 
  • Like
Likes dyn and Delta2
Thank you. That problem has been driving me crazy!
 
  • Like
Likes Charles Link
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top