SOLUTION: Given a parabola with intersection points (-1,0), (2,0) and (0,-16) and a line which passes through (-5,-10) and (4,30), find an equation for the line and the parabola and the poin

Algebra ->  Equations -> SOLUTION: Given a parabola with intersection points (-1,0), (2,0) and (0,-16) and a line which passes through (-5,-10) and (4,30), find an equation for the line and the parabola and the poin      Log On


   



Question 321729: Given a parabola with intersection points (-1,0), (2,0) and (0,-16) and a line which passes through (-5,-10) and (4,30), find an equation for the line and the parabola and the points of intersection between the two graphs if any.
Found 2 solutions by Fombitz, solver91311:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
The general equation for a parabola is, y=ax%5E2%2Bbx%2Bc
Plugging in the points you get a system of equations,
1.a-b%2Bc=0
2.4a%2B2b%2Bc=0
3.c=-16
Substitute eq. 3 into eq. 1 and eq. 2,
4.a-b=16
5.4a%2B2b=16
Multiply eq. 4 by 2 and add to eq. 5 to solve for a.
2a-2b%2B4a%2B2b=32%2B16
6a=48
a=8
Then from eq. 4,
8-b=16
b=-8
The parabola is then,
y=8x%5E2-8x-16
.
.
.
For the line, calculate the slope,
m=%28y2-y1%29%2F%28x2-x1%29=%2830-%28-10%29%29%2F%284-%28-5%29%29
m=40%2F9
Using the point slope form of a line, y=mx%2Bb, use either point to solve for b.
y=%2840%2F9%29x%2Bb
30=%2840%2F9%29%284%29%2Bb
b=270%2F9-160%2F9
b=110%2F9
The line is then,
y=+%2840%2F9%29x%2B110%2F9
To find the intersection points set the two function equal to each other and solve for x.
.
.
.

.
.
.
8x%5E2-8x-16=%2840%2F9%29x%2B110%2F9
72x%5E2-72x-144=40x%2B110
72x%5E2-112x-254=0
Use the quadratic formula,
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
x+=+%28112+%2B-+sqrt%28112%5E2-4%2A72%2A%28-254%29+%29%29%2F%282%2A72%29+
x+=+%28112+%2B-+sqrt%2812544%2B73152+%29%29%2F%28144%29+
x+=+%28112+%2B-+sqrt%2885696+%29%29%2F%28144%29+
x+=+%28112+%2B-+8sqrt%281339+%29%29%2F%28144%29+
x+=+%2814+%2B-+sqrt%281339+%29%29%2F%2818%29+
Now that you have the x values, use either equation to solve for y.


Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


The coordinates of the -intercepts of a polynomial function are the zeros of the function. The Fundamental Theorem of Algebra says that a degree polynomial equation has roots, hence the described parabola, being a 2nd degree polynomial, has exactly 2 roots. If is a zero of a polynomial, then is a factor of the polynomial.

The zeros are -1 and 2, hence the factors are and . Therefore, the general form of the polynomial is:



Given the initial condition (based on the coordinates of the -intercept, ), allows us to calculate



Since







And the polynomial is



An equation of the line that passes through and is given by the two-point form:







Set the two RHSs equal:



Real roots of the above equation, if any exist, will be the coordinates of the ordered pair(s) that represent the solution set of the system of equations.





But

So the roots are a conjugate pair of complex numbers with a non-zero imaginary part. Therefore there are no real roots, and therefore no points of intersection of the two graphs.

John