In triangle $\triangle ABC$, ray $AD$ is a bisector of angle $A$, which intersects $BC$ at $D$. Also given are that $AC$ = 4 cm, $AB$ = 3 cm and $\angle A = 60^\circ$. Find the length of $AD$.
This is a simple geometry question. I had a trivial solution using the cosine law, but my teacher said that we could only use the concept of similarity, the Pythagorean theorem, or any concepts in high school geometry excluding trigonometry. I tried for an hour but could not come up with a solution. So please give a solution with the limitations stated above. Thank you.
Presumably, you're allowed to know the proportions of a $30^\circ$-$60^\circ$-$90^\circ$ triangle (which arise from application of the Pythagorean Theorem to the equilateral triangle), so I'll use them.
Let $x := |AD|$, and simply compute the area of $\triangle ABC$ in two ways:
$$\begin{align} \text{area of green triangle} &= \frac{1}{2} \cdot 3\cdot 2\sqrt{3} = 3\sqrt{3} \\[6pt] \text{area of blue triangle} &= \frac{1}{2} \cdot 3 \cdot \frac{x}{2} = \frac{3x}{4} \\[6pt] \text{area of red triangle} &= \frac{1}{2} \cdot 4 \cdot \frac{x}{2} = x \end{align} $$ Now, $$\text{green} = \text{blue} + \text{red} \quad\implies\quad 3\sqrt{3} = \frac{3x}{4}+x = \frac{7x}{4} \quad\implies\quad x = \frac{12\sqrt{3}}{7}$$
This approach certainly isn't as widely applicable as using the Law of Cosines or the Angle Bisector Theorem, but it has the advantage of being very direct.