I have to solve this exercise:
If $k$ is a non-zero constant, determine by inspection the indefinite integral of $\int e^{kx} dx$.
By inspection, I guess it means that it should be solved by elementary methods that do not involve the fundamental theorem of calculus (my professor shown in class some examples of integrals in which the FTC is unnecessary because of some geometric properties of some functions: Perhaps this is one of these cases, but I can't see it). But I've integrated this function on Mathematica and obtained the result:
$$\frac{e^{k x}}{k \log (e)}$$
I guess that without the help of the FTC, I could never guess that answer. So, what would I need to know in order to guess that?
This is a basic integral and the result is
$$\int e^{kx} dx = \frac1k e^{kx}$$
A basic reasoning is: The derivative is
$$\frac{d}{dx}e^{kx}=k*e^{kx}$$ To avoid k and obtain the same result as above, we should divide by k (constant)
The resolution by subtitusion is:
$$u=k*x; du=k*dx;dx=1/k $$
$$\int e^{u} \frac1kdu = \frac1k\int e^{u} du = \frac1k e^{u} = \frac1k e^{kx}$$