Solveeit Logo

Question

Question: Number of real solutions of the equation $\sqrt{log_{10}(-x)} = log_{10} \sqrt{x^2}$ is:...

Number of real solutions of the equation log10(x)=log10x2\sqrt{log_{10}(-x)} = log_{10} \sqrt{x^2} is:

A

none

B

exactly 1

C

exactly 2

D

4

Answer

exactly 2

Explanation

Solution

  1. Domain of LHS: For log10(x)\sqrt{log_{10}(-x)} to be defined, we need log10(x)0log_{10}(-x) \ge 0 and x>0-x > 0.

    • x>0    x<0-x > 0 \implies x < 0.
    • log10(x)0    x100    x1    x1log_{10}(-x) \ge 0 \implies -x \ge 10^0 \implies -x \ge 1 \implies x \le -1. The intersection of x<0x < 0 and x1x \le -1 gives the domain for LHS as x1x \le -1.
  2. Domain of RHS: For log10x2log_{10} \sqrt{x^2} to be defined, we need x2>0\sqrt{x^2} > 0.

    • x2=x\sqrt{x^2} = |x|, so x>0    x0|x| > 0 \implies x \neq 0. The domain for RHS is xR{0}x \in \mathbb{R} \setminus \{0\}.
  3. Common Domain: The common domain for the equation is the intersection of x1x \le -1 and x0x \neq 0, which is x1x \le -1.

  4. Simplification: For x1x \le -1, we have x>0-x > 0. Also, x2=x=x\sqrt{x^2} = |x| = -x because xx is negative. The equation log10(x)=log10x2\sqrt{log_{10}(-x)} = log_{10} \sqrt{x^2} becomes: log10(x)=log10(x)\sqrt{log_{10}(-x)} = log_{10}(-x)

  5. Solving the Simplified Equation: Let y=log10(x)y = log_{10}(-x). Since x1x \le -1, x1-x \ge 1, which implies y=log10(x)log10(1)=0y = log_{10}(-x) \ge log_{10}(1) = 0. The equation in terms of yy is: y=y\sqrt{y} = y Squaring both sides (which is valid since y0y \ge 0): y=y2y = y^2 y2y=0y^2 - y = 0 y(y1)=0y(y-1) = 0 This yields two possible values for yy: y=0y=0 or y=1y=1. Both are 0\ge 0, so they are valid solutions for y=y\sqrt{y}=y.

  6. Finding x values:

    • If y=0y=0: log10(x)=0    x=100=1    x=1log_{10}(-x) = 0 \implies -x = 10^0 = 1 \implies x = -1. This value x=1x=-1 is in the common domain x1x \le -1.
    • If y=1y=1: log10(x)=1    x=101=10    x=10log_{10}(-x) = 1 \implies -x = 10^1 = 10 \implies x = -10. This value x=10x=-10 is in the common domain x1x \le -1.
  7. Conclusion: There are two distinct real solutions: x=1x=-1 and x=10x=-10.