Understanding Linear Functions in Integrated Math 1 📈
Let's break down linear functions, a fundamental concept in Integrated Math 1. We'll cover equations, graphing, slope, and intercepts.
What is a Linear Function? 🤔
A linear function is a function whose graph is a straight line. It can be written in the general form:
$$
y = mx + b
$$
Where:
- $y$ is the dependent variable.
- $x$ is the independent variable.
- $m$ is the slope of the line.
- $b$ is the y-intercept.
The Equation: $y = mx + b$ ✍️
The equation $y = mx + b$ is known as the slope-intercept form of a linear equation. Each part of the equation tells us something important about the line.
- Slope ($m$): The slope determines the steepness and direction of the line. It's the "rise over run," or the change in $y$ divided by the change in $x$.
- Y-intercept ($b$): The y-intercept is the point where the line crosses the y-axis. It’s the value of $y$ when $x = 0$.
Calculating Slope 🧮
To find the slope ($m$) given two points $(x_1, y_1)$ and $(x_2, y_2)$ on the line, use the formula:
$$
m = \frac{y_2 - y_1}{x_2 - x_1}
$$
For example, if we have the points (1, 3) and (2, 5):
$$
m = \frac{5 - 3}{2 - 1} = \frac{2}{1} = 2
$$
So, the slope is 2.
Graphing Linear Functions 📉
To graph a linear function:
- Plot the y-intercept: Start by plotting the point (0, b) on the y-axis.
- Use the slope to find another point: From the y-intercept, use the slope (rise over run) to find another point on the line. For example, if the slope is 2 (or 2/1), go up 2 units and right 1 unit from the y-intercept.
- Draw the line: Draw a straight line through the two points.
Examples 💡
Example 1: $y = 2x + 1$
- Slope ($m$) = 2
- Y-intercept ($b$) = 1
Start by plotting (0, 1). Then, from that point, go up 2 and right 1 to find another point (1, 3). Draw a line through these points.
Example 2: $y = -x + 3$
- Slope ($m$) = -1
- Y-intercept ($b$) = 3
Start by plotting (0, 3). Then, from that point, go down 1 and right 1 to find another point (1, 2). Draw a line through these points.
Finding Intercepts 🧭
- Y-intercept: Set $x = 0$ in the equation and solve for $y$. This gives you the point (0, y).
- X-intercept: Set $y = 0$ in the equation and solve for $x$. This gives you the point (x, 0).
Example: For the equation $y = 3x - 6$:
- Y-intercept: $y = 3(0) - 6 = -6$. The y-intercept is (0, -6).
- X-intercept: $0 = 3x - 6$. Solving for $x$, we get $3x = 6$, so $x = 2$. The x-intercept is (2, 0).
Practice Problems 📝
1. Graph the line $y = \frac{1}{2}x - 2$.
2. Find the slope and y-intercept of the line $y = -3x + 5$.
3. Find the x and y intercepts of the line $2x + 4y = 8$.
By understanding these basic concepts, you'll be well-equipped to tackle linear functions in Integrated Math 1! Good luck! 🚀