Achievable logoAchievable logo
FE Mechanical
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
1. Mathematics
1.1 Analytic geometry
1.1.1 Linear equations
1.1.2 Quadratics
1.1.3 Polynomial functions
1.1.4 Logarithms
1.2 Calculus
1.3 Ordinary differential equations
1.4 Numerical methods
2. Probability & statistics
3. Ethics & professional practice
4. Engineering economics
5. Electricity & magnetism
6. Statics
7. sandbox
Example
Achievable logoAchievable logo
1.1.2 Quadratics
FE Mechanical
1. Mathematics
1.1. Analytic geometry
Our FE Mechanical course is currently in development and is a work-in-progress.

Quadratics

3 min read
Font
Discuss
Share
Feedback

Quadratic equations represent one of the most important classes of polynomial equations in mathematics and engineering. These equations appear frequently in physics, engineering, and other applied sciences.

The standard form of a quadratic equation is:

ax2+bx+c=0,

where a, b, and c are constants with a=0.

Roots of quadratic equations

The solutions (roots) of a quadratic equation are given by the quadratic formula:

Quadratic formula

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

This formula provides the exact solutions for any quadratic equation and is derived through the process of completing the square. The expression under the square root, called the discriminant, is a powerful tool for analyzing quadratic equations without actually solving them.

Definitions
Discriminant
The expression D=b2−4ac under the square root in the quadratic formula. Its sign determines the nature of a quadratic equation’s roots: two distinct real roots when D>0, one repeated real root when D=0, and two complex conjugate roots when D<0.
  • Case 1: D>0, two distinct real roots. The quadratic equation has two different real solutions. Graphically, the parabola crosses the x-axis at two distinct points.

  • Case 2: D=0, one repeated real root. There is exactly one real solution. The parabola touches the x-axis at exactly one point (the vertex).

  • Case 3: D<0, two complex conjugate roots. The equation has no real solutions, but two complex solutions that are conjugates of each other. The parabola does not intersect the x-axis.

Completing the square

Completing the square is a technique for solving quadratic equations and understanding their geometric properties. This method transforms a quadratic expression into perfect square form.

Starting with ax2+bx+c=0 where a=0:

  1. Factor out the leading coefficient: a(x2+ab​x)+c=0
  2. Complete the square inside parentheses: add and subtract (2ab​)2
  3. Rewrite as a perfect square: a(x+2ab​)2−4ab2​+c=0
  4. Solve for x: a(x+2ab​)2=4ab2−4ac​

This process directly leads to the quadratic formula and reveals important geometric properties, as shown in the figure below:

@@@ Figure [quadratics-1]: A quadratic function with vertex (h,k) and axis of symmetry x=−2ab​ @@@

Vertex form of quadratics

Completing the square transforms a quadratic into vertex form:

y=a(x−h)2+k,

where (h,k) is the vertex of the parabola. This form immediately reveals:

  • Vertex location: (−2ab​,f(−2ab​))
  • Axis of symmetry: x=−2ab​
  • Direction of opening: upward if a>0, downward if a<0
  • Standard form of a quadratic equation:

ax2+bx+c=0.

  • Quadratic formula:

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

  • Discriminant:

D=b2−4ac

  • D>0: two distinct real roots.
  • D=0: one repeated real root.
  • D<0: two complex conjugate roots.
  • Vertex form of quadratics:

y=a(x−h)2+k

Previous
Next  | 1.1.3 Polynomial functions
All rights reserved ©2016 - 2026 Achievable, Inc.

Quadratics

Quadratic equations represent one of the most important classes of polynomial equations in mathematics and engineering. These equations appear frequently in physics, engineering, and other applied sciences.

The standard form of a quadratic equation is:

ax2+bx+c=0,

where a, b, and c are constants with a=0.

Roots of quadratic equations

The solutions (roots) of a quadratic equation are given by the quadratic formula:

Quadratic formula

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

This formula provides the exact solutions for any quadratic equation and is derived through the process of completing the square. The expression under the square root, called the discriminant, is a powerful tool for analyzing quadratic equations without actually solving them.

Definitions
Discriminant
The expression D=b2−4ac under the square root in the quadratic formula. Its sign determines the nature of a quadratic equation’s roots: two distinct real roots when D>0, one repeated real root when D=0, and two complex conjugate roots when D<0.
  • Case 1: D>0, two distinct real roots. The quadratic equation has two different real solutions. Graphically, the parabola crosses the x-axis at two distinct points.

  • Case 2: D=0, one repeated real root. There is exactly one real solution. The parabola touches the x-axis at exactly one point (the vertex).

  • Case 3: D<0, two complex conjugate roots. The equation has no real solutions, but two complex solutions that are conjugates of each other. The parabola does not intersect the x-axis.

Completing the square

Completing the square is a technique for solving quadratic equations and understanding their geometric properties. This method transforms a quadratic expression into perfect square form.

Starting with ax2+bx+c=0 where a=0:

  1. Factor out the leading coefficient: a(x2+ab​x)+c=0
  2. Complete the square inside parentheses: add and subtract (2ab​)2
  3. Rewrite as a perfect square: a(x+2ab​)2−4ab2​+c=0
  4. Solve for x: a(x+2ab​)2=4ab2−4ac​

This process directly leads to the quadratic formula and reveals important geometric properties, as shown in the figure below:

@@@ Figure [quadratics-1]: A quadratic function with vertex (h,k) and axis of symmetry x=−2ab​ @@@

Vertex form of quadratics

Completing the square transforms a quadratic into vertex form:

y=a(x−h)2+k,

where (h,k) is the vertex of the parabola. This form immediately reveals:

  • Vertex location: (−2ab​,f(−2ab​))
  • Axis of symmetry: x=−2ab​
  • Direction of opening: upward if a>0, downward if a<0
Key points
  • Standard form of a quadratic equation:

ax2+bx+c=0.

  • Quadratic formula:

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

  • Discriminant:

D=b2−4ac

  • D>0: two distinct real roots.
  • D=0: one repeated real root.
  • D<0: two complex conjugate roots.
  • Vertex form of quadratics:

y=a(x−h)2+k

More from Analytic geometry

  • Linear equations
  • Polynomial functions
  • Logarithms