I am stuck solving this geometry problem.
Given ellipse $x^2 + 4 y^2 = 32$ is bounding a rectangle whose height is the double of its width. At the apexes of rectangle are tangent lines to the ellipse. What is the ratio of rectangle area and obtained quadrangle?
What I could do is the following:
I transformed the equation to this form:
$$\frac{x^{2}}{32}+\frac{y^{2}}{8} = 1$$
and I got $a^{2}=32$ and $b^{2}=8$. The ratio of the rectangle if x and y are sides of rectangle is: $x:y = 2:1$ so $P=2y^2$. The equation of tangent line at $M(z,c)$ is
$$\frac{z\cdot x}{a^2} + \frac{c\cdot y}{b^2} = 1$$
I really have no clue what to do here to get this ratio. Any hints would be helpful! Thanks.