Jon P. answered 02/19/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
To find the equation of a line tangent to a curve, you need to find the slope of the line, and the point at which it touches the curve. Once you have those two pieces of information, you can use the usual techniques from algebra to find the equation of the line.
First, find the derivative of the function:
f(x) = 4ex - 7
f'(x) = 4ex
When x = ln 3, the value of the function is 4eln 3 - 7 = 4*3 - 7 = 5
...and the value of the derivative is 4eln 3 = 4*3 = 12.
So the tangent line touches the curve at the point (ln 3, 5). And its slope is 12.
So the equation of the line with have the form y = 12x + b.
Substitute ln 3 for x and 5 for y, to find b:
5 = 12 ln 3 + b
5 - 12 ln3 = b
So the equation is y = 12x + 5 - 12 ln 3