What is a Quadratic Equation?

In the last chapter, polynomials of degree 2 were called quadratic. When we set a quadratic polynomial equal to zero, we get a quadratic equation.

A quadratic equation in the variable xx is any equation that can be written in the standard form:

ax2+bx+c=0,a0ax^2 + bx + c = 0, \quad a \neq 0

where aa, bb, cc are real numbers and — crucially — a0a \neq 0. (If a=0a = 0, the x2x^2 term vanishes and it is no longer quadratic.)

Key Point: The defining feature is the x2x^2 term with a non-zero coefficient. The highest power of xx must be exactly 2.

Examples: x25x+6=0x^2 - 5x + 6 = 0, 2x2=82x^2 = 8, 3x2+x=03x^2 + x = 0 are all quadratic equations.

[Board Important] Always rearrange an equation into standard form ax2+bx+c=0ax^2 + bx + c = 0 before identifying aa, bb, cc or applying any method.

Checking Whether an Equation is Quadratic

Some equations look complicated but turn out to be quadratic (or not) once simplified. The test: bring everything to one side, simplify, and check if the highest power of xx is exactly 2.

Worked outline

  • (x+1)2=2(x3)(x + 1)^2 = 2(x - 3): expand → x2+2x+1=2x6x^2 + 2x + 1 = 2x - 6x2+7=0x^2 + 7 = 0. Highest power 2 → quadratic.
  • x(x+1)+8=(x+2)(x2)x(x + 1) + 8 = (x + 2)(x - 2): → x2+x+8=x24x^2 + x + 8 = x^2 - 4x+12=0x + 12 = 0. The x2x^2 cancels → not quadratic (it's linear).

Key Point: After full simplification, the equation is quadratic only if the x2x^2 term survives with a non-zero coefficient. Don't judge from the unsimplified form.

[Board Important] A favourite trap: an equation with x2x^2 on both sides may simplify to a linear equation. Always simplify first.

Roots of a Quadratic Equation

A root (or solution) of ax2+bx+c=0ax^2 + bx + c = 0 is a value of xx that makes the equation true, i.e. aα2+bα+c=0a\alpha^2 + b\alpha + c = 0 for x=αx = \alpha.

  • A quadratic equation has at most two roots (since its degree is 2).
  • These roots are exactly the zeroes of the polynomial ax2+bx+cax^2 + bx + c — the same idea from Chapter 2, now applied to solving.

Checking a root

Is x=2x = 2 a root of x23x+2=0x^2 - 3x + 2 = 0? Substitute: (2)23(2)+2=46+2=0(2)^2 - 3(2) + 2 = 4 - 6 + 2 = 0. Yes, 2 is a root.

Key Point: 'Solve the quadratic equation' means 'find its roots' — the values of xx satisfying it.

[Board Important] To verify a given value is a root, substitute it and check the equation reduces to 0. This is a common 1-mark task.

Forming Quadratic Equations from Situations

Many problems describe a real-life situation that translates into a quadratic equation. The skill is to assign a variable and express the condition.

Worked outline

'The product of two consecutive positive integers is 156.'

  1. Let the smaller integer be xx; the next is x+1x + 1.
  2. Their product: x(x+1)=156x(x + 1) = 156.
  3. Expand: x2+x156=0x^2 + x - 156 = 0 — a quadratic equation.

Area example

'The length of a rectangular plot is 3 m more than its breadth, and its area is 70 m².'

  • Let breadth =x= x. Length =x+3= x + 3. Area: x(x+3)=70x2+3x70=0x(x + 3) = 70 \Rightarrow x^2 + 3x - 70 = 0.

Key Point: Define the variable, write the condition as a product or expression, then bring it to standard form.

[Board Important] State 'Let … be xx' clearly with units. Forming the correct equation is often worth a mark or two even before solving.

Solved Examples

Example 1: Is it a quadratic equation?

Is (x2)2+1=2x3(x - 2)^2 + 1 = 2x - 3 a quadratic equation?

Solution:

  1. Expand: x24x+4+1=2x3x^2 - 4x + 4 + 1 = 2x - 3.
  2. Bring to one side: x24x+52x+3=0x26x+8=0x^2 - 4x + 5 - 2x + 3 = 0 \Rightarrow x^2 - 6x + 8 = 0.
  3. Highest power is 2.

Final Answer: Yes, it is quadratic.

Takeaway: Simplify fully, then check the x2x^2 term survives.

Example 2: Not a quadratic

Is x(x+1)+8=(x+2)(x2)x(x + 1) + 8 = (x + 2)(x - 2) a quadratic equation?

Solution:

  1. Expand: x2+x+8=x24x^2 + x + 8 = x^2 - 4.
  2. The x2x^2 terms cancel: x+8=4x+12=0x + 8 = -4 \Rightarrow x + 12 = 0.
  3. Highest power is 1.

Final Answer: No, it is linear, not quadratic.

Takeaway: Equal x2x^2 on both sides can cancel — always simplify.

Example 3: Identify aa, bb, cc

Write 3x2=5x23x^2 = 5x - 2 in standard form and state aa, bb, cc.

Solution:

  1. Move all terms to one side: 3x25x+2=03x^2 - 5x + 2 = 0.
  2. So a=3a = 3, b=5b = -5, c=2c = 2.

Final Answer: a=3a = 3, b=5b = -5, c=2c = 2.

Takeaway: Rearrange to ax2+bx+c=0ax^2 + bx + c = 0 before reading coefficients.

Example 4: Check a root

Is x=3x = -3 a root of x2+x6=0x^2 + x - 6 = 0?

Solution:

  1. Substitute: (3)2+(3)6=936=0(-3)^2 + (-3) - 6 = 9 - 3 - 6 = 0.
  2. Since it equals 0, 3-3 is a root.

Final Answer: Yes, x=3x = -3 is a root.

Takeaway: Substitute and check the equation becomes 0.

Example 5: Form an equation (consecutive integers)

The product of two consecutive positive integers is 156. Form the quadratic equation.

Solution:

  1. Let the integers be xx and x+1x + 1.
  2. x(x+1)=156x2+x156=0x(x + 1) = 156 \Rightarrow x^2 + x - 156 = 0.

Final Answer: x2+x156=0x^2 + x - 156 = 0.

Takeaway: Consecutive integers are xx and x+1x + 1.

Example 6: Form an equation (area)

The length of a rectangular hall is 3 m more than twice its breadth. Its area is 90 m². Form the equation.

Solution:

  1. Let breadth =x= x. Length =2x+3= 2x + 3.
  2. Area: x(2x+3)=902x2+3x90=0x(2x + 3) = 90 \Rightarrow 2x^2 + 3x - 90 = 0.

Final Answer: 2x2+3x90=02x^2 + 3x - 90 = 0.

Takeaway: Translate 'more than twice' as 2x+32x + 3, then use area = length × breadth.

Example 7: Find kk given a root

If x=2x = 2 is a root of x2kx+2=0x^2 - kx + 2 = 0, find kk.

Solution:

  1. Substitute x=2x = 2: (2)2k(2)+2=042k+2=0(2)^2 - k(2) + 2 = 0 \Rightarrow 4 - 2k + 2 = 0.
  2. 6=2kk=36 = 2k \Rightarrow k = 3.

Final Answer: k=3k = 3.

Takeaway: A known root, substituted, gives an equation for the unknown coefficient.

Example 8: Form an equation (ages)

A boy's age two years ago, multiplied by his age in three years, is 90. Form the equation (let present age =x= x).

Solution:

  1. Two years ago: x2x - 2. In three years: x+3x + 3.
  2. Product: (x2)(x+3)=90x2+x6=90x2+x96=0(x - 2)(x + 3) = 90 \Rightarrow x^2 + x - 6 = 90 \Rightarrow x^2 + x - 96 = 0.

Final Answer: x2+x96=0x^2 + x - 96 = 0.

Takeaway: Express each age relative to the present, then multiply.

Example 9: Standard form with fractions

Write x22x3=1\dfrac{x^2}{2} - \dfrac{x}{3} = 1 in standard form.

Solution:

  1. Multiply throughout by 6: 3x22x=63x^2 - 2x = 6.
  2. Bring to one side: 3x22x6=03x^2 - 2x - 6 = 0.

Final Answer: 3x22x6=03x^2 - 2x - 6 = 0.

Takeaway: Clear fractions by multiplying by the LCM of denominators first.

Example 10: Decide quadratic with a parameter

For what value of aa is (a1)x2+3x+2=0(a - 1)x^2 + 3x + 2 = 0 NOT a quadratic equation?

Solution:

  1. It fails to be quadratic when the coefficient of x2x^2 is 0.
  2. a1=0a=1a - 1 = 0 \Rightarrow a = 1.

Final Answer: a=1a = 1.

Takeaway: Quadratic requires the x2x^2 coefficient 0\neq 0; set it to 0 to find the excluded value.