Skip to content
OneKitly

Optimization calculator (calculus)

Find the minima and maxima of a function on an interval — the heart of every optimization problem. Enter f(x) and a range; it differentiates symbolically, locates the critical points where f′(x)=0, classifies each with the second derivative, and reports the global minimum and maximum on the interval.

Amicable Number CheckerCheck whether two numbers are amicable — or give just one and get its candidate partner plus the verified loop, with perfect and sociable numbers identified.Arctan2 Calculator (atan2 of y and x)atan2(y, x) is not atan(y/x): it reads the signs of both arguments to place the angle in the right quadrant over the full −180°…180° turn, and it stays defined when x = 0. Enter x and y, read the angle in degrees or radians, see the quadrant and the point plotted. For a single ratio with no quadrant information, use the arctan calculator instead.Carry and borrow visualizerAdds or subtracts two whole numbers the way it is taught in school — set up in columns, digit by digit — and highlights every carry (addition) or borrow (subtraction) as it happens. A clear way to see the mechanic behind column arithmetic.Ceiling and floor function calculatorThe ceiling ⌈x⌉ rounds up to the next integer, the floor ⌊x⌋ rounds down. Enter any number to get both, plus the ordinary round, the truncation toward zero and the fractional part left over.Common Factor CalculatorFind every common factor of 2 to 10 numbers, with the greatest common factor highlighted and coprime pairs flagged.Comparing fractions calculatorWhich fraction is bigger? Enter two and it cross-multiplies to compare them exactly — no rounding — and shows both as decimals so you can see how close they are.Continued fraction calculatorExpand a number into its continued fraction [a₀; a₁, a₂, …] and list the convergents — the best rational approximations at each step. Feed it a decimal, an exact fraction a/b, or a square root √k: rationals terminate, √k is periodic, and irrationals stream on to the term cap. Continued fractions give the closest fractions for a given size of denominator and reveal the hidden structure of numbers like the golden ratio and π.Cube calculatorCompute the volume and surface area of a cube from its side length.

Optimization calculator (calculus) works straight from this page — free, instant, nothing to install. You will find it under Numbers & arithmetic, with Amicable Number Checker and Arctan2 Calculator (atan2 of y and x) for the neighbouring cases.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What is Optimization calculator (calculus)?

Find the minima and maxima of a function on an interval — the heart of every optimization problem. Enter f(x) and a range; it differentiates symbolically, locates the critical points where f′(x)=0, classifies each with the second derivative, and reports the global minimum and maximum on the interval.

What does a concrete case look like?

f(x) = x³ − 3x, [−2, 2] → max 2 @ x = −1, min −2 @ x = 1 — the tool shows every step in between, not just the final figure.

When would I actually use this?

Reading a number written another way: a Roman numeral on a monument, a hexadecimal colour, a binary byte, or a fraction that needs reducing.

What is the most common mistake?

Assuming a decimal fraction survives a change of base. A tenth is exact in decimal and infinitely repeating in binary, which is why 0.1 + 0.2 is not 0.3 in most programming languages.

What else is filed next to it?

Amicable Number Checker, Arctan2 Calculator (atan2 of y and x) and Carry and borrow visualizer share its section. They are not variants of it — being filed together is not the same as being alike — but that is where to look if this turned out not to be the tool you wanted.

Where do the figures come from?

Base conversion and number-theory results are exact. Roman numerals follow the standard subtractive form used since the Middle Ages, which is not the only one the Romans themselves used.

Further reading

All guides