3

enter image description here

Given that $ABC$ is a triangle, $|AD| = 9$, $|AB| = |AC| = 6$. Find the value of $|DB| \cdot |DC|$

Since $|AB| = |AC| = 6$, I thought that $|BC| = 6$. However, that truly seems to be wrong. Any helps will be appreciated.

Melz
  • 792

3 Answers3

4

This may be the simplest solution...

enter image description here

mengdie1982
  • 13,840
  • 1
  • 14
  • 39
3

Let $M$ be the mid-point of $BC$, let $u = |DM|$, $v = |BM| = |CM|$ and $h = |AM|$.
Since $|AB| = |AC|$, $\triangle DAM$ and $\triangle BAM$ are right angled triangles. This leads to

$$u^2 + h^2 = |DA|^2 = 9^2\quad\text{ and }\quad v^2 + h^2 = |BA|^2 = 6^2$$ As a result,

$$|DB||DC| = (u-v)(u+v) = u^2 - v^2 = (u^2+h^2) - (v^2+h^2) = 9^2 - 6^2 = 45$$

achille hui
  • 122,701
1

Let $\angle ABC=\alpha$. Then in $\Delta ABC$ and $\Delta ADB$, by the Law of Cosine, one has $$ |AC|^2=|AB|^2+|BC|^2-2|AB||BC|\cos\alpha \tag{1}$$ and $$ |AD|^2=|AB|^2+|DB|^2-2|AB||DB|\cos(180^\circ-\alpha). \tag{2}$$ From (1), one obtains $$ \cos\alpha=\frac{|BC|}{12}\tag{3}$$ and from (2), one obtains $$ \cos\alpha=\frac{45-|DB|^2}{12|DB|}.\tag{4}$$ Hence from (3) and (4), one has $$ \frac{45-|DB|^2}{12|DB|}=\frac{|BC|}{12}\tag{3} $$ or $$ |DB||BC|+|DB|^2=45 $$ which implies $$ |DC||DB|=45. $$

xpaul
  • 44,000