Mathematics
Mathematics copied to clipboard
Intermediate Value Theorem Explanation
Please add an explanation to users for how the Intermediate Value Theorem is applied in order to compute the correct answer in the IVT Calculator.
Remember that each program must explain to users how answers are generated rather than just providing an answer.
Hi,
I don't think that the IVT could be implemented the way it is in the java file.
It may be used to approve that if a given function f
is continuous on an interval [a, b]
then if f(a)<=s<=f(b)
then exists an x such that f(x)=s
.
in the java file you asked the user for the min and max of the function. But the IVT uses only a and b values not the min and max of the function which may not be the f(a)
or f(b)
.
Check this link : Wiki