Integrate Partial Fractions: x^3/(x^2-1)

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
6 replies · 2K views
Firepanda
Messages
425
Reaction score
0
Integrate using partial fractions:

(int) (x^3)/(x^2 -1) dx

I have put into the form (int) (x^3)/((x-1)(x+1)) dx

I thought partial fractions had this property:

'Partial fractions can only be done if the degree of the numerator is strictly less than the degree of the denominator.'

And this obviously doesn't, so how do you do it?
 
Physics news on Phys.org
Firepanda said:
Integrate using partial fractions:

(int) (x^3)/(x^2 -1) dx

I have put into the form (int) (x^3)/((x-1)(x+1)) dx

I thought partial fractions had this property:

'Partial fractions can only be done if the degree of the numerator is strictly less than the degree of the denominator.'

And this obviously doesn't, so how do you do it?

Divide! What is x3 divided by x2- 1? What are the quotient and remainder?
 
ahhh

so it =

x + 1/(x-1) - 1/(x+1)(x-1)

:D
 
While I am here I have another question:

(int) 1 to e (ln(x))/x^2 dx

THe question says, use a suitable substitution to evaluate the definite integral, I can do it by parts but I don't want to lose marks for it.

Can any1 suggest the substitution to get me started?
Thx
 
Firepanda said:
While I am here I have another question:

(int) 1 to e (ln(x))/x^2 dx

THe question says, use a suitable substitution to evaluate the definite integral, I can do it by parts but I don't want to lose marks for it.

Can any1 suggest the substitution to get me started?
Thx
This should be in the Calculus section.

Verifying your problem ...

[tex]\int_1^e\frac{\ln x}{x^2}dx[/tex]
 
rocophysics said:
This should be in the Calculus section.

Verifying your problem ...

[tex]\int_1^e\frac{\ln x}{x^2}dx[/tex]

Yep that's the one
 
Firepanda said:
Yep that's the one
Substitutions ...

[tex]t=\ln x \rightarrow e^t=x[/tex]

[tex]dt=\frac 1 x dx[/tex]

You will need to do parts afterwards.