• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Quadratic Equations

Quadratic Equations

Quadratic equations, also known as quadratics, are polynomial equations of the second degree. This implies that they consist of at least one term that is squared. A polynomial with degree two is a quadratic equation that can be expressed as:

ax2 + bx + c = 0

in which x represents an unknown variable, and a, b, and c are constant values with a ≠ 0. The term ax2 is the quadratic term, bx is the linear term, and c is the constant term.

1.0Quadratic Equation Definition

In algebra, the quadratic equation is defined as a polynomial equation of the second degree. This implies that they consist of at least one term that is squared. A quadratic equation with the variable x is an equation in the format:

ax2 + bx + c = 0,

where a, b, and c denote real numbers, and a ≠ 0. For example, 2x2 + x–300 = 0 is a quadratic equation. 

Similarly, 2x2 – 3x + 1 = 0, 4x– 3 x2 + 2=0 and 1–x2 – 300 = 0 are also quadratic equations. Any equation is in the form p(x) = 0, where polynomial p(x) is of degree 2 and is a quadratic equation. 

Solutions to a quadratic equation can be determined by various methods, such as factoring, completing the square, or using the quadratic formula:    

 x=2a−b±b2−4ac​​

Where ± denotes that there are typically two solutions unless the discriminant (b2 – 4ac) is negative, in which case there are no real solutions. Quadratic equations often arise in various fields of mathematics, physics, engineering, and other sciences. They are also fundamental in algebra and serve as a basis for understanding more complex equations and functions.

2.0Standard Form of Quadratic Equations

The standard form of quadratic equation is:

ax2 + bx + c = 0

In this form:

  • x represents the variable.
  • a, b, and c denote constant, with a not equal to zero.

The standard form helps identify the coefficients a, b, and c and for solving quadratic equations using various methods like factoring, completing the square, or using the quadratic formula.

3.0Quadratic Equation Formula

The quadratic formula is a fundamental tool for solving quadratic equations. It provides the roots (or solutions) of a quadratic equation of the form:

ax2 + bx + c = 0

The quadratic formula is:

x=2a−b±b2−4ac​​

  • x represents the variable (the unknown).
  • a, b, and c denote constants with a ≠ 0.
  • b2 – 4ac is called the discriminant.

The discriminant determines the nature of the roots:

  • If b2 – 4ac > 0, then there exist two distinct real roots.
  • If b2 – 4ac = 0, then there is one distinct real root (the equation exhibits repeated roots).
  • If b2– 4ac < 0, then there is no real root (the roots are complex).

The " addition and subtraction " (±) sign in the formula indicates that there are typically two solutions for x, one obtained by adding the square root term and the other by subtracting it.

The quadratic formula is used as a powerful tool for solving quadratic equations quickly and accurately, even when factoring or completing the square methods is not convenient.

4.0Quadratic Equation Examples

Here are some examples of quadratic equations.

  • x2+ 2x + 1 = 0
  • 2x2 + x + 1 = 0
  • x2 + 3x + 1 = 0
  • –x2 + 3x + 5 = 0
  • 7x2 + x + 2 = 0

5.0How To Solve Quadratic Equations

The following methods can be used to solve quadratic equations.

  1. Factorization
  2. Completing the square
  3. Using the Quadratic Formula


  1. Factorization

If the quadratic expression is factorable, you can factor it into two binomial expressions and set each factor equal to zero to find the solutions.

Example: Solve:    x2 – 5x + 6 = 0

Factorize as (x – 2) (x – 3) = 0

So, the solutions are x = 2 and x = 3.


  1. Completing the square

You can rewrite the quadratic equation in the form (x + p)2 = q, where p and q are constants, and then solve for x. 

Example: Solve: x2 – 4x – 5 = 0 

First, move the constant term to the other side:  x2 – 4x = 5 

Next, add (4/2)2 = 4 to both sides to complete the square:

x2 – 4x + 4 = 5 + 4

This simplifies to (x – 2)2 = 9. 

Taking the square root of both sides, we get x – 2 = ± 3, so the solutions are x = –1 and x = 5 


  1. Using the Quadratic Formula

The quadratic formula is a general method that can be applied to any quadratic equation. It states that for the equation ax2+bx+c=0, the solutions are given by:

x=2a−b±b2−4ac​​


Example: Solve: 2x2 + 3x – 2= 0

we have a = 2, b= 3, and c = –2.  Substituting these values into the quadratic formula:

x=2⋅2−3±32−4⋅2⋅(−2)​​

x=4−3±9+16​​

x=4−3±25​​

x=4−3±5​

So, the solutions are

4−3+5​=21​ and 4−3−5​=−2  

6.0Relation Between Roots and Coefficient

  1. If α and β are the roots of the quadratic equation, 

ax2 + bx + c = 0

sum of the roots, α + β = –b/a = – coefficient of x /coefficient of x2

and product of the roots,  αβ = c/a = constant term /coefficient of x2 

Find Quadratic Equation from roots

If we want to find the quadratic equation from roots, then

Let α and β be two roots then the quadratic equation will be

x2 – (α + β)x + αβ = 0

x2 - (sum of roots )x + (product of the roots) = 0

7.0Quadratic Equation JEE Questions

Question 1. If  α ≠ β but α2 = 5α – 3 and  β2 = 5β – 3 then the equation having α/β and β/α as its roots is

a. 3x2 – 19x + 3 = 0 c. 3x2 +19x –3 =0

b. x2 – 19x – 3 = 0 d. x2 – 5x +3 = 0

Ans: - We have α2 = 5α – 3 and β2 = 5β – 3; ⇒ α and β are roots of equation, x2 = 5x –3 or x2 = 5x – 3 or x2 – 5x + 3 = 0

∴  α + β = 5 and αβ = 3

Thus, the equation having α/β and β/α as its roots is x2 – (α/β + β/α)x + αβ/αβ = 0

x2 – {(α2 + β2)/αβ}x + 1 = 0

3x2 – 19x +3 = 0


Question 2. The quadratic equations x2 – 6x + a = 0, x2 – cx + 6 = 0 have 1 root in common. The other roots of the first and second quadratic equations are integers in the ratio 4 : 3. Then, the common root is

a. 2 b. 1 c. 4 d. 3

Ans: Let the common root be α

As the other roots are in 4 : 3

so, Let 4β is the root of x2 – 6x + a = 0 and 3β is the root of x2 – cx + 6 = 0

So, by this α + 4β = 9 and 4αβ = a

 α + 3β = c and 3αβ = 6

as, 3αβ = 6

4 ✕  2 = a ⇒ 8 = a

The first equation is x2 – 6x + 8 = 0

We can rewrite it as  x2 – 2x – 4x + 8 = 0

x(x –2) – 4(x –2) = 0

(x –2)(x –4) = 0

So, x – 2 = 0 and x –4 = 0

x = 2 and x = 4

So, The value of x is 2, 4.

For α = 2, 4β = 4

So, β = 4/4, β  = 1

3β = 3

Hence the common root is α = 2.

8.0Solved Questions for Quadratic Equation

  1. What is a quadratic equation?

Ans: The quadratic equation is defined as a polynomial equation of the second degree, written in the format ax2 + bx + c = 0, where x represents an unknown variable and a, b, and c denote constants with a ≠ 0.

  1. What is the quadratic formula?

Ans: The quadratic formula is a general formula used to find the solutions of any quadratic equation. It states that for the equation ax2 + bx + c = 0, the solutions are given by:   

x=2a−b±b2−4ac​​


Table of Contents


  • 1.0Quadratic Equation Definition
  • 2.0Standard Form of Quadratic Equations
  • 3.0Quadratic Equation Formula
  • 4.0Quadratic Equation Examples
  • 5.0How To Solve Quadratic Equations
  • 6.0Relation Between Roots and Coefficient
  • 7.0Quadratic Equation JEE Questions
  • 8.0Solved Questions for Quadratic Equation

Frequently Asked Questions

Quadratic equations can be solved using various methods, like factorization, completing the square, and using the quadratic formula.

No, not all quadratic equations can be factored into linear factors with rational coefficients. Some quadratic equations may have irrational or complex roots that cannot be expressed neatly in factored form.

Quadratic equations have numerous applications in various fields, including physics (e.g., projectile motion), engineering (e.g., designing structures), economics (e.g., profit maximization), and computer graphics (e.g., modeling curves).

Yes, many real-life phenomena can be modeled using quadratic equations, such as the trajectory of a thrown object, the shape of a parabolic mirror, the growth of populations, and the cost and revenue functions in business.

The solutions to quadratic equations are the values of x that satisfy the equation. Depending on the discriminant (b2–4ac), a quadratic equation may have two distinct real roots, two repeated real roots or two complex roots.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Differential Equations

An equation that involves independent and dependent variables and the derivatives of the dependent variables is called a Differential Equation.

Partial Differential Equations

Partial Differential Equations are mathematical equations that involve multiple independent variables, their partial derivatives,...

Matrix Operations

A matrix is an arrangement of numbers or expressions in the form of rows and columns in a two-dimensional structure called a rectangular array.

Chain Rule Questions

The chain rule of differentiation is a fundamental concept in calculus that allows us to find the derivative of a composite function. 

Conic Sections

Conic Sections are the curves obtained by an interesting double-napped right circular cone by a plane. They...

Introduction To Three Dimensional Geometry

Three-dimensional geometry encompasses the mathematical study of shapes and figures in 3D space, involving three coordinates: the x-...

Parabola

The parabola, integral to conic sections, arises from slicing a right circular cone. Defined by quadratic equations,...

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO