Differentiation is commonly written simply with a prime mark and an equation, as $(x^2)' = 2x$. Although I find this confusing and think it'd better be written $D(x\mapsto x^2) = x\mapsto 2x$, as $x^2$ itself isn't a function. But this notation doesn't allow for specific values, so I was wondering if there was a common way of writing it?
Would this be acceptable: $D(x\mapsto x^2)|_{x=a} = 2a$?
And how would one write integration in similar terms? $I(x\mapsto x^2) = x\mapsto \frac{1}{3}x^3+C$ ? And how would one write definite integration? $I(x\mapsto x^2)_{x_1=a}^{x_2=b} = \frac{1}{3}b^3-\frac{1}{3}a^3$?
Edit: What I'd like to know is if there is a more rigorous notation for differentiation and integration that doesn't hide the fact that you're dealing with functions and not equations. Simple and shortened notation is useful when doing calculations, but not for getting an understanding of what you're doing. I want a better understanding.
Thanks in advance
You could say $D(x\mapsto x^2)(a) = 2a$. It's incorrect to say that is $a \to 2a$, because evaluation of the function $D(x \mapsto x^2) = x \mapsto 2x$ at $x=a$ should give a number, not a function.