Show that the equation of a tangent in a point $P\left(x_0, y_0\right)$ on the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$, could be written as: $$\frac{xx_0}{a^2} + \frac{yy_0}{b^2} = 1$$
I've tried implicit differentiation $\to \frac{2x\frac{d}{dx}}{a^2}+\frac{2y\frac{d}{dy}}{b^2} = 0$, but not sure where to go from here. Substituting $P$ doesn't seem to help me much, and solving for $y$ from original equation seems to cause me more trouble than help. Please don't give me the solution, rather just give a slight hint or two:)
Thanks in advance!
Edit: Solving for $\frac{dy}{dx}$ and putting it into point slope gives me:
$\frac{d}{dx} \left[\frac{x^2}{a^2} + \frac{y^2}{b^2}\right] = \frac{d}{dx}\left[1\right] \to \frac{2x}{a^2} + \frac{y}{b^2}\frac{dy}{dx}= 0\to \frac{dy}{dx}=-\frac{xb^2}{ya^2} \to \frac{dy}{dx}(P)=-\frac{x_0b^2}{y_0a^2}$
Then we get:
$y-y_0=\frac{dy}{dx}\left(x-x_0\right)\to y = -\frac{x_0b^2}{y_0a^2}(x-x_0)+y_0\to y = \frac{x_0^2b^2}{y_0a^2}-\frac{xx_0b^2}{y_0a^2} + y_0\to /:b^2,*y_0\to \frac{yy_0}{b^2}+\frac{xx_0}{a^2}=\frac{y_0^2}{b^2}$ Which looks close, but not exactly the expression i wanted. Where is the error?
Use the fact that the gradient of a differentiable function at a point is orthogonal to the level set of that function passing through that point.
Here, $$f(x,y)=\frac{x^2}{a^2}+\frac{y^2}{b^2},$$ and $$\vec\nabla f(x_0,y_0)=\frac{2x_0}{a^2}+\frac{2y_0}{b^2}.$$ Hence, for $(x_0,y_0)\in\mathbb{R}^2$ such that $f(x_0,y_0)=1$, an equation of the tangent line to the ellipse $f(x,y)=1$ at $(x_0,y_0)$ is $$\vec\nabla f(x_0,y_0)\cdot(x-x_0,y-y_0)=0,$$ i.e., $$\frac{2x_0(x-x_0)}{a^2}+\frac{2y_0(y-y_0)}{b^2}=0,$$ i.e., $$\frac{2x_0x}{a^2}+\frac{2y_0y}{b^2}=\frac{2x_0^2}{a^2}+\frac{2y_0^2}{b^2}.$$ The result follows after dividing by $2$ and using the fact that $f(x_0,y_0)=1$.