SOLUTION: find the domain of the function f (x) = square root of 12 − 3x^2

Algebra ->  Functions -> SOLUTION: find the domain of the function f (x) = square root of 12 − 3x^2       Log On


   



Question 383763: find the domain of the function f (x) = square root of 12 − 3x^2
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
The domain is the set of values of x that can be substituted into a 
functional equation.  

Negative numbers cannot be permitted under a square root radical, because you
can't multiply a negative by itself, which is a negative) and get a negative,
because you'll always get a positive,

%22f%28x%29%22%22%22=%22%22sqrt%2812-3x%5E2%29

So what is under that radical cannot be negative. So we cannot substitute any
number for x and get an answer that will make 12-3x%5E2 a negative number.
So we set it %22%22%3E=%22%22 zero, so it won't be negative.

12-3x%5E2%22%22%3E=%22%220     

We can divide through both sides by 3 without reversing the inequality because
we are dividing through by a positive number, not by a negative number.
(If we had divided both sides by a negative number we would
have had to reverse the symbol of imequality).

12%2F3-3x%5E2%2F3%22%22%3E=%22%220%2F3

4-x%5E2%22%22%3E=%22%220

Now factor:

%282-x%29%282%2Bx%29%22%22%3E=%22%220

The critical values are found by setting the left side equal to zero.

2-x=0 has solution x=2
2+x=0 has solution x=-2

Therefore these are the critical numbers.  We mark them on a number
line with open circles "o" (but we may close them later).

-------------o---------------o---------
-5  -4  -3  -2  -1   0  +1  +2  +3  +4

We pick a test value left of -2, say -3 since it's the easiest. We substitute
-3 in   

%282-x%29%282%2Bx%29%22%22%3E=%22%220

to see if it's true or false.

%282-%28-3%29%29%282%2B%28-3%29%29%22%22%3E=%22%220
%282%2B3%29%282-3%29%22%22%3E=%22%220
%285%29%28-1%29%22%22%3E=%22%220
-5%22%22%3E=%22%220

That's false so we do not shade that part of the number line, so we still just
have this:

-------------o---------------o---------
-5  -4  -3  -2  -1   0   1   2   3   4
 

Next we pick a test value between -2 and 2, say 0 since it's the easiest. We
substitute 0 in   

%282-x%29%282%2Bx%29%22%22%3E=%22%220

to see if it's true or false.

%282-%280%29%29%282%2B%280%29%29%22%22%3E=%22%220
%282%29%282%29%22%22%3E=%22%220
4%22%22%3E=%22%220

That's true so we shade that part of the number line, and now we have
this:

-------------o===============o---------
-5  -4  -3  -2  -1   0  +1  +2  +3  +4



Next we pick a test value right of +2, say +3 since it's the easiest.
We substitute +3 in   

%282-x%29%282%2Bx%29%22%22%3E=%22%220

to see if it's true or false.

%282-%28%2B3%29%29%282%2B%28%2B3%29%29%22%22%3E=%22%220
%282-3%29%285%29%22%22%3E=%22%220
%28-1%29%285%29%22%22%3E=%22%220
-5%22%22%3E=%22%220

That's false so we do not shade that part of the number line, 
so we still just have this:

-------------o===============o---------
-5  -4  -3  -2  -1   0  +1  +2  +3  +4


Next we test the critical points themselves, -2 and +2

Testing -2

%282-x%29%282%2Bx%29%22%22%3E=%22%220

%282-%28-2%29%29%282%2B%28-2%29%29%22%22%3E=%22%220
%282%2B2%29%280%29%22%22%3E=%22%220
%284%29%280%29%22%22%3E=%22%220
0%22%22%3E=%22%220

This is true so we darken the circle at -2

-------------@===============o---------
-5  -4  -3  -2  -1   0  +1  +2  +3  +4

Testing +2

%282-x%29%282%2Bx%29%22%22%3E=%22%220

%282-%28%2B2%29%29%282%2B%28%2B2%29%29%22%22%3E=%22%220
%282-2%29%284%29%22%22%3E=%22%220
%280%29%284%29%22%22%3E=%22%220
0%22%22%3E=%22%220

This is true too so we darken the circle at +2

-------------@===============@---------
-5  -4  -3  -2  -1   0  +1  +2  +3  +4

In interval notation this is [-2, 2]

Edwin