Are integration and differentiation really mutually opposite

calculusconventionderivativesintegration

Scenario 1:

Suppose, I have a function $f(x)$. Now, let me add 5 to it:

$$F(x):=f(x)+5$$

Now, let me subtract 5 from $F(x)$:

$$F(x)-5$$

$$f(x)+5-5$$

$$f(x)$$

If I add 5 to $f(x)$, I get $F(x)$. Again, if I subtract 5 from $F(x)$, I get $f(x)$. So, we can understand that addition and subtraction are mutually opposite processes.

Scenario 2:

Suppose, I have a function $f(x)$. Now, let me differentiate it with respect to $x$:

$$\frac{d}{dx}f(x)=f'(x)$$

Now, let me find the indefinite integral of $f'(x)$,

$$\int{f'(x)dx}$$

$$f(x)+c$$

If I differentiate $f(x)$, I get $f'(x)$. Now, if I find the indefinite integral of $f'(x)$, I get $f(x)+c$.

Comments:

Integration and differentiation are not quite opposite processes, are they? If I had gotten $f(x)$ instead of $f(x)+c$ after finding the indefinite integral of $f'(x)$, I think we could've said that they are opposite processes. Am I correct?

Best Answer

If you want to look at derivatrive as a map $\mathcal D:\mathcal F\to \mathcal F$ where $\mathcal F$ is the set of all (differentiable) functions, then $\mathcal D$ is neither one-one, nor onto. That's why, it's not okay to talk about inverse of $\mathcal D$ in the same sense as you would talk about inverse of $F$ where $F:\mathcal F\to \mathcal F$ and $F(f)=f+5$.

Since the derivative maps a set of functions (namely those which are separated only by a constant) to one, we need to look at the inverse also as a set of functions. I hope you know that if $f:D\to R$ is not an onto function, then we can (and do) occasionally define $f^{-1}(y)=\{x:f(x)=y\}$. You can think of a similar case here.