Incorrect integral calculation in MuPAD
Show older comments
Integration of function x-1 wrt x using command int(x-1,x) in MuPAD gives answer as (x-1)^2/2 instead of x^2/2-x. Can anybody explain why?
Thanks in advance.
Regards Nishant
Answers (1)
Walter Roberson
on 22 Dec 2015
1 vote
The difference between the two is 1/2 which is a constant and so falls into the usual "plus an arbitrary constant" category. If you diff((x-1)^2/2,x) you get x-1, so you cannot say that the result is incorrect.
2 Comments
Nishant Shankhwar
on 23 Dec 2015
Walter Roberson
on 23 Dec 2015
x^2/2 - x might be more conventional but remember that the indefinite integral is really x^2/2 - x + a constant, so any result of the form x^2/2 - x + a particular constant + an implied constant is mathematically correct
It does look unusual, but the mathematics of it is sound.
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!