What is the equation of the line normal to f(x)=xe^x at x=7?
1 Answer
Feb 2, 2016
Equation of normal line
y = (7(8e^14 + 1) - x)/(8e^{7})
Explanation:
f(7) = 7e^7
The normal line has to pass through the point
f'(x) = (x+1)e^x
f'(7) = 8e^7
Since the normal line is perpendicular to the tangent line, we have the gradient of the normal line,
m = frac{-1}{f'(7)} = -frac{1}{8}e^{-7} .
The
c = y - mx
= 7e^7 - (-frac{1}{8}e^{-7})(7)
= 7e^{-7}(e^14 + 1/8)
Equation of normal line in slope-intercept form
y = -frac{1}{8}e^{-7}x + 7e^{-7}(e^14 + 1/8)