The standard Form of the Quadratic Equation is ax2 + bx + c = 0, where a, b, and c are constants and x is a variable. Standard Form is a common way of representing any notation or equation. Quadratic equations can also be represented in other forms, such as,
- Vertex Form: a(x - h)2 + k = 0
- Intercept Form: a(x - p)(x - q) = 0

Key Characteristics:
- Degree 2: The highest power of x is 2, which makes it a quadratic equation.
- Parabola: The graph of a quadratic equation is a parabola. If a > 0, the parabola opens upwards, and if a < 0, it opens downwards.
- Vertex: The vertex of the parabola is located at
\left(\frac{-b}{2a}, f\left(\frac{-b}{2a}\right)\right) , and it represents the minimum or maximum point of the graph, depending on the sign of a. - Axis of Symmetry: The axis of symmetry is the vertical line x = −b/2a, passing through the vertex.
Table of Content
- Convert Quadratic Equations to Standard Form
- Convert Standard Form of Quadratic Equation into Vertex Form
- Converting Vertex Form to Standard Form
- Converting Standard Form of Quadratic Equation into Intercept Form
- Convert Intercept Form to Standard Form
- Solved Examples on Standard Forms of Quadratic Equations
Examples of Standard Forms of Quadratic Equations
Various examples of the quadratic equation in standard form are,
- 11x2 - 13x + 18 = 0
- (-14/3)x2 + 2/3x - 1/4 = 0
- (-√12)x2 - 8x = 0
- -3x2 + 9 = 0
Convert Quadratic Equations to Standard Form
Converting Quadratic Equations to Standard Form
- Step 1: Rearrange the equation so that the terms are in order of decreasing degree (from highest to lowest).
- Step 2: Combine any like terms i.e., add and subtract like terms.
- Step 3: Make sure that the coefficient 'a' of the x2 term is positive. If it's negative, multiply the entire equation by -1.
- Step 4: If there is any missing term i.e., term with x, add 0.x for that.
Steps to Convert Quadratic Equations to Standard Form
Let's understand the concept of Converting Quadratic Equations to Standard Form using the following example:
Example: Convert the following linear equation into Standard Form: 2x2 - 5x = 2x + 3
Step 1: Rearrange the equation: 2x2 - 5x - 2x + 3 = 0
Step 2: Combine any like terms: 2x2 - 7x + 3 = 0
Step 3: Coefficient of leading term is already positive, thus no need to multiply with -1.
Step 4: There are no missing terms of s.
Thus, 2x2 - 7x + 3 = 0 is the standard form of the given equation.
Convert Standard Form of Quadratic Equation into Vertex Form
We know that 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) is the vertex of the quadratic function.
Now we can easily convert the standard form into vertex form by comparing these two equations as,
ax2 + bx + c = a (x - h)2 + k
⇒ ax2 + bx + c = a (x2 - 2xh + h2) + k
⇒ ax2 + bx + c = ax2 - 2ahx + (ah2 + k)Comparing coefficients of x on both sides,
b = -2ah
⇒ h = -b/2a ... (1)Comparing constants on both sides,
c = ah2 + k
⇒ c = a (-b/2a)2 + k (From (1))
⇒ c = b2/(4a) + k
⇒ k = c - (b2/4a)
⇒ k = (4ac - b2) / (4a)
Now the formulas h = -b/2a and k = (4ac - b2) /(4a) are used to convert the standard to vertex form.
Example: Consider the quadratic equation 3x2 - 6x + 4 = 0. Comparing this with ax2 + bx + c = 0, we get a = 3, b = -6, and c = 4. Now for vertex form, we found h and k.
Solution:
h = -b/2a
⇒ h = -(-6) / (2.3) = 1
⇒ k = (4ac - b2) / (4a)
⇒ k = (4.3.4 - (-6)2) / (4.3)
⇒ k = (48 - 36) / 12 = 1Substituting a = 3, h = 1, and k = 1, the vertex form a(x - h)2 + k = 0 is, 3(x - 1)2 + 1 = 0
Converting Vertex Form to Standard Form
We can easily convert the vertex form of a quadratic equation into the standard form by simply solving (x - h)2 = (x - h) (x - h) and simplifying.
Let us consider the above example 2(x - 1)2 + 1 = 0 and convert it back into standard form.
3(x - 1)2 + 1 = 0 (Vertex Form)
⇒ 3(x2 - x - x + 1) + 1 = 0
⇒ 3(x2 - 2x + 1) + 1 = 0
⇒ 3x2 - 6x + 3 + 1 = 0⇒ 3x2 - 6x + 4 = 0...(i) (Standard Form)
Equation (i) is the required standard form of the quadratic form.
Converting Standard Form of Quadratic Equation into Intercept Form
We know that the standard form of a quadratic equation is ax2 + bx + c = 0 and the vertex form is a(x - p)(x - q) = 0 where (p, 0) and (q, 0) are the x-intercept and y-intercept respectively.
Now we can easily convert the standard form into intercept form by solving quadratic equations as p and q are the roots of the quadratic equation.
Example: Consider the quadratic equation 3x2 - 8x + 4 = 0. Comparing this with ax2 + bx + c = 0, we get a = 3, b = -8, and c = 4. Now finding the roots of the quadratic equation as
3x2 - 8x + 4 = 0
⇒ 3x2 - (6+2)x + 4 = 0
⇒ 3x2 - 6x - 2x + 4 = 0
⇒ 3x(x - 2) -2(x - 2) = 0
⇒ (3x -2)(x - 2) = 0
⇒ (3x -2) = 0 and (x - 2) = 0
⇒ x = 2/3 and x = 2Thus, the intercept form of the quadratic equation is,
a(x - p)(x - q) = 0
⇒ 3(x - 2/3)(x - 2) = 0
⇒ (3x -2)(x - 2) = 0
Convert Intercept Form to Standard Form
We can easily convert the vertex form of a quadratic equation into the standard form by simply solving (x - p)(x - q) = 0 and simplifying.
Let us consider the above example (3x -2)(x - 2) = 0 and convert it back into standard form.
(3x -2)(x - 2) = 0 (Intercept Form)
⇒ 3x2 - 6x - 2x + 4 = 0
⇒ 3x2 - 8x + 4 = 0...(i) (Standard Form)Equation (i) is the required standard form of the quadratic form.
Read More
- Quadratic Formula
- Roots of Quadratic Equations
- Relationship between Zeroes and Coefficients of a Polynomial
Solved Examples of Standard Forms of Quadratic Equations
Example 1: Convert the given quadratic equation 2x - 9 = 7x2 in standard form.
Solution:
Given quadratic equation,
2x - 9 = 7x2
The standard form of quadratic equation is ax2 + bx + c = 0
⇒ 2x = 7x2 + 9
⇒ 7x2 - 2x + 9 = 0So the standard form of given equation is 7x2 - 2x + 9 = 0.
Example 2: Convert the given quadratic equation (2x/7)-1 = 2x2 in standard form.
Solution:
Given equation,
(2x/7) - 1 = 2x2
⇒ (2x-7(1))/7 = 2x2
⇒ (2x-7)/7 = 2x2
⇒ 2x - 7 = 7(2x2)
⇒ 2x - 7 = 14x2
⇒ 14x2 - 2x + 7 = 0So the standard form of given equation is 14x2 - 2x + 7 = 0
Example 3: Convert the given equation (2x3/x) + 4 = 2x in standard form.
Solution:
Given equation,
(2x3/x) + 4 = 2x
One of the x in x3 is cancelled by the x in denominator to form x2
⇒ 2x2 + 4 = 2x
⇒ 2x2 - 2x + 4 = 0The above equation is further simplified to give x2 - x + 2 = 0
So the standard form of given equation is x2 - x + 2 = 0
Example 4: Convert the given quadratic equation into standard form (3/x) - 2x = 5.
Solution:
Given equation: (3/x) - 2x = 5
⇒ (3-2x(x))/x = 5
⇒ (3-2x2)/x = 5
⇒ 3-2x2 = 5x
⇒ 2x2 + 5x - 3 = 0So the standard form of given quadratic equation is 2x2 + 5x - 3 = 0.
Practice Questions on Standard Form of Quadratic Equation
Question 1. Convert the following quadratic equation from standard to vertex form: x2 - 4x + 1 = 0.
Question 2. Convert the following quadratic equation from standard to intercept form: 2x2 + 9x + 24 = 0.
Question 3. Convert the following quadratic equation from standard to vertex form: -4x2 - 12x + 16 = 0.
Question 4. Convert the following quadratic equation from standard to Intercept form: 11x2 + 8x + 3 = 0.