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.
Derived Pythagorean Identities:
Dividing by cos2(θ) yields: tan2(θ)+1=sec2(θ).
Dividing by sin2(θ) yields: 1+cot2(θ)=csc2(θ).
Reciprocal Identities:
csc(θ)=sin(θ)1
sec(θ)=cos(θ)1
cot(θ)=tan(θ)1
Unit Circle Reference Values (First Quadrant):
At θ=0: cos(0)=1, sin(0)=0
At θ=6π: cos(6π)=23, sin(6π)=21
At θ=4π: cos(4π)=22, sin(4π)=22
At θ=3π: cos(3π)=21, sin(3π)=23
At θ=2π: cos(2π)=0, sin(2π)=1
Common Anti-derivatives:
∫csc(θ)dθ=−ln∣csc(θ)+cot(θ)∣+C
The derivative of tan(θ) is sec2(θ).
Techniques for Trigonometric Substitution
Identifying Substitution Types:
Forms with Addition (a2+x2): Use the tangent substitution (x=atan(θ)).
Forms involving (a2−x2): Use the sine substitution (x=asin(θ)).
Forms involving (x2−a2): Use the secant substitution (x=asec(θ)).
Comprehensive Example: Integrating 1+4x2
Problem Setup: We are looking at the expression 1+4x2. This fits the form 1+u2, where u=2x.
Substitution: Let 2x=tan(θ). Then:
x=21tan(θ)
dx=21sec2(θ)dθ
Transforming the Integral:
The expression 1+(2x)2 becomes 1+tan2(θ)=sec2(θ)=sec(θ).
After performing the substitution and taking a specific case involving higher powers (like an raised power 4 in the transcript example), the coefficient becomes 321.
Strategic Simplification: When facing a polynomial of secants (e.g., ∫(sec7(θ)−2sec5(θ)+sec3(θ))dθ), 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 65 and another involving 2, we find the common denominator: 65+612=617.
Back-substitution using Reference Triangles:
If tan(θ)=2x, draw a right triangle where the opposite side is 2x and the adjacent side is 1.
The hypotenuse is 1+4x2.
This allows for the conversion of all trigonometric terms (sec(θ), etc.) back into terms of x.
Comparison of Integration Strategies: Trig Substitution vs. u-substitution
Clever Observation: In some cases where trigonometric substitution seems necessary (like ∫x3x2+1dθ), a standard u-substitution can be more efficient.
Substitution Strategy: Let u=x2+1. Then du=2xdx.
Rewriting the Integral:
x3=x2×x
Since x2=u−1, the integral becomes ∫(u−1)u21du.
Expand to 21∫(u3/2−u1/2)du.
Results comparison:
Power rule integration yields 21(52u5/2−32u3/2)+C.
This simplifies to 51(1+x2)5/2−31(1+x2)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:∫x4x2−16dx
Substitution Selection: Since it is x2−a2, use x=4sec(θ).
Calculations:dx=4sec(θ)tan(θ)dθ.
Triangle: Hypotenuse is x, adjacent is 4, opposite is x2−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, which is then solved via a simple substitution u=sin(θ).
Example Problem with Sine Substitution:∫x281−x2dx
Substitution:x=9sin(θ), dx=9cos(θ)dθ.
Simplification: Using the double-angle formula for cos2(θ): cos2(θ)=21(1+cos(2θ)).
Integration:∫21(1+cos(2θ))dθ=21θ+41sin(2θ)+C.
Double Angle Identity:sin(2θ)=2sin(θ)cos(θ). This allows one to use the reference triangle to revert to x.
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: x+1x2+3x+5
Dividing x2+3x+5 by x+1 gives a quotient of x+2 and a remainder of 3.
Rewrite as: ∫(x+2+x+13)dx.
Integral: 2x2+2x+3ln∣x+1∣+C.
Case 2: x+2x−3
Divide to get 1−x+25.
Integral: x−5ln∣x+2∣+C.
Integration via Partial Fraction Decomposition
Procedure:
Factor the denominator completely.
Set up the decomposition based on factors. For distinct linear factors: Q(x)P(x)=ax+bA+cx+dB+…
Solving for Coefficients (Method of Plugging in Zeros):
Let x=0:2=A(−2)(1)⟹A=−1.
Let x=2:3(2)+2=B(2)(3)⟹8=6B⟹B=34.
Let x=−1:3(−1)+2=C(−1)(−3)⟹−1=3C⟹C=−31.
Final Integration:∫(−x1+x−24/3−x+11/3)dx=−ln∣x∣+34ln∣x−2∣−31ln∣x+1∣+C.
Advanced Scenarios and Irreducible Quadratic Factors
Irreducible Quadratics: If a factor is of the form x2+a2 and cannot be factored into real linear factors, the numerator in the decomposition must be a linear term: x2+a2Ax+B.
Expected Anti-derivatives: These forms typically result in a combination of natural logarithms (via $u$-substitution) and arc-tangent functions (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.