Question #60ae7

1 Answer
Sep 27, 2017

After applying some imperative properties from integral, you can find: f(x)=-1/6*(1/x + 2)^6

Explanation:

You shall use the substitution method. Essentially it says that we can solve some complex integrals just by replacing some functions inside the integral by provisory variables.

We have our problem, starting point:

int x^(-2)(1/x + 2 )^5dx

Set:
u(x)= 1/x + 2

So we have:

int x^(-2)u(x)^5dx

However, the integral is still not easy to use, even harder and cumbersome. We can go on:

Recalling:

u(x)= 1/x + 2

let's find the derivative in function of x:

(du)/dx= -1/x^2 (if you cannot see it, let me know! it is basic derivative properties)

Let's go on more:

(du)/dx= -1/x^2

dx=-x^2du

Let's come back to the integral (the one with u instead of x):

int x^(-2)u(x)^5dx
int x^(-2)u(x)^5(-x^2du)

By elementary arragements...

-int u(x)^5du

Apply the property: int x^ndu=x^(n+1)/(n+1)

int u(x)^5du=-u^6/6=s(x)

Bringing back the x from: u(x)= 1/x + 2

s(x)=-1/6(1/x + 2)^6

PS. It can be shown, but we shall skip it here, that if you find the derivative of s(x), you come back to the starting point, as it should be. The two solutions herein are the same, just apply the binomial expansion to the solution of Eric Sia (to whom I thank for the fast solution, in matter of minutes). I had to find an easier way because Yara was unable to follow the previous solution, because of the binomial expansion.