document.write( "Question 82935: Plot each pair of equations, then what is their intersection points?
\n" );
document.write( "y1=x^2-1
\n" );
document.write( "Y2=-1\r
\n" );
document.write( "\n" );
document.write( "I did
\n" );
document.write( " x^2-1=-1
\n" );
document.write( "= x^2-1=1=0
\n" );
document.write( "= x^2=0
\n" );
document.write( "= x=0\r
\n" );
document.write( "\n" );
document.write( "But I don't know how to plot them.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #59525 by bucky(2189) ![]() You can put this solution on YOUR website! I did \n" ); document.write( " x^2-1=-1 <=== Good. You did this by setting Y1 equal to Y2 \n" ); document.write( ". \n" ); document.write( "x^2-1=1=0 <=== A little confusing here. What you need to do is to get the x^2 term by itself \n" ); document.write( "on the left side. To do that you eliminate the -1 on the left side by adding +1 to both sides. \n" ); document.write( "When you do that you get the next equation that you got. \n" ); document.write( ". \n" ); document.write( "x^2=0 <=== This is correct. \n" ); document.write( ". \n" ); document.write( "x=0 <=== This is also correct. It tells you that when x equals zero, the two equations \n" ); document.write( "you originally were given have equal values of y. Return to the original equations \n" ); document.write( "and substitute zero for x and you get: \n" ); document.write( ". \n" ); document.write( "Y1 = x^2 - 1 \n" ); document.write( ". \n" ); document.write( "Then substituting zero for x results in: \n" ); document.write( ". \n" ); document.write( "Y1 = 0 -1 = -1 \n" ); document.write( ". \n" ); document.write( "The second equation that you were given was: \n" ); document.write( ". \n" ); document.write( "Y2 = -1 \n" ); document.write( ". \n" ); document.write( "Since this equation does not contain an x term, Y2 is -1 no matter what value is assigned \n" ); document.write( "to x. \n" ); document.write( ". \n" ); document.write( "From the first equation you know that (0, -1) is the point that has a Y value of -1. And \n" ); document.write( "from the second equation you know that (0, -1) is also a point that is common with the \n" ); document.write( "solution of the first equation. \n" ); document.write( ". \n" ); document.write( "What this all means is that (0, -1) is the point that these two equations have in common. \n" ); document.write( "And what is going on is that the graph of the first equation is a parabola that as you move \n" ); document.write( "to the right drops down to its minimum value of -1 [at the point (0, -1)] and then as \n" ); document.write( "you continue to move to the right rises. The Y axis is the line about which this parabola \n" ); document.write( "is symmetrically centered. \n" ); document.write( ". \n" ); document.write( "In the meantime the line Y2 = -1 is a horizontal line that is tangent to the bottom of \n" ); document.write( "the parabola of the first equation at the point (0, -1). So there is only one point of \n" ); document.write( "intersection ... and that is the point (0, -1). The coordinate system below shows the \n" ); document.write( "graphs you should have: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Hope this helps to clarify the points you were looking for. \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |