Hart
- 168
- 0
Homework Statement
A rectangle is placed symmetrically inside an ellipse (i.e. with all four corners
touching the ellipse) which is defined by:
x^{2} + 4y^{2} = 1
Find the length of the longest perimeter possible for such a rectangle.
Homework Equations
Within the problem statement and solutions.
The Attempt at a Solution
Firstly rearranged the given equation:
x^{2} + 4y^{2} = 1 \implies x^{2} + 4y^{2} - 1 = 0
Then stated the equation for the perimeter of the rectangle:
P = 2x + 2y
Hence need to extremise:
f(x,y) = 2x + 2y
.. on the ellipse:
g(x,y) = x^{2} + 4y^{2} - 1 = 0
Therefore:
F(x,y,\lambda) = f + \lambda g = 2x + 2y + \lambda\left(x^{2} + 4y^{2} - 1\right)
Then calculate partial derivatives:
\frac{\partial F}{\partial x} = 2 + 2y + \lambda\left(x^{2} + 4y^{2} - 1\right) = 0
\frac{\partial F}{\partial y} = 2 + 2x + \lambda\left(x^{2} + 4y^{2} - 1\right) = 0
\frac{\partial F}{\partial \lambda} = 2x + 2y + \left(x^{2} + 4y^{2} - 1\right) = 0
Now I need to look for 'consistent solutions' (i.e. values for x, y, \lambda) within those equations, but I'm a bit stuck with that now
