Evaluating an integral involving a fraction

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Fraction Integral
sara_87
Messages
748
Reaction score
0

Homework Statement



I want to integrate:

\int (\frac{x-a}{b-x})^{c/d}dx

Homework Equations



given:
c<d

The Attempt at a Solution



I have no idea which integration method to use. i tried to make the integrand look easier by rewriting it as:

(1+\frac{b-a}{x-b})^{c/d}

but this still doesn't help me.
any ideas will be very much appreciated. thank you.
 
Physics news on Phys.org
Have you tried the obvious one?
<br /> u=\frac{x-a}{b-x}<br />
 
after using the substitution:

u=\frac{x-a}{b-x},

we find the derivative of u with respect to x so that:

du=\frac{b-a}{(b-x)^2}dx
(using the quotient rule for differentiation),

then, substituting this into the original integral, we have:

(b-a)\int\frac{u^{c/d+1}}{(u+1)^2}du

and from here, i can't seem to think of another substitution.
any ideas?
(thank you in advance)
 
Is c supposed to represent the dummy constant when evaluating an indefinite integral, or is it just a generic variable here like a and b?
 
it is a generic variable like a and b.
 
Hmm, that ends up quite messy and not very helpful in the slightest (but you did it correctly), you did make another (very nice) observation that you integrand becomes:
<br /> \left(1+\frac{b-a}{b-x}\right)^{\frac{c}{d}}<br />
Now I would use the following substitution:
<br /> u=\frac{1}{b-x}<br />
 
Last edited:
I tried this substitution u=1/(x-b),
so du=ln(x-b)dx

so, substituting this into the integral, we have:

\int\frac{(1+(b-a)u)^{c/d}}{-ln(u)}du

and... also, i am stuck on what to chose for the next substitution.
 
That is not what you get, you integrated instead of differentiated, what is du?
 
my mistake.

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

so it should be:

\int\frac{(1+(b-a)u)^{c/d}}{u^2}du
 
  • #10
Any thoughts now?
 
  • #11
i can't think of a further useful substitution, because we have the power of c/d.
 
Back
Top