
How can I choose the angle $\alpha$ so that the total area of the figure is maximized?
Let's call the line length for $a$ and the base of the triangle with its top angle $\alpha$ for $2b$. The height of this triangle we call $c$.
Then solve $b$ in $\alpha$: $\sin \left( \frac{\alpha}{2} \right) = \frac{b}{a} \Leftrightarrow b = a\sin\left(\frac{\alpha}{2}\right)$
And solve $c$ in $\alpha$ $\cos \left( \frac{\alpha}{2} \right) = \frac{c}{a} \Leftrightarrow c = a\cos\left(\frac{\alpha}{2}\right)$
The area is: $a\times b+ \frac{2bc}{2}\times 2 = 2ab+bc$
Insert $b$ and $c$ gives:
$2a \left(a\sin\left(\frac{\alpha}{2}\right)\right) + \left(a\sin\left(\frac{\alpha}{2}\right)\right)\left(a\cos\left(\frac{\alpha}{2}\right)\right) $
Since all $a$ is equal set $a = 1$: $2\left(\sin\left(\frac{\alpha}{2}\right)\right) + \left(\sin\left(\frac{\alpha}{2}\right)\right)\left(\cos\left(\frac{\alpha}{2}\right)\right) $
Now if I derivate this I get $2cos\left(\frac{\alpha}{2}\right)$ And that's clearly wrong, so I don't need to continue my calculations.... Where did I screw up?