Integration Help - Which Method?

BOAS
Messages
546
Reaction score
19
Hello,

i'm having some trouble identifying the correct method to approach a problem. I don't have any working to show, so i'll explain why I think the methods I've considered are not correct.

Homework Statement



Integrate with respect to x the following functions.

\int \frac{x}{(3-x)^{7}} dx

Homework Equations





The Attempt at a Solution



I think the method of changing the variable is not suitable here because I can't see a link between the derivative of the denominator and the numerator.

Similarly I don't think it is possible to use the method that identifies the numerator as the derivative of the denominator allowing you to say the integral is equal to ln|f(x)| + c

I'd really appreciate a nudge in the right direction!

Thank you,

BOAS
 
Physics news on Phys.org
Use the substitution u=3-x.

ehild
 
ehild said:
Use the substitution u=3-x.

ehild

I'm struggling to make this work.

\int \frac{x}{(3-x)^{7}} dx

Let u \equiv (3 - x)

\frac{du}{dx} = -1

... du \equiv ... -1dx

\int \frac{x}{(3-x)^{7}} dx = -x \int \frac{du}{u^{7}}

(that seems wrong to me, I don't think we've ever been told it's ok to bring an x outside the integral sign)

I get;

\int \frac{x}{(3-x)^{7}} dx = \frac{x}{6(3-x)^6} + c
 
You can't just pull out the x like you did. You have to replace the x in the numerator with x=3-u and leave it under the integral sign.
 
BOAS said:
I'm struggling to make this work.

\int \frac{x}{(3-x)^{7}} dx

Let u \equiv (3 - x)

\frac{du}{dx} = -1

... du \equiv ... -1dx

\int \frac{x}{(3-x)^{7}} dx = -x \int \frac{du}{u^{7}}

The item in red is wrong . You need to express 'x' present in the Nr also in terms of 'u' .After the substitution ,you should have ##\int \frac{u-3}{u^7} du##
 
BOAS said:
Hello,

i'm having some trouble identifying the correct method to approach a problem. I don't have any working to show, so i'll explain why I think the methods I've considered are not correct.

Homework Statement



Integrate with respect to x the following functions.

\int \frac{x}{(3-x)^{7}} dx

Homework Equations





The Attempt at a Solution



I think the method of changing the variable is not suitable here because I can't see a link between the derivative of the denominator and the numerator.

Similarly I don't think it is possible to use the method that identifies the numerator as the derivative of the denominator allowing you to say the integral is equal to ln|f(x)| + c

I'd really appreciate a nudge in the right direction!

Thank you,

BOAS

Others have suggested a change of variables, but if you do straight integration by parts you can bypass that: just set ##u = x, \: dv = dx/(3-x)^7 = (3-x)^{-7} \, dx##.
 
Think again about your substitution: if u = 3 -x then x = 3 - u. How will that help your integrand
 
Back
Top