Quadratic Functions and Modeling
Unit 5 of Algebra I. 14 questions below, each with the working. Every answer was checked by a second pass before it was published.
Graphs of quadratic functions, vertex and intercepts, comparing linear, quadratic and exponential models, transformations, square-root and cube-root functions, piecewise functions.
How this unit is tested
What you have to know
14 practice questions
-
Find the vertex of f(x) = 2x^2 - 8x + 5.
Show the answer
Answer. (2, -3)
Use x=-b/(2a) = 8/4 = 2. Then f(2) = 2(4) - 16 + 5 = 8 - 16 + 5 = -3, so the vertex is (2, -3). -
Rewrite g(x) = -3(x+1)^2 - 2 in standard form.
Show the answer
Answer. g(x) = -3x^2 - 6x - 5
Expand (x+1)^2 = x^2+2x+1, multiply by -3 to get -3x^2-6x-3, then subtract 2 more: -3x^2-6x-5. -
A parabola has x-intercepts at x=-3 and x=1 and passes through (0,-6). Write its equation in standard form.
Show the answer
Answer. f(x) = 2x^2 + 4x - 6
Start with factored form f(x)=a(x+3)(x-1). Plug in (0,-6): a(3)(-1) = -3a = -6, so a=2. Then f(x)=2(x+3)(x-1)=2x^2+4x-6. -
Which function eventually grows fastest for large x: f(x)=2^x, g(x)=100x^2, or h(x)=50x+10?
Show the answer
Answer. f(x)=2^x
Exponential functions eventually exceed any polynomial function's growth, regardless of coefficients; for large enough x, 2^x will surpass both 100x^2 and 50x+10. -
A table shows x=0,1,2,3 with y=3,5,9,15. Is this data best modeled as linear, quadratic, or exponential?
Show the answer
Answer. Quadratic
First differences are 2, 4, 6 (not constant). Second differences are 2, 2 (constant), which is the signature of a quadratic model. -
If g(x) = f(x-3) + 2 and f(x)=x^2, describe the transformation from f to g and give the vertex of g.
Show the answer
Answer. Shift right 3 units and up 2 units; vertex (3, 2)
Replacing x with (x-3) shifts the graph right 3, and adding 2 outside shifts it up 2. Since f's vertex is (0,0), g's vertex becomes (3,2). -
Given f(x) = x^2 + 1 for x < 0 and f(x) = 2x - 3 for x ≥ 0, find f(-2) and f(3).
Show the answer
Answer. f(-2) = 5 and f(3) = 3
Since -2 < 0, use x^2+1: (-2)^2+1 = 4+1 = 5. Since 3 ≥ 0, use 2x-3: 2(3)-3 = 6-3 = 3. -
Find the domain of f(x) = √(2x - 4) + 1.
Show the answer
Answer. x ≥ 2
The radicand must be non-negative: 2x-4 ≥ 0, so x ≥ 2. The '+1' outside the root does not affect the domain. -
Describe the transformation that produces g(x) = -∛(x+1) - 3 from the parent function f(x) = ∛x.
Show the answer
Answer. Reflect over the x-axis, shift left 1 unit, and shift down 3 units
The negative sign in front reflects the graph over the x-axis. Writing (x+1) as (x-(-1)) shows a shift left 1, and the -3 outside shifts the graph down 3. -
Solve 3x^2 - 5x - 2 = 0.
Show the answer
Answer. x = 2 and x = -1/3
Using the quadratic formula: x = (5 ± √(25+24))/6 = (5 ± 7)/6, giving x=12/6=2 or x=-2/6=-1/3. -
A ball's height is modeled by h(t) = -16t^2 + 64t + 5. Find the maximum height and the time it occurs.
Show the answer
Answer. Maximum height of 69 feet at t = 2 seconds
The axis of symmetry is t=-64/(2(-16))=2. Then h(2) = -16(4)+64(2)+5 = -64+128+5 = 69 feet. -
How many real solutions does x^2 + 4x + 7 = 0 have?
Show the answer
Answer. No real solutions
The discriminant is b^2-4ac = 16 - 28 = -12, which is negative, so the equation has no real solutions (two complex solutions). -
A rental company charges \$20 plus \$0.25 per mile for up to 100 miles, then \$0.15 per mile for each mile beyond 100. Write a piecewise function C(m) for the cost and find the cost of a 150-mile trip.
Show the answer
Answer. C(m) = 20 + 0.25m for 0 ≤ m ≤ 100, and C(m) = 45 + 0.15(m-100) for m > 100; C(150) = \$52.50
At exactly 100 miles the flat-rate piece gives 20+0.25(100)=45, which becomes the starting cost for the second piece. For m=150: 45 + 0.15(50) = 45+7.5 = 52.50. -
Given y = 2√(x-3) - 1, find the domain and range.
Show the answer
Answer. Domain: x ≥ 3, Range: y ≥ -1
The radicand x-3 must be ≥0, giving domain x≥3. Since √(x-3) ≥ 0, multiplying by 2 keeps it ≥0, and subtracting 1 shifts the minimum output to -1, giving range y≥-1.
What people get wrong
- Dropping the negative sign in x=-b/(2a) — always write the formula with the negative explicitly before substituting values, since a common error is computing b/(2a) instead.
- Getting the sign of h backwards in vertex form — in f(x)=a(x-h)^2+k, a term like (x+3)^2 means h=-3 (shift left 3), not h=3; rewrite (x+3) as (x-(-3)) before reading off h.
- Assuming a square-root function has domain 'all real numbers' — always set the radicand ≥0 and solve for x before stating the domain.
- Misreading which piece of a piecewise function applies at a boundary point — check whether the inequality on each piece is strict or non-strict, since the point can only belong to one piece.
- Declaring a data set 'quadratic' just because the y-values are increasing faster and faster, without actually computing first and second differences to confirm they're constant.
- Forgetting that a negative leading coefficient in a quadratic reflects the parabola (opens downward) when describing transformations, leading to a max instead of a min or vice versa.
Drill this unit until it sticks
These questions come back on a schedule built from what you get wrong, alongside the rest of Algebra I. Free, and no account needed to start.