Slope-Intercept Form: Find Equation From (6,-2) & (12,1)

by Andrew McMorgan 57 views

Alright, guys! Today, we're diving into a super useful skill in math: finding the equation of a line when you're given two points. Specifically, we're going to tackle a problem where we need to find the equation of a line that passes through the points (6, -2) and (12, 1). And we’re not just finding any equation; we need it in that sleek slope-intercept form, which you probably remember as y = mx + b. Let's break it down step-by-step so you can nail this every time!

Understanding Slope-Intercept Form

Before we jump into the calculations, let's quickly recap what slope-intercept form is all about. The equation y = mx + b tells us a lot about a line:

  • y is the dependent variable (usually plotted on the vertical axis).
  • x is the independent variable (usually plotted on the horizontal axis).
  • m is the slope of the line, indicating how steeply it rises or falls. It's the "rise over run," or the change in y divided by the change in x.
  • b is the y-intercept, the point where the line crosses the y-axis (where x = 0).

Our goal is to find the values of m and b for the line that passes through our given points. Once we have those, we can plug them into the y = mx + b equation and boom – we're done!

Step 1: Calculate the Slope (m)

The first thing we need to do is calculate the slope (m) of the line. Remember, the slope is the change in y divided by the change in x. Given two points (x1, y1) and (x2, y2), the formula for the slope is:

m = (y2 - y1) / (x2 - x1)

In our case, we have the points (6, -2) and (12, 1). Let's label them:

  • x1 = 6
  • y1 = -2
  • x2 = 12
  • y2 = 1

Now, we can plug these values into the slope formula:

m = (1 - (-2)) / (12 - 6) m = (1 + 2) / (12 - 6) m = 3 / 6 m = 1/2

So, the slope of our line is 1/2. That means for every 2 units we move to the right along the x-axis, the line goes up 1 unit along the y-axis. Got it? Great! Now, let's move on to finding the y-intercept.

Step 2: Find the y-intercept (b)

Now that we have the slope (m = 1/2), we can find the y-intercept (b). To do this, we'll use the slope-intercept form (y = mx + b) and one of our given points. It doesn't matter which point you choose; you'll get the same answer either way. Let's use the point (6, -2). Plug the coordinates of this point and the slope into the equation:

  • y = -2
  • x = 6
  • m = 1/2

So our equation looks like this:

-2 = (1/2)(6) + b

Now, we solve for b:

-2 = 3 + b

Subtract 3 from both sides:

-2 - 3 = b

b = -5

So, the y-intercept of our line is -5. This means the line crosses the y-axis at the point (0, -5).

Step 3: Write the Equation in Slope-Intercept Form

We've found the slope (m = 1/2) and the y-intercept (b = -5). Now, we can write the equation of the line in slope-intercept form (y = mx + b):

y = (1/2)x - 5

And that's it! This is the equation of the line that passes through the points (6, -2) and (12, 1).

Verification

To make sure we did everything correctly, let's plug in the coordinates of both points into our equation and see if they satisfy it.

Using Point (6, -2):

y = (1/2)x - 5 -2 = (1/2)(6) - 5 -2 = 3 - 5 -2 = -2

This is true, so the point (6, -2) lies on the line.

Using Point (12, 1):

y = (1/2)x - 5 1 = (1/2)(12) - 5 1 = 6 - 5 1 = 1

This is also true, so the point (12, 1) lies on the line. Since both points satisfy our equation, we can be confident that we found the correct equation.

Alternative Methods

While using the slope-intercept form is a straightforward method, there are other ways to find the equation of a line given two points. One popular method is using the point-slope form. Let's take a quick look at that.

Point-Slope Form

The point-slope form of a line is given by:

y - y1 = m(x - x1)

Where (x1, y1) is a point on the line and m is the slope. We already found the slope m = 1/2. Let's use the point (6, -2) as (x1, y1).

y - (-2) = (1/2)(x - 6) y + 2 = (1/2)x - 3

Now, solve for y to get the equation in slope-intercept form:

y = (1/2)x - 3 - 2 y = (1/2)x - 5

As you can see, we arrive at the same equation as before. The point-slope form can be particularly useful when you only need to find the equation quickly, without explicitly finding the y-intercept first.

Real-World Applications

Understanding how to find the equation of a line from two points isn't just an abstract math concept. It has tons of real-world applications. For example:

  • Physics: Calculating the trajectory of a projectile or analyzing motion.
  • Economics: Modeling linear cost functions or supply and demand curves.
  • Computer Graphics: Drawing lines and shapes on a screen.
  • Engineering: Designing roads, bridges, and other structures.

By mastering this skill, you're not just acing your math class; you're gaining a valuable tool that can be applied in many different fields.

Common Mistakes to Avoid

When finding the equation of a line, there are a few common mistakes you should watch out for:

  • Incorrectly Calculating the Slope: Make sure you subtract the y-coordinates and x-coordinates in the correct order. It's easy to mix them up, but it will lead to the wrong slope.
  • Algebra Errors: Be careful when solving for the y-intercept (b). Double-check your arithmetic to avoid mistakes.
  • Using the Wrong Formula: Make sure you're using the correct formula for the slope or the equation of a line (slope-intercept or point-slope form).
  • Not Verifying the Equation: Always plug the original points back into your equation to make sure they satisfy it. This will help you catch any errors you might have made.

Practice Problems

To really nail this concept, try working through some practice problems. Here are a few for you to try:

  1. Find the equation of the line that passes through the points (2, 3) and (4, 7).
  2. Find the equation of the line that passes through the points (-1, 5) and (3, -3).
  3. Find the equation of the line that passes through the points (0, -2) and (5, 0).

Work through these problems, and you'll be a pro at finding the equation of a line in no time!

Conclusion

So, there you have it! Finding the equation of a line in slope-intercept form, given two points, is a fundamental skill in algebra. By following these steps – calculating the slope, finding the y-intercept, and writing the equation – you can confidently solve these types of problems. And remember, practice makes perfect! Keep working at it, and you'll master this skill in no time. Keep shining, mathletes!