Solving Simultaneous Equations0%

Trigonometry · Topic 13 of 19

Solving Simultaneous Equations

Video lesson · from 52:431 worked example

One lesson video covers all of Trigonometry, so it opens at 52:43 for this topic — not from the beginning.

Theory

You are already familiar with some wave functions, namely f(x)=sinxf(x)=\sin x and f(x)=cosxf(x)=\cos x.

901802703601-1901802703601-1

We can add these functions together, if they have the same period, to obtain f(x)=sinx+cosxf(x)=\sin x+\cos x.

90180270360√2-√2

This is also a wave function. You can see the amplitude has changed here and there is a phase shift.

We could also express this graph in the following forms:

  • f(x)=ksin(xα)f(x)=k \sin(x-\alpha)
  • f(x)=ksin(x+α)f(x)=k \sin(x+\alpha)
  • f(x)=kcos(xα)f(x)=k \cos(x-\alpha)
  • f(x)=kcos(x+α)f(x)=k \cos(x+\alpha)

We are required to solve simultaneous equations of the form:

ksinα=akcosα=b\begin{aligned} k \sin\alpha &= a \\ k \cos\alpha &= b \end{aligned}

Solving for kk:

(ksinα)2=a2k2sin2α=a2\begin{aligned} (k \sin\alpha)^2 &= a^2 \\ k^2 \sin^2\alpha &= a^2 \end{aligned}
k2sin2α+k2cos2α=a2+b2k^2 \sin^2\alpha + k^2 \cos^2\alpha = a^2 + b^2
k2(sin2α+cos2α)=a2+b2k^2 (\sin^2\alpha + \cos^2\alpha) = a^2 + b^2
k2×1=a2+b2k^2 \times 1 = a^2 + b^2
k2=a2+b2k^2 = a^2 + b^2
k=a2+b2k = \sqrt{a^2 + b^2}

⚠️ Common Examiner Traps

  • Divide to eliminate kk: dividing one equation by the other cancels kk and leaves a tangent, which is what gives you the angle.
  • Square and add for kk: using sin2+cos2=1\sin^2 + \cos^2 = 1 gives k2k^2 directly. Always take the positive root.
  • The signs fix the quadrant: the angle is decided by the signs of the two right-hand sides, not by the calculator value of the inverse tangent.
  • Keep the working consistent: set the two equations out clearly and label them, so each later line plainly follows from them.

Worked examples

Example 1

Solve the following for k>0k > 0 and 0<α<3600 < \alpha < 360^\circ:
ksinα=3k \sin\alpha = \sqrt{3}
kcosα=1k \cos\alpha = 1

1. Find kk:

k=(3)2+12=3+1=4=2\begin{aligned} k &= \sqrt{(\sqrt{3})^2 + 1^2} \\ &= \sqrt{3 + 1} \\ &= \sqrt{4} \\ &= 2 \end{aligned}

2. Find α\alpha by dividing ksinαk \sin\alpha by kcosαk \cos\alpha:

ksinαkcosα=31tanα=3\begin{aligned} \frac{k\sin\alpha}{k\cos\alpha} &= \frac{\sqrt{3}}{1} \\ \tan\alpha &= \sqrt{3} \end{aligned}

Base angle α=tan1(3)=60\alpha = \tan^{-1}(\sqrt{3}) = 60^\circ.

Check quadrants: sinα\sin\alpha is positive (+), cosα\cos\alpha is positive (+). They are both positive in Quadrant 1, so α=60\alpha = 60^\circ.

Solution: k=2,α=60k = 2, \alpha = 60^\circ