The triangleΒΆ

Problem

In a cartesian coordinate system, a triangle \(ABC\) located in the plane \(E: x_1+x_2+x_3=4\) is defined by the points \(A(4|0|0)\), \(B(0|4|0)\), and \(C(0|0|4)\).

  1. Determine the area of the triangle \(ABC\).

The triangle \(ABC\) is exemplary for a mirror. Within the model, the point \(P(2|2|3)\) indicates the position of a light source emitting a beam of light, and the direction of this light beam is described by the vector

\[\begin{split}\vec{v}=\begin{pmatrix} -1\\ -1\\ -4\end{pmatrix}\,.\end{split}\]
  1. Specify the equation of a straight line \(g\) along which the light beam propagates in the model. Determine the coordinates of the point \(R\) in which \(g\) intersects the plane \(E\) and establish that the light beam impinges on the triangular mirror.

    (check: \(R(1{,}5|1{,}5|1)\) )

The incoming light beam (einfallender Strahl) is reflected in the point of the mirror represented within the model by point \(R\). For an observer, the reflected light beam (reflektierter Strahl) seems to originate from a position described within the model by point \(Q(0|0|1)\) (cf. figure).

../../../_images/dreieck1.png
  1. Demonstrate that the points \(P\) and \(Q\) are symmetric with respect to the plane \(E\).

The normal on plane \(E\) in point \(R\) is referred to as axis of indicence (Einfallslot).

  1. The two straight lines along which the incoming and the reflected light beams propagate within the model are located in the plane \(F\). Determine an equation for \(F\) in Hessian normal form. Demonstrate that the axis of incidence is also situated in the plane \(F\).

    (possible partial result: \(F : x_1-x_2=0\) )

  2. Demonstrate that the magnitudes of the angles \(\beta\) between the reflected light beam and the axis of incidence and \(\alpha\) between the incoming light beam and the axis of incidence agree.

Solution of part a

In order to determine the area of the triangle, we first need to determine the connecting vectors \(\vec{AB}\) and \(\vec{AC}\):

\[\begin{split}\vec{AB} = \vec{B} - \vec{A} = \begin{pmatrix} -4\\ 4\\ 0\end{pmatrix},\\ \vec{AC} = \vec{C} - \vec{A} = \begin{pmatrix} -4\\ 0\\ 4\end{pmatrix}.\end{split}\]

Now, we can determine the area of the triangle by means of the cross product:

\[\begin{split}A = \frac{1}{2}\left|\vec{AB}\times\vec{AC}\right| = \frac{1}{2}\left|\begin{pmatrix} 16\\ 16\\ 16\end{pmatrix}\right| = 8\sqrt{3}.\end{split}\]

We check the result by means of Sage:

Furthermore, we graphically represent the triangle by means of Sage:

Solution of part b

The straight line must go through point \(P\) and run along the vector \(\vec{v}\). The representation of the straight line is then obtained as

\[\begin{split}\vec{g} = \vec{P}+\lambda\vec{v} = \begin{pmatrix} 2\\ 2\\ 3\end{pmatrix} + \lambda\begin{pmatrix} -1\\ -1\\ -4\end{pmatrix}.\end{split}\]

In order to obtain the point of intersection \(R\), we insert the coordinates of the straight line into the equation of the plane:

\[\begin{split}2 -\lambda + 2 -\lambda + 3 -4\lambda = 7-6\lambda \overset{!}{=} 4\\ \rightarrow \lambda = \frac{1}{2}.\end{split}\]

The point of intersection is then obtained as

\[\begin{split}\vec{R} = \vec{P} + \frac{1}{2}\vec{v} = \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 1\end{pmatrix}.\end{split}\]

We check this point of intersection by means of Sage

and insert the straight line into the graphics of part a). As we can see, the straight line hits the triangular mirror. This can also be deduced from the fact that all coordinates of the point of intersection are positive.

Solution of part c

We first consider the connecting vector \(\vec{PQ}\):

\[\begin{split}\vec{PQ} = \vec{Q} - \vec{P} = \begin{pmatrix} -2\\ -2\\ -2\end{pmatrix}\,.\end{split}\]

From the equation of the plane \(E\), it is straightforward to deduce that a non-normalized normal vector of \(E\) is given by

\[\begin{split}\vec{n} = \begin{pmatrix} 1\\ 1\\ 1\end{pmatrix}\,.\end{split}\]

This vector obviously is parallel to the connecting vector \(\vec{PQ}\). The points \(P\) and \(Q\) thus lie on the same normal of \(E\). For the two points to be symmetric with respect to \(E\), they need to have the same distance to the plane. We verify this by inserting the midpoint of the connecting line into the equation of the plane:

\[\begin{split}\vec{M} = \vec{P} + \frac{1}{2}\vec{PQ} = \begin{pmatrix} 1\\ 1\\ 2\end{pmatrix}\\ E:\quad 1 + 1 + 2 = 4\end{split}\]

The points are thus symmetric with respect to the plane.

We add the connection between the points \(P\) and \(Q\) as well as the reflected light beam to our sketch:

Solution of part d

We consider the two straight lines

\[\begin{split}\vec{g}_1 = \vec{R} + \lambda\vec{v} = \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 1\end{pmatrix} + \lambda \begin{pmatrix} -1\\ -1\\ -4\end{pmatrix}\end{split}\]

and

\[\begin{split}\vec{g}_2 = \vec{R} + \mu(\vec{R}-\vec{Q}) = \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 1\end{pmatrix} + \mu\begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 0\end{pmatrix}\,.\end{split}\]

Together with the common point of intersection \(R\), the equation of the plane is easily obtained as

\[\begin{split}F:\quad \vec{X} = \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 1\end{pmatrix} + \lambda \begin{pmatrix} -1\\ -1\\ -4\end{pmatrix} + \mu \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 0\end{pmatrix}\,.\end{split}\]

This equation of the plane can be expressed in terms of the coordinates \(x_1\) and \(x_2\):

\[E:\quad x_1 - x_2 = 0\,.\]

The axis of incidence normal to the plane \(E\) and going through point \(R\) can be represented as

\[\begin{split}\vec{e} = \begin{pmatrix} \frac{3}{2}\\ \frac{3}{2}\\ 1\end{pmatrix} + \lambda \begin{pmatrix} 1\\ 1\\ 1\end{pmatrix}.\end{split}\]

Obviously, the coordinates \(x_1\) and \(x_2\) of \(e\) satisfy the equation of the plane \(F\) so that \(e\) lies in \(F\).

We add the plane \(F\) and the axis of incidence \(e\) to our drawing:

Solution of part e

The angles \(\alpha\) and \(\beta\) are easily calculated by means of a scalar product:

\[\begin{split}\cos(\alpha) = \frac{-\vec{v}\cdot\vec{n}}{\left|\vec{v}\right|\left|\vec{n}\right|}= -\frac{1}{\sqrt{18}}\begin{pmatrix}-1\\-1\\-4\end{pmatrix}\cdot \frac{1}{\sqrt{3}}\begin{pmatrix}1\\1\\1\end{pmatrix}= \sqrt{\frac{2}{3}}\end{split}\]

and analogously:

\[\begin{split}\cos(\beta) = \frac{\vec{QR}\cdot\vec{n}}{\left|\vec{QR}\right|\left|\vec{n}\right|}= \frac{2}{\sqrt{18}}\begin{pmatrix}\frac{3}{2}\\\frac{3}{2}\\0\end{pmatrix}\cdot \frac{1}{\sqrt{3}}\begin{pmatrix}1\\1\\1\end{pmatrix}= \sqrt{\frac{2}{3}}\end{split}\]

The angles \(\alpha\) and \(\beta\) thus have the same magnitude which is also confirmed by our sketch and by explicit evaluation with the help of Sage.