https://i.stack.imgur.com/YZ679.png
Consider the semicircle with radius 1, the diameter is AB. Let C be a point on the semicircle and D the projection of C onto AB. Maximize the area of the triangle BDC.
My attempt so far, I'm new at these problems and have only done a few so far. Thanks for any hints. I feel I'm not setting up the correct equation.
$x^{2}$+$y^2$=$r^2$
$y=\sqrt{r^2 - x^2}=\sqrt{1-x^2}\;(\text{since}\:r=1).$
The area is A=$\dfrac{1}{2}$($x+1$)($y$)
A'=$\frac{2x^2-x-1}{2\sqrt{1-x^2}}$
A'=$0$ When $x$ = - $\dfrac{1}{2}$
$y$=$\dfrac{\sqrt{3}}{2}$
Plugging everything back into the original area equation I get $\dfrac{ \sqrt{3}}{8}$
