For the quadratic formula, what is a root - is it the numbers you put into it (a, b or c) or is it the answers you get after crunching the numbers (x1, x2)?
2026-03-25 16:13:23.1774455203
On
On
Is a root the input or the solution for the quadratic formula?
35 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
The numbers $a,b,c$ in the quadratic polynomial $ax^2+bx+c$ are called coefficients, any value of $x$ for which the polynomial evaluates to $0$ is called a root of the polynomial
0
On
Your question is pretty much unclear. But I will try to answer what it is. You have a quadratic equation:
$$ax^2 + bx + c = 0 $$
Here, $a$, $b$ and $c$ are called the co-efficients of the equation.
And the quadratic formula gives you two values for $x$ , let's say $x_1$ and $x_2$. These are the roots or solutions of the quadratic equation, which means that putting these values in place of $x$ in the equation, would satisfy the equation. So in short:
$$a(x_1)^2 + bx_1 + c = 0 $$ $$a(x_2)^2 + bx_2 + c = 0 $$
$x_1$ and $x_2$ are the roots of a quadratic equation.
In general, we say $x$ is a root of a function $f$ if $f(x)=0$.