Tuesday, November 10, 2015

`int (x^2 + 4x)/(x^3 + 6x^2 + 5) dx` Find the indefinite integral.

`int(x^2+4x)/(x^3+6x^2+5)dx=`


We will use the following formula: `int(f'(x))/(f(x))dx=ln|f(x)|+C`   


The formula tells us that if we have integral of rational function where the numerator is equal to the derivative of the denominator, then the integral is equal to natural logarithm of the denominator plus some constant. The proof of the formula can be obtained by simply integrating the right-hand side.


Since `(x^3+6x^2+5)'=3x^2+12x=3(x^2+4x)` we must first modify the integral in order to apply the formula. We will both multiply and divide the integral by 3.


`1/3int(3x^2+12x)/(x^3+6x^2+5)dx=`


Now we apply the formula to obtain the final result.


`1/3ln|x^3+6x^2+5|+C`

No comments:

Post a Comment

find square roots of -1+2i

We have to find the square root of `-1+2i` i.e. `\sqrt{-1+2i}` We will find the square roots of the complex number of the form x+yi , where ...