document.write( "Question 637488: Write the partial fraction decomposition of the rational expression: (x^2+12x+12)/(x^3-4x) \n" ); document.write( "
Algebra.Com's Answer #401950 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) [x^2+12x+12]/[x^3-4x] \n" ); document.write( "First step is to factor the denominator of (1) \n" ); document.write( "(2) (x^3-4x) = x(x^2-4) = x(x-2)(x+2) \n" ); document.write( "Our expansion of (1) is \n" ); document.write( "(2) [x^2+12x+12]/[x(x-2)(x+2)] = A/x + B/(x-2) + C/(x+2) \n" ); document.write( "The PFE technique is used to find the values of the constants A, B, and C. To get each of the constants, multiply both sides of (2) by the denominator of that constant, then set that denominator equal to zero. \n" ); document.write( "To get A, multiply both sides of (2) by x, then let x equal to zero. \n" ); document.write( "Multiplying (2) by x yields \n" ); document.write( "(3) [x^2+12x+12]/[(x-2)(x+2)] = A + Bx/(x-2) + Cx/(x+2) \n" ); document.write( "Now let x = 0 in (3) to get \n" ); document.write( "(4) [12]/[(-2)(2)] = A \n" ); document.write( "A = -3 \n" ); document.write( "To get B, multiply both sides of (2) by (x-2) and let (x-2) = 0, or x=2. \n" ); document.write( "(5) [2^2+12*2+12]/[2(2+2)] = B \n" ); document.write( "B = 5 \n" ); document.write( "To get C, multiply both sides of (2) by (x+2) and let (x+2) = o, or x=(-2). \n" ); document.write( "(6) [(-2)^2+12(-2)+12]/[(-2)(-2-2)] = C \n" ); document.write( "C = -1 \n" ); document.write( "Let's see if these values of A, B, and C are correct. \n" ); document.write( "Is (1) = (2)? \n" ); document.write( "Is {[x^2+12x+12]/(x^3-4x) = -3/x + 5/(x-2) - 1/(x+2)}? \n" ); document.write( "Is {[ditto] = [-3(x-2)(x+2) + 5x(x+2) - x(x-2)]/[x(x-2)(x+2)]}? \n" ); document.write( "Is {[ditto] = [-3(x^2-4) +5x^2 +10x -x^2 +2x]/x(x^2-4)]}? \n" ); document.write( "Is {[ditto] = [-3x^2 +12 +5x^2 +10x -x^2 +2x]/[x^3-4x]}? \n" ); document.write( "Is {[x^2+12x+12]/[x^3-4x] = [x^2+x12x+12]/[x^3-4x]}? Yes \n" ); document.write( "Answer: 9x^2+12x+12)/(x^3-4x) = -3/x + 5/(x-2) - 1/(x+2) \n" ); document.write( " |