Fiveable

🍬Honors Algebra II Unit 5 Review

QR code for Honors Algebra II practice questions

5.3 Quadratic Systems and Applications

5.3 Quadratic Systems and Applications

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Solving Systems of Equations

Pep mascot
more resources to help you study

Defining Systems of Equations

A system of equations is a set of two or more equations that share the same variables, solved simultaneously to find their common solution(s). In this unit, you're mostly dealing with systems that pair a quadratic equation with a linear equation, though you can also have two quadratics together.

These systems can be solved algebraically (substitution or elimination) or graphically. Each method has its strengths depending on the problem.

Algebraic Methods for Solving Systems

Substitution is usually the go-to method for quadratic-linear systems. Here's how it works:

  1. Solve the linear equation for one variable (typically yy).
  2. Substitute that expression into the quadratic equation, replacing yy.
  3. Simplify and solve the resulting quadratic equation (you'll get a single-variable quadratic).
  4. Plug your solution(s) back into the linear equation to find the corresponding value(s) of the other variable.
  5. Write your answer(s) as ordered pairs.

Elimination works best when both equations are already in the same form (for example, both solved for yy). Set them equal to each other, then solve the resulting equation. This is really just a variation of substitution.

Example: Solve y=x23x+2y = x^2 - 3x + 2 and y=x1y = x - 1.

Set them equal: x23x+2=x1x^2 - 3x + 2 = x - 1

Rearrange: x24x+3=0x^2 - 4x + 3 = 0

Factor: (x1)(x3)=0(x - 1)(x - 3) = 0, so x=1x = 1 or x=3x = 3

Plug back in: when x=1x = 1, y=0y = 0; when x=3x = 3, y=2y = 2 Solutions: (1,0)(1, 0) and (3,2)(3, 2)

Graphical Solutions and the Discriminant

Graphically, the solutions to a system are the points of intersection of the two graphs. For a quadratic-linear system, there are three possible outcomes:

  • Two intersection points → two real solutions
  • One intersection point (the line is tangent to the parabola) → one real solution
  • No intersection points → no real solutions

You can predict which case you're in without graphing. After substituting and simplifying to a single quadratic equation, check the discriminant (b24acb^2 - 4ac):

  • b24ac>0b^2 - 4ac > 0 → two real solutions
  • b24ac=0b^2 - 4ac = 0 → one real solution
  • b24ac<0b^2 - 4ac < 0 → no real solutions

Modeling with Quadratic Functions

Defining Systems of Equations, Systems of Linear Equations: Two Variables – Algebra and Trigonometry OpenStax

Real-World Applications of Quadratic Functions

Quadratic functions show up whenever a quantity increases and then decreases (or vice versa) in a symmetric pattern. Common applications include projectile motion, area optimization, and revenue/profit modeling.

The key properties you'll use for modeling are the vertex (gives the maximum or minimum value), the axis of symmetry, the x-intercepts (zeros), and the concavity (whether the parabola opens up or down).

Projectile Motion

The standard projectile motion model is:

h(t)=12gt2+v0t+h0h(t) = -\frac{1}{2}gt^2 + v_0 t + h_0

where gg is the acceleration due to gravity (approximately 32 ft/s232 \text{ ft/s}^2 or 9.8 m/s29.8 \text{ m/s}^2), v0v_0 is the initial velocity, and h0h_0 is the initial height.

For example, a ball thrown upward at 48 ft/s from ground level gives h(t)=16t2+48th(t) = -16t^2 + 48t. Here's what the quadratic tells you:

  • Vertex: The maximum height and the time it occurs. Use t=b2a=482(16)=1.5t = -\frac{b}{2a} = -\frac{48}{2(-16)} = 1.5 seconds. Plug back in: h(1.5)=16(2.25)+48(1.5)=36h(1.5) = -16(2.25) + 48(1.5) = 36 feet.
  • Positive x-intercept: The time the projectile lands. Set h(t)=0h(t) = 0 and solve; here, t=3t = 3 seconds.
  • The h0h_0 term (the constant) gives the launch height. In this case it's 0, meaning the ball was thrown from ground level.

Optimization Problems

Optimization problems ask you to find the maximum or minimum value of a quantity that can be modeled quadratically. The vertex always gives you the optimal value.

A classic example is the fencing problem: You have 60 meters of fencing and want to enclose the largest possible rectangular area against a wall (so you only need three sides of fencing). If xx is the width, the length is 602x60 - 2x, and the area is:

A(x)=x(602x)=2x2+60xA(x) = x(60 - 2x) = -2x^2 + 60x

Since a=2<0a = -2 < 0, the parabola opens downward, so the vertex is a maximum. The optimal width is x=602(2)=15x = -\frac{60}{2(-2)} = 15 meters, giving a maximum area of A(15)=450A(15) = 450 square meters.

Applying Quadratic Functions

Defining Systems of Equations, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Linear Systems by Elimination

Problem-Solving with Quadratic Functions

When you encounter a word problem, follow these steps:

  1. Identify the variables. What quantity are you trying to optimize or solve for? What are the given constraints?
  2. Build the equation. Translate the relationships described in the problem into a quadratic function.
  3. Solve. Use the vertex formula, factoring, the quadratic formula, or graphing depending on what the problem asks.
  4. Interpret. Translate your mathematical answer back into the context of the problem, with units.

Interpreting Solutions and Considering Constraints

Not every mathematical solution makes sense in a real-world context. Always check your answers against the problem's constraints:

  • Non-negative constraints: Time, length, and quantity can't be negative. If you get t=2t = -2 seconds as one solution for a projectile problem, discard it.
  • Domain restrictions: A fencing problem where xx represents a width requires x>0x > 0 and also that the other dimensions remain positive.
  • Discrete vs. continuous: If you're optimizing the number of items produced, your answer needs to be a whole number, even if the vertex gives you x=14.3x = 14.3.

When presenting your solution, state your answer clearly, include units, and note any assumptions the model makes (e.g., ignoring air resistance in projectile motion).

Quadratic vs. Linear and Exponential Functions

Comparing Function Properties

Understanding how quadratic functions differ from linear and exponential functions helps you recognize which model fits a given situation.

PropertyLinearQuadraticExponential
General formy=mx+by = mx + by=ax2+bx+cy = ax^2 + bx + cy=abxy = a \cdot b^x
Rate of changeConstant (slope mm)Varies (changes linearly)Constant percent change
Graph shapeStraight lineParabolaCurve (J-shape or decay)
Max/MinNoneVertex (max if a<0a < 0, min if a>0a > 0)No max/min (has horizontal asymptote)

How to tell them apart from a table of values: Calculate the first differences (change in yy). If they're constant, it's linear. If the second differences are constant, it's quadratic. If the ratios of consecutive yy-values are constant, it's exponential.

Intercepts, Vertices, and End Behavior

  • Y-intercept: For all three types, plug in x=0x = 0. For linear, it's bb. For quadratic, it's cc. For exponential, it's aa (the initial value).
  • X-intercepts: Linear functions have exactly one (unless horizontal). Quadratics can have 0, 1, or 2. Exponential functions with a horizontal asymptote at y=0y = 0 have no x-intercept (the curve approaches but never touches the axis).

End behavior is where these functions diverge most dramatically:

  • Linear: One end goes to ++\infty, the other to -\infty (unless slope is 0).
  • Quadratic: Both ends go in the same direction. If a>0a > 0, both ends rise toward ++\infty. If a<0a < 0, both ends fall toward -\infty.
  • Exponential: One end approaches the horizontal asymptote, and the other end grows without bound (for growth) or the reverse (for decay).

A practical takeaway: for large values of xx, exponential growth will always eventually outpace quadratic growth, and quadratic growth will always eventually outpace linear growth. This matters when you're choosing which model best fits a real-world scenario over different time horizons.