Indefinite Integration of a Rational Expression

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
3 replies · 2K views
communitycoll
Messages
45
Reaction score
0

Homework Statement


<Indefinite integral sign here>[r^2 -2r] / [r^3 - 3r^2 + 1]dr
or the second example in the "Substitution" section here:
http://people.clarkson.edu/~sfulton/ma132/parfrac.pdf

Homework Equations


nada.


The Attempt at a Solution


Nothing to really attempt, I just don't get what they do with the numerator (i.e., how it turns into a 1).
 
Physics news on Phys.org
hi communitycoll! :smile:
(have an integral: ∫ and try using the X2 button just above the Reply box :wink:)
communitycoll said:
… I just don't get what they do with the numerator (i.e., how it turns into a 1).

ah, nooo, the numerator isn't r2 - 2r, it's (r2 - 2r)dr !

(and of course that's 1 times dw :wink:)

the trick in substitution is that you always have to substitute the "d" part also! :smile:
 
If you read that attachment carefully, you would have seen this:
Solution: Here we notice that the numerator is the derivative of the denominator (to within a constant factor).
So they let
w = r3 - 3r2 + 1,
so
dw = 3r2 - 6r dr,
which is the same as
dw = 3(r2 - 2r) dr.

Do you see it now?
 
Okay then. Yeah, I understand now. Thanks.