Home / Digital SAT / Digital SAT Maths Study Notes

Digital SAT Maths -Unit 2 - 2.5 Quadratic Equations and Functions- Study Notes- New Syllabus

Digital SAT Maths -Unit 2 – 2.5 Quadratic Equations and Functions- Study Notes- New syllabus

Digital SAT Maths -Unit 2 – 2.5 Quadratic Equations and Functions- Study Notes – per latest Syllabus.

Key Concepts:

Standard & vertex form
Completing square
Discriminant
Word problems

Digital SAT Maths -Concise Summary Notes- All Topics

 Standard Form & Vertex Form

A quadratic function is a function whose highest power of \( x \) is 2.

\( f(x)=ax^2+bx+c \)

Its graph is a parabola.

1. Standard Form

  

\( f(x)=ax^2+bx+c \)

  • \( c \) = y-intercept
  • If \( a>0 \) parabola opens upward
  • If \( a<0 \) parabola opens downward

Vertex (Maximum/Minimum)

The x-coordinate of the vertex is:

\( x=-\dfrac{b}{2a} \)

2. Vertex Form

\( f(x)=a(x-h)^2+k \)

  • Vertex = \( (h,k) \)
  • Easy to identify maximum or minimum value

Why SAT Loves Vertex Form

Because it immediately shows the highest or lowest value of a function.

DIGITAL SAT Tip

If a question asks for maximum value, minimum value, or turning point → use vertex form.

Example 1 (Identify Vertex):

Find the vertex of \( f(x)=2(x-3)^2+5 \).

▶️ Answer/Explanation

Compare with \( a(x-h)^2+k \).

\( h=3,\; k=5 \)

Vertex: \( (3,5) \)

Example 2 (Find Vertex from Standard Form):

Find the vertex of \( f(x)=x^2-6x+1 \).

▶️ Answer/Explanation

\( x=-\dfrac{-6}{2(1)}=3 \)

Now substitute into function:

\( f(3)=9-18+1=-8 \)

Vertex: \( (3,-8) \)

Example 3 (Interpretation):

The height of a ball is \( h(t)=-t^2+6t+2 \). Find the maximum height.

▶️ Answer/Explanation

\( t=-\dfrac{6}{2(-1)}=3 \)

\( h(3)=-9+18+2=11 \)

Maximum height: 11 units

Completing the Square

Completing the square is a method used to rewrite a quadratic from standard form into vertex form.

We convert:

\( ax^2+bx+c \)

into

\( a(x-h)^2+k \)

This lets us easily find the vertex (maximum or minimum).

Core Idea

We create a perfect square trinomial.

\( x^2+bx \rightarrow (x+\frac{b}{2})^2-\left(\frac{b}{2}\right)^2 \)

Steps

  1. Factor coefficient of \( x^2 \) (if not 1)
  2. Take half of \( b \)
  3. Square it
  4. Add and subtract the same number
  5. Rewrite as a square

DIGITAL SAT Tip

If the problem asks for minimum value, maximum value, or turning point and the equation is in standard form, you should complete the square.

Example 1:

Rewrite \( x^2+6x+5 \) in vertex form.

▶️ Answer/Explanation

Half of 6 is 3.

\( x^2+6x+9-9+5 \)

\( (x+3)^2-4 \)

Answer: \( (x+3)^2-4 \)

Example 2:

Rewrite \( x^2-8x+2 \) in vertex form.

▶️ Answer/Explanation

Half of −8 is −4.

\( x^2-8x+16-16+2 \)

\( (x-4)^2-14 \)

Answer: \( (x-4)^2-14 \)

Example 3:

Find the minimum value of \( f(x)=x^2-4x+7 \).

▶️ Answer/Explanation

\( x^2-4x+4-4+7 \)

\( (x-2)^2+3 \)

Smallest value occurs when square = 0.

Minimum value: 3

Discriminant

The discriminant tells us how many real solutions a quadratic equation has.

For the quadratic:

\( ax^2+bx+c=0 \)

the discriminant is:

\( D=b^2-4ac \)

It comes from the quadratic formula:

\( x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a} \)

What the Discriminant Means

 

  • \( D>0 \) → two real solutions
  • \( D=0 \) → one real solution (repeated root)
  • \( D<0 \) → no real solutions

Graph Interpretation

  • 2 solutions → parabola crosses x-axis twice
  • 1 solution → parabola touches x-axis
  • 0 solutions → parabola never touches x-axis

DIGITAL SAT Tip

SAT often asks the number of solutions without solving the equation. Use the discriminant instead of factoring.

Example 1:

How many real solutions does \( x^2-5x+6=0 \) have?

▶️ Answer/Explanation

\( a=1,\; b=-5,\; c=6 \)

\( D=(-5)^2-4(1)(6) \)

\( D=25-24=1>0 \)

Answer: 2 real solutions

Example 2:

How many real solutions does \( x^2-4x+4=0 \) have?

▶️ Answer/Explanation

\( a=1,\; b=-4,\; c=4 \)

\( D=(-4)^2-4(1)(4)=16-16=0 \)

Answer: 1 real solution

Example 3:

How many real solutions does \( 2x^2+3x+5=0 \) have?

▶️ Answer/Explanation

\( a=2,\; b=3,\; c=5 \)

\( D=3^2-4(2)(5)=9-40=-31<0 \)

Answer: no real solutions

 Word Problems (Applications)

On the DIGITAL SAT, quadratics are commonly used to model real-life situations.

You are usually required to:

  • create an equation
  • solve the quadratic
  • interpret the meaning of the solution

Most Common SAT Quadratic Contexts

  • area and dimensions
  • projectile motion (height vs time)
  • revenue or profit

Key Strategy

  1. Define the variable
  2. Translate words → equation
  3. Solve
  4. Reject impossible answers (like negative length or time)

DIGITAL SAT Tip

One of the roots is often meaningless in context. Always check the situation.

Example 1 (Area Problem):

The length of a rectangle is 3 more than its width. The area is 40 square units. Find the width.

▶️ Answer/Explanation

Let width \( = x \). Then length \( = x+3 \).

\( x(x+3)=40 \)

\( x^2+3x-40=0 \)

\( (x+8)(x-5)=0 \)

\( x=-8,\; x=5 \)

Width cannot be negative.

Answer: 5 units

Example 2 (Projectile Motion):

The height of a ball is \( h(t)=-t^2+8t+9 \). When does the ball hit the ground?

▶️ Answer/Explanation

Ground means height = 0.

\( -t^2+8t+9=0 \)

\( t^2-8t-9=0 \)

\( (t-9)(t+1)=0 \)

\( t=9,\; t=-1 \)

Time cannot be negative.

Answer: 9 seconds

Example 3 (Maximum Value):

A company models profit by \( P(x)=-2x^2+40x-50 \). Find the number of items that produces maximum profit.

▶️ Answer/Explanation

Maximum occurs at the vertex.

\( x=-\dfrac{b}{2a}=-\dfrac{40}{2(-2)}=10 \)

Answer: 10 items

Scroll to Top