Question: Show that the equation of the tangent to the parabola $y^2=4ax$ at the point (p,q) is $qy=2a(x+p)$
These are my two approaches:
First approach:
If we have $(p,q)$ as $(x_1,y_1)$
$$y^2=4ax$$
$$ 2y \left( \frac{dy}{dx}\right) = 4a$$
$$ \frac{dy}{dx} = \frac{2a}{y} $$
At $y=q$
$$ \frac{dy}{dx} = \frac{2a}{q} $$
$$ m = \frac{2a}{q} $$
As equation of tangent is
$$ (y-y_1) = m(x-x_1) $$
Plugging in values
$$ (y-q) = \frac{2a}{q}(x-p) $$
$$ y-q = \frac{2ax}{q} - \frac{2ap}{q} $$
$$ y-q = \frac{2ax-2ap}{q} $$
$$ qy - q^2 = 2ax-2ap $$
$$ qy -q^2 = 2a(x-p) $$
But this does not satisfy the proof
My second approach:
If $(p,q)$ are points on $y^2=4ax$ then
plugging into $$ y^2 = 4ax $$
at $x=p$
$$ y^2 = 4ap $$
$$ y = \sqrt{4ap} $$
at $y=q$
$$ q^2 = 4ax $$
$$ x = \frac{q^2}{4a} $$
Finding gradient:
$$y^2=4ax$$
$$ 2y \left( \frac{dy}{dx}\right) = 4a$$
$$ \frac{dy}{dx} = \frac{2a}{y} $$
At $y = \sqrt{4ap} $
$$ \frac{dy}{dx} = \frac{a}{\sqrt{ap}} $$
$$ (y-y_1) = m(x-x_1) $$
$$ y-\sqrt{4ap}=\frac{a}{\sqrt{ap}}(x-\frac{q^2}{4a})$$
But I don't think this gives me the proof as well...
In the first approach, $$qy-q^2=2a(x-p)$$ But $(p,q)$ is a point on the parabola $y^2=4ax$.
Thus, $$\tag1q^2=4ap$$ Substituting, $$qy-4ap=2ax-2ap$$ $$qy=2a(x+p)$$
In the second approach, $$y-\sqrt{4ap}=\frac{a}{\sqrt{ap}}(x-\frac{q^2}{4a})$$ From $(1)$, $$\tag2\frac{q^2}{4a}=p$$ $$\tag3\sqrt{ap}=\frac{q}{2}$$ $$\tag4\sqrt{4ap}=q$$ Using $(2),(3)$ and $(4)$, $$y-q=\frac{2a}{q}(x-p)$$ $$qy-q^2=2a(x-p)$$ which is the same equation as in the first case and reduces to $$qy=2a(x+p)$$