i'm so confused. You guys are telling me it doesn't matter what method i use then you guys says it does matter as you can determine what method you use from the gradient. if a question was given y=2x+8, there are 5 methods to choose from how do i know which method to choose from? And stevensmay said they all give the same answer know they don't?
All methods lead to the same answer. Some methods may give a result that looks different; that is true, but you should always be able to rearrange them to look identical.
Let's break down the thought processes that go through my mind when I see a straight line.
1. Oh look, it looks like a straight line. I know what these look like.
2. Hmm. I only need two points to define this straight line (pretty much a definition)
3. Intercepts are needed anyway, so why don't I just find those?
4. Oh wait...there are x and y intercepts; that makes two points.
5. Found intercepts, drew line through them; that's my line.
A SAC really shouldn't ask how to draw a straight line. They may ask you to use a table of values; that is possible, but you'll be able to see from a table given.
If you're given two points, however, and you want to find the equation of the straight line, you have a different job.
As brightsky has mentioned, you find the gradient first, then sub into y-y1 = m(x-x1). I'll explain why you need to do this.
The reason is fairly simple. A straight line can be expressed in the form y=mx+c. If you can find m, then c will be easy to find.
So, you look at the points. Gradient is defined as rise/run (something you unfortunately have to remember). What's the rise? Well the rise is the change in the y coordinate. The run is the change in the x coordinate. Say you have (1,2) and (0,6). The change in the y coordinate as you go from (1,2) to (0,6) is +4 as it increases. The change in the x coordinate as you go from (1,2) to (0,6) is -1, as the x coordinate decreases. Dividing, you get rise/run = +4/-1 = -4. That's your gradient.
Now, where does this y-y1 = m(x-x1) formula come from? Well, if this is the formula for the straight line, then it must satisfy two requirements:
1. The gradient is correct. Here, you can rearrange to get y = m(x-x1) + y1, and you can see that the gradient is m, which is what you wanted. That requirement is met.
2. The line actually passes through the given point. Well, if x=x1 and y=y1, the left hand side becomes y1-y1=0 and the right hand side is m*(x1-x1) = 0. As both sides are equal, the given point satisfies the equation of the straight line. Thus, the straight line formula works.
OK, so we've been through that trouble to find the gradient. y-y1 = m(x-x1). For my example, m = -1. We'll use (0,6)
x1=0 y1=6
y-8 = -x
y = -x + 8
And there we have it; the equation of the line.