document.write( "Question 917349: Can you please explain how to find the vertex of this equation?
\n" );
document.write( "y^2-2x=2x-3
\n" );
document.write( "With solution please thanks \n" );
document.write( "
Algebra.Com's Answer #556621 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! y^2 -2x = 2x -3 \n" ); document.write( "add 2x to both sides of = \n" ); document.write( "y^2 = 4x - 3 \n" ); document.write( "square root of both sides of = \n" ); document.write( "y = square root(4x -3) \n" ); document.write( "this is a parabola with a real part and an imaginary part \n" ); document.write( "calculate the first derivative \n" ); document.write( "dy/dx = (1/2) * (4x-3)^(1/2) \n" ); document.write( "set first derivative to 0 \n" ); document.write( "(1/2) * (4x-3)^(1/2) = 0 \n" ); document.write( "multiply both sides of = by 2 \n" ); document.write( "(4x-3)^(1/2) = 0 \n" ); document.write( "square both sides of = \n" ); document.write( "4x -3 = 0 \n" ); document.write( "x = 3/4 \n" ); document.write( "substitute x = 3/4 in y^2 = 4x - 3 \n" ); document.write( "y = 0 \n" ); document.write( "therefore the min point is \n" ); document.write( "(3/4, 0) \n" ); document.write( " \n" ); document.write( " |