What is the Correct Integration by Substitution for \int \frac{3x}{2x+3}?

tweety1234
Messages
111
Reaction score
0

Homework Statement



\int \frac{3x}{2x+3}

u = 2x +3

x = \frac{1}{2}(u-3} )

dx = \frac{1}{2} du

so now the integral should be,

\int \frac{ \frac{3u-9}{2}}{u} \times \frac{1}{2} du

= \frac{1}{2} \int \frac{3u-9}{2} \times \frac{1}{u} du

\frac{1}{2} \int \frac{3u-9}{2u} du

\frac{1}{2} \int \frac{3u}{2u} - \frac{9}{2u}

\frac{1}{2} \int \frac{3}{2} - \frac{9}{2u}

= \frac{1}{2} [ \frac{3}{2}u - \frac{9}{2} ln(2u)]

so final answer, after simplifying is ; \frac{3}{2}x +\frac{9}{4} - \frac{9}{4}ln(4x+6) +c

but my book says the correct answer is \frac{3}{2}x - \frac{9}{4}ln(2x+3) +c

So if anyone can tell me where I have gone wrong, I would really appreciate it.

thanks
 
Physics news on Phys.org
The two answers are equivalent, just with different constants of integration. Remember, \ln(4x+6)=\ln(2)+\ln(2x+3), so the additional terms are just constants which can be absorbed into the integration constant.
 
gabbagabbahey said:
The two answers are equivalent, just with different constants of integration. Remember, \ln(4x+6)=\ln(2)+\ln(2x+3), so the additional terms are just constants which can be absorbed into the integration constant.
Oh okay thanks, I didn't think of it like that, are you also referring to the extra 9/4 term that I get?

so both answers are valid?
 
Yes, so the difference between the two is a constant equal to 9/4 + ln(2).
 
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