I thought that the integral of $e^{x}$ is always $e^{x}$. Why does it change its sign to a negative when there is a negative exponent?
2026-05-15 02:16:05.1778811365
On
Why the integral of $e^{-x}\;$ is $\;-e^{-x}$, and not $e^{-x}$?
149 Views Asked by user70844 https://math.techqa.club/user/user70844/detail At
4
There are 4 best solutions below
0
On
If $g(x)$ is the anti-derivative of $f(x)$, then $g(-x)$ is the antiderivative of $-f(-x)$.
This follows from Chain rule, since if $$\dfrac{dg(x)}{dx} = f(x),$$ we then have $$\dfrac{dg(-x)}{dx} = \left. \dfrac{dg(y)}{dy} \right\vert_{y=-x} \cdot \left. \dfrac{dy}{dx} \right \vert_{y=-x} = \left. f(y) \right \vert_{y=-x} \times \dfrac{d(-x)}{dx} = f(-x) \times (-1) = -f(-x)$$
If you differentiate each of $e^{−x}$ and $−e^{−x}$, which of the two gives you $e^{−x}$ as its derivative?
The phenomenon you are seeing is due to "inverting" the chain rule, so to speak.
If we let $\;u = -x,\;$ then $\;du = -dx \;\implies \;dx = -du.\;$ So
$$\int e^{-x} dx \quad = \quad\int e^u (- du) \quad = \quad - \int e^u \, du\quad = \quad -e^u +C \quad = \quad-e^{-x}+C$$