To integrate a fraction of polynomials one proceeds in two stages: first the degree of the numerator is lowered, then the second-degree denominator is handled by distinguishing three cases according to the sign of the discriminant Δ\Delta.

Stage 1. If degnumdegden\deg\text{num} \ge \deg\text{den}, one carries out polynomial division to reduce to a numerator of lower degree.

Stage 2. For dx+eax2+bx+cdx\displaystyle\int\frac{dx+e}{ax^2+bx+c}\,dx three cases are distinguished:

  • Case A (Δ>0\Delta>0): one factorises a(xx1)(xx2)a(x-x_1)(x-x_2) and decomposes into partial fractions C1xx1+C2xx2\dfrac{C_1}{x-x_1}+\dfrac{C_2}{x-x_2}. Practical trick: “I cover (xx1)(x-x_1) with my hand and substitute x=x1x=x_1” to find C1C_1.
  • Case B (Δ=0\Delta=0): one uses the substitution t=xx1t=x-x_1.
  • Case C (Δ<0\Delta<0): one completes the square in the denominator, reducing to an arctan\arctan.

Example — Case A: 352x+35(x1)(x+2)dx\int_3^5\dfrac{2x+3}{5(x-1)(x+2)}\,dx

With the “hand” trick: C1=21+35(1+2)=13,C2=2(2)+35(21)=115.C_1 = \frac{2\cdot 1+3}{5(1+2)} = \frac{1}{3}, \qquad C_2 = \frac{2(-2)+3}{5(-2-1)} = \frac{1}{15}. Hence 352x+35(x1)(x+2)dx=[13lnx1+115lnx+2]35.\int_3^5\frac{2x+3}{5(x-1)(x+2)}\,dx = \left[\frac{1}{3}\ln|x-1|+\frac{1}{15}\ln|x+2|\right]_3^5.

Topics: Integrale
Concepts: Completamento del quadrato · Frazioni parziali
Methods: Integrale frazioni parziali
Skills: Integrare · Ragionare per casi · Scomporre