I was given a curve parametrically: $x = \frac{t}{(t^2)+1}$ and $y=\frac{t^2}{(t^2)+1}$ and was asked to find the equation of the normal to the curve at the point $t = \frac{1}{2}$.
I used parametric differentiation to work out the gradient which I worked out to be $\frac{2t}{1-t^2}$ and then substituted $t = \frac{1}{2}$ in $x, y$ and $\frac{dy}{dx}$ which resulted in $\frac{dy}{dx}=\frac{4}{3}$, $x =\frac{2}{5}$ and $y = \frac{1}{5}$. Then I tried using the equation $y-y_1 = m(x-x_1)$, i.e. $y-\frac{1}{5}=\frac{4}{3}(x-\frac{2}{5})$ which simplifies into $3y=4x+1$.
However, the correct answer is $4y=-3x+2$. Can somebody point out where I went wrong?
What you found is the slope of the tangent to the curve.
$m = \cfrac{dy}{dt} / \cfrac{dx}{dt} = \frac{2t}{1-t^2}$
Then the slope of the normal to the curve is,
$ = - \cfrac{1}{m} = \cfrac{t^2 - 1}{2t}$
At $t = \frac{1}{2}, $ the slope of the normal line is $ - \frac{3}{4}$
You already found $x, y$ coordinates at $t = \frac{1}{2}$. Completing the working gives the correct equation of the normal to the curve, as mentioned in your question.