Chapter 7: Problem 17
Evaluate the indefinite integral. \(\int \frac{-12 x^{2}-x+33}{(x-1)(x+3)(3-2 x)} d x\)
Short Answer
Expert verified
The indefinite integral is \(2 \ln|x-1| - 3 \ln|x+3| + \frac{1}{2} \ln|3-2x| + C\).
Step by step solution
01
Partial Fraction Decomposition Setup
To solve the integral, we first decompose the integrand into partial fractions. The integrand is a rational function with a quadratic numerator and a product of linear factors in the denominator. We represent it as:\[\frac{-12x^2 - x + 33}{(x-1)(x+3)(3-2x)} = \frac{A}{x-1} + \frac{B}{x+3} + \frac{C}{3-2x}\]where \(A\), \(B\), and \(C\) are constants to be determined.
02
Clear the Denominator
Multiply both sides by the denominator \((x-1)(x+3)(3-2x)\) to clear the fractions. This gives:\[-12x^2 - x + 33 = A(x+3)(3-2x) + B(x-1)(3-2x) + C(x-1)(x+3)\]
03
Expand and Combine Terms
Expand each term on the right side of the equation:\[A(x+3)(3-2x) = A(3x + 9 - 2x^2 - 6x) = A(-2x^2 - 3x + 9)\]\[B(x-1)(3-2x) = B(3x - 3 - 2x^2 + 2x) = B(-2x^2 + 5x - 3)\]\[C(x-1)(x+3) = C(x^2 + 3x - x - 3) = C(x^2 + 2x - 3)\]Combine the expanded terms:\[-2Ax^2 - 3Ax + 9A - 2Bx^2 + 5Bx - 3B + Cx^2 + 2Cx - 3C\]
04
Collect Coefficients
Equate the expression to the left side and collect like terms for comparison:\[-12 = -2A - 2B + C\]\[-1 = -3A + 5B + 2C\]\[33 = 9A - 3B - 3C\]
05
Solve the System of Equations
Solve the system of equations to find \(A\), \(B\), and \(C\):1. \(-2A - 2B + C = -12\)2. \(-3A + 5B + 2C = -1\)3. \(9A - 3B - 3C = 33\)Through solving this system, we find:\(A = 2\), \(B = -3\), \(C = -1\).
06
Write the Integral as Partial Fractions
Substitute \(A\), \(B\), and \(C\) back into the partial fractions:\[\int \left( \frac{2}{x-1} - \frac{3}{x+3} - \frac{1}{3-2x} \right) dx\]
07
Integrate Each Term
Integrate each term separately:\[\int \frac{2}{x-1} dx = 2 \ln|x-1|\]\[\int \frac{-3}{x+3} dx = -3 \ln|x+3|\]\[\int \frac{-1}{3-2x} dx = \frac{-1}{-2} \ln|3-2x| = \frac{1}{2} \ln|3-2x|\]
08
Combine the Integrals
Combine the integrated terms and add the constant of integration \(C\):\[2 \ln|x-1| - 3 \ln|x+3| + \frac{1}{2} \ln|3-2x| + C\]
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Partial Fraction Decomposition
When faced with the challenge of integrating a complex rational function, one of the most powerful techniques we can use is partial fraction decomposition. This method involves breaking down a complicated fraction into a sum of simpler fractions. The goal is to rewrite the integrand in a form that's easier to integrate.
In this case, we start with a rational function with a polynomial numerator (-12x² - x + 33) and a cubic polynomial in the denominator ((x-1)(x+3)(3-2x)). Using partial fractions, we express this complex fraction as a sum of three simpler fractions:
In this case, we start with a rational function with a polynomial numerator (-12x² - x + 33) and a cubic polynomial in the denominator ((x-1)(x+3)(3-2x)). Using partial fractions, we express this complex fraction as a sum of three simpler fractions:
- \( \frac{A}{x-1} \), where \( A \) is a constant associated with the factor \( x-1 \).
- \( \frac{B}{x+3} \), where \( B \) corresponds to the factor \( x+3 \).
- \( \frac{C}{3-2x} \), where \( C \) is linked with \( 3-2x \).
Rational Function Integration
Once we've broken down a rational function into partial fractions, we can move on to actually integrating these simpler components. Rational function integration involves straightforward calculus techniques once you have the function in an easier-to-handle form.
The integral \(\int \frac{-12x^2 - x + 33}{(x-1)(x+3)(3-2x)} dx\) transforms into \(\int \left( \frac{2}{x-1} - \frac{3}{x+3} - \frac{1}{3-2x} \right) dx\) using the previously found constants \( A = 2 \), \( B = -3 \), and \( C = -1 \). Now, the integration becomes much simpler:
The integral \(\int \frac{-12x^2 - x + 33}{(x-1)(x+3)(3-2x)} dx\) transforms into \(\int \left( \frac{2}{x-1} - \frac{3}{x+3} - \frac{1}{3-2x} \right) dx\) using the previously found constants \( A = 2 \), \( B = -3 \), and \( C = -1 \). Now, the integration becomes much simpler:
- Integrate \( \frac{2}{x-1} \) to get \( 2 \ln|x-1| \).
- Integrate \( -\frac{3}{x+3} \) to get \(-3 \ln|x+3| \).
- Integrate \( -\frac{1}{3-2x} \), and apply a u-substitution if needed, to get \( \frac{1}{2} \ln|3-2x| \).
Logarithmic Integration
Logarithmic integration is a valuable technique when dealing with integrals of the form \( \frac{k}{x+a} \), where \( k \) is a constant and \( x+a \) is a linear function of \( x \). The result of integrating such a term is a natural logarithm. This is a simple yet powerful method in calculus.
In our exercise, after applying partial fraction decomposition, we integrate terms like \( \frac{2}{x-1} \), \( \frac{-3}{x+3} \), and \( \frac{-1}{3-2x} \). These are perfect candidates for logarithmic integration, which results in natural logarithm functions:
In our exercise, after applying partial fraction decomposition, we integrate terms like \( \frac{2}{x-1} \), \( \frac{-3}{x+3} \), and \( \frac{-1}{3-2x} \). These are perfect candidates for logarithmic integration, which results in natural logarithm functions:
- \( \int \frac{2}{x-1} \, dx \rightarrow 2 \ln|x-1| \)
- \( \int \frac{-3}{x+3} \, dx \rightarrow -3 \ln|x+3| \)
- \( \int \frac{-1}{3-2x} \, dx \rightarrow \frac{1}{2} \ln|3-2x| \)