Prove that $\angle AED = 2 \cdot \angle BEC$

226 Views Asked by At

Let $ABCDE$ be a pentagon such that $AE = ED$, $BC = DC + AB$ and $\angle BAE + \angle CDE = 180°$. Prove that $\angle AED = 2 \cdot \angle BEC$.

Pentagon

So, by constructing it in Geogebra, I noticed that if I mark a point $F$ in $BC$ such that $CF = CD$ and $BF = AB$, then $EF = ED = AE$, and the triangles $\triangle CEF$ and $\triangle CDE$ are congruent. Same thing about $\triangle BEF$ and $\triangle BAE$. Then $\angle AEB = \angle BEF$ and $\angle CEF = \angle CED$ and then the problem is basically done. But how can I prove $EF = ED = AE$? I wasn't able to prove it, so I wasn't able to progress any further. I tried proving $\angle ECF = \angle ECD$, but still, I got stuck.

2

There are 2 best solutions below

0
On BEST ANSWER

It is a great idea to split $BC$ so that we may use the condition $BC=DC+AB$ easily. However, the condition $\angle BAE + \angle CDE = 180^\circ$ remains isolated. A better idea could be trying to taking advantage of that condition together with the adjacent condition $AE=ED$ to bring up two congruent triangles.


Extend line segment $BA$ to $AF$ such that $AF=DC$.

enter image description here

This come along with two more perks:

  • $\angle EAF=180^\circ-\angle BAE=\angle EDC$,
  • $BC=DC+AB=AF+AB=BF$.

Since $\angle EAF=\angle EDC$, $AF=DC$ and $AE=DE$, we have $$\triangle EAF\cong\triangle EDC,$$ which implies $EF=EC$ and $\angle AEF=\angle CED$.

Since $BC=BF$, $EF=EC$ and $BE=BE$, we know $$\triangle BEC\cong\triangle BEF,$$ which implies $\angle BEC=\angle BEF$.

Hence, $$\angle AED-\angle BEC = \angle CED + \angle BEA= \angle AEF+\angle BEA= \angle BEF = \angle BEC$$

0
On

You've made a good start. We can prove $EF = ED = AE\;$ by using the law of cosines on several triangles and that $\cos(180^{\circ}-z)=-\cos(z)$. First, for somewhat simpler algebra, I've assigned several angle and length values as shown in the diagram below:

Diagram from OP with several values assigned

In particular, there's

$$AE=ED=a, \; AB=BF=b, CF=CD=c, EF=d, \measuredangle CDE = x, \measuredangle CFE = y \tag{1}\label{eq1A}$$

Thus, $\measuredangle BAE = 180^{\circ} - x$ and $\measuredangle BFE = 180^{\circ} - y$. Using the law of cosines for the common side of $EB$ in $\triangle EAB$ and $\triangle EFB$, we get

$$\begin{equation}\begin{aligned} EB^2 & = a^2 + b^2 + 2ab\cos(x) \\ & = b^2 + d^2 + 2bd\cos(y) \end{aligned}\end{equation}\tag{2}\label{eq2A}$$

The first line subtract the second line gives

$$a^2-d^2 +2b(a\cos(x) - d\cos(y)) = 0 \tag{3}\label{eq3A}$$

Next, using the law of cosines for the common side of $EC$ in $\triangle EDC$ and $\triangle EFC$ gives

$$\begin{equation}\begin{aligned} EC^2 & = a^2 + c^2 - 2ac\cos(x) \\ & = c^2 + d^2 - 2cd\cos(y) \end{aligned}\end{equation}\tag{4}\label{eq4A}$$

As before, the first line subtract the second line gives

$$a^2 - d^2 - 2c(a\cos(x) - d\cos(y)) = 0 \tag{5}\label{eq5A}$$

Next, \eqref{eq3A} subtract \eqref{eq5A} gives, since $b \gt 0$ and $c \gt 0$, that

$$2(b+c)(a\cos(x)-d\cos(y)) = 0 \; \; \to \; \; a\cos(x)-d\cos(y) = 0 \tag{6}\label{eq6A}$$

Substituting this in either \eqref{eq3A} or \eqref{eq5A}, and using \eqref{eq1A}, gives

$$a^2 - d^2 = 0 \; \; \to \; \; a = d \; \; \to \; \; EF = ED = AE \tag{7}\label{eq7A}$$