Trigonometry – Solving Equations & Factorization (Section 3.3)

Class Overview

  • Topic: Trigonometry – Section 3.3 (pages 210-213) : Solving trigonometric equations, with emphasis on factorization techniques.
  • Structure of the day
    • One warm-up equation (\$\sin(3\theta)=1\$)
    • Review of algebraic factorization (4 quadratic examples)
    • Transition to trigonometric equations that require factorization or quadratic formula
    • Two classroom examples + two student practice problems
    • Reminders: homework on §3.3 due next Thursday; short D2L practice posted; Quiz #2 coming after the break.
  • Interval used for all solutions unless otherwise stated
    • 0\le\theta<2\pi (one full revolution)

Example 0 – Warm-up: \$\sin(3\theta)=1\$

  • Step 1 – Locate where sinx=1\sin x=1 on the unit circle → only at x=π2.x=\frac{\pi}{2}.
  • Step 2 – Impose periodicity:
    3θ+π18=π2+2kπ3\theta+\frac{\pi}{18}=\frac{\pi}{2}+2k\pi
  • Step 3 – Isolate \$\theta\$
    • Subtract π18\frac{\pi}{18} both sides:
      3θ=π2π18+2kπ3\theta=\frac{\pi}{2}-\frac{\pi}{18}+2k\pi
    • Common denominator 18189ππ18=8π18=4π9\tfrac{9\pi-\pi}{18}=\tfrac{8\pi}{18}=\tfrac{4\pi}{9}
    • Divide by 3: θ=4π27+2kπ3\theta=\tfrac{4\pi}{27}+\tfrac{2k\pi}{3}
  • Step 4 – Enumerate k values that keep \$\theta\$ in [0,2π)[0,2\pi)
    • k=1    θ=14π27    (discard, negative)k=-1 \;\Rightarrow\; \theta=-\tfrac{14\pi}{27}\;\;(\text{discard, negative})
    • k=0θ=4π27k=0 \Rightarrow \theta=\tfrac{4\pi}{27}
    • k=1θ=22π27k=1 \Rightarrow \theta=\tfrac{22\pi}{27}
    • k=2θ=40π27k=2 \Rightarrow \theta=\tfrac{40\pi}{27}
  • Solutions: \boxed{\left{\tfrac{4\pi}{27},\;\tfrac{22\pi}{27},\;\tfrac{40\pi}{27}\right}}

Review: Algebraic Factorization Techniques

(Quadratic expressions treated as templates for trig equations.)

Key idea
  • Treat the trig function (\$\sin\theta,\cos\theta,\dots\$) as a single variable x, factor, then substitute back.
Four practice polynomials
  1. x2!x30=0x^2-!x-30=0
    • Grouping → (x+5)(x6)=0(x+5)(x-6)=0x=5,6x=-5,\,6
  2. x2+3x28=0x^2+3x-28=0
    • Grouping → (x+7)(x4)=0(x+7)(x-4)=0x=7,4x=-7,\,4
  3. 2x2+x10=02x^2+x-10=0
    • AC-method (2·–10=–20): choose 5 & –4 →
      (2x5)(x+2)=0(2x-5)(x+2)=0x=52,2x=\tfrac52,\,-2
  4. 3x220x+12=03x^2-20x+12=0
    • AC-method (3·12=36): –18 & –2 →
      (3x2)(x6)=0(3x-2)(x-6)=0x=23,6x=\tfrac23,\,6
When factorization fails
  • Example x2+6x+4=0x^2+6x+4=0 or x26x+6=0x^2-6x+6=0 – no integer factors → use quadratic formula
    x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}

Essential Trigonometric Identities (re-used repeatedly)

  • cos2θ+sin2θ=1\cos^2\theta+\sin^2\theta=1
  • 1+tan2θ=sec2θ1+\tan^2\theta=\sec^2\theta
  • 1+cot2θ=csc2θ1+\cot^2\theta=\csc^2\theta
  • Reciprocal & quotient conversions:
    cscθ=1sinθ,  cotθ=cosθsinθ,\csc\theta=\tfrac1{\sin\theta},\;\cot\theta=\tfrac{\cos\theta}{\sin\theta},\dots

Trigonometric Equations via Factorization

Example 1

Solve 2sin2θ3sinθ+1=02\sin^2\theta-3\sin\theta+1=0.

  • Substitute x=sinθx=\sin\theta2x23x+1=02x^2-3x+1=0
  • Factor: (2x1)(x1)=0(2x-1)(x-1)=0x=12  or  1x=\tfrac12\;\text{or}\;1
  • Replace x:
    sinθ=12    θ=π6,  5π6\sin\theta=\tfrac12 \;\Rightarrow\; \theta=\frac{\pi}{6},\;\frac{5\pi}{6}
    sinθ=1    θ=π2\sin\theta=1 \;\Rightarrow\; \theta=\frac{\pi}{2}
  • Solutions: \boxed{\bigl{\tfrac\pi6,\;\tfrac{5\pi}6,\;\tfrac\pi2\bigr}}
Example 2

Solve 3cosθ+3=2sin2θ3\cos\theta+3=2\sin^2\theta.

  1. Move terms → 0=2sin2θ+3cosθ+30=-2\sin^2\theta+3\cos\theta+3
  2. Convert sin2θ=1cos2θ\sin^2\theta=1-\cos^2\theta
    0=2(1cos2θ)+3cosθ+30=-2(1-\cos^2\theta)+3\cos\theta+3
          =2cos2θ+3cosθ+1\;\;\;=2\cos^2\theta+3\cos\theta+1
  3. Let x=cosθx=\cos\theta2x2+3x+1=0=(2x+1)(x+1)2x^2+3x+1=0=(2x+1)(x+1)
  4. Back-substitute
    cosθ=1    θ=π\cos\theta=-1 \;\Rightarrow\; \theta=\pi
    cosθ=12    θ=2π3,  4π3\cos\theta=-\tfrac12 \;\Rightarrow\; \theta=\tfrac{2\pi}3,\;\tfrac{4\pi}3
  • Solutions: π,  2π3,  4π3\boxed{{\pi,\;\tfrac{2\pi}3,\;\tfrac{4\pi}3}}
Example 3

Solve sin2θcos2θcosθ1=0\sin^2\theta-\cos^2\theta-\cos\theta-1=0.

  1. Replace sin2θ=1cos2θ\sin^2\theta=1-\cos^2\theta
    1cos2θcos2θcosθ1=01-\cos^2\theta-\cos^2\theta-\cos\theta-1=0
    2cos2θcosθ=0-2\cos^2\theta-\cos\theta=0
  2. Factor cosθ(2cosθ+1)=0-\cos\theta(2\cos\theta+1)=0
  3. Cases
    a) cosθ=0    θ=π2,3π2\cos\theta=0 \;\Rightarrow\; \theta=\tfrac\pi2,\tfrac{3\pi}2
    b) 2cosθ+1=0    cosθ=12    θ=2π3,4π32\cos\theta+1=0 \;\Rightarrow\; \cos\theta=-\tfrac12 \;\Rightarrow\; \theta=\tfrac{2\pi}3,\tfrac{4\pi}3
  • Solutions: \boxed{\bigl{\tfrac\pi2,\;\tfrac{3\pi}2,\;\tfrac{2\pi}3,\;\tfrac{4\pi}3\bigr}}

In-Class Practice Problems & Answers

Practice 1

Solve 22cos2θ=5sinθ32-2\cos^2\theta=5\sin\theta-3.

  • Rewrite & collect: 0=2cos2θ5sinθ+50=-2\cos^2\theta-5\sin\theta+5
  • Factor 2 out of first two terms, use 1cos2θ=sin2θ1-\cos^2\theta=\sin^2\theta:
    0=2sin2θ5sinθ+30=2\sin^2\theta-5\sin\theta+3
  • Substitute x=sinθx=\sin\theta2x25x+3=0=(2x3)(x1)2x^2-5x+3=0=(2x-3)(x-1)
  • Solutions
    • sinθ=1    θ=π2\sin\theta=1 \;\Rightarrow\; \theta=\tfrac\pi2
    • sinθ=32\sin\theta=\tfrac32 (impossible; |sin|≤1) → reject.
  • Final: θ=π2\boxed{\theta=\tfrac\pi2}
Practice 2

Solve csc2θ=cotθ+1\csc^2\theta=\cot\theta+1.

  • Move all terms left: csc2θcotθ1=0\csc^2\theta-\cot\theta-1=0
  • Identity csc2θ=1+cot2θ\csc^2\theta=1+\cot^2\thetacot2θcotθ=0\cot^2\theta-\cot\theta=0
  • Factor cotθ(cotθ1)=0\cot\theta(\cot\theta-1)=0
  • Cases
    1. cotθ=0    cosθ=0\cot\theta=0 \;\Rightarrow\; \cos\theta=0θ=π2,3π2\theta=\tfrac\pi2,\tfrac{3\pi}2
    2. cotθ=1    sinθ=cosθ\cot\theta=1 \;\Rightarrow\; \sin\theta=\cos\thetaθ=π4,5π4\theta=\tfrac\pi4,\tfrac{5\pi}4
  • Solutions: \boxed{\bigl{\tfrac\pi2,\;\tfrac{3\pi}2,\;\tfrac\pi4,\;\tfrac{5\pi}4\bigr}}

Strategy Checklist for Solving Trigonometric Equations

  1. Isolate & Zero-set – Move all terms to one side, set equation to 0.
  2. Unify the Function – Use identities to express all trig terms in a single function (usually \$\sin\theta\$ or \$\cos\theta\$ or \$\tan\theta\$).
  3. Substitute \$f(\theta)\to x\$ to obtain an algebraic quadratic.
  4. Factor or Quadratic Formula
    • If factorizable → break into linear factors.
    • Else apply x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
  5. Back-Substitute & Solve on Unit Circle
  6. Restrict to Interval 0\le\theta<2\pi (or as specified).
  7. Validate – Reject extraneous roots (e.g., |sin|>1, |cos|>1, undefined cot, etc.).

Administrative & Study Notes

  • Homework §3.3 due next Thursday (after break).
  • Short online practice quiz on D2L activated tonight.
  • Quiz #2 will cover §§3.1–3.3; recommended: revisit factorization, Pythagorean identities, unit-circle angles.
  • Instructor’s advice for break: rest, but review identities so they are “friends, not strangers.”
  • Closing thought: “My sweet friend Jesus wants to live inside your heart.”