5

Is -2 is a root of the equation : $\sqrt{x^2 - 8} = \sqrt{3x + 2}$ ?

Is it any limitation of the root of this equation?

If the root is -2, both sides of the equation are equal to 2i. Is this acceptable since the variable x has no limitation.

Arpit Kansal
  • 10,268
joe
  • 51
  • 1
    You can substitute the value and check – Shailesh Sep 26 '15 at 06:10
  • 2
    Yes if the complex number is allowed. – user235783 Sep 26 '15 at 06:10
  • You would plug in to check. That leads to $$\sqrt{-4}=\sqrt{-4}$$ so we will have to work out if that is true or not. That depends on how we interpret the surd symbol. You could say that it is not allowed with negative numbers, in which case $-2$ is no solution. Or you could say that $\sqrt{-4}$ means both the numbers $2i$ and $-2i$ in some sense, or that it means either of those two numbers in some sense. So you would have to be sure what equality between such two symbols would be. One interpretation could be $${ 2i,-2i} = { 2i,-2i}$$ which is true. But $$2i\ne -2i$$ on the other hand. – Jeppe Stig Nielsen Jun 03 '18 at 09:02

5 Answers5

2

The equation on its own is not really well-posed; you need to say which kind of number you allow $x$ to be, and what you mean by the symbol $\sqrt{\phantom{X}}$.

If the question is "Find all real $x$ which satisfy the equation, where $\sqrt{\phantom{X}}$ denotes the usual real square root function", then the answer is no, since $\sqrt{-2}$ is undefined.

But if the question is "Find all complex $x$ which satisfy the equation, where $\sqrt{\phantom{X}}$ denotes the principal branch of the complex square root function" (or some other branch, but this must be specified whenever one talks about complex square roots), then the answer is yes.

In some cases, it might be clear from context which alternative is meant. For example, if you're given this question in a real-variable calculus course which doesn't explain branch cuts for complex square roots, then it's probably the first answer ("no") that's expected.

Hans Lundmark
  • 53,395
1

No, the square root is not defined for negative arguments.

1

Notice, the given equation is $\sqrt{x^2-8}=\sqrt{3x+2}$, now squaring both the sides we get $$x^2-8=3x+2$$ $$ x^2-3x-10=0$$ $$(x+2)(x-5)=0$$ On solving we get $$x=-2, \ 5$$

Now, let's check out both the roots, if they are acceptable by satisfying the given (original) equation

Substituting $x=-2$, we get $LHS=RHS=\sqrt{-2}$ which is undefined value hence, the $x=-2$ is unacceptable i.e. it's not a root of the given equation.

While, Substituting $x=5$, we get $LHS=RHS=\sqrt{17}$ which is defined value hence, the $x=5$ is a root of given equation it is not $x=-2$

0

In addition to just substituing and checking, we can show this analytically.

$$\sqrt{x^2-8}=\sqrt{3x+2} \implies x^2-8=3x+2$$ $$\implies x^2-3x-10=0$$

By quadratic formula: $$\implies x=-2 \text{ or } x=5$$

It is worth noting that in the form you originally wrote the equation, there would be a problem of arguments in the square root. By allowing the squaring that we do here, we are agreeing to overlook this, since the square of a purely imaginary number is real.

A. Thomas Yerger
  • 17,862
  • 4
  • 42
  • 85
0

We find solution roots unwittingly( unintentionally as extraneous / spurious) included for $ \sqrt{x^2 - 8} = \pm \sqrt{3x + 2} $ due to squarings.

So if roots in complex domain/range are considered, then $ x= - 2 $ is allowable in complex range. I.e., if solution of $ \sqrt{z^2 - 8} = \pm \sqrt{3 z + 2} $ is asked, then it is acceptable as a root. The x=5 real solution root anyhow.

Narasimham
  • 40,495