Summarize this article:
225 LearnersLast updated on October 17, 2025

The quadratic equation is a second-degree polynomial, meaning its highest exponent is 2 (x²). The word 'quadratic' comes from 'quad,' meaning square, because the highest degree is 2. ax² + bx + c = 0 is the standard form of a quadratic equation.
The standard form of a quadratic equation is ax2 + bx + c = 0, where
There are three forms to write the quadratic equation, including:
A second-degree polynomial equation is the quadratic equation, and its standard form is ax2 + bx + c = 0. The characteristics of the standard form of quadratic equations are:
|
Form Type |
General Formula (LaTeX) |
Key Features / When to Use |
Example (LaTeX) |
|---|---|---|---|
|
Standard Form |
( y = ax^2 + bx + c ) |
- The most common and general form. - Easy to identify coefficients (a), (b), and (c). - Useful for finding the y-intercept and using the quadratic formula to find roots. |
( y = 2x^2 + 3x + 1 ) |
|
Intercept Form |
( y = a(x - p)(x - q) ) |
- Shows the x-intercepts (roots) directly as (x = p) and (x = q). - Useful for graphing when roots are known. |
( y = 2(x - 1)(x - 3) ) |
|
Vertex (LaTeX) Form |
( y = a(x - h)^2 + k ) |
- Highlights the vertex of the parabola at ((h, k)). - Useful for graphing and identifying the axis of symmetry easily. |
( y = 2(x - 2)^2 + 1 ) |
The standard form of a quadratic function is written as:
f(x) = ax2 + bx + c = 0
Here, a, b, and c are the constant coefficients, and x is the variable. It is also known as the second-degree equation. In a quadratic function, the value of a ≠ 0, because if the value of a is 0, then the function will not be quadratic, as the highest degree in a quadratic is 2.
Derivation of the Quadratic Equation (Standard Form)
A quadratic equation represents a parabola and is generally written in the form:
[ax2 + bx + c = 0]
Let’s derive this form from the factored (intercept) form of a quadratic equation.
Step 1: Start with the Intercept Form
Let the quadratic equation have roots ( p ) and ( q ).
Then, the equation can be written as:
[y = a(x - p)(x - q)]
where ( a ) is a non-zero constant (the leading coefficient).
Step 2: Expand the Expression
Multiply the two brackets:
[y = a[(x - p)(x - q)]]
[y = a[x2 - (p + q)x + pq]]
Step 3: Simplify
Distribute ( a ) to each term:
[y = ax2 - a(p + q)x + apq]
Step 4: Compare with the Standard Form
The general standard form of a quadratic equation is:
[y = ax2 + bx + c]
Comparing both, we get:
[b = -a(p + q), c = apq]
Step 5: Convert to Equation Form
To write it as a quadratic equation (not function), set ( y = 0 ):
[ax2+ bx + c = 0]
Hence, the standard form of a quadratic equation is:
[{ax2 + bx + c = 0}]
where
The standard form of a quadratic equation is ax2 + bx + c = 0, and the vertex form is a(x - h)2 + k = 0, where (h, k) are the vertices of the quadratic function.
To convert the equation from standard form to vertex form, we compare these two equations:
ax2 + bx + c = a(x - h)2 + k
Step 1: Substituting the value of (x - h)2 in the equation, (x - h)2 = x2 - 2xh + h2
ax2 + bx + c = a (x2 - 2xh + hj) + k
ax2 + bx + c = ax2 -2axh + ah2 + k
Step 2: Comparing the coefficients of x on both sides:
bx = -2·a·x·h
\( h = \frac{-bx}{2ax} \)
h = \( -\frac{b}{2a} \), let’s consider this equation as (1)
Step 3:Comparing the constants on both sides
c = ah2 + k
Step 4: Substituting the value of h from (1)
c = a(-b/2a)² + k
c = a(b2/4a2) + k
c = (b2/4a) + k
c - (b2/4a) = k
k = c - (b2/4a)
Therefore, we can use the formulas h = -b/2a and k = c - (b2/4a) to convert a standard form of a quadratic equation into vertex form.
For example, convert 3x2 + 6x - 5 = 0 to vertex form
Here, a = 3
b = 6
c = -5
Given, equation is a(x - h)2 + k = 0
Finding the value of h and k:
h = -b/(2a) = -6/(2×3) = -6/6 = -1
k = c - (b2/4a)
= -5 - (62/4 × 3)
= -5 - (36/12)
= -5 - 3
= -8
Substituting the value of h and k in: a(x - h)2 + k = 0
3(x - (-1))2 - 8 = 0
3(x + 1)2 -8
To convert vertex form to standard form, we simplify (x - h)2 = (x - h)(x - h). Let’s see how to convert with an example, converting 2(x + 3)² - 5
Here, a = 2
h = -3
k = -5
2(x + 3)² - 5 = 0
2(x + 3)(x + 3) - 5 = 0
2 (x2 + 6x + 9) -5 = 0
2x2 + 12x + 18 - 5 = 0
2x2 + 12x + 13 = 0
How to Convert Standard Form of Quadratic Equation into Intercept Form?
The quadratic equation in intercept form is a(x - p)(x - q) = 0, where (p, 0) and (q, 0) are the x-intercepts. To convert a standard form to an intercept form, we first find the roots of the quadratic equation, as p and q are the roots of the quadratic equation. Let’s learn it with an example,
For example, converting the quadratic equation x2 - 7x + 12 = 0 into intercept form
We first find the root of the quadratic equation.
x2 - 7x + 12 = 0
Here, a = 1
b = -7
c = 12
To find the value of x we use quadratic equation:
\( x = \frac{7 \pm \sqrt{49 - 48}}{2} x = \frac{7 \pm \sqrt{1}}{2} x = \frac{7 \pm 1}{2} \text{So, } x = \frac{7 + 1}{2} \Rightarrow \frac{8}{2} = 4 x = \frac{7 - 1}{2} \Rightarrow \frac{6}{2} = 3 \)
As x = 4 and x = 3
Therefore, p = 4 and q = 3
The intercept form of the quadratic equation is:
a(x - p)(x - q) = 0
Substituting the value of p and q:
1(x - 4)(x - 3) = 0
How to Convert Intercept Form to Standard Form?
To convert a quadratic equation in intercept form to standard form, we simply use the intercept form. In other words, by simplifying (x - p)(x - q) = 0.
For example, convert (2x + 3)(x -4) = 0 into standard form
(2x + 3)(x - 4) = 2x2 - 8x + 3x - 12 = 2x2 - 5x - 12
How to Represent Quadratic Functions in Standard Form in Graph?
The standard form of a quadratic function is f(x) = ax2 + bx + c, where a ≠ 0. The curve in the graph of a quadratic function is a parabola.
Mastering the standard form of a quadratic equation becomes easy with the right strategies.
These practical tips will help you solve equations faster, avoid common mistakes, and understand real-life applications effectively.
Students often find it hard to convert quadratic equations from one form to another. Here are some common mistakes and the ways to avoid them. Students can master quadratic equations by understanding these mistakes.
In real-life, we use the standard form of a quadratic equation, where the relationships involve squared terms. The few applications of the standard form of quadratic equations.
Convert x² + 6x + 5 = 0 to vertex form.
(x + 3)2 - 4 = 0
To convert a quadratic equation from standard to vertex form, we find the value of h and k using the formulas:
\(h = -\frac{b}{2a} \)
\(k = \frac{4ac - b^2}{4a} \)
Here, a = 1
b = 6
c = 5
\(h = -\frac{b}{2a} \)
\(h = -\frac{b}{2a} = -\frac{6}{2 \cdot 1} = -3 \)
= \(\frac{(4 \cdot 1 \cdot 5) - 6^2}{4 \cdot 1} \)
= \(\frac{20 - 36}{4} \)
= \(\frac{-16}{4} \)
= -4
Here, h = -3 and k = -4
The standard form of vertex form is a(x - h)2 + k = 0
Substituting the value of h and k,
1(x - 3)2 + -4 = (x + 3)2 - 4 = 0
x2 + 6x + 5 in vertex form is: (x + 3)2 - 4 = 0
Convert 2(x + 1)² - 5 = 0 to standard form.
2(x - 2)(x + 1/2) = 0
To convert the standard form to intercept form, we first find the root of the quadratic equation, 2x2 - 3x - 2
Here, a = 2
b = -3
c = -2
x = \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)
\(x = \frac{-(-3) \pm \sqrt{(-3)^2 - 4 \cdot 2 \cdot (-2)}}{2 \cdot 2} \)
\(x = \frac{3 \pm \sqrt{9 - (-16)}}{4} \\ x = \frac{3 \pm \sqrt{25}}{4} \\ x = \frac{3 \pm 5}{4} \)
So,\( x = \frac{3 + 5}{4} = \frac{8}{4} = 2 x = \frac{3 - 5}{4} = \frac{-2}{4} = -\frac{1}{2} \text{So, } p = 2 \text{ and } q = -\frac{1}{2} \)
So, the intercept form is:
a(x - p)(x - q) = 0
2(x - 2)(x -\(\frac{1}{2} \)) = 0
2(x - 2)(x + \(\frac{1}{2} \)) = 0
Convert 2x² - 3x - 2 to intercept form.
In intercept form 2x2 - 3x - 2 can be written as 2(x - 2)(x + \(\frac{1}{2} \)) = 0
To convert a quadratic equation in vertex form to standard form, we simplify the equation
2(x + 1)2 - 5 = 0
Here, (x + 1)2 = x2 + 2x + 1
So, the equation becomes:
2(x2 + 2x + 1) - 5 = 0
2x2 + 4x + 2 - 5 = 0
2x2 + 4x -3 = 0
Therefore, in intercept form 2x2 - 3x - 2 can be written as 2(x - 2)(x + \(\frac{1}{2} \)) = 0
Convert x² - 5x + 6 = 0 to intercept form.
(x - 3)(x -2) = 0
To convert the quadratic equation from standard form to intercept form, first, we find the roots of the quadratic equation.
\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)
Here, a = 1
b = -5
c = 6
Computing: √b2 - 4ac
√(-5)2 - 4 × 1 × 6
= √25 - 24
=√1
Substituting the value of √b2 - 4ac in \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
\(x = \frac{-(-5) \pm \sqrt{1}}{2} \)
= \(\frac{5 \pm 1}{2} \)
\( x = \frac{5 + 1}{2} = \frac{6}{2} = 3 x = \frac{5 - 1}{2} = \frac{4}{2} = 2 \text{So, } p = 3 \text{ and } q = 2 \)
Substituting the value of p and q in the equation:
a(x - p)(x - q) = 0
1(x - 3)(x - 2) = 0
(x - 3)(x -2) = 0
Convert 3(x - 1)(x + 5) = 0 to standard form.
3x2 + 12x - 15 = 0
To convert to standard form, we expand 3(x - 1)(x + 5) = 0
Expanding (x - 1)(x + 5):
(x - 1)(x + 5) = x2 + 5x - x - 5
= x2 + 4x - 5
Multiplying by 3: 3(x2 + 4x - 5)
3x2 + 12x - 15 = 0
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.






