How do i do negtive squareroots on Widows calcators with out an error

Koen Rivers 0 Reputation points
2023-01-20T21:24:36.2533333+00:00

For example The square root of -1 it should be the imaginary unit i, but it says “Invalid Input”.

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Santhi Swaroop Naik Bukke 595 Reputation points
    2023-01-20T21:27:25.6933333+00:00

    On the Windows calculator, you can perform a square root operation on a negative number by first multiplying the number by -1, performing the square root operation, and then multiplying the result by -1.

    Here are the steps:

    1. Enter the negative number you want to find the square root of.
    2. Press the "*" button to multiply the number by -1.
    3. Press the "√" button to perform the square root operation.
    4. Press the "*" button again to multiply the result by -1.
    5. The result will be the square root of the negative number.

    Alternatively, you can use the pow function to get the square root of a negative number.

    1. Enter the negative number you want to find the square root of.
    2. Press the "1/x" button to get the reciprocal of the number.
    3. Press the "x^y" button to raise the reciprocal to the power of 0.5
    4. Press the "=" button to get the result.

    It's important to note that the result of a square root of a negative number is a complex number, which consist of real part and an imaginary part.

    Keep in mind that some calculators may not support performing square roots on negative numbers and may return an error instead.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.