-3

The problem is to find $\sqrt{(-1)\cdot(-1)}$
Approach 1 - $\sqrt{(-1)\cdot (-1)} = \sqrt{(-1)^2} = -1$
Approach 2 - $\sqrt{(-1)\cdot (-1)} = \sqrt{1} = 1$

Which is correct and why?

Ludolila
  • 3,034

2 Answers2

0

When dealing with the imaginary unit, you need to be careful using properties such as:

$$ \sqrt{ a\cdot b } = \sqrt{a} \cdot \sqrt{b} $$

This holds for all $ a,b \in \mathbb{R}_+ \cup \{0\} $, but not for negative real numbers. Therefore, the wrong is the first:

$$ \sqrt{ (-1)\cdot (-1)} \neq i \cdot i $$

  • I can understand this because we could get a negative answer in this way for every square root, but what is the fundamental mistake? Saying you can't do that is not really helpful – Prabhdeep Singh Feb 05 '17 at 08:57
0

$\sqrt{ab} = \sqrt{a} \cdot \sqrt{b}$

where a ≥ 0, b ≥ 0 Or a ≥ 0, b < 0

But NOT a < 0, b < 0

So applying in on a = b = -1 is invalid.