Problems

Filters
Clear Filters

1 problem found

1995 Paper 2 Q7
D: 1600.0 B: 1516.7

The diagram shows a circle, of radius \(r\) and centre \(I\), touching the three sides of a triangle \(ABC\). We write \(a\) for the length of \(BC\) and \(\alpha\) for the angle \(\angle BAC\) and so on. Let \(s=\frac{1}{2}\left(a+b+c\right)\) and let \(\triangle\) be the area of the triangle.

TikZ diagram
  1. By considering the area of the triangles \(AIB,\) \(BIC\) and \(CIA\), or otherwise, show that \(\Delta=rs\).
  2. By using the formula \(\Delta=\frac{1}{2}bc\sin\alpha\), show that \[ \Delta^{2}=\tfrac{1}{16}[4b^{2}c^{2}-\left(2bc\cos\alpha\right)^{2}]. \] Now use the formula \(a^{2}=b^{2}+c^{2}-2bc\cos\alpha\) to show that \[ \Delta^{2}=\tfrac{1}{16}[(a^{2}-\left(b-c\right)^{2})(\left(b+c\right)^{2}-a^{2})] \] and deduce that \[ \Delta=\sqrt{s\left(s-a\right)\left(s-b\right)\left(s-c\right)}. \]
  3. A hole in the shape of the triangle \(ABC\) is cut in the top of a level table. A sphere of radius \(R\) rests in the hole. Find the height of the centre of the sphere above the level of the table top, expressing your answer in terms of \(a,b,c,s\) and \(R\).


Solution:

  1. \([AIB] = \frac12br\), \([BIC] = \frac12ar\), \([CIA] = \frac12 rc\), therefore \(\Delta = [AIB] +[BIC] + [CIA] = \frac12r(a+b+c) = sr\)
  2. \(\,\) \begin{align*} && \Delta &= \frac12 bc \sin \alpha \\ \Rightarrow && \Delta^2 &= \frac14 b^2c^2 \sin^2 \alpha \\ &&&= \frac14 \left (b^2c^2 - b^2c^2\cos^2 \alpha \right) \\ &&&= \frac1{16} \left (4b^2c^2 - (2bc\cos \alpha )^2\right) \\ \\ \Rightarrow && \Delta^2 &= \frac1{16} \left (4b^2c^2 - (b^2+c^2-a^2 )^2\right) \\ &&&= \frac1{16} (2bc-b^2-c^2+a^2)(2bc+b^2+c^2-a^2) \\ &&&= \frac{1}{16}(a^2-(b-c)^2)((b+c)^2-a^2) \\ &&&= \frac1{16}(a-b+c)(a+b-c)(b+c-a)(b+c+a) \\ &&&= (s - b)(s-c)(s-a)s \\ \Rightarrow && \Delta &= \sqrt{s(s-a)(s-b)(s-c)} \end{align*}
  3. We have the setting like this,
    TikZ diagram
    so \begin{align*} && h & = \sqrt{R^2-r^2} \\ &&&= \sqrt{R^2-\frac{\Delta^2}{s^2}} \\ &&&= \sqrt{R^2 - \frac{(s-a)(s-b)(s-c)}{s}} \end{align*}