I (with another engineer) recently designed a pump that needs to move a fluid in both directions. When starting, stopping, or reversing directions, the pump accelerates and decelerates along a programmable curve. The amount of fluid moved is the area under the velocity curve. It needs to be measured. To compute it, I take a definite integral.
There, I've used calculus as a SW engineer. This was not the first time.