sqrt * 4 x sqrt * 4 = 4 because sqrt * 4 = 2, so 2 x 2 = 4 but what about sqrt*1=1 ?

Indranil

Junior Member
Joined
Feb 22, 2018
Messages
220
why sqrt of 1 is 1?
As I know sqrt * 4 x sqrt * 4 = 4 because sqrt * 4 = 2, so 2 x 2 = 4 but what's about sqrt * 1?
 
why sqrt of 1 is 1?
As I know sqrt * 4 x sqrt * 4 = 4 because sqrt * 4 = 2, so 2 x 2 = 4 but what's about sqrt * 1?

First, "sqrt" is not a number you can multiply ("*"). It is a function, so you write sqrt(x) to mean the square root of x.

The reason sqrt(4)*sqrt(4) = 4 is that the left hand side is (sqrt(4))^2, and by definition the square root is the inverse of squaring: that is, squaring undoes the square root. In general, (sqrt(x))^2 = x.

What is the square root of 1? By definition, it is the (non-negative) number whose square is 1. Since 1^2 = 1, we conclude that sqrt(1) = 1.
 
why sqrt of 1 is 1?
As I know sqrt * 4 x sqrt * 4 = 4 because sqrt * 4 = 2, so 2 x 2 = 4 but what's about sqrt * 1?
To Indranil, You have been asked to use sqrt(x) which is standard function notation? Why don't you please do so?

If
a0\displaystyle a\ge 0 then sqrt(a)\displaystyle sqrt(a) is real number having the property that (a)2=a\displaystyle \left(\sqrt{a}\right)^2=a
So
sqrt(1)sqrt(1)=(1)2=1\displaystyle sqrt(1)\cdot sqrt(1)=\left(\sqrt{1}\right)^2=1
 
If you are really asking "Why isn't it 1=±1\displaystyle \sqrt{1}= \pm 1" its because x\displaystyle \sqrt{x} is a function and functions must return one value for every x. x\displaystyle \sqrt{x} is defined as "the positive number, a, such that a2=x\displaystyle a^2= x".
 
Top