SOLUTION: how do you get the intersecting point on a graph?

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: how do you get the intersecting point on a graph?       Log On


   



Question 935189: how do you get the intersecting point on a graph?

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
There are times when we need to find the point(s) common to two graphs. In other words, both graphs pass through the same point, and we may need to find out that point of intersection.
We can look at both graphs and see that they intersect, and sometimes, we may even be able to approximate the point or points of intersection just by looking at the two graphs together.
Very often, though, we can use algebra to find the exact intersection point(s) of two graphs.
First, we need the equations of the graphs. Let’s look at an example to see how we might use algebra to find their intersection.
Find the intersection of the two lines: y=3x%2B2 and +y=2x-1
you find two points for both line and graph them:
for y=3x%2B2+
x|y
0|2
-2%2F3|0
for y=2x-1+
x|y
0|-1
1%2F2|0
graph them:
+graph%28+600%2C+600%2C+-10%2C+10%2C+-10%2C+10%2C3x%2B2+%2C+2x-1%29+

by looking at the two graphs together, we see that both line passing through point (-3,-7)-that is what we SEE as their intersection point
but, we might use algebra to find their intersection exactly:
so, solve the system:
y=3x%2B2
y=2x-1+
------------------since left side same, right sides must be same too
3x%2B2=2x-1....solve for x
3x-2x=-1-2
x=-3
find y
y=2%28-3%29-1+
y=-6-1+
y=-7+
so, their intersection is at point (-3,-7)