Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Functions Interpreting Features in Context
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-psat-math-advanced-math-quadratic-functions-interpreting-features-in-context

SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Functions Interpreting Features in Context

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?

Quadratic functions are polynomial functions of degree 2, typically written as ( f(x) = ax^2 + bx + c ). This topic appears in exams to test your ability to interpret and apply the features of quadratic functions in various contexts, such as finding maximum or minimum values, determining the direction of the parabola, and solving real-world problems.

Why It Matters

Quadratic functions are tested in SAT, ACT, AP Calculus, and various college-level math exams. They frequently appear in 20-30% of questions in these exams and typically carry 5-10 marks each. This topic tests your analytical and problem-solving skills, as well as your understanding of algebraic manipulation and graph interpretation.

Core Concepts

  1. Standard Form: ( f(x) = ax^2 + bx + c ). Understand the role of each coefficient.
  2. Vertex Form: ( f(x) = a(x-h)^2 + k ). Recognize the vertex ((h, k)) and the axis of symmetry.
  3. Discriminant: ( b^2 - 4ac ). Determine the nature of the roots (real and distinct, real and equal, or complex).
  4. Graph Features: Identify the vertex, axis of symmetry, and direction (opens up or down).
  5. Applications: Solve problems involving projectile motion, profit maximization, and area optimization.

Prerequisites

  1. Basic Algebra: Understanding of linear equations and functions.
  2. Graphing: Ability to plot and interpret basic graphs.
  3. Factoring: Skill in factoring quadratic expressions.

The Rule-Book (How It Works)


Primary Rule

A quadratic function ( f(x) = ax^2 + bx + c ) forms a parabola. The vertex is the highest or lowest point, and the axis of symmetry is the vertical line through the vertex.

Sub-rules and Exceptions

  • Vertex Form: ( f(x) = a(x-h)^2 + k ) directly gives the vertex ((h, k)).
  • Direction: If ( a > 0 ), the parabola opens up; if ( a < 0 ), it opens down.
  • Discriminant: ( b^2 - 4ac ) determines the nature of the roots.

Visual Pattern

Imagine a parabola: the vertex is the tip, the axis of symmetry is the line through the tip, and the direction is whether it opens up or down.

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. Vertex Formula: ( h = -\frac{b}{2a} )
  2. Discriminant: ( b^2 - 4ac )
  3. Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )

Worked Examples (Step-by-Step)


Easy

Question: Find the vertex of the parabola ( f(x) = x^2 - 4x + 3 ).
Step 1: Identify ( a = 1 ), ( b = -4 ), ( c = 3 ).
Step 2: Use the vertex formula ( h = -\frac{b}{2a} = -\frac{-4}{2 \cdot 1} = 2 ).
Step 3: Substitute ( h ) back into the function to find ( k ): ( f(2) = 2^2 - 4 \cdot 2 + 3 = -1 ).
Answer: Vertex is ((2, -1)).

Medium

Question: Determine the nature of the roots of ( f(x) = 2x^2 + 3x - 2 ).
Step 1: Identify ( a = 2 ), ( b = 3 ), ( c = -2 ).
Step 2: Calculate the discriminant ( b^2 - 4ac = 3^2 - 4 \cdot 2 \cdot (-2) = 25 ).
Step 3: Since ( 25 > 0 ), the roots are real and distinct.
Answer: The roots are real and distinct.

Hard

Question: A projectile is launched with the equation ( h(t) = -16t^2 + 64t + 100 ). Find the maximum height.
Step 1: Identify ( a = -16 ), ( b = 64 ), ( c = 100 ).
Step 2: Use the vertex formula ( t = -\frac{b}{2a} = -\frac{64}{2 \cdot -16} = 2 ).
Step 3: Substitute ( t ) back into the function to find the maximum height: ( h(2) = -16 \cdot 2^2 + 64 \cdot 2 + 100 = 204 ).
Answer: Maximum height is 204 units.

Common Exam Traps & Mistakes

  1. Mistake: Forgetting to check the sign of ( a ) to determine the direction.
  2. Wrong Answer: Assuming the parabola opens up when ( a < 0 ).
  3. Correct Approach: Always check the sign of ( a ).

  4. Mistake: Miscalculating the discriminant.

  5. Wrong Answer: ( b^2 - 4ac ) calculated incorrectly.
  6. Correct Approach: Double-check your arithmetic.

  7. Mistake: Incorrectly applying the vertex formula.

  8. Wrong Answer: Using ( h = \frac{b}{2a} ) instead of ( h = -\frac{b}{2a} ).
  9. Correct Approach: Remember the negative sign.

  10. Mistake: Not substituting ( h ) back into the function to find ( k ).

  11. Wrong Answer: Assuming ( k ) is part of the vertex formula.
  12. Correct Approach: Always substitute ( h ) back to find ( k ).

Shortcut Strategies & Exam Hacks

  • Memory Aid: Remember the vertex formula as "negative b over 2a."
  • Elimination Strategy: If the discriminant is positive, eliminate options suggesting complex roots.
  • Pattern Recognition: Identify the direction of the parabola quickly by checking the sign of ( a ).

Question-Type Taxonomy

  1. Vertex Identification
  2. Mini-Example: Find the vertex of ( f(x) = 2x^2 - 8x + 7 ).
  3. Exams Favoring: SAT, ACT

  4. Root Analysis

  5. Mini-Example: Determine the nature of the roots of ( f(x) = 3x^2 - 5x + 2 ).
  6. Exams Favoring: AP Calculus, College Math

  7. Application Problems

  8. Mini-Example: A farmer wants to fence a rectangular field with 100 meters of fencing. What dimensions maximize the area?
  9. Exams Favoring: SAT, College Math

Practice Set (MCQs)


Question 1

Question: What is the vertex of the parabola ( f(x) = 3x^2 - 12x + 5 )? Options: A. ((2, -7)) B. ((-2, -7)) C. ((2, 5)) D. ((-2, 5)) Correct Answer: A. ((2, -7)) Explanation: Use the vertex formula ( h = -\frac{b}{2a} = -\frac{-12}{2 \cdot 3} = 2 ). Substitute ( h ) back to find ( k ): ( f(2) = 3 \cdot 2^2 - 12 \cdot 2 + 5 = -7 ).
Why the Distractors Are Tempting: B and D suggest incorrect calculations; C suggests not substituting ( h ) back.

Question 2

Question: What is the nature of the roots of ( f(x) = x^2 - 2x - 8 )? Options: A. Real and distinct B. Real and equal C. Complex D. None of the above Correct Answer: A. Real and distinct Explanation: Calculate the discriminant ( b^2 - 4ac = (-2)^2 - 4 \cdot 1 \cdot (-8) = 36 ). Since ( 36 > 0 ), the roots are real and distinct.
Why the Distractors Are Tempting: B and C suggest miscalculations; D is a catch-all.

Question 3

Question: A ball is thrown with the equation ( h(t) = -10t^2 + 40t + 5 ). What is the maximum height? Options: A. 25 B. 45 C. 65 D. 85 Correct Answer: B. 45 Explanation: Use the vertex formula ( t = -\frac{b}{2a} = -\frac{40}{2 \cdot -10} = 2 ). Substitute ( t ) back to find the maximum height: ( h(2) = -10 \cdot 2^2 + 40 \cdot 2 + 5 = 45 ).
Why the Distractors Are Tempting: A, C, and D suggest incorrect calculations or misunderstanding the vertex formula.

Question 4

Question: What is the vertex of the parabola ( f(x) = -2x^2 + 8x - 7 )? Options: A. ((2, 1)) B. ((-2, 1)) C. ((2, -1)) D. ((-2, -1)) Correct Answer: A. ((2, 1)) Explanation: Use the vertex formula ( h = -\frac{b}{2a} = -\frac{8}{2 \cdot -2} = 2 ). Substitute ( h ) back to find ( k ): ( f(2) = -2 \cdot 2^2 + 8 \cdot 2 - 7 = 1 ).
Why the Distractors Are Tempting: B and D suggest incorrect calculations; C suggests not substituting ( h ) back.

Question 5

Question: What is the nature of the roots of ( f(x) = 2x^2 - 4x + 5 )? Options: A. Real and distinct B. Real and equal C. Complex D. None of the above Correct Answer: C. Complex Explanation: Calculate the discriminant ( b^2 - 4ac = (-4)^2 - 4 \cdot 2 \cdot 5 = -24 ). Since ( -24 < 0 ), the roots are complex.
Why the Distractors Are Tempting: A and B suggest miscalculations; D is a catch-all.

30-Second Cheat Sheet

  • Vertex Formula: ( h = -\frac{b}{2a} )
  • Discriminant: ( b^2 - 4ac )
  • Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )
  • Direction: ( a > 0 ) opens up, ( a < 0 ) opens down
  • Vertex Form: ( f(x) = a(x-h)^2 + k )
  • Axis of Symmetry: Vertical line through the vertex
  • Roots: Real and distinct if ( b^2 - 4ac > 0 )

Learning Path

  1. Beginner Foundation: Review basic algebra and graphing.
  2. Core Rules: Memorize the vertex formula, discriminant, and quadratic formula.
  3. Practice: Solve easy to medium difficulty problems.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Linear Functions: Understanding linear equations helps in comparing with quadratic functions.
  2. Polynomial Functions: Quadratics are a subset; understanding higher-degree polynomials is beneficial.
  3. Graphing Techniques: Essential for visualizing and interpreting quadratic functions.


ADVERTISEMENT