SOLUTION: I need to find the equation that goes with a series of plotted points. The points form what appears to be part of a parabola. The coordinates given are: x y 32 6 48

Algebra.Com
Question 190141: I need to find the equation that goes with a series of plotted points. The points form what appears to be part of a parabola. The coordinates given are:
x y
32 6
48 14
64 24
80 38
96 55
112 75
The scenario relates to the speed of a car (x) and the braking distance at that speed (y). So presumably another coordinate can also be 0,0.
Given the staring coordinate of 0,0 I have worked out that in the formula form y = ax^2 + bx + c that c = 0, but I cannot work out the procedure to use to solve for a and b and come up with the equation. I have tried simultaneous equations but think I am doing something wrong. My boyfriend talked about solving it by taking logs but we have not been taught that way at school.
Thanks

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
I need to find the equation that goes with a series of plotted points. The points form what appears to be part of a parabola. The coordinates given are:
x y
32 6
48 14
64 24
80 38
96 55
112 75
------------
You are thinking right.
Use any three of the points to generate 3 equations in a,b,c
Then solve the system for a,b,c.
6 = a(6^2) + b(6) + c
14= a(48^2) + b(48) + c
24= a(64^2) + 64b + c
----------------------------
I used a matrix method to solve the system and found:
a = 0.00749
b = -0.21408
c = 7.01478
---------------
Equation:
y= 0.00749x^2 - 0.21408x + 7.01478
=======================================
I also ran a Quadratic Regression program against
the whose set of data and came up with:
y = 0.006x^2-0.2321x+0.6
------------------------------------
The fact that these answers are not the same means
that not all the points lie exactly on a parabola.
That may be what your instructor is trying to show.
===================================================
Cheers,
Stan H.






need to find the equation that goes with a series of plotted points. The points form what appears to be part of a parabola. The coordinates given are:
x y
32 6
48 14
64 24
80 38
96 55
112 75

RELATED QUESTIONS

I have some more practice workbook questions I need help with. Graphing a parabola of the (answered by richwmiller)
I have a graph which shows a line with plotted points at (-5,-5) and (4,-3) and am asked... (answered by jim_thompson5910)
Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 2 8 6 11 13... (answered by ikleyn)
Find the slope of (5,0) (-6,-4) These are the points that I have already plotted onto... (answered by solver91311,jim_thompson5910)
determine the point A(x,y) so that the points A(x,y), B(0,3), C(1,0), D(7,2) will be the... (answered by Nate)
Xsquared + Ysquared - 4x + 2y = 11 What would the points of that equasion be if... (answered by josgarithmetic)
Given a rational function with x-intercept at (0,0), two points at (1,1) and (-2,4),... (answered by Theo)
The line I goes through the points (1,2) and (5,10). What could be the equation of a line (answered by Edwin McCravy)
I have a graph plotted (7,5) and (8,3) , horizontal axis is D and vertical axis is P. i... (answered by rchill)