I was going through some problems, and I found a question that I couldn’t solve. The question I am about to ask is a tiny part of a much bigger question. One of the steps involved is to find the tangent of the curve $y=x^2+6$ at the point (1,7)
$$x^2=4\frac 14(y-6)$$
The equation of tangent is $$Xx_1=2a(Y+y_1)$$
Here $X=x$ and $Y=y-6$
So $$x(1)=2\frac 14(y-6+7)$$ $$ x=\frac 12 (y+1)$$ $$2x=y+1$$
As it must be evident by now, this is not the correct tangent. Tangent calculated by another method is $2x=y-5$. What am I missing?