document.write( "Question 382045: let g(x)= log(subscript 2) (x^2+x-12). find the domain of g(X) \n" ); document.write( "
Algebra.Com's Answer #270955 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "When finding domains of functions you want to restrict the possible values for x so that certain Mathematical \"no-no's\" cannot occur. Although there are more, the following are the three most common \"no-no's\" to avoid:
\n" ); document.write( "Your function has no denominators nor does it have any even-numbered roots. But there is a logarithm so we must make sure that the base and the argument are positive. The base is 2 so there is no problem there. But the argument, \n" ); document.write( " \n" ); document.write( "This is a quadratic inequality. Solving it start like solving a quadratic equation: Get one side equal to zero and factor the other side. We already have a zero on one side so we can go straight to factoring: \n" ); document.write( "(x+4)(x-3) > 0 \n" ); document.write( "This inequality tells us that a product is positive. And how does a product of two numbers become positive? Answer: When the two numbers are both positive or when they are both negative. Saying this Mathematically: \n" ); document.write( "(x+4 > 0 and x-3 > 0) or (x+4 < 0 and x-3 < 0) \n" ); document.write( "We can simplify this a bit if we use some logic:
\n" ); document.write( "If, after some thought, the above logic is not clear to you, then go ahead and solve the compound inequality above. But if it is clear to you then we can simplify/condense that inequality down to: \n" ); document.write( "x+4 < 0 or x-3 > 0 \n" ); document.write( "No matter which compound inequality we solve we should end up with: \n" ); document.write( "x < -4 or x > 3 \n" ); document.write( "Only these values for x will make the argument positive. So this is the domain of g(x). (Note: Domains may be specified like this or with set notation or with interval notation. You do not say in your post if there is a specific way to express the domain. I will leave it up to you to \"convert\" the above into the desired form.) \n" ); document.write( " |