Domain of a Function with Sign Graph

math4life
Messages
17
Reaction score
0

Homework Statement



Find the domain of the function. You will need a sign graph. Answer in interval notation.

Homework Equations



f(x)= (3)/[(x2-4x)1/2]

The Attempt at a Solution


No clue - I don't know how to use a sign graph or what the positive/negative results mean as solutions on a number line.
 
Physics news on Phys.org
I am not sure what a sign graph is.

But the domain is the x values for f being defined. There is a square root, so what is inside can't be less than zero. Since it is a fraction, the denominator can't be zero.
 
Sine graph?
 
I meant sine graph instead of sign graph. So what do I do? Should I set the denominator to greater than or equal to zero and solve?

I tried solving using the above method but I think my math is wrong. Nonetheless it is wrong because my teacher wants a sine graph on a number line...

1) (sqrt(x2-4x) greater than or equal 0
2) x2-4x greater than or equal 0 (this step is wrong I'm pretty sure - squaring both sides)
3) x2-4x+4 greater than equal 4
4) (x-2)2 greater than equal 4

... ? I still need the sine graph.
 
I suspect "sign graph" was the correct original intent.

When solving x^2-4x = x(x-4) > 0, this boils down to the cases:

\left\{ \begin{array}{r}{ x > 0 \\ x-4<0} \end{array}

\left\{ \begin{array}{rl} {x<0 \\ x-4 >0} \end{array}

This can also be illustrated with a sign graph of x^2 - 4x:

+ + + + + + + + + + + - - - - - - + + + + + + + + +
___________________0________4________________

And from this one can determine the domain...

Solving (x-2)^2 > 4 \Rightarrow |x-2| > 2 is also valid.

--Elucidus

EDIT: Fixed a TeX gaffe.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top