Gary Smart
- 33
- 1
SammyS said:It seems to me that the main goal here is to determine what are the required values for the parameters, a, b, c, and m so that the resulting functions have the needed characteristics.
The first thing to do (for the general case) is to find the intercepts - - in particular the x-coordinates of those intercepts. That's pretty straight forward.
What are those two x values ?
The general case for finding the x coordinates of the intercepts is calculated by the following:
Setting: ax^2 + bx + c equal to mx + c => ax^2 + bx + c = mx + c
Solving for x gives: x = 0 and x = m − b / a
This means that the points of interception between a parabola and a line will always be 0 and m - b / a?