Tangent and Normals

Definitions

Tangent Line - A straight line that passes through a point on a function and has the same slope as that function at that point.

Normal Line - A straight line that passes through a point on a function is perpendicular to the function at that point.

pub?id=1XkyVmFVN6PLWGnja3TqghWLfpWazscwQIh-ZNOoqup8&w=482&h=321

A common question is to find an equation for the normal or tangent line at a given point on a function. Since the equation is linear the answer will take the form of:

(1)
\begin{equation} y=mx+b \end{equation}

If you are looking for a tangent line then m will simply be the value of the derivative at the given point on the function.

If you are looking for a normal line then m will be the negative reciprocal of the value of the derivative at the given point on the function

The y-intercept can then be found using the coordinates of the given point on the function.



Example

Find equations for both the normal and the tangent lines on the function $f(x)=2x^2+x$ at the point where $x=2$.

Let's work on the tangent line first:

The derivative of $f(x)$ is $f'(x)=4x+1$ so $f'(x=2)=9$. This gives us an equation for the tangent line:

(2)
\begin{equation} y=9x+b \end{equation}

We want the line to be tangent when $x=2$ which occurs at the point $(2,10)$. Use those values in the equation above.

(3)
\begin{equation} 10=9(2)+b \end{equation}

Solving for b we get a final equation for the tangent line of $y=9x-8$

Now on to the normal line.

The slope of the normal line will be the negative reciprocal of the slope of the tangent line. So we can write an equation for the tangent line as:

(4)
\begin{align} y=\frac{-1}{9}x+b \end{align}

Again this will go through the point $(2,10)$. Using these point to solve for b we can write an equation for the normal line as:

(5)
\begin{align} y=\frac{-1}{9}x+\frac{46}{45} \end{align}

Want to add to or make a comment on these notes? Do it below.

Add a New Comment
or Sign in as Wikidot user
(will not be published)
- +
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License