๐ Understanding Linear Functions
A linear function is like a straight line on a graph. It shows a constant rate of change. Think of it as driving at a steady speed โ you cover the same distance every minute.
- ๐ Definition: A function where the highest power of the variable is 1.
- โ๏ธ General Form: $f(x) = mx + b$, where $m$ is the slope and $b$ is the y-intercept.
- ๐ Graph: A straight line.
- ๐งฎ Rate of Change: Constant. The slope, $m$, is the same everywhere on the line.
- โ Example: $f(x) = 2x + 3$
๐ Exploring Quadratic Functions
A quadratic function, on the other hand, curves! It doesn't have a constant rate of change. Imagine throwing a ball in the air โ it goes up, slows down, reaches a peak, and then comes back down faster and faster. That's a quadratic function in action.
- ๐งฎ Definition: A function where the highest power of the variable is 2.
- โ๏ธ General Form: $f(x) = ax^2 + bx + c$, where $a$, $b$, and $c$ are constants and $a \neq 0$.
- ๐ Graph: A parabola (U-shaped curve).
- ๐ข Rate of Change: Varies. It changes depending on the value of $x$.
- โ Example: $f(x) = x^2 - 4x + 4$
๐ Linear vs. Quadratic Functions: Side-by-Side Comparison
| Feature |
Linear Function |
Quadratic Function |
| General Form |
$f(x) = mx + b$ |
$f(x) = ax^2 + bx + c$ |
| Graph |
Straight Line |
Parabola (U-shaped curve) |
| Rate of Change |
Constant |
Varies |
| Highest Power of x |
1 |
2 |
| Examples |
$f(x) = 3x - 2$, $f(x) = -x + 5$ |
$f(x) = x^2 + 2x + 1$, $f(x) = -2x^2 + 3$ |
๐ Key Takeaways
- โ๏ธ Linear functions have a constant rate of change, resulting in a straight line.
- ๐ก Quadratic functions have a variable rate of change, creating a parabola.
- ๐งช The highest power of $x$ differentiates them: 1 for linear, 2 for quadratic.
- ๐ง Understanding these differences is crucial for solving various math problems!