document.write( "Question 818511: Consider the function f(x) =log2(2/x^2-3x+2). For what value(s) does f(x)=0 \n" ); document.write( "
Algebra.Com's Answer #492621 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! First of all, I'm assuming the 2 next to the log is an indication of the base of the log. In the future either use some English to make it clear (like \"base 2 log of (2/(x^2-3x+2))\" or teach yourself algebra.com's formula syntax. (Click on the \"Show source\" link above to see what I typed (and what you could type) to make the logarithms look good.) \n" ); document.write( "Second, I'm assuming that the function is: \n" ); document.write( " \n" ); document.write( "and not: \n" ); document.write( " \n" ); document.write( "which is what you posted. If I am right then please put parentheses around multiple-term numerators, denominators, exponents, function arguments, etc. so that the expression means what you intend it to mean. \n" ); document.write( "Third, please post your questions in an appropriate category. You posted this under Polynomials. But this problem has a lot more to do with logarithms than polynomials. Posting your question in an appropriate category will increase your chances of a speedy response. \n" ); document.write( " \n" ); document.write( "f(x) = 0 \n" ); document.write( "Replacing f(x) with 0: \n" ); document.write( " \n" ); document.write( "Next we rewrite this in exponential form: \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "Now that the variable is out of the logarithm we can solve the equation. Multiplying both sides by \n" ); document.write( " \n" ); document.write( "This is a quadratic equation so we want one side to be zero. Subtracting 2 from each side we get: \n" ); document.write( " \n" ); document.write( "Now we factor: \n" ); document.write( " \n" ); document.write( "Next the Zero Product Property: \n" ); document.write( "x = 0 or x-3 = 0 \n" ); document.write( "Solving the second equation we get: \n" ); document.write( "x = 0 or x = 3 \n" ); document.write( "Last we check. This is not optional! A check must be made to ensure that all bases and arguments of all logs are valid. (Valid bases are positive but not 1 and valid arguments are positive.) If a \"solution\" makes any base or argument invalid it must be rejected. \n" ); document.write( "Use the original equation to check: \n" ); document.write( " \n" ); document.write( "Checking x = 0: \n" ); document.write( " \n" ); document.write( "Simplifying: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "We can now see that the base, 3, and the argument, 2/2 (or 1), are both valid. So this solution passes the check. \n" ); document.write( "Checking x = 3: \n" ); document.write( " \n" ); document.write( "Simplifying: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Again this solution checks out. \n" ); document.write( "So there are two solutions to your equation: x = 0 or x = 3. \n" ); document.write( " |