Ambiguous Case for Sine rule but non-ambiguous for Cosine rule?

784 Views Asked by At

I have a parallelogram $ABCD$ with side length $AB=58.7 cm$ and $BC=65.8 cm$ and $\angle DAB=120$ degrees.

I need to find the possible value(s) of $\angle CAB$.

Attempt. This seems like a standard question, but I can't seem to figure out whether the angle is ambiguous or not, and why cosine rule would only give one solution but sine rule would give two solutions.

Using cointerior angles we can deduce $\angle ABC=60$ degrees.

$$AC=\sqrt{AB^2+BC^2-2AB\times BC\times \cos(60)}\approx62.55$$

Now to find $\angle CAB$ I have the option of using sine rule or cosine rule.

$$\frac{\sin(\angle CAB)}{65.8}=\frac{\sin(60)}{62.6}$$ $$\angle CAB=65^{\circ}39' \text{ or } 114^{\circ}22'$$

But if I find $\angle CAB$ with cosine rule I get $$\cos(\angle CAB)=\frac{58.7^2+AC^2-65.8^2}{2\times58.7\times AC}$$ $$\angle CAB=65^{\circ}38'$$

Are both solutions valid? Or is only the acute angle valid? How would you tell whether this is an ambiguous case or not?

Thank you!

2

There are 2 best solutions below

0
On BEST ANSWER

Ambiguous Case for Sine Rule is when you are given a presentation with two sides and an angle that is NOT between the two sides. For your parallelogram, as you deduced that $60^\circ$ was between two sides of known length -- then there is no ambiguous case here and we only take the acute angle.

A more calculation based way of showing that we should only accept the acute angle is if we compute, by Sine Rule, the size of $\angle DAC := x$

We would obtain $$ \frac{ \sin{x} }{58.7}=\frac{\sin{60}}{AC}\Rightarrow x=54^\circ22' \text{ or } 125^\circ38' $$

But since $x+\theta=120^\circ$ we can only take the acute angled solutions!

Hope this helps.

3
On

If $\theta$ is between $0^\circ$ and $90^\circ$ then

$$\sin(\theta) = \sin(180^\circ - \theta) > 0$$

and $$\cos(\theta) = -\cos(180^\circ - \theta) > 0$$

In words, sine can't tell the difference between and angle and its supplement and cosine can.

You found the value of $AC$ and then you used $\overline{AB}, \ \overline{BC}$, and $\angle B$ of $\triangle ABC$ to find $m\angle BAC$ and got two answers. That is not suprising since, by SSA, you know that you have an underdetermined triangle.

The next step should have been to use the law of cosines to find the measure of $\angle BAC$. By $SSS$, you know that you will find the correct value.

Added because of conversation in the comments.

Since you now know that $AB<AC<BC$, then $\angle ACB$ must be an acute angle. Use the law of sines to find its value, then use $m∠BAC=180^\circ - 60^\circ −m∠ACB$.