I do not understand what is meant here.
I must find the equation of the tangent line to a graph at $x = 0$ given the following function:
$y = 3e^x − 7x$
How do I compute this problem?
I do not understand what is meant here.
I must find the equation of the tangent line to a graph at $x = 0$ given the following function:
$y = 3e^x − 7x$
How do I compute this problem?
So you're starting with $y=3e^x-7x$. The derivative will give you, at every point, the slope of the tangent line to that point.
So you first need to find the derivative.
$$\frac{dy}{dx} = 3e^x-7$$
When you plug in an x-value to this, it's going to give you the slope of the tangent line. So, we're trying to find the slope at $x=0$, so we plug in $0$ for $x$.
Then you're going to want to use the linearization formula:
$$y = f'(k)(x-k)+f(k)$$
Where k is the x-value where you're trying to find the tangent line.
So when you plug in $x=0$, that's giving you $f'(k)$, which is $-4$.
You should be able to plug in from there.