Find the domain of the simplified absolute value expression and state whether it is equal to the original expression

175 Views Asked by At

Question: Simplify the expression |x^7+5x|/x where x is negative. Then let h(x) represent the simplified expression and determine its domain, and then decide whether this simplified expression is equal to the original expression.

My attempt: I am very confused. When the question says "where x is negative" does it mean that the negative sign is outside of the absolute value brackets as in the stuff on the numerator is less than 0. OR does it mean to literally plug in -x into the expression and then simplify it.

From the latter mentioned guess, I would say the simplified expression is not equal to the original because it only includes the positive half of the function when graphed out and the domain is x ≠ 0. I'm not certain if this is correct, could you guys solve this question and compare with mine?

2

There are 2 best solutions below

0
On

In very much detail, the question is asking you something like "if you knew for a fact that $x$ were negative, how can you simplify the expression?"

As an example of the idea, consider the question asked for the expression $\sqrt{x^2}$ instead. Normally, there isn't a way to simplify this (you can't say it's simply $x$ because $\sqrt{(-5)^2} = 5 \neq -5$), but for all negative $x$ you in fact can say it just equals $-x$ (why not $x$?).

5
On

First, "where $x$ is negative" means "where we pretend we are in a universe in which $x$ can only take negative values". So for instance, we allow $x$ to be $-5$, but we do not allow $x$ to be five.

Then, this matters for absolute values because their definition explicitly depends on whether their argument is negative or non-negative: $$ |z| = \begin{cases} z, & z \geq 0 \\\ -z, & z < 0 \end{cases} \text{.} $$

Finally, we use this to make progress on your problem. First we use a property of absolute values: $$ |a b| = |a|\,|b| \text{.} $$ This let's us write $$ \frac{|x^7 + 5x|}{x} = \frac{|(x^6 + 5)x|}{x} = \frac{|x^6 + 5| \ |x|}{x} \text{.} $$ Since we are in a universe where $x < 0$, the "$|x|$" in the numerator uses the second line from the definition of absolute value above, $|x| = -x$. (If we imagine $x$ is $-5$ this is just saying $|-5| = -(-5) = 5$, as we expect.) This gives us $$ \frac{|x^6 + 5| \ |x|}{x} = \frac{|x^6 + 5| (-x)}{x} = \frac{|x^6 + 5| (-1)(x)}{x} \text{.} $$

Now that we have $x$ as a factor of the entire numerator and as a factor of the entire denominator, we can cancel them to obtain $$ \frac{|x^6 + 5| (-1)}{1} = -|x^6 + 5| \text{,} $$ a simpler expression than the one we started with and a reasonable candidate for $h$.

(Hint for the domain part of the question: We usually only have to remove something from the domain when it results in division by zero or results in taking an even root of a negative number. Since we don't have any roots in this problem, we should be thinking about choices of $x$ that cause division by zero in the original expression but no in $h$ or in $h$ but not in the original expression.)