SOLUTION: At what two points do the graphs of y=2x^2-5x-12 and y=(1/2)x^2-3x+4 intersect?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: At what two points do the graphs of y=2x^2-5x-12 and y=(1/2)x^2-3x+4 intersect?      Log On


   



Question 273879: At what two points do the graphs of y=2x^2-5x-12 and y=(1/2)x^2-3x+4 intersect?
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
y=2x%5E2-5x-12 and y=%281%2F2%29x%5E2-3x%2B4
Finding point(s) of intersection is what solving systems of equations is about. With your system we can use the Substitution Method. Both equations are already solved for y. So we can substitute the first equation's expression for y into the second equation giving:
2x%5E2-5x-12+=+%281%2F2%29x%5E2-3x%2B4
This is a quadratic equation (because if the squared terms). But before we start solving, let's get rid of the fraction by multiplying both sides by 2:
2%282x%5E2-5x-12%29+=+2%28%281%2F2%29x%5E2-3x%2B4%29
which simplifies to:
4x%5E2-10x-24%29+=+x%5E2-6x%2B8%29
Now we can proceed. With quadratic equations we want one side to be zero. So I'll subtract the entire right side from both sides. (If this confuses you, just subtract the three terms one by one.)
3x%5E2-4x-32+=+0
Next we factor (or use the Quadratic Formula). This factors into
%283x+%2B+8%29%28x+-+4%29+=+0
From the Zero Product Property we know that this product is zero only if one of the factors must be zero. So:
3x+%2B+8+=+0 or x+-+4+=+0
Solving these we get:
x+=+-8%2F3 or x+=+4

At this point it is natural to feel success. But all we've done so far is find the x coordinates of the points of intersection. We need the y coordinates for each x. We use one of the original equations to find the y's. I'll use the first one so that I can avoid the fraction in the second equation:
Find the y for x = -8/3:
y=2x%5E2-5x-12
y+=+2%28-8%2F3%29%5E2+-+5%28-8%2F3%29+-+12
y+=+2%2864%2F9%29+-+5%28-8%2F3%29+-+12
y+=+128%2F9+%2B+40%2F3+-+12
y+=+128%2F9+%2B+120%2F9+-+108%2F9
y+=+140%2F9
So one point of intersection is (-8/3, 140/9)

Find the y for x = 4:
y=2x%5E2-5x-12
y+=+2%284%29%5E2+-+5%284%29+-+12
y+=+2%2816%29+-+5%284%29+-+12
y+=+32+-+20+-+12
y+=+0
So the second point of intersection is (4, 0)