Square Root of 16: Solving for -2 with Step-by-Step Explanation

  • Thread starter brycenrg
  • Start date
In summary, the square root of 16 is 4. Solving for -2 in the square root of 16 means finding the number that, when squared, equals -2, which in this case is an imaginary number. To solve for -2, we can rewrite the equation as sqrt(x) = -2, square both sides to get x = 4, and express the solution as 4i. The square root of 16 can never be a negative number because it is defined as the number that, when multiplied by itself, equals 16. It is important to explain the steps when solving for -2 in the square root of 16 to demonstrate the reasoning, promote understanding, and ensure accuracy in the calculation.
  • #1
brycenrg
95
2

Homework Statement


2-squareroot(16) = -2

Homework Equations

The Attempt at a Solution


Why is there not two answers? I thought the squareroot of something always has two answers.
 
  • Like
Likes Delta2
Physics news on Phys.org
  • #2
The square root is supposed to be a function, and a function is not allowed to give more than one output for a given input. So the convention is that ## \sqrt{b^2}=+b ##. That's the reason every time you solve a quadratic equation, you need to use ## \pm ##, because you need both positive and negative roots but the square root only gives the positive one.
 
  • #3
brycenrg said:

Homework Statement


2-squareroot(16) = -2

Homework Equations

The Attempt at a Solution


Why is there not two answers? I thought the squareroot of something always has two answers.

The equation

##x^2 = 4##

has two solutions.

##x = \pm \sqrt{4} = \pm 2##

The square root of ##4##, denoted by ##\sqrt{4}## is the positive solution and is equal to ##2##.

It is not the case that ##\sqrt{4}=\pm2##.
 
  • #4
ShayanJ said:
The square root is supposed to be a function, and a function is not allowed to give more than one output for a given input. So the convention is that ## \sqrt{b^2}=+b ##. .
## \sqrt{b^2}=+b ##
Correctly: ## \sqrt{b^2}=|b|##
 
  • Like
Likes Dale, SammyS and ShayanJ
  • #5
Yeah there is the caveat when dealing with square roots in terms of functions that the absolute value or positive root is accepted as the output of the function
However you are correct that square roots typically have two solutions
I suppose it depends on the question or situation
 
  • #6
Kaura said:
Yeah there is the caveat when dealing with square roots in terms of functions that the absolute value or positive root is accepted as the output of the function
However you are correct that square roots typically have two solutions
I suppose it depends on the question or situation

You need to distinguish between two related concepts: (1) the concept of a square root as a solution or solutions of an equation; and (2) the concept of the square root as a mathematical function. When you ask for a square root of 4, there are two possible values, +2 and -2. If you ask for the square root of 4 there is only one value, +2. In any programming language I know of, or in any spreadsheet or on any scientific calculator, when you enter "sqrt" or equivalent, you always get a the single value ##\sqrt{b^2} = |b|##.
 
  • #7
Kaura said:
Yeah there is the caveat when dealing with square roots in terms of functions that the absolute value or positive root is accepted as the output of the function
However you are correct that square roots typically have two solutions
I suppose it depends on the question or situation
a "square root" doesn't have a "solution" because a square root isn't a problem! A quadratic equation typically has two solutions.
 
  • #8
The first thing we need to do is define the word "solution". Most people would say that "solution" means "answer", but that is a synonym rather than a definition. My definition is "anything that makes the mathematical statement true." So when we look at the problem $$x^2=4$$ the values that make this true are both 2 and -2. When we look at $$\sqrt{4} = x$$ then only 2 is a solution. I think the confusion comes in that the steps used to solve these problems both include the concept of square roots - but the steps used to find a solution are not the same as the solution itself.
 
  • #9
It's the convention of the '##\sqrt {}##' symbol that it only means the positive value. In practice, you should always put a '##\pm##' in front unless you have ruled out one of the values. The question as stated has ruled out the negative square root value.
 
  • #10
A related issue comes up when one has to calculate, for example, the electric potential inside a spherical charge distribution of radius ##R##. Part of what one has to evaluate is an integral that results in a term$$A= \left[ \sqrt{x^2} \right]_{r-R}^{r+R} $$where ##r## is an arbitrary point in space. This needs to be done formally. Clearly, it evaluates to $$A=\sqrt{(r+R)^2} -\sqrt{(r-R)^2}$$but where do you go from here? The first term is a positive quantity, ##\sqrt{(r+R)^2}=r+R##. The second term requires a bit of thought. It needs to be subtracted from the first term which means that ##\sqrt{(r-R)^2}=|r-R|##. This results in two possibilities $$
A= \begin{cases}
2 R & \text{if } r \geq R \\
2r & \text{if } r < R.
\end{cases}$$
 
  • #11
FactChecker said:
It's the convention of the '##\sqrt {}##' symbol that it only means the positive value.
Yes.
FactChecker said:
In practice, you should always put a '##\pm##' in front unless you have ruled out one of the values.
No, one should not always do this.
If you're solving and equation such as ##x^2 = 4##, then there will be two solutions, ##\pm\sqrt 4 = \pm 2##. On the other hand, ##\sqrt 9 = 3##, and ##\pm## should not be used.
 
  • #12
Mark44 said:
On the other hand, ##\sqrt 9 = 3##, and ##\pm## should not be used.
If there is a reason to rule one solution out, you should rule it out. Otherwise, all solutions should be considered. In this case, the absence of a '##\pm##' on the left side gives the reason to not consider the negative solution on the right side.
 
Last edited:
  • #13
Mark44 said:
On the other hand, √9=3, and ± should not be used.
FactChecker said:
If there is a reason to rule one solution out, you should rule it out. Otherwise, all solutions should be considered. In this case, the absence of a '±±' on the left side gives the reason to not consider the negative solution on the right side.
As you said earlier, by convention the √ symbol denotes the positive value only. I hope you are not saying that there are circumstances in which, say, √9=±39=±3 would be correct.
 
Last edited:
  • #14
Mark44 said:
As you said earlier, by convention the ##\sqrt{}## symbol denotes the positive value only. I hope you are not saying that there are circumstances in which, say, ##\sqrt 9 = \pm 3## would be correct.
For the third time, no.
 
  • #15
OK, but please understand that what you wrote was confusing.
I wrote
On the other hand, ##\sqrt 9 = 3##, and ##\pm## should not be used.
, which you quoted, and in your reply you said
If there is a reason to rule one solution out, you should rule it out. Otherwise, all solutions should be considered. In this case, the absence of a '##\pm##' on the left side gives the reason to not consider the negative solution on the right side.
A simpler way to look at this is that ##\sqrt 9## simplifies to a single number.
 
  • #16
All these answers to a 4 year old post by someone who hasn't been active for 2 years.
 
  • Like
  • Wow
Likes SammyS, FactChecker and PeroK
  • #17
Question was asked and answered, and the OP hasn't been seen for 3 years, so I'm closing this thread.
 
  • Wow
Likes FactChecker

What is the square root of 16?

The square root of 16 is 4.

What does it mean to solve for -2 in the square root of 16?

Solving for -2 in the square root of 16 means finding the number that, when squared, equals -2. In this case, the solution is imaginary, as there is no real number that, when squared, equals -2.

What is the step-by-step explanation for solving for -2 in the square root of 16?

To solve for -2 in the square root of 16, we can rewrite the equation as sqrt(x) = -2 and then square both sides to get x = (-2)^2 = 4. However, since we are solving for a negative number, the solution is imaginary and can be written as 4i, where i is the imaginary unit.

Can the square root of 16 ever be a negative number?

No, the square root of 16 can never be a negative number. The square root of a number is defined as the number that, when multiplied by itself, equals the original number. Since a negative number multiplied by itself will always result in a positive number, the square root of 16 must be a positive number.

Why is it important to explain the steps when solving for -2 in the square root of 16?

Explaining the steps when solving for -2 in the square root of 16 helps to show the reasoning and logic behind the solution and can help others understand and replicate the process. It also ensures accuracy and helps to avoid errors in the calculation.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
21
Views
707
  • Precalculus Mathematics Homework Help
Replies
17
Views
816
  • Precalculus Mathematics Homework Help
2
Replies
36
Views
4K
  • Precalculus Mathematics Homework Help
Replies
4
Views
719
  • Precalculus Mathematics Homework Help
Replies
6
Views
546
  • Precalculus Mathematics Homework Help
Replies
8
Views
737
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
32
Views
724
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
19
Views
1K
Back
Top