Two skaters are at the same time on the same rink. One skater follows the path #y=-2x^2+18x# while the other skater follows a straight path that begins at (1, 30) and ends at (10, 12). How do you write a system of equations to model the situation?

Is it possible the two skaters might collide?

1 Answer
Feb 19, 2016

Since we already have the quadratic equation (a.k.a the first equation), all we must find is the linear equation.

Explanation:

First, find the slope using the formula #m = (y_2 - y_1)/(x_2 - x_1)#, where m is slope and #(x_1,y_1)# and #(x_2, y_2)# are points on the graph of the function.

#m =(30 - 12)/(1 - 10)#

#m = 18/-9#

#m = -2#

Now, plugging this into point slope form. Note: I used the point (1,30) but either point would result in the same answer.

#y - y_1 = m(x - x_1)#

#y - 30 = -2(x - 1)#

#y = -2x + 2 + 30#

#y = -2x + 32#

In slope intercept form, with y isolated, the term with x as its coefficient would be the slope and the constant term would be the y intercept.

You would be best off solving the system by graphing, because the line has start and end points that are not written directly in the equation. First graph the function. Then, erase all parts that are outside your start and end points. Finish by graphing the parabola.