Bunuel
Which of the following expressions equals 0 when x < 0 and equals x^2 when x ≥ 0?
A. \(x|x|\)
B. \(x + |x|\)
C. \(2x^2 - x|x|\)
D. \(\frac{1}{4}(x + |x|)^2\)
E. \((\frac{x - |x|}{2})^2\)
Use the definition of absolute values here:
|x| = x if x >= 0
|x| = -x if x < 0
First we check for negative values because we should simply get 0. So we will be able to eliminate many options.
A. \(x|x|\)
If x < 0, we get -x^2. This is not 0. Eliminate.
B. \(x + |x|\)
If x < 0, we get x - x = 0
C. \(2x^2 - x|x|\)
If x < 0, we get
\(2x^2 + x^2\). This is not 0. Eliminate.
D. \(\frac{1}{4}(x + |x|)^2\)
If x < 0, we get
\(\frac{1}{4}(x - x)^2 = 0\)
E. \((\frac{x - |x|}{2})^2\)
If x < 0, we get x + x/2. This is not 0. Eliminate.
Now simply check for options (B) and (D).
B. \(x + |x|\)
If x >= 0, we get x + x = 2x. This is not x^2.
Eliminate.
Answer (D)
The definition of absolute values and its usage is discussed here:
https://anaprep.com/algebra-the-why-beh ... questions/