Why can Maple yield the result of int(q(t)*diff(q(t),t),t)
= (q(t)^2)/2
(indefinite integral) but with int(q(t)*diff(q(t),t),t=0..t)
(definite integral) it returns unevaluated?
I expect the result of the definite integral to be (q(t)^2 - q(0)^2)/2
.