document.write( "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:\r
\n" );
document.write( "\n" );
document.write( "x y
\n" );
document.write( "32 6
\n" );
document.write( "48 14
\n" );
document.write( "64 24
\n" );
document.write( "80 38
\n" );
document.write( "96 55
\n" );
document.write( "112 75\r
\n" );
document.write( "\n" );
document.write( "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.\r
\n" );
document.write( "\n" );
document.write( "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.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #142714 by stanbon(75887)![]() ![]() ![]() 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: \n" ); document.write( "x y \n" ); document.write( "32 6 \n" ); document.write( "48 14 \n" ); document.write( "64 24 \n" ); document.write( "80 38 \n" ); document.write( "96 55 \n" ); document.write( "112 75 \n" ); document.write( "------------ \n" ); document.write( "You are thinking right. \n" ); document.write( "Use any three of the points to generate 3 equations in a,b,c \n" ); document.write( "Then solve the system for a,b,c. \n" ); document.write( "6 = a(6^2) + b(6) + c \n" ); document.write( "14= a(48^2) + b(48) + c \n" ); document.write( "24= a(64^2) + 64b + c \n" ); document.write( "---------------------------- \n" ); document.write( "I used a matrix method to solve the system and found: \n" ); document.write( "a = 0.00749 \n" ); document.write( "b = -0.21408 \n" ); document.write( "c = 7.01478 \n" ); document.write( "--------------- \n" ); document.write( "Equation: \n" ); document.write( "y= 0.00749x^2 - 0.21408x + 7.01478 \n" ); document.write( "======================================= \n" ); document.write( "I also ran a Quadratic Regression program against \n" ); document.write( "the whose set of data and came up with: \n" ); document.write( "y = 0.006x^2-0.2321x+0.6 \n" ); document.write( "------------------------------------ \n" ); document.write( "The fact that these answers are not the same means \n" ); document.write( "that not all the points lie exactly on a parabola. \n" ); document.write( "That may be what your instructor is trying to show. \n" ); document.write( "===================================================\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "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: \n" ); document.write( "x y \n" ); document.write( "32 6 \n" ); document.write( "48 14 \n" ); document.write( "64 24 \n" ); document.write( "80 38 \n" ); document.write( "96 55 \n" ); document.write( "112 75 \n" ); document.write( " \n" ); document.write( " |