document.write( "Question 72891: Given the graph of a polynomial, how do I find the equation of its
\n" );
document.write( "function? I wish I could show you the graph...\r
\n" );
document.write( "\n" );
document.write( "Ok, I have figured out how to estimate the degree of a function by
\n" );
document.write( "looking at its graph. For example, the MAXIMUM number of turning
\n" );
document.write( "points a sixth-degree polynomial can have is five, but that it can
\n" );
document.write( "have less as well. I have a graph that I have determined to most
\n" );
document.write( "likely be that of a sixth-degree polynomial. It has 3 turning
\n" );
document.write( "points, and 6 zeroes. However, I also understand that the graphs of
\n" );
document.write( "sixth-degree polynomials can have various 'appearances'. That is
\n" );
document.write( "why I don't understand how I can possibly give the equation for a
\n" );
document.write( "function, given its graph. Help! \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52119 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You can look at the roots and accurately guess the equation. If the roots are x=2, x=3 and x=5, then your equation will be (x-2)(x-3)(x-5) which will turn into a long and nasty polynomial of degree 3 (which I don't want to write out). So look at the roots and know the fact that if the root is x=a then the factor is (x-a). However, this does not help all the time (it will in your case) since not all of the zeros will be real, but that's for another day. \n" ); document.write( " |