document.write( "Question 115137: Solve the following algebraically: e^x-6e^-x=1; this is what I have thus far.\r
\n" );
document.write( "\n" );
document.write( "e^x(e^x-6e^-x)=e^x(1)
\n" );
document.write( "e^2x-6=e^x
\n" );
document.write( "e^2x-e^x-6=0\r
\n" );
document.write( "\n" );
document.write( "then use a quadratic equation to solve:\r
\n" );
document.write( "\n" );
document.write( "-(-1) +-square root (-1)^2-4(1)(-6)/2(1)
\n" );
document.write( "1+-square root 1+24/2
\n" );
document.write( "1+-square root 25/2
\n" );
document.write( "1+-5/2 = 1.0986\r
\n" );
document.write( "\n" );
document.write( "Is this correct? \n" );
document.write( "
Algebra.Com's Answer #83768 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Correct, but you made a leap of faith at the very end. You had: \n" ); document.write( ". \n" ); document.write( "1+-5/2 = 1.0986 \n" ); document.write( ". \n" ); document.write( "and where did you get that from? The two answers you got from the quadratic equation are: \n" ); document.write( ". \n" ); document.write( "(1+5)/2 = 3 and (1-5)/2 = -4/2 = -2 \n" ); document.write( ". \n" ); document.write( "How did you get the 1.0986???? The answer is that you solved for e^x = 3 and e^x = -2. You \n" ); document.write( "can handle those in the same manner as below. I solved the problem by factoring which isn't \n" ); document.write( "a whole bunch better than your way, but it is a little different. Maybe you'll find it a \n" ); document.write( "little easier. \n" ); document.write( ". \n" ); document.write( "Begin factoring at the point where you got: \n" ); document.write( ". \n" ); document.write( "e^2x-e^x-6=0 \n" ); document.write( ". \n" ); document.write( "Think of this as: \n" ); document.write( ". \n" ); document.write( "(e^x)^2 - (e^x) - 6 = 0 \n" ); document.write( ". \n" ); document.write( "Factor to get: \n" ); document.write( ". \n" ); document.write( "(e^x -3)(e^x + 2) = 0 \n" ); document.write( ". \n" ); document.write( "This will be true if either of the two factors is zero because multiplication by zero on \n" ); document.write( "the left side makes the left side equal to the right side. \n" ); document.write( ". \n" ); document.write( "So either (e^x - 3) = 0 or (e^x + 2) = 0 will satisfy the equation. Let's do e^x - 3 = 0 first: \n" ); document.write( ". \n" ); document.write( "Add + 3 to both sides to get: \n" ); document.write( ". \n" ); document.write( "e^x = + 3 \n" ); document.write( ". \n" ); document.write( "Take the natural log (ln) of both sides: \n" ); document.write( ". \n" ); document.write( "ln(e^x) = ln(3) \n" ); document.write( ". \n" ); document.write( "Bring the exponent out as a multiplier: \n" ); document.write( ". \n" ); document.write( "x*ln(e) = ln(3) \n" ); document.write( ". \n" ); document.write( "Recognize that ln(e) = 1 which makes the equation become: \n" ); document.write( ". \n" ); document.write( "x = ln(3) = 1.098612289 \n" ); document.write( ". \n" ); document.write( "This is the same as the answer you got. \n" ); document.write( ". \n" ); document.write( "Next do the other factor: \n" ); document.write( ". \n" ); document.write( "e^x + 2 = 0 \n" ); document.write( ". \n" ); document.write( "Subtract 2 from both sides: \n" ); document.write( ". \n" ); document.write( "e^x = -2 \n" ); document.write( ". \n" ); document.write( "Take the ln of both sides: \n" ); document.write( ". \n" ); document.write( "ln(e^x) = ln(-2) \n" ); document.write( ". \n" ); document.write( "But you cannot take the ln of a negative number. So ignore this factor. The only answer \n" ); document.write( "is x = ln(3). \n" ); document.write( ". \n" ); document.write( "Hope this adds a little info to your knowledge of dealing with the base of the natural logarithms. \n" ); document.write( "Good work on solving the problem with the quadratic equation. Just fill in the missing \n" ); document.write( "step to show how you got 1.0986 from the answers you got from the quadratic equation. \n" ); document.write( ". \n" ); document.write( " |