An equation containing a single variable whose highest power (degree) is $2$ is called a Quadratic Equation in One Variable (একচলবিশিষ্ট দ্বিঘাত সমীকরণ). In standard mathematical notation, it is written as:
Here, $x$ is the unknown variable, $a$ is the coefficient of $x^2$ (leading coefficient), $b$ is the coefficient of $x$, and $c$ is the constant term. The condition $a eq 0$ is essential: if $a = 0$, the $x^2$ term vanishes, reducing the equation to $bx + c = 0$, which is a linear equation of degree $1$.
Quadratic equations are categorized based on whether the linear term ($bx$) is present:
| Category | Condition | Algebraic Form | Examples |
|---|---|---|---|
| Pure Quadratic (বিশুদ্ধ দ্বিঘাত) | $b = 0$ | $ax^2 + c = 0$ | $4x^2 - 9 = 0 \implies x = \pm rac{3}{2}$ |
| Adfected / Mixed (মিশ্র দ্বিঘাত) | $b eq 0$ | $ax^2 + bx + c = 0$ | $3x^2 - 5x + 2 = 0$ |
Every polynomial equation of degree $n$ has exactly $n$ roots (real or complex). Therefore, a quadratic equation (degree $2$) always possesses exactly two roots, which may be distinct, coincident, or non-real.