f(x) = ax + b
📈 Function Graph
Point: (1, 1)
🧮 How We Got The Answer
Linear Function Basics:
A linear function has the form f(x) = ax + b, where 'a' is the slope and 'b' is the y-intercept.
The slope 'a' determines how steep the line is, and 'b' is where the line crosses the y-axis.
📚 Function Examples
Linear Function
Form: f(x) = ax + b
Example: f(x) = 2x + 3
When x = 5: f(5) = 2(5) + 3 = 13
Quadratic Function
Form: f(x) = ax² + bx + c
Example: f(x) = x² - 4x + 3
When x = 2: f(2) = 4 - 8 + 3 = -1
Cubic Function
Form: f(x) = ax³ + bx² + cx + d
Example: f(x) = x³ - 2x² + x - 1
When x = 3: f(3) = 27 - 18 + 3 - 1 = 11