Fatskills
Practice. Master. Repeat.
Study Guide: Algebra Quadratics Quadratic Formula
Source: https://www.fatskills.com/algebra/chapter/algebra-quadratics-quadratic-formula

Algebra Quadratics Quadratic Formula

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

The Quadratic Formula is a mathematical formula used to find the solutions (roots) of a quadratic equation in the form of ax^2 + bx + c = 0, where a, b, and c are constants, and x is the variable. This topic appears in exams to test your ability to apply mathematical concepts to solve problems.

Why It Matters

The Quadratic Formula is a fundamental concept tested in various exams, including the SAT, ACT, and college entrance exams, with a frequency of 20-30% and a typical weightage of 10-20 marks. This topic is essential to understand, as it tests your ability to analyze and solve quadratic equations, which is a critical skill in mathematics and science.

Core Concepts

Before attempting any question on this topic, you must own the following foundational ideas:


  • Quadratic Equations: Equations of the form ax^2 + bx + c = 0, where a, b, and c are constants, and x is the variable.
  • Roots: The solutions to a quadratic equation, which can be real or complex numbers.
  • Discriminant: The expression b^2 - 4ac, which determines the nature of the roots (real and distinct, real and equal, or complex).
  • Completing the Square: A method to transform a quadratic equation into a perfect square trinomial.

The Rule-Book (How It Works)

The primary rule of the Quadratic Formula is:

x = (-b ± √(b^2 - 4ac)) / 2a

Sub-rules and exceptions:


  • If b^2 - 4ac > 0, the equation has two distinct real roots.
  • If b^2 - 4ac = 0, the equation has one real and equal root.
  • If b^2 - 4ac < 0, the equation has two complex roots.

Visual pattern: The Quadratic Formula can be visualized as a parabola with its vertex at (-b/2a, f(-b/2a)), where f(x) = ax^2 + bx + c.

Exam / Job / Audit Weighting

Frequency: 20-30% Difficulty Rating: Intermediate Question Type or Real-World Task Type: Mathematical problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

The following are the three most important rules and formulas for this topic:


  1. Quadratic Formula: x = (-b ± √(b^2 - 4ac)) / 2a
  2. Discriminant: b^2 - 4ac
  3. Completing the Square: A method to transform a quadratic equation into a perfect square trinomial.

Worked Examples (Step-by-Step)


Example 1: Easy

Question: Solve the quadratic equation x^2 + 4x + 4 = 0.
Step 1: Identify the values of a, b, and c: a = 1, b = 4, c = 4.
Step 2: Apply the Quadratic Formula: x = (-4 ± √(4^2 - 4(1)(4))) / 2(1)
Step 3: Simplify the expression: x = (-4 ± √(16 - 16)) / 2
Step 4: Solve for x: x = -4
Answer: x = -4
Key rule applied: Quadratic Formula

Example 2: Medium

Question: Solve the quadratic equation x^2 - 6x + 8 = 0.
Step 1: Identify the values of a, b, and c: a = 1, b = -6, c = 8.
Step 2: Apply the Quadratic Formula: x = (-(-6) ± √((-6)^2 - 4(1)(8))) / 2(1)
Step 3: Simplify the expression: x = (6 ± √(36 - 32)) / 2
Step 4: Solve for x: x = (6 ± √4) / 2
Step 5: Simplify further: x = (6 ± 2) / 2
Step 6: Solve for x: x = 4 or x = 2
Answer: x = 4 or x = 2
Key rule applied: Quadratic Formula

Example 3: Hard

Question: Solve the quadratic equation x^2 + 2x - 6 = 0.
Step 1: Identify the values of a, b, and c: a = 1, b = 2, c = -6.
Step 2: Apply the Quadratic Formula: x = (-2 ± √(2^2 - 4(1)(-6))) / 2(1)
Step 3: Simplify the expression: x = (-2 ± √(4 + 24)) / 2
Step 4: Simplify further: x = (-2 ± √28) / 2
Step 5: Solve for x: x = (-2 ± 2√7) / 2
Step 6: Simplify further: x = -1 ± √7
Answer: x = -1 ± √7
Key rule applied: Quadratic Formula

Common Exam Traps & Mistakes


Trap 1: Incorrect application of the Quadratic Formula

Question: Solve the quadratic equation x^2 + 2x - 6 = 0.
Mistake: Applying the Quadratic Formula incorrectly: x = (-2 ± √(2^2 - 4(1)(-6))) / 2(1)
Correct approach: Applying the Quadratic Formula correctly: x = (-2 ± √(2^2 - 4(1)(-6))) / 2(1)

Trap 2: Failure to simplify the expression

Question: Solve the quadratic equation x^2 - 6x + 8 = 0.
Mistake: Failing to simplify the expression: x = (6 ± √(36 - 32)) / 2
Correct approach: Simplifying the expression: x = (6 ± √4) / 2

Trap 3: Incorrect identification of the discriminant

Question: Solve the quadratic equation x^2 + 4x + 4 = 0.
Mistake: Identifying the discriminant incorrectly: b^2 - 4ac = 4^2 - 4(1)(4) = 16 - 16 = 0
Correct approach: Identifying the discriminant correctly: b^2 - 4ac = 4^2 - 4(1)(4) = 16 - 16 = 0

Shortcut Strategies & Exam Hacks


Hack 1: Use the discriminant to determine the nature of the roots

If b^2 - 4ac > 0, the equation has two distinct real roots.
If b^2 - 4ac = 0, the equation has one real and equal root.
If b^2 - 4ac < 0, the equation has two complex roots.

Hack 2: Use the Quadratic Formula to solve quadratic equations

The Quadratic Formula is a powerful tool to solve quadratic equations.

Hack 3: Simplify expressions before solving for x

Simplify the expression before solving for x to avoid errors.

Question-Type Taxonomy

The Quadratic Formula appears in various question formats, including:


Format Example Exam
Multiple Choice Solve the quadratic equation x^2 + 2x - 6 = 0. What is the value of x? SAT
Short Answer Solve the quadratic equation x^2 - 6x + 8 = 0. What are the values of x? ACT
Essay Explain the concept of the discriminant and its role in determining the nature of the roots of a quadratic equation. College Entrance Exam

Practice Set (MCQs)


Question 1: Easy

Question: Solve the quadratic equation x^2 + 4x + 4 = 0. What is the value of x? A) -2 B) -4 C) 0 D) 4 Correct Answer: B) -4 Explanation: The correct answer is B) -4, as the quadratic equation x^2 + 4x + 4 = 0 has a discriminant of 0, indicating that it has one real and equal root.
Why the Distractors Are Tempting: The distractors A) -2, C) 0, and D) 4 are tempting because they are plausible solutions to the quadratic equation.

Question 2: Medium

Question: Solve the quadratic equation x^2 - 6x + 8 = 0. What are the values of x? A) 2, 4 B) 3, 5 C) 4, 6 D) 5, 7 Correct Answer: A) 2, 4 Explanation: The correct answer is A) 2, 4, as the quadratic equation x^2 - 6x + 8 = 0 has a discriminant of 4, indicating that it has two distinct real roots.
Why the Distractors Are Tempting: The distractors B) 3, 5, C) 4, 6, and D) 5, 7 are tempting because they are plausible solutions to the quadratic equation.

Question 3: Hard

Question: Solve the quadratic equation x^2 + 2x - 6 = 0. What are the values of x? A) -1 + √7, -1 - √7 B) 1 + √7, 1 - √7 C) 2 + √7, 2 - √7 D) 3 + √7, 3 - √7 Correct Answer: A) -1 + √7, -1 - √7 Explanation: The correct answer is A) -1 + √7, -1 - √7, as the quadratic equation x^2 + 2x - 6 = 0 has a discriminant of 28, indicating that it has two complex roots.
Why the Distractors Are Tempting: The distractors B) 1 + √7, 1 - √7, C) 2 + √7, 2 - √7, and D) 3 + √7, 3 - √7 are tempting because they are plausible solutions to the quadratic equation.

30-Second Cheat Sheet

  • Quadratic Formula: x = (-b ± √(b^2 - 4ac)) / 2a
  • Discriminant: b^2 - 4ac
  • Completing the Square: A method to transform a quadratic equation into a perfect square trinomial.
  • Simplify expressions: Simplify the expression before solving for x to avoid errors.
  • Use the discriminant: Use the discriminant to determine the nature of the roots.

Learning Path

  1. Begin with the basics of quadratic equations and the Quadratic Formula.
  2. Practice solving quadratic equations using the Quadratic Formula.
  3. Learn to identify the discriminant and its role in determining the nature of the roots.
  4. Practice simplifying expressions and solving quadratic equations.
  5. Take timed drills and mock tests to assess your knowledge and skills.

Related Topics

  • Linear Equations: Linear equations are equations in which the highest power of the variable is 1.
  • Polynomial Equations: Polynomial equations are equations in which the highest power of the variable is n, where n is a positive integer.
  • Systems of Equations: Systems of equations are sets of two or more equations that are solved simultaneously.


ADVERTISEMENT