In my calculus II course, I am currently studying parametric curves. And they are awesome! At some point, the book states the following:
if we set parameters x = f(t), and y = g(t),
the parametric equations for the tangent line at time $t_{0}$ are
x = f ($t_{0}$) + f ' ($t_{0}$)(t - $t_{0}$)
y = g ($t_{0}$) + g ' ($t_{0}$)(t - $t_{0}$)
I understand that these are just the standard line equations, in which f($t_{0}$) is the x coordinate at that time, and g ($t_{0}$) the y coordinate. The derivatives are the slope of the functions at that point.
The next part is what has been puzzling me for a time now
The NORMAL lines at those points are then
x = f ($t_{0}$) + g ' ($t_{0}$)(t - $t_{0}$)
y = g ($t_{0}$) - f ' ($t_{0}$)(t - $t_{0}$)
I would have expected the slope to change from g ' ($t_{0}$) to $\frac{-1}{g ' (t_{0})}$
Am I missing something obvious? Thank you very much for your time!
QUESTION ANSWERED: Thank you very much to all of you, I understand now.
In vector terms, the tangent line has equation
$\begin{bmatrix} x(t) \\ y(t) \end{bmatrix} = \begin{bmatrix} f(t_0) \\ g(t_0) \end{bmatrix} + (t-t_0) \begin{bmatrix} f'(t_0) \\ g'(t_0) \end{bmatrix} = \overrightarrow{p_0} + (t-t_0)\overrightarrow v$
where $\overrightarrow{p_0}$ is the point of tangency and $\overrightarrow v$ is the direction vector of the tangent line.
Note that the vector $\overrightarrow{v_{\perp}} =\begin{bmatrix} g'(t_0) \\ -f'(t_0) \end{bmatrix}$ is perpendicular to the vector $\overrightarrow v = \begin{bmatrix} f'(t_0) \\ g'(t_0) \end{bmatrix}; $ that is to say, their dot product is equal to $0$.
Hence the equation to the line normal to $\begin{bmatrix} x(t) \\ y(t) \end{bmatrix}$ at the point $\overrightarrow{p_0} = \begin{bmatrix} f'(t_0) \\ g'(t_0) \end{bmatrix}$ is
$$\begin{bmatrix} x_\perp(t) \\ y_\perp(t) \end{bmatrix} = \begin{bmatrix} f(t_0) \\ g(t_0) \end{bmatrix} + (t-t_0) \begin{bmatrix} g'(t_0) \\ -f'(t_0) \end{bmatrix} = \overrightarrow{p_0} + (t-t_0)\overrightarrow{v_\perp}$$