Partial fractions with fractional powers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 9K views
jdstokes
Messages
520
Reaction score
1

Homework Statement



How does one integrate e.g. [itex]\frac{1+x}{(2+x)^{3/2}}[/itex] by partial fractions?

The Attempt at a Solution



I have no idea about this. I've never seen this technique applied with fractional powers before.
 
Physics news on Phys.org
This looks interesting, I have never done it but my guess would be to make a substitution.
 
Nice catch gabba, can't believe I didnt see that ^_^. Though, does that satisfy it being a partial fraction after you simplify/reduce? (Looks up the def.)
 
Yes, nice one. Is splitting the numerator in this way a special case of partial fractions? Not that it really matters...
 
jdstokes said:

Homework Statement



How does one integrate e.g. [itex]\frac{1+x}{(2+x)^{3/2}}[/itex] by partial fractions?

The Attempt at a Solution



I have no idea about this. I've never seen this technique applied with fractional powers before.

is the ans
2 [tex]\sqrt{x+2}[/tex] (1+[tex]\frac{1}{x+2}[/tex])
 
Last edited:
HallsofIvy said:
No. That is NOT using "partial fractions". This can be integrated but not by partial fractions.

Sure it is: if you let [itex]u=(2+x)^{1/2}[/itex] then both the numerator and denominator are polynomials in powers of [itex]u[/itex]. You can the decompose it into partial fractions by letting [tex]\frac{1+x}{(2+x)^{3/2}}=\frac{u^2-1}{u^3}=A+\frac{B}{u}+\frac{C}{u^2}+\frac{D}{u^3}[/tex] and determining A,B,C and D...or you can simply recognize that the fraction decomposes into [tex]\frac{1}{(2+x)^{1/2}}-\frac{1}{(2+x)^{3/2}}[/tex]

Either way, it sure seems like "partial fraction decomposition" to me.
 
gabbagabbahey said:
Yup :smile:

hahas. thanks loads for your hint :smile:
CHEERS!