Equation Solvers for Algebra, Calculus, and Beyond

Equations are the language of math, science and engineering — every formula you ever met in school is one equation form or another. Use our equation calculators to solve quadratic and linear equations step by step, find roots and discriminants, evaluate exponential and logarithmic equations, work with systems of equations, and check your work on homework or engineering problems. Each tool shows the formula and the worked steps, not just the answer.

15
Tools
Free
Always
calculate
AI

Quadratic Equation Solver

Solve quadratic equations (ax² + bx + c = 0) instantly. Find real and complex roots, discriminant, vertex, and axis of symmetry with detailed step-by-step explanations.

star 4.9 (72,341)
calculate
AI

Fraction Calculator

Add, subtract, multiply, and divide fractions with ease. Simplify fractions, convert to decimals or percentages, and see step-by-step solutions.

star 4.9 (67,892)
construction
NEW

Force Calculator

Calculate force using Newton's second law (F=ma), net force from multiple forces, weight, friction, centripetal force, spring force (Hooke's Law), and gravitational attraction between two masses.

star 4.8 (870)
calculate
AI NEW

Matrix Calculator

Perform all matrix operations with step-by-step solutions. Add, subtract, multiply matrices, find the determinant, inverse, transpose, and row-reduce any matrix up to 4×4. Full linear algebra calculator with detailed working.

star 4.9 (680)
construction
NEW

Kinetic Energy Calculator

Calculate kinetic energy (KE = ½mv²) for any object given its mass and velocity, or solve the equation backwards for mass or velocity. Supports translational and rotational kinetic energy with unit conversions for mass (kg, g, lb, oz, grain), velocity (m/s, km/h, mph, ft/s), and energy (J, kJ, ft·lb, calories).

star 4.9 (640)
construction
NEW

Velocity Calculator

Calculate velocity, speed, distance, or time using v = d/t. Solve all four kinematic equations with unit conversion between m/s, km/h, mph, and ft/s.

star 4.8 (640)
calculate
AI NEW

Circle Calculator

Free circle calculator — enter any one value (radius, diameter, circumference, or area) and instantly get the other three, plus sector, arc, and chord results.

star 4.8 (612)
calculate
AI NEW

Boolean Algebra Calculator

Evaluate, simplify, and analyze boolean expressions with step-by-step solutions. Generate truth tables, find minterms and maxterms, create SOP/POS canonical forms, and visualize Karnaugh maps. Supports AND, OR, NOT, XOR, NAND, NOR, XNOR for up to 4 variables.

star 4.9 (610)
construction
AI NEW

Frequency and Wavelength Calculator

Convert between frequency, wavelength, wave speed and period for any wave type. Supports light, sound, radio waves and custom media. Shows full wave equation steps.

star 4.8 (480)
health_and_safety
AI

Cholesterol Calculator

Free LDL cholesterol calculator that analyzes your lipid panel: computes LDL via the Friedewald equation, derives non-HDL cholesterol and total/HDL and LDL/HDL ratios, and classifies each value against NCEP ATP III categories.

star 4.8 (412)
health_and_safety
AI NEW

Cardiovascular Risk Calculator

Use our free cardiovascular risk calculator to estimate your 10-year risk of heart attack or stroke based on age, sex, cholesterol, blood pressure, smoking, and diabetes status — plus a heart age estimate.

star 4.8 (367)
payments
AI NEW

Inflation Adjusted Return Calculator

Use our free inflation-adjusted return calculator to find your real rate of return after accounting for inflation. Computes both the Fisher equation exact value and the simple approximation, plus the real final value of your investment in today's purchasing power.

star 4.8 (298)
health_and_safety
AI NEW

Muscle Mass Calculator

Use our free muscle mass calculator to estimate skeletal muscle mass and skeletal muscle mass index (SMI) using the Lee 2000 equation. Screens for sarcopenia using AWGS 2019 cutoffs.

star 4.8 (282)
payments
AI NEW

Real Interest Rate Calculator

Use our free real interest rate calculator with the Fisher equation to convert nominal interest into inflation-adjusted real returns. Find out what your savings, CDs, or bonds actually earn after inflation.

star 4.8 (264)
health_and_safety
AI NEW

Cardiac Output Calculator

Use our free cardiac output calculator to compute heart output in L/min from heart rate and stroke volume. Optionally includes cardiac index normalized by body surface area.

star 4.7 (218)

Equation Solving: Algebra to Engineering Applications

Equations describe relationships between quantities — distance and speed, voltage and current, supply and demand. Whether you are solving a homework quadratic or computing the load on a beam, the same algebraic techniques apply. Below: how to choose the right equation form for a problem, common pitfalls in step-by-step solving, and where equation solvers help vs where they hide the conceptual work.

Quadratic equations and the discriminant

The quadratic formula x = (-b ± √(b² - 4ac)) / 2a solves any equation of the form ax² + bx + c = 0. The discriminant b² - 4ac tells you the nature of the solutions before you compute them: positive = two real roots, zero = one repeated root, negative = two complex conjugate roots. Quadratic equations appear everywhere — projectile trajectories (height as a function of time), circuit analysis (resonance frequencies), economics (profit maximisation). The geometric interpretation: the roots are where the parabola y = ax² + bx + c crosses the x-axis. A negative discriminant means the parabola never touches the x-axis.

Linear equations and systems

Linear equations have variables only to the first power: ax + b = c, or in two variables, ax + by = c (a line in the xy-plane). A system of linear equations is solved by substitution (express one variable in terms of others, substitute into another equation) or elimination (combine equations to cancel variables). For two equations in two unknowns, elimination is usually faster. For three or more, matrix methods (Cramer's rule, Gaussian elimination, matrix inverse) are systematic and scale to any size. Linear systems describe everything from circuit analysis (Kirchhoff's laws) to chemical balancing to traffic flow modelling.

Exponential and logarithmic equations

Exponential equations have the variable in the exponent: 2^x = 32 or e^(kt) = N₀. To solve, take a logarithm of both sides: log(2^x) = log(32) → x · log(2) = log(32) → x = log(32)/log(2) = 5. Use natural log (ln) when the base is e, common log (log₁₀) for base 10, or change-of-base formula for other bases. Logarithmic equations like log(x) + log(x-3) = 1 are solved using log properties: log(a) + log(b) = log(ab), so log(x(x-3)) = 1 → x(x-3) = 10 → quadratic. Always verify the solution by substituting back — logarithms require strictly positive arguments, so some algebraic solutions may be extraneous.

Frequently Asked Questions