The question is that : A tangent to the ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ meets the $x$ and $y$ axes respectively at $A$ and $B$. If $O$ is the origin, find the minimum area of triangle $AOB$.
What I have attempted:
Because the equation of an ellipse is $$\frac{xx_1}{a^2}+\frac{yy_1}{b^2}=1$$
We have that the $x$ intercept is $x=\frac{a^2}{x_1}$ and $y$ intercept is $y=\frac{b^2}{y_1}$
Hence the area of a triangle $(AOB)$ is given by $A=\frac{a^2b^2}{2x_1y_1}$ now I am stuck, how should I proceed?