document.write( "Question 588089: Problem: Find the inverse of .\r
\n" );
document.write( "\n" );
document.write( "I've fought the good fight, working on this on and off for two weeks.\r
\n" );
document.write( "\n" );
document.write( "Status:\r
\n" );
document.write( "\n" );
document.write( "For x^2 + x^1/2 = y, the equivalent is x = x^4 - 2x^2y + y^4. I cannot figure out what algebraic manipulative trick(s) to use to separate x, and render it as ONE X term in terms of y. [x = f(y)] Do you have a bag of such applicable tricks?\r
\n" );
document.write( "\n" );
document.write( "Since I can't manage that, here's another approach:\r
\n" );
document.write( "\n" );
document.write( "x^1/2 = y - x^2 and -(x^1/2) = X^2 - y.\r
\n" );
document.write( "\n" );
document.write( "While x^1/2 is not = -(x^1/2), (x^1/2)^2 = x and [-(x^1/2)]^2 = x.\r
\n" );
document.write( "\n" );
document.write( "Therefore: x = (y - x^2)^2 and x = (x^2-y)^2.\r
\n" );
document.write( "\n" );
document.write( "Now take the square root of each of the above:\r
\n" );
document.write( "\n" );
document.write( "x^1/2 = y - x^2 and x^1/2 = x^2 - y. \r
\n" );
document.write( "\n" );
document.write( "(Of course, the sq rts can also have a \"-\" sign.) \r
\n" );
document.write( "\n" );
document.write( "Therefore: y - x^2 = x^2 - y.\r
\n" );
document.write( "\n" );
document.write( "Is my logic correct so far?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(HOWEVER, in the expression above, let x = 1, and y>1. \r
\n" );
document.write( "\n" );
document.write( "If y = 4, 4 - 1 NOT = 1 - 4.)\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "In any event, if my logic holds up, it seems that I can write:\r
\n" );
document.write( "\n" );
document.write( "-2x^2 = -2y AND 2x^2 = 2y.\r
\n" );
document.write( "\n" );
document.write( "Each of these is a quadratic. So, it seems that I should be able to use\r
\n" );
document.write( "\n" );
document.write( "ax^2 + bx + c = (d)y\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "inputing known values of x and y [x = 1, y = 2; x = 4, y = 18], and come up with a specific quadratic equation of some form of:\r
\n" );
document.write( "\n" );
document.write( " x = -b/2a +/- [(sqrt b^2 + y - 4ac)/2a]\r
\n" );
document.write( "\n" );
document.write( "I'll leave it at that. Thanks so much. Cheers!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374374 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Problem: Find the inverse of \n" ); document.write( ": \n" ); document.write( "You seem to have exhausted the usual methods, so I tried this approach \n" ); document.write( "I don't think there is an inverse, anyway \n" ); document.write( "The table for the original equation \n" ); document.write( " x | y \n" ); document.write( "------- \n" ); document.write( " 1 | 2 \n" ); document.write( " 4 |18 \n" ); document.write( " 9 |84 \n" ); document.write( ": \n" ); document.write( "Swapping x & y \n" ); document.write( " x | y \n" ); document.write( "------- \n" ); document.write( " 2 | 1 \n" ); document.write( "18 | 4 \n" ); document.write( "84 | 9 \n" ); document.write( "After some tedious math, solving for a, b, c in the y = ax^2+bx+c, I came up with an even more tedious equation \n" ); document.write( "y = -.005452x^2 + .4952x + .5759 \n" ); document.write( "A graph kind of shows an inverse, but negative value probably make it invalid \n" ); document.write( "plus the quadratic equation will curve back towards 0 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "After I finished this I thought it was kind of silly, and was not going to bother sending it, but you can just toss in the usual place of rejected stuff. \n" ); document.write( "C \n" ); document.write( " |