Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Quadratic Expressions
Source: https://www.fatskills.com/basic-math/chapter/quadratic-expressions

Basic Math: Quadratic Expressions

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

⏱️ ~5 min read


What Is This?

A quadratic expression is a polynomial of degree 2, which means the highest power of the variable is 2. It typically appears in the form ( ax^2 + bx + c ), where ( a ), ( b ), and ( c ) are constants and ( a \neq 0 ). This topic appears in exams because it tests your ability to manipulate and solve equations involving squared terms, which are fundamental in algebra and calculus. Questions typically involve simplifying, factoring, and solving quadratic equations.

Why It Matters

Quadratic expressions are tested in various standardized exams like the SAT, ACT, and GCSE, as well as in college-level mathematics courses. They frequently appear in algebra sections and can carry significant marks. This topic tests your algebraic manipulation skills, problem-solving abilities, and understanding of polynomial structures.

Core Concepts

  • Standard Form: Recognize and write quadratic expressions in the standard form ( ax^2 + bx + c ).
  • Factoring: Understand how to factor quadratic expressions into the product of two binomials.
  • Completing the Square: Know how to rewrite a quadratic expression in the form ( a(x-h)^2 + k ).
  • Quadratic Formula: Memorize and apply the quadratic formula ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ) to solve for ( x ).
  • Graphing: Understand the basic shape and properties of a parabola, the graph of a quadratic expression.

Prerequisites

  • Distributive Property: Essential for multiplying polynomials.
  • Basic Algebra: Understanding of linear equations and simple polynomials.
  • Square Roots: Knowledge of how to handle square roots and radicals.

The Rule-Book (How It Works)


Primary Rule

A quadratic expression is any expression of the form ( ax^2 + bx + c ).

Sub-rules and Exceptions

  • Factoring: Not all quadratics can be factored into binomials. Some may require the quadratic formula.
  • Completing the Square: Always results in a perfect square trinomial.
  • Quadratic Formula: Applicable to all quadratic equations, but ensure ( a \neq 0 ).

Visual Pattern

Think of a parabola (U-shape) when dealing with quadratic expressions. The vertex form ( a(x-h)^2 + k ) helps visualize the vertex of the parabola.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Standard Form: ( ax^2 + bx + c )
  2. Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )
  3. Completing the Square: ( a(x-h)^2 + k )

Worked Examples (Step-by-Step)


Easy

Question: Factor the quadratic expression ( x^2 + 5x + 6 ).

Step-by-Step: 1. Identify two numbers that multiply to 6 and add to 5.
2. These numbers are 2 and 3.
3. Rewrite the expression: ( (x + 2)(x + 3) ).

Answer: ( (x + 2)(x + 3) )

Medium

Question: Solve the quadratic equation ( 2x^2 - 4x - 6 = 0 ) using the quadratic formula.

Step-by-Step: 1. Identify ( a = 2 ), ( b = -4 ), ( c = -6 ).
2. Apply 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} ).
4. Further simplify: ( x = \frac{4 \pm \sqrt{64}}{4} ).
5. Solve: ( x = \frac{4 \pm 8}{4} ).
6. Solutions: ( x = 3 ) or ( x = -1 ).

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

Hard

Question: Complete the square for the expression ( 3x^2 - 12x + 7 ).

Step-by-Step: 1. Factor out the coefficient of ( x^2 ): ( 3(x^2 - 4x) + 7 ).
2. Complete the square inside the parentheses: ( 3(x^2 - 4x + 4 - 4) + 7 ).
3. Simplify: ( 3((x - 2)^2 - 4) + 7 ).
4. Distribute and combine like terms: ( 3(x - 2)^2 - 12 + 7 ).
5. Final form: ( 3(x - 2)^2 - 5 ).

Answer: ( 3(x - 2)^2 - 5 )

Common Exam Traps & Mistakes

  1. Misapplying FOIL: Students often use FOIL for non-binomial products.
  2. Wrong Answer: ( (x^2 + 3x + 2)(x + 1) ) using FOIL.
  3. Correct Approach: Use full distribution.

  4. Incorrect Factoring: Not all quadratics factor neatly.

  5. Wrong Answer: ( x^2 + x + 1 ) as ( (x + 1)^2 ).
  6. Correct Approach: Use the quadratic formula if factoring fails.

  7. Sign Errors: Mistakes in distributing negative signs.

  8. Wrong Answer: ( -(x^2 + 2x + 1) ) as ( -x^2 - 2x - 1 ).
  9. Correct Approach: Distribute the negative sign correctly.

  10. Square Root Mistakes: Forgetting both positive and negative roots.

  11. Wrong Answer: ( \sqrt{9} ) as only ( 3 ).
  12. Correct Approach: ( \sqrt{9} = \pm 3 ).

Shortcut Strategies & Exam Hacks

  • FOIL Mnemonic: Remember FOIL (First, Outer, Inner, Last) for binomial products.
  • Vertex Form: Quickly identify the vertex of a parabola using ( (h, k) ).
  • Discriminant Check: Use ( b^2 - 4ac ) to determine the nature of the roots.

Question-Type Taxonomy

  1. Factoring Quadratics: Example: Factor ( x^2 + 6x + 8 ).
  2. Favored by: SAT, ACT

  3. Solving Quadratic Equations: Example: Solve ( 2x^2 - 5x + 3 = 0 ).

  4. Favored by: GCSE, College Algebra

  5. Completing the Square: Example: Complete the square for ( x^2 - 8x + 12 ).

  6. Favored by: Advanced Algebra, Calculus

Practice Set (MCQs)


Question 1

Question: What is the factored form of ( x^2 + 7x + 12 )? - A: ( (x + 3)(x + 4) ) - B: ( (x + 2)(x + 6) ) - C: ( (x + 5)(x + 2) ) - D: ( (x + 1)(x + 12) )

Correct Answer: A Explanation: The numbers 3 and 4 multiply to 12 and add to 7.
Why the Distractors Are Tempting: Other pairs add to 7 but do not multiply to 12.

Question 2

Question: Solve for ( x ) in ( 3x^2 - 11x - 4 = 0 ).
- A: ( x = 4, x = -\frac{1}{3} ) - B: ( x = -4, x = \frac{1}{3} ) - C: ( x = 3, x = -1 ) - D: ( x = 2, x = -2 )

Correct Answer: A Explanation: Using the quadratic formula, ( x = \frac{11 \pm \sqrt{121 + 48}}{6} ).
Why the Distractors Are Tempting: Incorrect application of the quadratic formula.

Question 3

Question: Complete the square for ( 2x^2 + 8x + 3 ).
- A: ( 2(x + 2)^2 - 5 ) - B: ( 2(x + 4)^2 + 3 ) - C: ( 2(x + 2)^2 + 3 ) - D: ( 2(x + 1)^2 + 5 )

Correct Answer: A Explanation: Factor out 2, complete the square inside, and simplify.
Why the Distractors Are Tempting: Incorrect completion of the square.

30-Second Cheat Sheet

  • Standard Form: ( ax^2 + bx + c )
  • Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )
  • Completing the Square: ( a(x-h)^2 + k )
  • FOIL: First, Outer, Inner, Last for binomial products
  • Vertex Form: ( (h, k) ) for parabola vertex
  • Discriminant: ( b^2 - 4ac ) for nature of roots

Learning Path

  1. Beginner Foundation: Understand the standard form and basic factoring.
  2. Core Rules: Learn the quadratic formula and completing the square.
  3. Practice: Solve varied quadratic equations and complete the square problems.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Linear Equations: Often appear alongside quadratic expressions.
  2. Polynomial Division: Understanding remainder and quotient.
  3. Graphing Functions: Visualizing quadratic functions as parabolas.



ADVERTISEMENT