May 19, 2026 - Study Notes on Trigonometric Substitution and Rational Function Integration

Fundamental Trigonometric Identities and the Unit Circle

  • Core Pythagorean Identity: The fundamental identity is sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1.
  • Derived Pythagorean Identities:
    • Dividing by cos2(θ)\cos^2(\theta) yields: tan2(θ)+1=sec2(θ)\tan^2(\theta) + 1 = \sec^2(\theta).
    • Dividing by sin2(θ)\sin^2(\theta) yields: 1+cot2(θ)=csc2(θ)1 + \cot^2(\theta) = \csc^2(\theta).
  • Reciprocal Identities:
    • csc(θ)=1sin(θ)\csc(\theta) = \frac{1}{\sin(\theta)}
    • sec(θ)=1cos(θ)\sec(\theta) = \frac{1}{\cos(\theta)}
    • cot(θ)=1tan(θ)\cot(\theta) = \frac{1}{\tan(\theta)}
  • Unit Circle Reference Values (First Quadrant):
    • At θ=0\theta = 0: cos(0)=1\cos(0) = 1, sin(0)=0\sin(0) = 0
    • At θ=π6\theta = \frac{\pi}{6}: cos(π6)=32\cos\left(\frac{\pi}{6}\right) = \frac{\sqrt{3}}{2}, sin(π6)=12\sin\left(\frac{\pi}{6}\right) = \frac{1}{2}
    • At θ=π4\theta = \frac{\pi}{4}: cos(π4)=22\cos\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}, sin(π4)=22\sin\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}
    • At θ=π3\theta = \frac{\pi}{3}: cos(π3)=12\cos\left(\frac{\pi}{3}\right) = \frac{1}{2}, sin(π3)=32\sin\left(\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2}
    • At θ=π2\theta = \frac{\pi}{2}: cos(π2)=0\cos\left(\frac{\pi}{2}\right) = 0, sin(π2)=1\sin\left(\frac{\pi}{2}\right) = 1
  • Common Anti-derivatives:
    • csc(θ)dθ=lncsc(θ)+cot(θ)+C\int \csc(\theta) \, d\theta = -\ln|\csc(\theta) + \cot(\theta)| + C
    • The derivative of tan(θ)\tan(\theta) is sec2(θ)\sec^2(\theta).

Techniques for Trigonometric Substitution

  • Identifying Substitution Types:
    • Forms with Addition (a2+x2a^2 + x^2): Use the tangent substitution (x=atan(θ)x = a \tan(\theta)).
    • Forms involving (a2x2a^2 - x^2): Use the sine substitution (x=asin(θ)x = a \sin(\theta)).
    • Forms involving (x2a2x^2 - a^2): Use the secant substitution (x=asec(θ)x = a \sec(\theta)).

Comprehensive Example: Integrating 1+4x2\sqrt{1+4x^2}

  • Problem Setup: We are looking at the expression 1+4x2\sqrt{1 + 4x^2}. This fits the form 1+u21 + u^2, where u=2xu = 2x.
  • Substitution: Let 2x=tan(θ)2x = \tan(\theta). Then:
    • x=12tan(θ)x = \frac{1}{2} \tan(\theta)
    • dx=12sec2(θ)dθdx = \frac{1}{2} \sec^2(\theta) \, d\theta
  • Transforming the Integral:
    • The expression 1+(2x)2\sqrt{1 + (2x)^2} becomes 1+tan2(θ)=sec2(θ)=sec(θ)\sqrt{1 + \tan^2(\theta)} = \sqrt{\sec^2(\theta)} = \sec(\theta).
    • After performing the substitution and taking a specific case involving higher powers (like an raised power 4 in the transcript example), the coefficient becomes 132\frac{1}{32}.
  • Power Reduction Formula for Secant:
    • secn(θ)dθ=1n1secn2(θ)tan(θ)+n2n1secn2(θ)dθ\int \sec^n(\theta) \, d\theta = \frac{1}{n-1} \sec^{n-2}(\theta) \tan(\theta) + \frac{n-2}{n-1} \int \sec^{n-2}(\theta) \, d\theta
  • Strategic Simplification: When facing a polynomial of secants (e.g., (sec7(θ)2sec5(θ)+sec3(θ))dθ\int (\sec^7(\theta) - 2\sec^5(\theta) + \sec^3(\theta)) \, d\theta), it is best to apply the reduction formula to the highest power first. This often generates terms that can be combined with the lower-power integrals already present, reducing the overall workload.
  • Example Combination of Coefficients: For a term involving 56\frac{5}{6} and another involving 22, we find the common denominator: 56+126=176\frac{5}{6} + \frac{12}{6} = \frac{17}{6}.
  • Back-substitution using Reference Triangles:
    • If tan(θ)=2x\tan(\theta) = 2x, draw a right triangle where the opposite side is 2x2x and the adjacent side is 11.
    • The hypotenuse is 1+4x2\sqrt{1 + 4x^2}.
    • This allows for the conversion of all trigonometric terms (sec(θ)\sec(\theta), etc.) back into terms of xx.

Comparison of Integration Strategies: Trig Substitution vs. u-substitution

  • Clever Observation: In some cases where trigonometric substitution seems necessary (like x3x2+1dθ\int x^3 \sqrt{x^2+1} \, d\theta), a standard uu-substitution can be more efficient.
  • Substitution Strategy: Let u=x2+1u = x^2 + 1. Then du=2xdxdu = 2x \, dx.
  • Rewriting the Integral:
    • x3=x2×xx^3 = x^2 \times x
    • Since x2=u1x^2 = u - 1, the integral becomes (u1)u12du\int (u - 1) \sqrt{u} \frac{1}{2} \, du.
    • Expand to 12(u3/2u1/2)du\frac{1}{2} \int (u^{3/2} - u^{1/2}) \, du.
  • Results comparison:
    • Power rule integration yields 12(25u5/223u3/2)+C\frac{1}{2} \left( \frac{2}{5} u^{5/2} - \frac{2}{3} u^{3/2} \right) + C.
    • This simplifies to 15(1+x2)5/213(1+x2)3/2+C\frac{1}{5}(1+x^2)^{5/2} - \frac{1}{3}(1+x^2)^{3/2} + C.
    • This method is significantly faster and less prone to error than managing multiple trigonometric power reductions.

Solving Integrals with Radical Forms via Trigonometric Simplification

  • Example Problem: x216x4dx\int \frac{\sqrt{x^2 - 16}}{x^4} \, dx
    • Substitution Selection: Since it is x2a2x^2 - a^2, use x=4sec(θ)x = 4 \sec(\theta).
    • Calculations: dx=4sec(θ)tan(θ)dθdx = 4 \sec(\theta) \tan(\theta) \, d\theta.
    • Triangle: Hypotenuse is xx, adjacent is 44, opposite is x216\sqrt{x^2 - 16}.
    • Simplification Process: The expression simplifies into products and quotients of sine and cosine.
    • Resulting form: The integral may simplify to something like sin2(u)cos(u)du\int \sin^2(u) \cos(u) \, du, which is then solved via a simple substitution u=sin(θ)u = \sin(\theta).
  • Example Problem with Sine Substitution: x281x2dx\int x^2 \sqrt{81 - x^2} \, dx
    • Substitution: x=9sin(θ)x = 9 \sin(\theta), dx=9cos(θ)dθdx = 9 \cos(\theta) \, d\theta.
    • Simplification: Using the double-angle formula for cos2(θ)\cos^2(\theta): cos2(θ)=12(1+cos(2θ))\cos^2(\theta) = \frac{1}{2} (1 + \cos(2\theta)).
    • Integration: 12(1+cos(2θ))dθ=12θ+14sin(2θ)+C\int \frac{1}{2}(1 + \cos(2\theta)) \, d\theta = \frac{1}{2} \theta + \frac{1}{4} \sin(2\theta) + C.
    • Double Angle Identity: sin(2θ)=2sin(θ)cos(θ)\sin(2\theta) = 2 \sin(\theta) \cos(\theta). This allows one to use the reference triangle to revert to xx.

Integration of Rational Functions via Polynomial Long Division

  • Rule of Thumb: If the degree of the numerator is greater than or equal to the degree of the denominator, perform polynomial long division first.
  • Case 1: x2+3x+5x+1\frac{x^2 + 3x + 5}{x + 1}
    • Dividing x2+3x+5x^2+3x+5 by x+1x+1 gives a quotient of x+2x+2 and a remainder of 33.
    • Rewrite as: (x+2+3x+1)dx\int (x + 2 + \frac{3}{x+1}) \, dx.
    • Integral: x22+2x+3lnx+1+C\frac{x^2}{2} + 2x + 3\ln|x+1| + C.
  • Case 2: x3x+2\frac{x-3}{x+2}
    • Divide to get 15x+21 - \frac{5}{x+2}.
    • Integral: x5lnx+2+Cx - 5\ln|x+2| + C.

Integration via Partial Fraction Decomposition

  • Procedure:
    1. Factor the denominator completely.
    2. Set up the decomposition based on factors. For distinct linear factors: P(x)Q(x)=Aax+b+Bcx+d+\frac{P(x)}{Q(x)} = \frac{A}{ax+b} + \frac{B}{cx+d} + \dots
  • Example: 3x+2x3x22xdx\int \frac{3x+2}{x^3 - x^2 - 2x} \, dx
    • Factor Denominator: x(x2x2)=x(x2)(x+1)x(x^2 - x - 2) = x(x-2)(x+1).
    • Set up Equation: 3x+2x(x2)(x+1)=Ax+Bx2+Cx+1\frac{3x+2}{x(x-2)(x+1)} = \frac{A}{x} + \frac{B}{x-2} + \frac{C}{x+1}.
    • Clear Denominators: 3x+2=A(x2)(x+1)+B(x)(x+1)+C(x)(x2)3x+2 = A(x-2)(x+1) + B(x)(x+1) + C(x)(x-2).
  • Solving for Coefficients (Method of Plugging in Zeros):
    • Let x=0x=0: 2=A(2)(1)    A=12 = A(-2)(1) \implies A = -1.
    • Let x=2x=2: 3(2)+2=B(2)(3)    8=6B    B=433(2)+2 = B(2)(3) \implies 8 = 6B \implies B = \frac{4}{3}.
    • Let x=1x=-1: 3(1)+2=C(1)(3)    1=3C    C=133(-1)+2 = C(-1)(-3) \implies -1 = 3C \implies C = -\frac{1}{3}.
  • Final Integration: (1x+4/3x21/3x+1)dx=lnx+43lnx213lnx+1+C\int (-\frac{1}{x} + \frac{4/3}{x-2} - \frac{1/3}{x+1}) \, dx = -\ln|x| + \frac{4}{3}\ln|x-2| - \frac{1}{3}\ln|x+1| + C.

Advanced Scenarios and Irreducible Quadratic Factors

  • Irreducible Quadratics: If a factor is of the form x2+a2x^2 + a^2 and cannot be factored into real linear factors, the numerator in the decomposition must be a linear term: Ax+Bx2+a2\frac{Ax+B}{x^2+a^2}.
  • Expected Anti-derivatives: These forms typically result in a combination of natural logarithms (via $u$-substitution) and arc-tangent functions (arctan(x)\arctan(x)).

Questions & Discussion

  • Student Question: Will the test specify which method to use, or can we choose any method that works?
  • Answer: Generally, it is "solve this and whatever you come up with." However, the instructor may occasionally specify a method like "Use Trig Substitution" or "Integration by Parts" to ensure mastery of specific techniques.
  • Student Question: Regarding long division, does it always happen if the degree is the same or higher?
  • Answer: Yes, if the degree of the numerator is higher in or equal to the denominator, division is the first step.