Simplest way to graph a line like this is on a normal x-y axis. (y vertical, x horizontal)
Two methods for drawing the graph
# Use the equation to find the value of y when x is zero, and the value of x when y is zero. Plot the two points on the graph (the will be on the axis lines). Then draw a straight line through them. ---- # Rearrange the equation to find y in terms of x e.g. in the form y = mx +c where m and c are numbers. Plot the point (0,c) and then plot another point say at x = 1 (1,m+c). Then draw a straight line through both points. In is example:
-x + 5y = 10
when x = 0, 5y = 10 or y = 2
when y = 0, -x = 10 or x = -10
plot the two points (0,2) and (-10,0) and then draw a straight line between them.
Sometimes its hard to do this method as if your axis don't go up to -10 the graph will be hard to draw.
or
=> -x+5y = 10
=> 5y = x + 10
=> y = x/5 + 1/2
plot (0,1/2) and say (1,7/10) and draw the straight line through those points
any points along the line described by the equation x=anything will give you a vertical line on a graph
That is the standard equation to graph a line.
5
That line is [ y = 2 cos(2x) ].
It's the equation of a straight-line graph. Every point on the line is a solution of the equation. There are an infinite number of them.
any points along the line described by the equation x=anything will give you a vertical line on a graph
The equation has no slope. The graph of the equation is a straight line with a slope of -1 .
The equation 2x - 3y = 6 is a linear equation and a linear equation is always has a straight line as a graph
A linear equation ?
The slope of the graph of that equation is -1.
That is the standard equation to graph a line.
5
23
The diagonal line collapses into a single point on that line.
That line is [ y = 2 cos(2x) ].
It's the equation of a straight-line graph. Every point on the line is a solution of the equation. There are an infinite number of them.
-2.25