document.write( "Question 596833: how do you solve: ln(3x+4)-ln(2x+1)=5 \n" ); document.write( "
Algebra.Com's Answer #377911 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Solving equations where the variable is in the argument (or base) of one or more logarithms usually starts by using algebra and/or properties of logarithms to transform the equation into one of the following forms: \n" ); document.write( "log(variable-expression) = other-expression \n" ); document.write( "or \n" ); document.write( "log(variable-expression) = log(other-expression) \n" ); document.write( "With the \"non-log\" term of 5 in your equation it will not be easy to achieve the \"all-log\" second form. So we will aim for the first form. All we need to so to achieve the first form is to find a way to combine the two logarithms into one. The two logs are not like terms so we cannot simply subtract them. (Like logarithmic terms have the same bases and same arguments. Your logarithms have the same base, e, but the arguments are different.) \n" ); document.write( "But we do have a property of logarithms,
\n" ); document.write( "Your logs fit all three requirements. So we can use this property on \n" ); document.write( "ln(3x+4)-ln(2x+1)=5 \n" ); document.write( "giving us: \n" ); document.write( " \n" ); document.write( "We now have the first form. \n" ); document.write( "With the first form, the next step is to rewrite the equation in exponential form. In general \n" ); document.write( " \n" ); document.write( "Now that the variable is out of the logarithms, we can use \"regular\" algebra to solve for it. First we simplify (which in my opinion includes eliminating fractions. Multiplying each side by (2x+1) we get: \n" ); document.write( " \n" ); document.write( "Multiplying out we get: \n" ); document.write( " \n" ); document.write( "Now we gather the x terms on one side and the other terms on the other side. Subtracting \n" ); document.write( " \n" ); document.write( "Factoring out x we get: \n" ); document.write( " \n" ); document.write( "And last, we divide both sides by \n" ); document.write( " \n" ); document.write( "This is an exact expression for the solution to this equation. \n" ); document.write( "One should check solutions to these kinds of equations. For this we will use a decimal approximation. Using a calculator and 2.71828183 for e we should find that x is approximately -0.49. Using -0.49 for x in the original equation we get: \n" ); document.write( "ln(3(-0.49)+4)-ln(2(-0.49)+1)=5 \n" ); document.write( "Simplifying... \n" ); document.write( "ln(-1.47+4)-ln(-0.98+1)=5 \n" ); document.write( "ln(2.53)-ln(0.02)=5 \n" ); document.write( "We can see that both arguments are positive. This is what we need to check. So our solution passes the necessary part of the check. If you finish the check, the left side works out to be 4.84. This is not a 5 but we were using rounded-off numbers is this is acceptable. \n" ); document.write( " |