document.write( "Question 466404: What process would I go through to find x in the following equation?
\n" );
document.write( "(log = logarithm)\r
\n" );
document.write( "\n" );
document.write( "log(1 + x) + log(2 + x) = 2\r
\n" );
document.write( "\n" );
document.write( "I have done logarithm problems before but I never really understood the way logarithm works, I just go through the sequence my book shows me to, but I have never seen a logarithm equation such as this one before. Any help will be appreciated.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319738 by Theo(13342)![]() ![]() You can put this solution on YOUR website! this is a pain in the butt because you don't get a clean answer, but i confirmed that the answer is correct, so i must be doing something right. \n" ); document.write( "here's how you would solve this problem. \n" ); document.write( "you start with: \n" ); document.write( "log(1 + x) + log(2 + x) = 2 \n" ); document.write( "the concepts you will use to solve this are: \n" ); document.write( "concept number 1: \n" ); document.write( "log(a) + log(b) = log(a * b) \n" ); document.write( "concept number 2: \n" ); document.write( "y = log(x) if and only if x = 10^y \n" ); document.write( "note that log(x) could also be written as log(10,x) which means log of x to the base 10. \n" ); document.write( "if you are dealing with the base of 10, then you don't need to show the 10 which is why log(10,x) can be shown as log(x). \n" ); document.write( "if it's any other base, you would need to show the base. \n" ); document.write( "for example: \n" ); document.write( "log of 20 to the base of 2 would be shown as log(2,20). \n" ); document.write( "the general form of this statement would be log(b,x) means log of x to the base b. \n" ); document.write( "under concept number 2, please be advised of the following: \n" ); document.write( "y = log(x) if and only if x = 10^y would also be written as: \n" ); document.write( "y = log(10,x) if and only if x = 10^y. \n" ); document.write( "the general form of this concept would be: \n" ); document.write( "y = log(b,x) if and only if x = b^y \n" ); document.write( "the b represents any base. \n" ); document.write( "going back to your problem: \n" ); document.write( "you started with the equation: \n" ); document.write( "log(1 + x) + log(2 + x) = 2 \n" ); document.write( "using concept number 1, you transform this equation to: \n" ); document.write( "log( (1 + x) * (2 + x) ) = 2 \n" ); document.write( "using concept number 2, you transform this equation to: \n" ); document.write( "2 = log( (1 + x) * (2 + x) ) if and only if 10^2 = (1+ x) * (2 + x) \n" ); document.write( "solve this equation and you have your answer. \n" ); document.write( "this is a basic quadratic equation. \n" ); document.write( "multiply out the factors on the right side of this equation and you get: \n" ); document.write( "10^2 = x^2 + 3x + 2 \n" ); document.write( "this is equivalent to: \n" ); document.write( "x^2 + 3x + 2 = 100 \n" ); document.write( "subtract 100 from both sides of this equation to get: \n" ); document.write( "x^2 + 3x - 98 = 0 \n" ); document.write( "this can't be factored by eye, so you need to resort to the quadratic formula in order to solve this quadratic equation. \n" ); document.write( "the quadratic formula is: \n" ); document.write( "x = ( (-b) +/- sqrt(b^2 - 4ac) ) / (2a) \n" ); document.write( "your quadratic equation is: \n" ); document.write( "x^2 + 3x - 98 = 0 \n" ); document.write( "this is in standard form of ax^2 + bx + c = 0 \n" ); document.write( "this means that: \n" ); document.write( "a = 1 \n" ); document.write( "b = 3 \n" ); document.write( "c = -98 \n" ); document.write( "substituting in the quadratic formula gets us the following: \n" ); document.write( "x = 8.512492197 \n" ); document.write( "or: \n" ); document.write( "x = -11.5124922 \n" ); document.write( "those are your answers. \n" ); document.write( "if you substitute either of those values for x in your original equation, you will see that the equations are true, confirming these answers are good. \n" ); document.write( "for example: \n" ); document.write( "using the 8.5 number, your original equation of: \n" ); document.write( "log(1 + x) + log(2 + x) = 2 becomes: \n" ); document.write( "log(1 + 8.512492197) + log(2 + 8.512492197) = 2 which becomes: \n" ); document.write( "log(9.512492197) + log(10.512492197) = 2 which becomes: \n" ); document.write( ".978294314 + 1.021705686 = 2, confirming that the equation is true when the value of x is replaced with 8.512492197. \n" ); document.write( "note that i used my calculator to get the log of 9.512492197 and to get the log of 10.512492197. \n" ); document.write( "my statement about this being a pain in the butt is because the factorization of the quadratic equation wasn't clean and we had to deal with fractional numbers requiring the use of the calculator to find the answer. I stored intermediate results in memory so I didn't have to type all the decimal places that i showed you here. \n" ); document.write( "so, that's how it's done. \n" ); document.write( "the basic concepts i showed you are what you need to use to solve this, plus you need to know the quadratic formula to solve for the quadratic equation. \n" ); document.write( "plus you needed to recognize that you had a quadratic equation in the first place.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |