Quadratic functions have the form \(ax^2 + bx + c\), characterized by the variable raised to the power of two. These functions graph as parabolas and are prevalent in piecewise functions where different segments may have quadratic expressions. In this piecewise function, for \(x < 2\), the expression is \(x^2 - 2\).
- For \(x = -1\), \((-1)^2 - 2\) equals \(-1\).
- For \(x = 0\), the value computed is \(0^2 - 2 = -2\).
When evaluating quadratic parts, remember:
- Simplify by squaring the variable part.
- Perform addition or subtraction operations correctly.
Recognizing quadratic functions within a piecewise setup helps determine which part of a function to apply in the solution process.