![]() |
Created by Niamh Ryan
almost 8 years ago
|
|
0 | ![]() |
|
0 | ![]() |
|
0 | ![]() |
|
0 | ![]() |
|
0 | ![]() |
There are no comments, be the first and leave one below:
Example 2:
Find the tangent to the curve y=x^3 + 2x^2 +3x + 6 at the point x=1.
Answer:
First find the derivative of the function: \frac{dy}{dx} = 3x^2 + 4x + 3 The derivative at the point x=1 can now be calculated.
\frac{dy}{dx} (1) = 3(1)^2 + 4(1) + 3 = 3+4+3=10 Therefore, we know that the slope of the tangent at the point x=1 is 10.
As you may know, if line 1 has a slope m_1 and line 2 has a slope m_2, then lines 1 and 2 are perpendicular if and only ifm_1 \times m_2 = -1
So if line 1, the tangent has m_1 = 10 then 10 \times m_2 = -1.
\therefore m_2 = -\frac{1}{10}
Now the question continues like any other equation of the line question. First we must find the y value for the given x value. y(x) = x^3 + 2x^2 +3x + 6 = 1+2+3+6=12
So we know that the normal passes through the point (1,12) and has slope m= -\frac{1}{10}.
We can use the formula for the equation of the line used in the previous question to find the equation of the normal. y-y_1=m(x-x_1) y-12= -\frac{1}{10}(x-1) y= -\frac{1}{10}x +\frac{1}{10} +12
y=-\frac{1}{10}x+\frac{121}{10}