Optimization: maximum area of a triangle in a parabola
Inside a curve ($x^2-25$ - Parabola) a triangle is drawn with A as the vertex at the origin and the line joining points B and C lie on the parabola such that BC is parallel to x-axis and is under it. How do I get the equation for finding the maximum area of triangle ABC?
Is it something like $x(x^2-25)$?

Take $y_0$ the coordinate of $B$ and $C$ therefore the area is equal to $y_0$ (height) multiplied by the base ($x_0-(-x_0)=2x_0$) therefore the area is equal to:
$$A(x_0)=\frac{(x_0^2-25)\cdot (2x_0)}{2}$$
Of course you are changing from $x^2+25$ to $x^2-25$ from the formula to the image