Angle in a triangle within a circle.

306 Views Asked by At

A and B are two points on the circumference of a circle with centre O. C is a point on OB such that AC $\perp OB$. AC = 12 cm. BC = 5 cm. Calculate the size of $\angle AOB$, marked $\theta$ on the diagram.

Angle in a triangle within a circle

The answer given in the textbook is $45.2 ^\circ$ (1dp)

Note: This is not a homework question. I'm just doing maths for my own interest.

3

There are 3 best solutions below

2
On

Radius $AO=BO=x$ CM(say)

So, $OC=OB-BC=x-5$ i.e., $x\ge5$ and $AC=12$

We have $AO^2=OC^2+AC^2$

$\angle AOB=\arctan\dfrac{12}{x-5}$

0
On

let radius = $r$, then in triangle ACO, using Pythagoras:

$$\begin{align} AO^2 &= AC^2+CO^2\\ \\ r^2 &= 12^2+(r-5)^2\\ \\ 144+25-10r &= 0\\ \\ r &= 16.9\\ \end{align}$$

In triangle ACO, $$\begin{align} \sin\theta &= \dfrac{12}{r}\\ \\ \sin\theta &= \dfrac{12}{16.9}\\ \\ \theta &= 45.2^{\circ} (1dp)\\ \end{align}$$

3
On

Draw line AB, and observe that ABC is a (5,12,13) right-angled triangle. Since AB is a chord, the bisector of angle AOB also bisects AB, call this point T. Now triangle OTB is similar to triangle ACB. Therefore angle AOB is:

2 * arctan(5/12)

Which a handy calculator says is 45.2 degrees.

(I'm surprised someone marked this down: I did get the answer, which one other answer didn't, and I think it's neater than the other answer, since you need almost no calculation.)