.
Consider the quarter-ellipse x^2/9 + y^2/4 = 1 at the 1st quadrant. Two points (0,1/2) and (2,0) are fixed
on the y- and x-axes, respectively.
A third point (x,y) is allowed to move along the quarter-ellipse, forming a triangle with the two other given points.
Determine the coordinates of the point (x,y) on the curve which will give the triangle with
(i) The maximum area;
(ii) The maximum perimeter.
~~~~~~~~~~~~~~~
There is nice geometric idea and simple way to solve the problem ( part (i) ).
Inside the ellipse, we are given the segment AB with endpoints A = (0,1/2) and B = (2,0).
This segment is one of the side of the sough triangle with the maximum area.
Geometrically, it is clear that the area of such triangle is maximum when its altitude, drawn to side AB, has maximum possible length.
In turn, it makes it clear that the opposite vertex of such triangle is located on the straight line, parallel to segment AB and tangent to the ellipse.
It reduces the problem to finding the tangent line to the ellipse, parallel to the segment AB.
+------------------------------------------------------------------+
| Thus the way is open, and we only need implement this idea. |
+------------------------------------------------------------------+
The slope of segment AB is m = = .
From the ellipse equation + = , we have the formula for "y" y = .
Therefore, the derivative y' is
y' = = .
We want the derivative to be equal to the slope of AB, which is . It gives this equation
= .
Cross-multiply
8x = ;
square both sides
64x^2 =
and simplify
64x^2 = 81 - 9x^2
64x^2 + 9x^2 = 81
73x^2 = 81 ---> x^2 = 81/73 ---> x = .
Now the corresponding coordinate "y" is
y = = = = .
Thus the third vertex of the triangle is C = (x,y) = (,). ANSWER
-------------
Regarding the note by @robertb requiring proof or citation my statement,
it is actually SELF-EVIDENT statement (after it came to the mind), and THEREFORE does not need proof or citation.
To include proof would be BAD STYLE for this brilliant idea.
Also, I can not refer to any source, because I didn't see this idea NOWHERE and NEVER before.
And finally, I wrote my solution for the reader, who is adequate to the problem.