Definite Integral - no clue.....
Hi,
my math lector gave me the following "homework"
calculate the definite integral:
I tried using substitution where U=√(x^2+2x) and dx=(3*du)/2*(x^2+x^3/3)^3/2 but I don't really know where to go with this problem
∫[0,2] √(x^2+2x)*(2x+2) dx
the intgegral is between 0 to 2..... ∫[0,2]
Thank you in advance.....
Re: Definite Integral - no clue.....
Try the substitution
instead, and don't forget the rewrite the limits of integration in terms of the new variable...
Re: Definite Integral - no clue.....
Quote:
Originally Posted by
FireTheft
Hi,
my math lector gave me the following "homework"
calculate the definite integral:
I tried using substitution where U=√(x^2+2x) and dx=(3*du)/2*(x^2+x^3/3)^3/2 but I don't really know where to go with this problem
∫[0,2] √(x^2+2x)*(2x+2) dx
the intgegral is between 0 to 2..... ∫[0,2]
Thank you in advance.....
You are making life difficult for yourself with your particular substitution. When dealing with integration by substitution, in your integrand, you need an "inner" function, and you also need the derivative of this inner function as a factor. Here, it's pretty easy to see that an easy inner function is
, because its derivative,
is a factor.
Anyway, making the substitution
, and noting that
and
gives
dx} &= \int_0^8{\sqrt{u}\,du} \\ &= \int_0^8{u^{\frac{1}{2}}\,du} \end{align*})
which is an easy integral to solve.
Re: Definite Integral - no clue.....
thx a lot guys.....
the substitution u=x^2+2x makes it lot easier ;-)......