How to integrate a linear expression over a quadratic, and over the square root of a quadratic, by splitting the numerator into a multiple of the derivative of the quadratic plus a constant.
This Class 12 lesson tackles integrals where a linear numerator sits over a quadratic, or over the square root of a quadratic. The method is to write the numerator as a constant times the derivative of the quadratic plus another constant, find both constants by comparing coefficients, and then split the integral into a logarithm (or square root) part and a standard-form part. Two worked examples show the full working, including completing the square to reach the standard inverse-tangent and inverse-sine results.
What you'll learn
Splitting a linear numerator into a multiple of the derivative of the quadratic plus a constant
Finding the two unknown constants by comparing coefficients of x and the constant terms
Reaching a logarithm from one part and an inverse tangent or inverse sine from the other by completing the square
Lesson chapters
0:00The method and its two standard forms
1:08Example: a linear term over a quadratic
2:06Finding the constants by comparing coefficients
3:46Completing the square for the inverse tangent part
6:53Example: a linear term over a square root
9:04Completing the square for the inverse sine part
Lesson notes
This lesson shows how to integrate a linear expression divided by a quadratic, and a linear expression divided by the square root of a quadratic. The key idea is to rewrite the numerator Px+Q as a constant multiple of the derivative of the quadratic, plus a second constant.
The general method
For an integral of the form
∫ax2+bx+cPx+Qdxor∫ax2+bx+cPx+Qdx
write the numerator as
Px+Q=A⋅dxd(ax2+bx+c)+B=A(2ax+b)+B.
Here A and B are real constants. Compare the coefficients of x and the constant terms on both sides to find A and B, substitute them back, and integrate the two resulting pieces.
Example 1: a linear term over a quadratic
I=∫3x2+2x+15x+2dx.
Write the numerator using the derivative of the denominator, dxd(3x2+2x+1)=6x+2:
5x+2=A(6x+2)+B.
Comparing coefficients of x:6A=5, so A=65.
Comparing constants:2A+B=2, so 35+B=2 and B=31.
The integral splits into two parts:
I=65∫3x2+2x+16x+2dx+31∫3x2+2x+11dx=I1+I2.
First part
The numerator 6x+2 is exactly the derivative of the denominator, so this is of the form ∫f(x)f′(x)dx=log∣f(x)∣:
I1=65log3x2+2x+1.
Second part
Take out the leading coefficient and complete the square:
I2=31∫3(x2+32x+31)dx=91∫(x+31)2+92dx.
With (32)2=92, use the standard result ∫x2+a2dx=a1tan−1ax: