Part of CALC-04 — Indefinite Integration

Completing the Square for Integration

by Notetube Official163 words4 views

When to use: Whenever the integrand involves 1quadratic\frac{1}{quadratic}, 1/sqrt(quadratic), or sqrt(quadratic).

Step-by-step method: Given ax2ax^2 + bx + c:

  1. Factor out 'a': a[x2x^2 + ba\frac{b}{a}x + c/a]
  2. Complete the square: a[(x + b/2a)^2 + (c/a - b2b^2/4a2a^2)]
  3. Simplify: a[(x + b/2a)^2 + \frac{4ac-b^2}{4}$$a^2]

Example 1: integral dxx2+4x+13\frac{dx}{x^2 + 4x + 13} = integral dx(x+2\frac{dx}{(x+2}^2 + 9) = integral dx(x+2\frac{dx}{(x+2}^2 + 3^2) = 13\frac{1}{3}arctan(x+23\frac{(x+2}{3}) + C

Example 2: integral dx/sqrt(5 - 4x - x2x^2) = integral dx/sqrt(-(x2x^2 + 4x - 5)) = integral dx/sqrt(-(x2x^2 + 4x + 4 - 9)) = integral dx/sqrt(9 - (x+2)^2) = arcsin(x+23\frac{(x+2}{3}) + C

Example 3: integral 3x+2(x2+2x+5)\frac{3x + 2}{(x^2 + 2x + 5)} dx Step 1: d/dx(x2+2x+5x^{2+2x+5}) = 2x+2. Write 3x+2 = 32\frac{3}{2}(2x+2) + 2-3 = 32\frac{3}{2}(2x+2) - 1. Step 2: integral = 32\frac{3}{2}*integral 2x+2(x2+2x+5)\frac{2x+2}{(x^2+2x+5)} dx - integral dxx2+2x+5\frac{dx}{x^2+2x+5} Step 3: First part = 32\frac{3}{2}ln|x2+2x+5x^{2+2x+5}| Step 4: Second part: x2+2x+5x^{2+2x+5} = (x+1)^2+4, so integral = 12\frac{1}{2}arctan(x+12\frac{(x+1}{2}) Step 5: Answer = 32\frac{3}{2}ln(x2+2x+5x^{2+2x+5}) - 12\frac{1}{2}arctan(x+12\frac{(x+1}{2}) + C

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes