I have this function:
$y= (15 - e^{3t})$
I am pretty sure the derivative of that function, using Chain Rule, is
$y'= -e^{3t}*3$
But why is it negative again? Maybe I'm just having a brainfart... but why is it negative? The only rule I know is that the derivative of $y = e^x$ is $e^x$. So given that rule, what is the derivative of $-e^x$?
I remember my limit rules a bit like...
$\lim_{x \to 2} -2x$
$= -1 \lim_{x \to 2} 2x$
$= -4$
Does that concept apply here?
In general, if the derivative of $f(x)$ is $f'(x)$, then the derivative of $-f(x)$ is $-f'(x)$; also, the derivative of $C-f(x)$, for any constant $C$, is $-f'(x)$.
So if we let $C = 15$, and $f(x) = e^{3x}$, then $f'(x) = 3e^{3x}$, and
$$ \frac{d}{dx} 15-e^{3x} = -3e^{3x} $$