Out of curiousity why did you not factor the the 2nd factor of (4 - x2).What is the integral of x / (4 - x2)2 dx? Using partial fraction Decomposition?
I tried factoring out the denominator like-so => -(x-2)(x+2)(4 - x2) but that didn't help me find the values of A and B.
Out of curiousity why did you not factor the the 2nd factor of (4 - x2).
I would try letting u = (4 - x2) and getting something like int(du/u^2)
1st 4-x^2= (x-2)(x+2), so (4-x^2)^2 = (x-2)^2(x+2)^2.Well I thought if the denominator would be => -(2-x)2 (2+x)2
Then the partial fraction would turn out => x = A(-(2-x)) + B + C(2+x) + D
That just doesn't seem right.
1st 4-x^2= (x-2)(x+2), so (4-x^2)^2 = (x-2)^2(x+2)^2.
Let u = 4-x^2 so du=-2xdx or -du/2 =xdx. (4-x^2)^2 = u^2
So int (xdx/(4-x^2)^2) = int (-du/2)/u^2 =(-1/2)int (du/u^2) = (-1/2) int (u^-2)du ....
Try writing x / (4 - x2)2 as x(Ax+B)/(4 - x2) + x(Cx+D)/(4 - x2)2What is the integral of x / (4 - x2)2 dx? Using partial fraction Decomposition?
You might readWhat is the integral of x / (4 - x2)2 dx? Using partial fraction Decomposition?
I tried factoring out the denominator like-so => -(x-2)(x+2)(4 - x2) but that didn't help me find the values of A and B.