I am playing around with the desmos graphing calculator and I am trying to find the equation of the normal to this line where it touches the curve $x^2 + y^2 = c^2$.
$$y\sin({t})+x\cos({t}) = c$$
where $c$ is the radius of the circle and $t$ is the angle in radians around the circle.
Here is a desmos graph I have created with the equation
I know that the normal line will have a negative reciprocal of the gradient of the tangent like in a very simple example
Example tangent $$y = 2x$$ Normal of example tangent $$y = -{1 \over 2}x$$
I've tried applying this to the first equation but have had no luck. I don't think I am using the correct approach...
Well, you can rewrite the equation $y\sin(t)+x\cos(t)=c$ as $$y=-\frac{\cos(t)}{\sin(t)}x+c \ \ \ \text{for}\ t\ne k\pi, \ k\in\mathbb{Z}.$$ The slope of this line is $m_{t}=-\frac{\cos(t)}{\sin(t)}$ so the equation of normal line that passes through the point $(x_0,y_0)$ must be $$y=-\frac{1}{m_{t}}(x-x_0)+y_0\implies y=\tan(t)(x-x_0)+y_0 \ \ \ \text{with} \ t\ne\frac{k\pi}{2}.$$ The cases $t=\frac{k\pi}{2}$ are easy.
If you want that the normal line goes through the intersection point, then you can choose $(x_0,y_0)=(0,0)$, because all the normal lines with this proprerty must contain the radius (hence $(0,0)$ must be a point of normal.) In conclusion: $y=\tan(t)x$ is the equation you are looking for.