document.write( "Question 396635: Hello,
\n" );
document.write( "What about if I know some values for x and y and I want the function? Example: I want to build a curve, arc segment; and I know that when:
\n" );
document.write( "x=1 y=2
\n" );
document.write( "x=2 y=1
\n" );
document.write( "We could say y = 3-x, but that isn't a curve.
\n" );
document.write( "So, how do I get the curve?
\n" );
document.write( "Thanks for the attention! \n" );
document.write( "
Algebra.Com's Answer #281321 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! With only 2 points, you can put a unique straight line thru them. \n" ); document.write( "If it's any type of curve you have to specify what type curve. \n" ); document.write( "eg, if it's a circle and one point is the center, then that's sufficient. \n" ); document.write( "-------------------- \n" ); document.write( "But if it's 2 points on the circle, then an infinite # of circles can be made to pass thru them. \n" ); document.write( "The same for parabolas, hyperbolas, and all conic sections. \n" ); document.write( "If you have 3 points and the type of conic section, that's sufficient. \n" ); document.write( "If you have 5 points and know that it's a conic section, that's sufficient. \n" ); document.write( "---------------- \n" ); document.write( "A general polynomial can be found to pass thru any number of points. \n" ); document.write( " |