Zondrina said:
Just simply remember the definition...
|x| =
{x if x≥0
{-x if x<0
So break it up into two cases... ill show you one of them for an example :
Case #1 : x≥0
So f(x) = x/|x| = x/x = 1
D = {x[itex]\in[/itex]ℝ} <- incorrect
R = {y=1} ( Since for all possible x values, f(x) = 1 )
The above is not completely correct. Case 1 should be
x > 0, not
x ≥ 0. x cannot equal zero. That also means the the domain is not ℝ.
1+1=2 said:
Robert, appreciate the clarification, so would mean that y = 0 is in fact an accepted value for range?
No. Please read my previous post.
1+1=2 said:
Case #2 : x<0
So f(x) = x/|x| = x/(-x) = -1
D = {x[itex]\in[/itex]ℝ} <- incorrect
R = {y=-1} ( Since for all possible x values, f(x) = -1 )
You're not done yet. You still have yet to describe the domain and range of the function
[tex]f(x) = \frac{x}{\left| x \right|}[/tex]
What we have above are the domains (which are incorrect) and ranges of the two pieces. Put them together.
1+1=2 said:
This seems fairly easy (with advice and thought), but it seems unlikely that correct range values would be as easily obtained (as plugging in a few x values and noticing a pattern) with more complex functions.
For instance, f(x) = [itex]\frac{1}{x-3}[/itex]
The domain is simply the denominator set equal to 0, {xl x≠3}
However, range is found by solving for (isolating x to one side) and setting the denominator equal to zero:
x = [itex]3+\frac{1}{y}[/itex]
So range is {xl x≠0}
No, it would be {y | y ≠ 0}.
I find it helpful to memorize the domains and ranges of some of the parent functions. Since many of the functions we encounter are based on the parent functions, you can adjust the domains and ranges appropriately. The functions that I consider as parent functions are these:
[itex]f(x) = x[/itex]
[itex]f(x) = x^2[/itex]
[itex]f(x) = x^3[/itex]
[itex]f(x) = \sqrt{x}[/itex]
[itex]f(x) = \frac{1}{x}[/itex]
[itex]f(x) = e^x[/itex]
[itex]f(x) = \ln x[/itex]
[itex]f(x) = \frac{1}{1+e^x}[/itex]
[itex]f(x) = \left| x \right|[/itex]
[itex]f(x) = int(x)[/itex]
... plus the six trig functions.
In the case of [itex]f(x) = \frac{1}{x-3}[/itex], the parent function is [itex]f(x) = \frac{1}{x}[/itex]. The domain and range of this parent function is (-∞, 0) U (0, ∞). [itex]f(x) = \frac{1}{x-3}[/itex] is a translation of the parent function 3 units to the right. The range is the same as the parent function, but the domain changes to (-∞, 3) U (3, ∞).