standarddeviationcalculator.net

Updated

Algebra calculators

Solvers for linear, quadratic and polynomial equations, plus tools for simplifying expressions, working with functions and summing sequences. Every step is shown, from the discriminant to the elimination, so the method is as clear as the answer.

Which calculator do I need?

You have or wantUse
Solve ax² + bx + c = 0, including complex rootsQuadratic equation calculator
Solve 3x − 7 = 2x + 5, or two or three simultaneous equationsLinear equation calculator
Roots of a cubic or higher-degree polynomial, or polynomial long divisionPolynomial calculator
Expand, factor or simplify an expressionSimplify expression calculator
The domain, inverse or composition of a functionFunction calculator
The nth term or the sum of an arithmetic or geometric sequenceSequence and series calculator
Expand (2x + 3)⁵ or find one coefficientBinomial theorem calculator

Solving equations

Find the values of x that make an equation true, from one linear equation to a full polynomial.

Expressions and functions

Rewrite expressions in simpler forms and study how a function behaves.

Sequences and expansions

Patterns in lists of numbers and in powers of a binomial.

Which solver for which equation

The highest power of x decides the tool. A first-degree equation, or a system of them, goes to the linear equation calculator. A second-degree equation goes to the quadratic calculator, which gives exact surd or complex roots and the vertex. Anything of degree three or more goes to the polynomial calculator, which finds every real and complex root and also does long division.

The quadratic formula works for every quadratic, and the discriminant b² − 4ac tells you what kind of roots to expect before you finish. For x² − 5x + 6 = 0 it is 25 − 24 = 1, which is positive, so there are two real roots, x = 2 and x = 3. For x² + 2x + 5 = 0 it is 4 − 20 = −16, which is negative, so the roots are complex: x = −1 ± 2i.

Worked comparison: arithmetic versus geometric

Take the first ten terms of two sequences that both start at 3. The arithmetic sequence 3, 7, 11, … adds 4 each time. Its nth term is 4n − 1, the tenth term is 39, and the sum is 10 × (3 + 39) ÷ 2 = 210. The geometric sequence 3, 6, 12, … doubles each time. Its tenth term is 3 × 2⁹ = 1536, and the sum is 3 × (2¹⁰ − 1) = 3069. The sequence and series calculator handles both, and can rebuild a sequence from any two known terms. It also tells you when a geometric series has a sum to infinity, which happens only when the ratio lies between −1 and 1.

Common mix-ups

  • Simplify versus solve. An expression such as 2(x + 3) − x has no = sign and simplifies to x + 6. An equation such as 2(x + 3) − x = 10 has a solution, x = 4. Use the simplifier for the first and a solver for the second.
  • (a + b)² is not a² + b². It is a² + 2ab + b². The binomial theorem calculator shows where the middle terms come from. For example, the x² coefficient of (x + 2)⁴ is C(4, 2) × 2² = 24.
  • An inverse function is not a reciprocal. The inverse of f(x) = 2x + 1 is f⁻¹(x) = (x − 1)/2, not 1/(2x + 1).

Guides to read alongside

Common questions

What does it mean when a quadratic has no real roots?
The discriminant b² − 4ac is negative, so the parabola never crosses the x-axis. The equation still has two complex roots of the form p ± qi, and the quadratic calculator shows them along with the graph.
Can I solve simultaneous equations here?
Yes. The linear equation calculator solves 2 × 2 and 3 × 3 systems by elimination or Cramer’s rule and says when a system has no solution or infinitely many. For larger systems, write them as AX = B in the matrix operations calculator.
When does a geometric series have a sum to infinity?
Only when the common ratio r is between −1 and 1. The sum is then a ÷ (1 − r), so 8 + 4 + 2 + 1 + … adds up to 8 ÷ (1 − 0.5) = 16. With |r| ≥ 1 the terms do not shrink and the series has no finite sum.