4
$\begingroup$

I have a question to find the equations of the tangent line and the normal line to the curve at the given point. I can find the equation for the tangent line easily but I am not sure what a normal line is and there is no example that I can find.

$y=x^4 + 2e^x$ at (0,2)

From that I do see that if I plug in 0 I get 2 as a result so my guess was that if I plug in another number I can use that to get the slope but it gave an incorrect answer.

  • 1
    "Normal" in this situation means perpendicular. So instead of finding the equation of the tangent line, you want to find the equation of the "perpendicular line."2012-05-09
  • 0
    And what you need to know is that if two lines are perpendicular, the product of their slopes is $-1$.2012-05-10
  • 0
    This complicates things much more, so basically I still need to find the slope of this equation and then I need to make it multiply by -1?2012-05-10
  • 0
    Not quite: if $ab=-1$, then $a=\frac{-1}b$, not $(-1)b$.2012-05-10
  • 0
    I am slightly confused, wouldn't I just multiply the curve by -1?2012-05-10
  • 0
    No. You do exactly what you do to find the tangent line at that point, except that if the slope of the tangent line is $m$, you use the slope $-1/m$ instead.2012-05-10
  • 0
    You can find the equation of a line if you know the slope of the line and a point on the line. Once you've found the equation of the tangent line, say its $y=mx+b$, you can get the slope of the normal line: it's $-1/m$. You also know the normal line passes through the point $(0,2)$. So your task is to find the equation of the line with slope $-1/m$ that passes through the point $(0,2)$.2012-05-10
  • 0
    Okay I understand now, thank you.2012-05-10

4 Answers 4

3

You know that the tangent at the curve is given by

$$y_t = f(a)+f'(a)(x-a)$$

The normal would be a line such that

  • It also passes through $(a,f(a))$
  • It is perpendicular to $y_t$.

Given that a line that passes through $(X,Y)$ and has slope $m$ is given by

$$y-Y = m(x-X)$$

...and that two lines of slopes $n$ and $p$ are perpendicular if and only if $m\cdot n=-1$

Can you find $y_n$?


Given that a line that passes through $(X,Y)$ and has slope $m$ is given by

$$y-Y = m(x-X)$$

Give the equations to

  1. A line with slope $10$ that passes through $(0,1)$
  2. A line with slope $-5$ that passes through $(-3,3)$
  3. Given a line with slope $2$ that passes through the origin, find the equation to a line perpendicular to it that passes through $(5,2)$.
  4. Let $f(x) = x^4+2e^x$. Given the equation of the tangent to $f(x)$ at $(a,f(a))$. Find the normal to $f$ at the same point.
  • 0
    This post is a little confusing to me. All I did was take the slope and fine the negative inverse of it. Is that wrong?2012-05-10
  • 0
    @Jordan I sense you are lacking some theory. If the point slope definition of a line troubles you, maybe you should go back to the basics for a while and get a hold of that first. I'll give you some excercises, you answer them editing the question.2012-05-10
  • 0
    I understand point slope form well enough I think.2012-05-10
  • 0
    @Jordan Then I don't see what should trouble you.2012-05-10
  • 0
    yn is the line that is the normal line?2012-05-10
  • 0
    Yes `$y_n$`=$y_n$ is the normal line.2012-05-10
0

Finding the derivative will give you the slope of the tangent line like what Peter T. has shown above. All you need to do is be able to find what (a, f(a)) and then you will be on your way.

0

Equation of normal is given by,

$$\frac{y-y_1}{x-x_1}=\frac{-dx}{dy}$$

Now $y=x^4 + 2e^x$

$\frac{dy}{dx}=4x^3+2e^x =2$ .....at $x=0$

$\frac{-dx}{dy}=\frac{-1}{2}$

and $x_1=0$ and $y_1=2$ , plugging these values in the equation for normal, we get

$$\frac{y-2}{x-0}=\frac{-1}{2}$$

$$x+2y=4$$

were you getting the same answer? or something else..

0

This is how you get the normal line equation and tangent line equation

Just follow the following steps:

  1. Take the deriviative
  2. Find the slope of the tangent, and then the slope of the normal by doing a negative reciprcoal.
  3. Use y=mx+b and sub in values and find equations
  4. Write a final statement stating the equations.

If you follow the following steps you will never get confused and will understand how to solve the problem in a simple way.