Integrate 1/ x^2 (1-x) (1-x^2)?

  • Thread starter Thread starter teng125
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
teng125
Messages
416
Reaction score
0
how to integ 1/ x^2 (1-x) (1-x^2)??

the answer is
-1/x + (1/2) ln (1+x) -(1/2) ln (1-x)
 
Physics news on Phys.org
please learn to use latex, did you mean to integrate this: [tex]\frac{1}{x^2(1-x)(1-x^2)}[/tex]?

(click on it to see how i wrote it...)
 
ya,this is what i mean
 
try splitting the exprassion: [tex]\frac{1}{x^2(1-x)^2(1+x)}=\frac{1}{x^2(1-x)^2}-\frac{1}{x(1-x)^2(1+x)}[/tex]
for example... you can keep simplifying it.
 
its easy to get rid of x (put 1+x-x), the generic way to simplify is [tex]\frac{1}{(1+x)(1-x^2)}=\frac{A}{1+x}+\frac{Bx+C}{1-x^2}[/tex]
and A B and C for them to sattisfy the equation.
 
Simplify the bottom to,
1/ x^2(x-1)^2(x+1)
Then:
1 = Ax/x^2 + Cx+D/(x-1)^2 + E/(x+1)
1= Ax(x-1)^2(x+1) + (Cx+D)x^2(x+1) + E(x-1)^2x^2

Collect like terms and solve for A -> E and then integrate.
 
oh...okok thanks very much