Parabolas
A parabola is the U-shaped graph of a quadratic, y = ax² + bx + c. The sign of a decides which way it opens: a > 0 opens upward (a valley with a lowest point), a < 0 opens downward (a hill with a highest point). That turning point is the vertex, and it is where the maximum or minimum output occurs — a frequent GRE target. In vertex form y = a(x − h)² + k the vertex is simply (h, k); otherwise the vertex's x-coordinate is x = −b/(2a). The x-intercepts (where y = 0) are exactly the solutions of the quadratic, so they connect straight back to factoring and the discriminant: two intercepts when b² − 4ac > 0, one when it equals 0, none when it is negative. The GRE stays graphical and conceptual here — expect "how many times does this parabola cross the x-axis?" or "is the vertex a maximum or a minimum?" rather than heavy computation.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Points, distance & midpoint
| Distance between two points | d = √[ (x₂ − x₁)² + (y₂ − y₁)² ] |
|---|---|
| Midpoint | M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ) |
| Slope | m = (y₂ − y₁) / (x₂ − x₁) |
Lines & parabolas
| Slope-intercept form | y = mx + b (b = y-intercept) |
|---|---|
| Parallel lines | same slope: m₁ = m₂ |
| Perpendicular lines | m₁ × m₂ = −1 |
| x-intercept | set y = 0 and solve for x |
| Parabola (vertex form) | y = a(x − h)² + k, vertex (h, k) |