Can You Multiply Square Roots of Negative Numbers?

AI Thread Summary
The discussion centers on the multiplication of square roots of negative numbers, specifically the expression √(-16) * √(-25). The correct approach involves recognizing that √(-16) equals 4i and √(-25) equals 5i, leading to the calculation 4i * 5i, which equals 20i², resulting in -20. Some participants argue that the answer could also be interpreted as the square root of the product of the negative numbers, yielding a positive result, but this does not apply when using principal roots. Ultimately, the consensus supports that choice b is correct when adhering to the rules of exponentiation and multiplication.
dnt
Messages
238
Reaction score
0
suppose you have square root of -16 times square root of -25 (in separate square root symbols).

would the answer be:

a) no solution - can't have negative square roots

b) 4i times 5i which equals 20i^2 which is -20

c) -16 times -25 which is +400, then the square root of that is 20

which one is correct?
 
Physics news on Phys.org
Exponentiation has a higher precedence than multiplication, just like multiplication has a higher precedence than addition. You therefore have to evaluate the roots before evaluating the multiplication.

-Dale
 
so it should be choice b?
 
Assuming you are using the principle roots, yes.
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top