I'm solving the following question:
The two legs of a right triangle lie along the positive x and y axes. The hypotenuse is tangent to the ellipse $2x^2 + y^2 = 1$. What is the smallest possible area for such a triangle ?
This is my attempt at solving the problem:
Let $a$ be the length of the x axis and $b$ be the length in it's y axis if the triangle. So it's area is $1/2 a.b$
Let's find the tangent of the ellipse:
$2x^2 + y^2 = 1$
$4x + 2y \dfrac{dy}{dx} = 0$
$\dfrac{dy}{dx} = \dfrac{-2x}{y}$
Since the two points on the triangle are $(0,b)$ and $(a,0)$, we can find the slope of the line:
$m = \dfrac{b-0}{0-a} = \dfrac{-a}{b}$
So the equation of hypotonuse is $y = \dfrac{-a}{b}x + c$
Since $(0,b)$ is one of the point in the line, we can substitute it in the above line to find that $b = c$. Solving it with the other co-ordinate, we can find the following fact $b = a$.
So now area is $1/2 a.b = 1/2 a^2$
Now I used the first derivative test to find that the function attains it's local minima at $0$. So the smallest possible area for such a triangle is zero.
I have missed lots of steps in my above solution for brevity, but I can expand if needed. My question: is zero the right answer ? Unfortunately, the book I'm using doesn't provide the answer to this question.
