Let $A$ be a point $A$ not belonging to an ellipse $E$. We say that $A$ lies inside $E$ if every line passing trough $A$ intersects $E$. We say that $A$ lies otside $E$ if some line passing trough $A$ does not intersect $E$. Let $E$ be the ellipse with semi-axes $a$ and $b$. Show that
(a) a point $A=(x,y)$ is inside $E$ if $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}< 1$
(b) a point $A=(x,y)$ is outside $E$ if $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}> 1$.
I wrote down the equation of an arbitrary line $L$ passing through $A$. If $A$ is inside $E$ then clearly there is another point, say $B$, that belongs to $A\cap L$. I ended up with a bunch of big equations which didn't give any result.
Set the line $L$ be passing through the origin and a point $A(x_0,y_0),x_0\neq0$ inside the ellipse. So we have $$L: y=\frac{y_0}{x_0}x$$ This line should intersect the ellipse in another point(s), so we should consider two equations below simultaneously: $$y=\frac{y_0}{x_0}x,~~~ \frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$ Then we get $$\left(\frac{y_0^2}{b^2x_0^2}+\frac{1}{a^2}\right)x^2=1~~~~\text{or}~~~~~\frac{y_0^2}{b^2}+\frac{x_0^2}{a^2}=\frac{x_0^2}{x^2}$$ But $\frac{x_0^2}{x^2}<1$.