Integrate the following equations using U-Substitution

  • Thread starter Thread starter Xetman
  • Start date Start date
  • Tags Tags
    Integrate
Xetman
Messages
8
Reaction score
0

Homework Statement


Integrate √(x2(x+3)) from -3 to 0.

0
∫√(x2(x+3)) dx
-32. The attempt at a solution
Here is what I did:
√(x2(x+3))
= x√(x+3)

Let u=x+3, du=dx, x=u-3
Insert the bounds and change the bounds to: 0 to 3.

x√(x+3)=
(u-3)√(u)
= u3/2-3u1/2

Thus we have:
3
∫(u3/2-3u1/2) du
0

Finally:

(2u5/2)/5-(2u3/2) from 0 to 3.
Thus I get: -4.15.

However the correct answer is positive 4.15.
I know the answer should be positive but what I don't understand is why I'm getting a negative answer. Please help.
Thanks in advance.
 
Physics news on Phys.org
Xetman said:

Homework Statement


Integrate √(x2(x+3)) from -3 to 0.

0
∫√(x2(x+3)) dx
-3

2. The attempt at a solution
Here is what I did:
√(x2(x+3))
= x√(x+3)

Let u=x+3, du=dx, x=u-3
Insert the bounds and change the bounds to: 0 to 3.

x√(x+3)=
(u-3)√(u)
= u3/2-3u1/2

Thus we have:
3
∫(u3/2-3u1/2) du
0

Finally:

(2u5/2)/5-(2u3/2) from 0 to 3.
Thus I get: -4.15.

However the correct answer is positive 4.15.
I know the answer should be positive but what I don't understand is why I'm getting a negative answer. Please help.
Thanks in advance.
Be careful.

\displaystyle \sqrt{x^2} = |x|

In fact, for x<0, \displaystyle\ \sqrt{x^2} = -x\ .
 
Xetman said:

Homework Statement


Integrate √(x2(x+3)) from -3 to 0.

0
∫√(x2(x+3)) dx
-3


2. The attempt at a solution
Here is what I did:
√(x2(x+3))
= x√(x+3)

Let u=x+3, du=dx, x=u-3
Insert the bounds and change the bounds to: 0 to 3.

x√(x+3)=
(u-3)√(u)
= u3/2-3u1/2

Thus we have:
3
∫(u3/2-3u1/2) du
0

Finally:

(2u5/2)/5-(2u3/2) from 0 to 3.
Thus I get: -4.15.

However the correct answer is positive 4.15.
I know the answer should be positive but what I don't understand is why I'm getting a negative answer. Please help.
Thanks in advance.

It's positive because if x is negative then sqrt(x^2)=(-x). Right?
 
Oh yeah. Silly mistake XD thanks.
 
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