Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Quadratics
Source: https://www.fatskills.com/basic-math/chapter/quadratics

Basic Math: Quadratics

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?

Quadratics are equations or expressions involving a variable squared (x²). They form the foundation of many algebraic concepts and are crucial for understanding parabolas, solving word problems, and more advanced topics like conic sections.

Quadratics frequently appear in algebra exams, often generating questions about solving quadratic equations, factoring, completing the square, and using the quadratic formula.

Why It Matters

Quadratics are tested in various standardized exams, including the SAT, ACT, and high school algebra finals. They typically carry a significant portion of the marks, often around 20-30%. This topic tests your ability to manipulate algebraic expressions, solve equations, and understand the properties of parabolas.

Core Concepts

  • Quadratic Equations: Equations of the form ( ax^2 + bx + c = 0 ).
  • Factoring: Breaking down a quadratic expression into a product of binomials.
  • Completing the Square: Transforming a quadratic equation into a perfect square form.
  • Quadratic Formula: A general solution for any quadratic equation, ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).
  • Discriminant: The value ( b^2 - 4ac ) that determines the nature of the roots of a quadratic equation.

Prerequisites

  • Distributive Property: Essential for factoring and expanding quadratic expressions.
  • Factoring Common Monomial: A foundational skill for factoring quadratics.
  • Integer Operations: Necessary for manipulating coefficients and constants in quadratic equations.

Without these prerequisites, you may struggle with factoring, completing the square, and applying the quadratic formula correctly.

The Rule-Book (How It Works)


Primary Rule

A quadratic equation ( ax^2 + bx + c = 0 ) can be solved using the quadratic formula: [ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ]

Sub-rules and Exceptions

  • Factoring: If the quadratic can be factored into ( (x - p)(x - q) = 0 ), then the solutions are ( x = p ) and ( x = q ).
  • Completing the Square: Rewrite ( ax^2 + bx + c ) as ( a(x + \frac{b}{2a})^2 - \frac{b^2 - 4ac}{4a} ).
  • Discriminant: If ( b^2 - 4ac ) is positive, the equation has two real roots. If zero, one real root. If negative, no real roots.

Visual Pattern

Think of a parabola ( y = ax^2 + bx + c ). The roots are where the parabola intersects the x-axis.

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, short answer, solving word problems

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Quadratic Formula: [ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ]
  2. Factoring Patterns: [ x^2 + (p+q)x + pq = (x + p)(x + q) ]
  3. Completing the Square: [ ax^2 + bx + c = a(x + \frac{b}{2a})^2 - \frac{b^2 - 4ac}{4a} ]

Worked Examples (Step-by-Step)


Easy

Question: Solve ( x^2 - 5x + 6 = 0 ).


  1. Identify the coefficients: ( a = 1 ), ( b = -5 ), ( c = 6 ).
  2. Factor the quadratic: ( (x - 2)(x - 3) = 0 ).
  3. Solve for ( x ): ( x = 2 ) or ( x = 3 ).

Answer: ( x = 2 ) or ( x = 3 ).

Medium

Question: Solve ( 2x^2 + 4x - 6 = 0 ).


  1. Identify the coefficients: ( a = 2 ), ( b = 4 ), ( c = -6 ).
  2. Use the quadratic formula: [ x = \frac{-4 \pm \sqrt{4^2 - 4 \cdot 2 \cdot (-6)}}{2 \cdot 2} ]
  3. Simplify: [ x = \frac{-4 \pm \sqrt{16 + 48}}{4} ] [ x = \frac{-4 \pm \sqrt{64}}{4} ] [ x = \frac{-4 \pm 8}{4} ]
  4. Solve for ( x ): ( x = 1 ) or ( x = -3 ).

Answer: ( x = 1 ) or ( x = -3 ).

Hard

Question: Solve ( 3x^2 - 7x + 2 = 0 ).


  1. Identify the coefficients: ( a = 3 ), ( b = -7 ), ( c = 2 ).
  2. Use the quadratic formula: [ x = \frac{7 \pm \sqrt{(-7)^2 - 4 \cdot 3 \cdot 2}}{2 \cdot 3} ]
  3. Simplify: [ x = \frac{7 \pm \sqrt{49 - 24}}{6} ] [ x = \frac{7 \pm \sqrt{25}}{6} ] [ x = \frac{7 \pm 5}{6} ]
  4. Solve for ( x ): ( x = 2 ) or ( x = \frac{1}{3} ).

Answer: ( x = 2 ) or ( x = \frac{1}{3} ).

Common Exam Traps & Mistakes

  1. Mistake: Forgetting to distribute the negative sign in the quadratic formula.
  2. Wrong Answer: ( x = \frac{b + \sqrt{b^2 - 4ac}}{2a} ).
  3. Correct Approach: Always write ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).

  4. Mistake: Incorrectly factoring by ignoring the middle term.

  5. Wrong Answer: ( x^2 + 5x + 6 = (x + 5)(x + 1) ).
  6. Correct Approach: Ensure the middle term matches: ( x^2 + 5x + 6 = (x + 2)(x + 3) ).

  7. Mistake: Misinterpreting the discriminant.

  8. Wrong Answer: Assuming ( b^2 - 4ac < 0 ) means no solutions.
  9. Correct Approach: Recognize it means no real solutions but possibly complex solutions.

  10. Mistake: Not completing the square correctly.

  11. Wrong Answer: ( x^2 + 6x + 9 = (x + 3)^2 ) but forgetting to adjust the constant term.
  12. Correct Approach: Ensure the equation balances: ( x^2 + 6x + 9 = (x + 3)^2 ).

Shortcut Strategies & Exam Hacks

  • Memory Aid: Remember the quadratic formula with the mnemonic "Negative b, Plus or Minus, Square Root, b squared minus 4ac, All over 2a."
  • Elimination Strategy: If the discriminant is negative, eliminate options suggesting real roots.
  • Pattern Recognition: For factoring, look for pairs of numbers that multiply to ( c ) and add to ( b ).

Question-Type Taxonomy

  1. Multiple Choice: Identify the correct solution to a quadratic equation.
  2. Example: What are the solutions to ( x^2 - 3x + 2 = 0 )?
  3. Favored Exams: SAT, ACT

  4. Short Answer: Solve a quadratic equation and show your work.

  5. Example: Solve ( 2x^2 + 5x - 3 = 0 ).
  6. Favored Exams: High school algebra finals

  7. Word Problems: Apply quadratic equations to real-world scenarios.

  8. Example: A ball is thrown upward with an initial velocity of 40 ft/s. The height ( h ) in feet after ( t ) seconds is given by ( h = -16t^2 + 40t + 6 ). When does the ball hit the ground?
  9. Favored Exams: SAT, ACT

Practice Set (MCQs)


Question 1

Question: What are the solutions to ( x^2 - 7x + 12 = 0 )? Options: A) ( x = 3, 4 ) B) ( x = 2, 5 ) C) ( x = 1, 6 ) D) ( x = 4, 3 )

Correct Answer: A) ( x = 3, 4 )

Explanation: Factor the quadratic: ( (x - 3)(x - 4) = 0 ). Thus, ( x = 3 ) or ( x = 4 ).

Why the Distractors Are Tempting: - B) Incorrect pair sum.
- C) Incorrect pair product.
- D) Correct values but reversed order.

Question 2

Question: Solve ( 2x^2 + 3x - 2 = 0 ) using the quadratic formula.
Options: A) ( x = 1, -2 ) B) ( x = \frac{1}{2}, -1 ) C) ( x = 2, -\frac{1}{2} ) D) ( x = 1, -\frac{1}{2} )

Correct Answer: B) ( x = \frac{1}{2}, -1 )

Explanation: Use the quadratic formula: [ x = \frac{-3 \pm \sqrt{3^2 - 4 \cdot 2 \cdot (-2)}}{2 \cdot 2} ] [ x = \frac{-3 \pm \sqrt{9 + 16}}{4} ] [ x = \frac{-3 \pm 5}{4} ] [ x = \frac{1}{2}, -1 ]

Why the Distractors Are Tempting: - A) Incorrect calculation.
- C) Incorrect calculation.
- D) Incorrect calculation.

Question 3

Question: What is the discriminant of ( 3x^2 - 5x + 1 = 0 )? Options: A) 13 B) 11 C) 17 D) 19

Correct Answer: C) 17

Explanation: Calculate the discriminant: [ b^2 - 4ac = (-5)^2 - 4 \cdot 3 \cdot 1 = 25 - 12 = 13 ]

Why the Distractors Are Tempting: - A) Close value.
- B) Close value.
- D) Close value.

Question 4

Question: Complete the square for ( x^2 + 8x + 15 = 0 ).
Options: A) ( (x + 4)^2 - 1 = 0 ) B) ( (x + 4)^2 + 1 = 0 ) C) ( (x + 3)^2 - 6 = 0 ) D) ( (x + 4)^2 - 1 = 0 )

Correct Answer: A) ( (x + 4)^2 - 1 = 0 )

Explanation: Complete the square: [ x^2 + 8x + 15 = (x + 4)^2 - 1 ]

Why the Distractors Are Tempting: - B) Incorrect constant term.
- C) Incorrect middle term.
- D) Incorrect middle term.

Question 5

Question: What are the solutions to ( 4x^2 - 12x + 9 = 0 )? Options: A) ( x = \frac{3}{2} ) B) ( x = 1, 2 ) C) ( x = \frac{3}{2}, \frac{3}{2} ) D) ( x = 3, 1 )

Correct Answer: A) ( x = \frac{3}{2} )

Explanation: Factor the quadratic: [ 4x^2 - 12x + 9 = (2x - 3)^2 = 0 ] [ x = \frac{3}{2} ]

Why the Distractors Are Tempting: - B) Incorrect pair.
- C) Incorrect repetition.
- D) Incorrect pair.

30-Second Cheat Sheet

  • Quadratic formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).
  • Factoring pattern: ( x^2 + (p+q)x + pq = (x + p)(x + q) ).
  • Completing the square: ( ax^2 + bx + c = a(x + \frac{b}{2a})^2 - \frac{b^2 - 4ac}{4a} ).
  • Discriminant: ( b^2 - 4ac ) determines the number of real roots.
  • Remember to distribute the negative sign in the quadratic formula.
  • Ensure the middle term matches when factoring.
  • Balance the equation when completing the square.

Learning Path

  1. Beginner Foundation:
  2. Understand the distributive property.
  3. Practice factoring common monomials.

  4. Core Rules:

  5. Learn the quadratic formula.
  6. Practice factoring quadratics.
  7. Master completing the square.

  8. Practice:

  9. Solve a variety of quadratic equations.
  10. Work through word problems involving quadratics.

  11. Timed Drills:

  12. Solve quadratic equations under time constraints.
  13. Practice identifying and applying the correct method quickly.

  14. Mock Tests:

  15. Take full-length practice exams.
  16. Review and correct mistakes.

Related Topics

  • Linear Equations: Often appear alongside quadratics in word problems.
  • Graphing Functions: Understanding parabolas helps visualize quadratic solutions.
  • Systems of Equations: Sometimes involve solving a quadratic and linear equation together.


ADVERTISEMENT