document.write( "Question 289496: Hi there. I need to obtain y in terms of x for the following logarithmic equation:\r
\n" );
document.write( "\n" );
document.write( "ln(y-1) = 2 ln x + ln y-x\r
\n" );
document.write( "\n" );
document.write( "The book answer (given without a working) is y = 1 / (1 - x^2 * E^-x),
\n" );
document.write( "but using the logarithmic identities I can only seem to get as far as
\n" );
document.write( "y = 1 + x^2 + yE^-x. I'm not sure if my error is in the log identities or the basic algebra. Thanks! \n" );
document.write( "
Algebra.Com's Answer #209708 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Hi there. I need to obtain y in terms of x for the following logarithmic equation: \n" ); document.write( "ln(y-1) = 2 ln x + ln y-x \n" ); document.write( "The book answer (given without a working) is y = 1 / (1 - x^2 * E^-x), \n" ); document.write( "but using the logarithmic identities I can only seem to get as far as \n" ); document.write( "y = 1 + x^2 + yE^-x. I'm not sure if my error is in the log identities or the basic algebra. Thanks!\r \n" ); document.write( "\n" ); document.write( "ok, let me try\r \n" ); document.write( "\n" ); document.write( "ln(y - 1) = 2ln(x) + ln(y-x)\r \n" ); document.write( "\n" ); document.write( "ln is the natural log, it is base e, where e is Euler's Number approx.= 2.7183 \n" ); document.write( "base b = e (by definition) \n" ); document.write( "ln(mn) = ln(m) + ln(n) (logarithmic rule) \n" ); document.write( "ln(m/n) = ln(m) - ln(n) (logarithmic rule) \n" ); document.write( "ln(n) = m --> e^m = n (logarithmic rule) \n" ); document.write( "ln(m^n) = n * ln(m) (logarithmic rule) \n" ); document.write( "e^(ln(m)) = m (logarithmic rule) \n" ); document.write( "ln(e^m) = m (logarithmic rule)\r \n" ); document.write( "\n" ); document.write( "ln(y - 1) = ln(x^2) + ln(y - x) \n" ); document.write( "ln(y - 1) = ln(x^2 * (y - x)) \n" ); document.write( "ln(y - 1) = ln(x^2 * y - x^3) \n" ); document.write( "you can set y - 1 = yx^2 - x^3 \n" ); document.write( "y - yx^2 = 1 - x^3 \n" ); document.write( "y * (1 - x^2) = 1 - x^3 \n" ); document.write( "y = (1 - x^3)/(1 - x^2) this does not appear to be the book answer you gave earlier,...\r \n" ); document.write( "\n" ); document.write( "... so also evaluating ln(y - 1) = 2ln(x) + ln(y) - x \n" ); document.write( "ln(y - 1) = ln(x^2) + ln(y) - x \n" ); document.write( "ln(y - 1) = ln(yx^2) - ln(e^x) \n" ); document.write( "ln(y - 1) = ln[(yx^2)/(e^x)] \n" ); document.write( "you can set y - 1 = (yx^2)/(e^x) \n" ); document.write( "(y - 1)/(yx^2) = 1/e^x = e^(-x) \n" ); document.write( "y/(yx^2) - 1/(yx^2) = e^(-x) \n" ); document.write( "y/y - 1/y = x^2 * e^(-x) \n" ); document.write( "1 - 1/y = x^2 * e^(-x) \n" ); document.write( "-1/y = x^2 * e^(-x) - 1 \n" ); document.write( "1/y = 1 - x^2 * e^(-x) \n" ); document.write( "y = 1/[1 - x^2 * e^(-x)] \n" ); document.write( "oh that gives that book answer you gave earlier\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |