A rate function is ; compute using partial fractions.
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice Using Linear Partial Fractions in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A rate function is r(x)=(x+2)(x+5)x+6; compute ∫r(x)dx using partial fractions.
This quiz focuses on Using Linear Partial Fractions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A rate function is r(x)=(x+2)(x+5)x+6; compute ∫r(x)dx using partial fractions.
Explanation: This problem involves using partial fraction decomposition for integration of a rational function with distinct linear factors. To decompose (x+6)/((x+2)(x+5)), write it as A/(x+2) + B/(x+5) and solve for A and B by multiplying through by the denominator, yielding A(x+5) + B(x+2) = x+6. Plugging in x=-2 gives A=4/3, and x=-5 gives B=-1/3. The integral then becomes (4/3) ∫ dx/(x+2) + (-1/3) ∫ dx/(x+5) = (4/3) ln|x+2| - (1/3) ln|x+5| + C. A tempting distractor like choice A ignores the negative sign from the decomposition, failing because it results in a mismatched numerator when verified. In general, for integrating rational functions with distinct linear denominators, decompose into partial fractions, solve the system by plugging in roots or equating coefficients, and integrate each term separately.
A chemist models concentration by C(t)=t2−45t+1. What is ∫t2−45t+1dt?
Explanation: The skill used here is partial fraction decomposition to integrate the rational function. Factor the denominator as t² - 4 = (t - 2)(t + 2), and express (5t + 1)/((t - 2)(t + 2)) as A/(t - 2) + B/(t + 2). Solving the equation 5t + 1 = A(t + 2) + B(t - 2) yields A = 11/4 and B = 9/4. Integrating term by term gives (11/4) ln|t - 2| + (9/4) ln|t + 2| + C. A tempting distractor like choice D combines the logs with incorrect coefficients, failing to account for the distinct constants from the decomposition. Always solve for the constants in partial fractions by substituting the roots or equating coefficients to ensure accurate integration of rational functions.
A heat-transfer model leads to ∫(x+1)(x+7)3dx; find an antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ 3 / ((x+1)(x+7)) dx, decompose the integrand as 3 / ((x+1)(x+7)) = A/(x+1) + B/(x+7). Solving for the coefficients gives A = 1/2 and B = -1/2. Integrating term by term yields (1/2) ln |x+1| - (1/2) ln |x+7| + C, which simplifies to (1/2) ln |(x+1)/(x+7)| + C. A tempting distractor is choice B, (1/2) ln |(x+7)/(x+1)| + C, but its derivative is -3 / ((x+1)(x+7)), the negative of the integrand. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A model requires ∫x(x+6)5x+12dx; which expression is an antiderivative?
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ (5x+12) / (x(x+6)) dx, decompose the integrand as (5x+12) / (x(x+6)) = A/x + B/(x+6). Solving for the coefficients gives A = 2 and B = 3. Integrating term by term yields 2 ln |x| + 3 ln |x+6| + C. A tempting distractor is choice C, 2 ln |x| - 3 ln |x+6| + C, but its derivative is (5x - 18) / (x(x+6)), not matching 5x+12. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
In an economics model, compute ∫(x−2)(x+2)1dx.
Explanation: This problem requires the use of partial fraction decomposition to integrate the rational function in an economics model. To decompose 1/((x-2)(x+2)), express it as A/(x-2) + B/(x+2), leading to 1 = A(x+2) + B(x-2). Solving gives A = 1/4 and B = -1/4 by substituting x=2 and x=-2. Integrating each term yields (1/4) ln|x-2| - (1/4) ln|x+2| + C, or equivalently (1/4) ln|(x-2)/(x+2)| + C. A tempting distractor is choice D, which separates with wrong signs, but this fails because it reverses the coefficient signs. In general, for partial fractions with distinct linear factors, solve the system for coefficients accurately and verify by recombining or differentiating the antiderivative.
A fluid model leads to ∫x(x+4)x+4dx; select the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate the rational function in a fluid model. To decompose x(x+4)x+4, express it as xA+x+4B, leading to x+4=A(x+4)+Bx. Solving gives A=1 and B=0 by substituting x=0 and x=−4, simplifying to x1. Integrating yields ln∣x∣+C. A tempting distractor is choice A, which includes an extra log, but this fails because the B coefficient is zero, so no second term. In general, for partial fractions with distinct linear factors, solve the system for coefficients accurately and verify by recombining or differentiating the antiderivative.
A probability density normalization requires ∫x(x+2)5x+1dx; which is an antiderivative?
Explanation: This problem requires the use of partial fraction decomposition to integrate the rational function for probability density normalization. To decompose (5x+1)/(x(x+2)), express it as A/x + B/(x+2), leading to 5x+1 = A(x+2) + B x. Solving gives A = 1/2 and B = 9/2 by substituting x=0 and x=-2. Integrating each term yields (1/2) ln|x| + (9/2) ln|x+2| + C. A tempting distractor is choice E, which swaps signs, but this fails because it does not match the positive coefficients from solving. In general, for partial fractions with distinct linear factors, solve the system for coefficients accurately and verify by recombining or differentiating the antiderivative.
A dynamics model uses ∫(x+5)(x−5)2dx; select an antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫(x+5)(x−5)2dx, decompose the integrand as (x+5)(x−5)2=x+5A+x−5B. Solving for the coefficients gives A=−51 and B=51. Integrating term by term yields −51ln∣x+5∣+51ln∣x−5∣+C, which simplifies to 51lnx+5x−5+C. A tempting distractor is choice A, 51lnx−5x+5+C, but its derivative is −(x+5)(x−5)2, the negative of the integrand. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
In an RC circuit, compute ∫(x−1)(x+4)2x+1dx by decomposing into linear fractions.
Explanation: This problem uses partial fraction decomposition to integrate a rational function. We write (x−1)(x+4)2x+1=x−1A+x+4B and multiply through by (x−1)(x+4) to get 2x+1=A(x+4)+B(x−1). Setting x=1 gives 3=5A, so A=53; setting x=−4 gives −7=−5B, so B=57. Therefore, ∫(x−1)(x+4)2x+1dx=53ln∣x−1∣+57ln∣x+4∣+C. Choice E incorrectly assumes equal coefficients of 1 for both logarithms. Always solve for the specific constants A and B rather than guessing.
Compute ∫(t−3)(t+1)6t−1dt for t in a time-response calculation.
Explanation: This integral requires partial fraction decomposition. We write (t−3)(t+1)6t−1=t−3A+t+1B and multiply by (t−3)(t+1) to get 6t−1=A(t+1)+B(t−3). Setting t=3 gives 17=4A, so A=417; setting t=−1 yields −7=−4B, so B=47. Therefore, ∫(t−3)(t+1)6t−1dt=417ln∣t−3∣+47ln∣t+1∣+C. Choice E incorrectly uses coefficients 6 and -1 without proper decomposition. The key is to clear denominators and evaluate at the roots of each factor.
A thermodynamics derivation needs ∫(x+2)(x−6)4dx; select the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ 4 / ((x+2)(x-6)) dx, decompose the integrand as 4 / ((x+2)(x-6)) = A/(x+2) + B/(x-6). Solving for the coefficients by substituting x = -2 and x = 6 gives A = -1/2 and B = 1/2. Integrating term by term yields (1/2) ln |x-6| - (1/2) ln |x+2| + C, which simplifies to (1/2) ln |(x-6)/(x+2)| + C. A tempting distractor is choice C, (1/2) ln |x-6| + (1/2) ln |x+2| + C, but this represents (1/2) ln |(x-6)(x+2)| + C, whose derivative is 4(x-2) / ((x+2)^2 (x-6)^2) rather than the original integrand. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A growth model uses ∫x(x+1)2x+1dx; choose the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate the rational function in a growth model. To decompose (2x+1)/(x(x+1)), express it as A/x + B/(x+1), leading to 2x+1 = A(x+1) + B x. Solving gives A = 1 and B = 1 by substituting x=0 and x=-1. Integrating each term yields ln|x| + ln|x+1| + C. A tempting distractor is choice B, which combines them incorrectly, but this fails because it does not match the coefficients from decomposition. In general, for partial fractions with distinct linear factors, solve the system for coefficients accurately and verify by recombining or differentiating the antiderivative.
A chemistry rate law gives ∫x(x+1)4x+1dx; choose the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ (4x+1) / (x(x+1)) dx, decompose the integrand as (4x+1) / (x(x+1)) = A/x + B/(x+1). Solving for the coefficients gives A = 1 and B = 3. Integrating term by term yields ln |x| + 3 ln |x+1| + C. A tempting distractor is choice B, 3 ln |x| + ln |x+1| + C, but its derivative is (4x + 3) / (x(x+1)), not matching 4x+1. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
An optimization problem uses ∫x(x−3)2x−3dx; which is an antiderivative?
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ (2x-3) / (x(x-3)) dx, decompose the integrand as (2x-3) / (x(x-3)) = A/x + B/(x-3). Solving for the coefficients gives A = 1 and B = 1. Integrating term by term yields ln |x| + ln |x-3| + C. A tempting distractor is choice B, ln |x| - ln |x-3| + C, but its derivative is (3) / (x(x-3)), not matching 2x-3 / (x(x-3)). A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A calibration curve needs ∫x(x+2)3x+2dx; choose the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ (3x+2) / (x(x+2)) dx, decompose the integrand as (3x+2) / (x(x+2)) = A/x + B/(x+2). Solving for the coefficients gives A = 1 and B = 2. Integrating term by term yields ln |x| + 2 ln |x+2| + C. A tempting distractor is choice B, 2 ln |x| + ln |x+2| + C, but its derivative is (3x + 4) / (x(x+2)), not matching 3x+2. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A statistics computation uses ∫x(x−8)2dx; select the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫x(x−8)2dx, decompose the integrand as x(x−8)2=xA+x−8B. Solving for the coefficients gives A=−41 and B=41. Integrating term by term yields −41ln∣x∣+41ln∣x−8∣+C, which simplifies to 41lnxx−8+C. A tempting distractor is choice B, 41lnx−8x+C, but its derivative is −x(x−8)2, the negative of the integrand. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A hydraulics computation needs ∫(x+4)(x+9)3dx; select the correct antiderivative.
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫(x+4)(x+9)3dx, decompose the integrand as (x+4)(x+9)3=x+4A+x+9B. Solving for the coefficients gives A=53 and B=−53. Integrating term by term yields 53ln∣x+4∣−53ln∣x+9∣+C, which simplifies to 53lnx+9x+4+C. A tempting distractor is choice B, 53lnx+4x+9+C, but its derivative is −(x+4)(x+9)3, the negative of the integrand. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A model requires ∫x(x−1)4x−1dx; which expression is an antiderivative?
Explanation: This problem requires the use of partial fraction decomposition to integrate a rational function. To evaluate ∫ (4x-1) / (x(x-1)) dx, decompose the integrand as (4x-1) / (x(x-1)) = A/x + B/(x-1). Solving for the coefficients gives A = 1 and B = 3. Integrating term by term yields ln |x| + 3 ln |x-1| + C. A tempting distractor is choice B, 3 ln |x| + ln |x-1| + C, but its derivative is (4x + 1) / (x(x-1)), not matching 4x-1. A transferable partial-fraction strategy is to multiply both sides by the common denominator and solve the resulting linear system for the coefficients.
A signal filter uses h(t)=t2+t−2t+4. Find ∫h(t)dt.
Explanation: The skill used here is partial fraction decomposition to integrate the rational function. Factor the denominator as t² + t - 2 = (t - 1)(t + 2), and express (t + 4)/((t - 1)(t + 2)) as A/(t - 1) + B/(t + 2). Solving the equation t + 4 = A(t + 2) + B(t - 1) yields A = 5/3 and B = -2/3. Integrating term by term gives (5/3) ln|t - 1| - (2/3) ln|t + 2| + C. A tempting distractor like choice A is simply ln|t - 1| + C, which ignores the contribution from the other factor and the calculated coefficients. Always solve for the constants in partial fractions by substituting the roots or equating coefficients to ensure accurate integration of rational functions.
A transfer function involves (x−2)(x+5)x−10; find ∫(x−2)(x+5)x−10dx.
Explanation: This integral requires partial fraction decomposition. We write (x−2)(x+5)x−10=x−2A+x+5B and clear denominators to get x−10=A(x+5)+B(x−2). Setting x=2 gives −8=7A, so A=−78; setting x=−5 yields −15=−7B, so B=715. Therefore, ∫(x−2)(x+5)x−10dx=−78ln∣x−2∣+715ln∣x+5∣+C. Choice E incorrectly assumes unit coefficients without decomposition. The key insight is that negative constants in partial fractions lead to negative coefficients in the integrated result.