Basic trigonometric equations

LVL: FREE

MODULE: Trigonometric Functions and Identities

✖️ 1. General solution templates for sine, cosine, and tangent

🔄 General Solution Templates

  • For sinx=a\sin x = a, solutions are x=arcsin(a)+2πkx = \arcsin(a) + 2\pi k and x=πarcsin(a)+2πkx = \pi - \arcsin(a) + 2\pi k where kk is any integer.
  • For cosx=a\cos x = a, solutions are x=arccos(a)+2πkx = \arccos(a) + 2\pi k and x=arccos(a)+2πkx = -\arccos(a) + 2\pi k.
  • For tanx=a\tan x = a, solutions are x=arctan(a)+πkx = \arctan(a) + \pi k (tangent repeats every π\pi, not 2π2\pi).
  • The period determines the interval added: sine and cosine use 2πk2\pi k, tangent uses πk\pi k.
  • Always include the integer kk to capture all infinitely many solutions.

Example: sinx=0.5\sin x = 0.5 gives x=π6+2πkx = \frac{\pi}{6} + 2\pi k and x=5π6+2πkx = \frac{5\pi}{6} + 2\pi k.

💡 Sine and cosine repeat every full circle (2π2\pi), tangent repeats every half circle (π\pi).

1. General solution templates for sine, cosine, and tangent

General Solution Templates for Sine, Cosine, and Tangent

A general solution to a basic trigonometric equation captures all angles that satisfy the equation by accounting for the periodic nature of trigonometric functions.

Intuition: Since sinx\sin x, cosx\cos x, and tanx\tan x repeat their values at regular intervals, any solution recurs infinitely many times, shifted by the function's period.

Core Rules:

  • For sinx=a\sin x = a where a1|a| \leq 1: if x=αx = \alpha is one solution, then x=α+2πkx = \alpha + 2\pi k and x=(πα)+2πkx = (\pi - \alpha) + 2\pi k for integer kk.
  • For cosx=a\cos x = a where a1|a| \leq 1: if x=αx = \alpha is one solution, then x=±α+2πkx = \pm \alpha + 2\pi k.
  • For tanx=a\tan x = a: if x=αx = \alpha is one solution, then x=α+πkx = \alpha + \pi k (tangent has period π\pi).

Consequence: These templates generate infinitely many solutions unless the domain is restricted.

Example: Solve sinx=12\sin x = \frac{1}{2}. One solution is x=π6x = \frac{\pi}{6}, so the general solutions are x=π6+2πkx = \frac{\pi}{6} + 2\pi k and x=5π6+2πkx = \frac{5\pi}{6} + 2\pi k, kZk \in \mathbb{Z}.

Progress0 / 3
Level 2
ADV: GENERALIZE

Solve the equation tanx=1\tan x = 1. Which of the following represents the general solution for any integer kk?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 2. Solving equations within a restricted domain

📏 Restricted Domain Solutions

  • Start by finding the general solution with kk as an integer.
  • Substitute integer values of kk (like k=0,1,1,2,2k = 0, 1, -1, 2, -2) until solutions fall outside the given interval.
  • Common domains are [0,2π)[0, 2\pi) or [0,360)[0^\circ, 360^\circ) for one full cycle.
  • Discard any solution that lies outside the specified range.
  • Check both solution families from the general template.

Example: For cosx=12\cos x = -\frac{1}{2} on [0,2π)[0, 2\pi), general solutions are x=2π3+2πkx = \frac{2\pi}{3} + 2\pi k and x=4π3+2πkx = \frac{4\pi}{3} + 2\pi k. With k=0k=0, we get x=2π3x = \frac{2\pi}{3} and x=4π3x = \frac{4\pi}{3}.

💡 Plug in k=0,1,1k = 0, 1, -1 and keep only what fits the interval.

2. Solving equations within a restricted domain

Solving Equations Within a Restricted Domain

Restricted domain solutions are the subset of general solutions that lie within a specified interval, commonly [0,2π)[0, 2\pi) or [0,360)[0^\circ, 360^\circ).

Intuition: Instead of listing infinitely many solutions, we identify only those angles within the given range by evaluating the general solution for appropriate integer values of kk.

Core Rules:

  • First, find the general solution using periodicity templates.
  • Substitute integer values of kk (typically k=0,±1,±2,k = 0, \pm 1, \pm 2, \ldots) until all solutions within the domain are found.
  • Verify that each candidate satisfies the domain boundaries (e.g., 0x<2π0 \leq x < 2\pi).
  • Discard any solution outside the interval.

Consequence: This approach yields a finite list of solutions, essential for practical applications with bounded contexts.

Example: Solve cosx=22\cos x = -\frac{\sqrt{2}}{2} on [0,2π)[0, 2\pi). General solutions are x=3π4+2πkx = \frac{3\pi}{4} + 2\pi k and x=5π4+2πkx = \frac{5\pi}{4} + 2\pi k. For k=0k=0, we get x=3π4,5π4x = \frac{3\pi}{4}, \frac{5\pi}{4} (both in [0,2π)[0, 2\pi)).

Progress0 / 3
Level 3
ADV: STRATEGY

Solve the equation sinx=1/2\sin x = 1/2 on the restricted domain [0,2π)[0, 2\pi).

Which of the following represents the complete set of solutions?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 3. Factoring trigonometric expressions and solving via the zero-product property

✂️ Factoring and Zero-Product Property

  • If a trig equation can be factored, set each factor equal to zero separately.
  • Use identities like sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 or 1+tan2x=sec2x1 + \tan^2 x = \sec^2 x to simplify before factoring.
  • The zero-product property states: if AB=0A \cdot B = 0, then A=0A = 0 or B=0B = 0.
  • Solve each resulting simple equation independently.
  • Combine all solutions from each factor.

Example: 2sinxcosx=02\sin x \cos x = 0 factors to sinx=0\sin x = 0 or cosx=0\cos x = 0, giving x=0,π,π2,3π2x = 0, \pi, \frac{\pi}{2}, \frac{3\pi}{2} on [0,2π)[0, 2\pi).

💡 Factor first, then solve each piece like separate mini-equations.

3. Factoring trigonometric expressions and solving via the zero-product property

Factoring Trigonometric Expressions and Solving via the Zero-Product Property

Factoring rewrites a trigonometric equation as a product of simpler expressions set equal to zero, enabling the use of the zero-product property: if AB=0AB = 0, then A=0A = 0 or B=0B = 0.

Intuition: Just as with algebraic polynomials, factoring breaks a complex equation into simpler sub-equations, each solved independently.

Core Rules:

  • Rearrange the equation so one side equals zero.
  • Factor out common trigonometric terms (e.g., sinx\sin x, cosx\cos x) or recognize patterns like difference of squares.
  • Set each factor equal to zero and solve separately.
  • Combine all solutions from each factor, checking for domain restrictions.

Consequence: This method efficiently handles equations involving products or sums of trigonometric functions.

Example: Solve 2sinxcosxcosx=02\sin x \cos x - \cos x = 0. Factor: cosx(2sinx1)=0\cos x(2\sin x - 1) = 0. Thus cosx=0\cos x = 0 gives x=π2,3π2x = \frac{\pi}{2}, \frac{3\pi}{2}, and 2sinx1=02\sin x - 1 = 0 gives sinx=12\sin x = \frac{1}{2}, so x=π6,5π6x = \frac{\pi}{6}, \frac{5\pi}{6} on [0,2π)[0, 2\pi).

Progress0 / 3
Level 2
ADV: STRATEGY

Solve the equation: sin2(x)sin(x)=0\sin^2(x) - \sin(x) = 0.

What are all the solutions in the interval [0,2π)[0, 2\pi)?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 4. Quadratic substitution methods and checking for extraneous solutions

🔁 Quadratic Substitution (u-substitution)

  • For equations like 2sin2xsinx1=02\sin^2 x - \sin x - 1 = 0, let u=sinxu = \sin x to get a standard quadratic 2u2u1=02u^2 - u - 1 = 0.
  • Solve the quadratic for uu using factoring, the quadratic formula, or completing the square.
  • Substitute back to get sinx=u\sin x = u and solve for xx.
  • Check validity: sinx\sin x and cosx\cos x must lie in [1,1][-1, 1]; discard any uu outside this range.
  • Always verify solutions in the original equation to catch extraneous roots.

Example: cos2x3cosx+2=0\cos^2 x - 3\cos x + 2 = 0 becomes u23u+2=0u^2 - 3u + 2 = 0, so u=1u = 1 or u=2u = 2. Since cosx=2\cos x = 2 is impossible, only cosx=1\cos x = 1 gives x=0+2πkx = 0 + 2\pi k.

💡 After solving for uu, reject any value outside [1,1][-1, 1] for sine or cosine.

4. Quadratic substitution methods and checking for extraneous solutions

Quadratic Substitution Methods and Checking for Extraneous Solutions

Quadratic substitution transforms a trigonometric equation into a standard quadratic form by letting uu equal a trigonometric function (e.g., u=sinxu = \sin x), solving for uu, then back-substituting.

Intuition: Equations like 2sin2x3sinx+1=02\sin^2 x - 3\sin x + 1 = 0 resemble quadratic polynomials; substitution simplifies solving.

Core Rules:

  • Substitute u=sinxu = \sin x, u=cosxu = \cos x, or u=tanxu = \tan x to obtain a quadratic in uu.
  • Solve the quadratic (factoring, quadratic formula, etc.).
  • Check validity: For sinx\sin x and cosx\cos x, ensure u1|u| \leq 1; discard any uu outside this range (extraneous solutions).
  • Back-substitute valid uu values to find xx.

Consequence: Substitution streamlines complex equations but requires vigilance to reject impossible trigonometric values.

Example: Solve 2sin2xsinx1=02\sin^2 x - \sin x - 1 = 0. Let u=sinxu = \sin x: 2u2u1=02u^2 - u - 1 = 0 factors as (2u+1)(u1)=0(2u + 1)(u - 1) = 0, giving u=12u = -\frac{1}{2} or u=1u = 1. Both are valid since u1|u| \leq 1.

Progress0 / 3
Level 2
ADV: STRATEGY

Given the equation 3cos2x+5cosx2=03\cos^2 x + 5\cos x - 2 = 0, what is the correct quadratic equation after substituting u=cosxu = \cos x?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 5. Applications: Finding specific times when an AC voltage reaches a peak or threshold

⚡ AC Voltage Timing Problems

  • AC voltage is modeled as V(t)=V0sin(ωt+ϕ)V(t) = V_0 \sin(\omega t + \phi) where V0V_0 is peak voltage, ω\omega is angular frequency, and ϕ\phi is phase shift.
  • To find when voltage reaches a threshold V1V_1, solve V0sin(ωt+ϕ)=V1V_0 \sin(\omega t + \phi) = V_1.
  • Isolate the sine: sin(ωt+ϕ)=V1V0\sin(\omega t + \phi) = \frac{V_1}{V_0}, then use general solution templates.
  • Divide by ω\omega and subtract ϕ\phi to solve for time tt.
  • Restrict tt to physically meaningful intervals (e.g., t0t \geq 0 or one cycle).

Example: If V(t)=120sin(100πt)V(t) = 120\sin(100\pi t) and we want V=60V = 60 volts, then sin(100πt)=0.5\sin(100\pi t) = 0.5, so 100πt=π6+2πk100\pi t = \frac{\pi}{6} + 2\pi k or 100πt=5π6+2πk100\pi t = \frac{5\pi}{6} + 2\pi k, giving t=1600+k50t = \frac{1}{600} + \frac{k}{50} or t=1120+k50t = \frac{1}{120} + \frac{k}{50} seconds.

💡 Solve for the angle first, then divide by ω\omega to get time.

5. Applications: Finding specific times when an AC voltage reaches a peak or threshold

Applications: Finding Specific Times When an AC Voltage Reaches a Peak or Threshold

In electrical engineering, AC voltage is modeled as V(t)=V0sin(ωt+ϕ)V(t) = V_0 \sin(\omega t + \phi) or V0cos(ωt+ϕ)V_0 \cos(\omega t + \phi), where V0V_0 is peak voltage, ω\omega is angular frequency, and ϕ\phi is phase shift. Solving trigonometric equations determines when voltage reaches specific values.

Intuition: Finding when V(t)=VthresholdV(t) = V_{\text{threshold}} translates to solving a basic trigonometric equation for tt within a physical time interval.

Core Rules:

  • Set V0sin(ωt+ϕ)=VthresholdV_0 \sin(\omega t + \phi) = V_{\text{threshold}} and isolate the trigonometric function.
  • Solve for the argument ωt+ϕ\omega t + \phi using general solution templates.
  • Solve for tt and restrict to the relevant time domain (e.g., t0t \geq 0, one cycle [0,2πω)[0, \frac{2\pi}{\omega})).
  • Interpret solutions in context (e.g., first occurrence, all occurrences in one period).

Consequence: This method identifies critical moments for circuit design, safety thresholds, and signal analysis.

Example: For V(t)=120sin(120πt)V(t) = 120\sin(120\pi t) volts, find when V=60V = 60 in the first cycle. Solve 120sin(120πt)=60120\sin(120\pi t) = 60, so sin(120πt)=12\sin(120\pi t) = \frac{1}{2}, giving t=1720t = \frac{1}{720} s and t=5720t = \frac{5}{720} s.

Progress0 / 3
Level 3
MOD: TRANSLATE

The AC voltage of a machine is modeled by the equation V(t)=100sin(100πt)V(t) = 100 \sin(100\pi t). Find the first time t>0t > 0 (in seconds) when the voltage reaches 5050 volts.

Deep reasoning
Ultra

Finished reading?

Mark this as read to track your progress.