Question #81faf
1 Answer
- Rearrange the equation in the form
#y=ax+b# - Insert two different x values and obtain two different y values
- Plot the points
#(x_1, y_1)# and#(x_2, y_2)# and connect
Explanation:
First of all, you need to rearrange the equation to make it in the form:
In this case, the easiest way to rearrange would be to pass the
AND
to pass the
That is:
becomes
Great! This is what we want!
We have the equation of the line.
Now it is just a matter of putting at least 2 different values for x,
and obtain 2 values for y.
Let's use some super-easy numbers, say,
For
For
Here you go, you have now two points, (0,-6) and (1,-4) which you can plot on your graph, and use a ruler to trace the line.
You can of course use other values for x, giving you other values for y, and you will see that they all fall on the same line! (math is great!)
graph{((x)^2+(y+6)^2 - 1/50)((x-1)^2+(y+4)^2 - 1/50)(y-2x+6)=0 [-16, 16, -8, 8]}
(note that the line passes through points (0, -6) and (1, -4) )
I hope this helps and that I was clear enough. Understanding this thoroughly, you will be able to trace any line. You only have to remember to rearrange the equation in the form
So summarizing:
1. Rearrange the equation in the form
2. Insert two different x values and obtain two different y values
(these will be the coordinates of your two points)
3. Plot the points
4. Connect the points!