Question
Question: Find the square root of the following complex number \(7 + 24i.\)...
Find the square root of the following complex number 7+24i.
Solution
Hint : We can assume the square root of our complex number is equal to some other complex number. Then by comparing the real part in L.H.S with a real part in R.H.S and the imaginary part in L.H.S with an imaginary part in R.H.S, we can calculate the square root. There may be multiple values.
Complete step-by-step answer :
We know that the square root of 7+24i. is 7+24i.
Now, let’s assume
7+24i=x+iy
Squaring both sides,
7+24i=(x+iy)2
Using formula, (a+b)2=a2+b2+2ab
7+24i=x2+(iy)2+2xyi
We know that value of i2 is −1.
On putting the value, we get
7+24i=x2−y2+2xyi
Now, comparing the real part in L.H.S with a real part in R.H.S and imaginary part in L.H.S with an imaginary part in R.H.S.
On comparing imaginary part, we get
24=2xy
On dividing, we get
12=xy
y=x12
On comparing real part, we get
x2−y2=7
Putting the above value of y
x2−(x12)2=7
On squaring, we get
x2−x2144=7
Taking L.C.M
x2x4−144=7
On cross-multiplication, we get
x4−144=7x2
Transposing 7x2 to L.H.S
x4−7x2−144=0
We can also write 7x2=16x2−9x2
x4−(16x2−9x2)−144=0
x4−16x2+9x2−144=0
Taking common x2and9
x2(x2−16)+9(x2−16)=0
Now, taking x2−16 common
(x2−16)(x2+9)=0
x2+9 can never be zero because x2 is a positive number and by adding a positive number with another positive number we get another positive number. Therefore, only one case exists here.
x2−16=0
x2=16
x=±4
Also, we know that
y=x12
Now, putting the value of x
y=±412
On division, we get
y=±3
Therefore, 7+24i=±4±3i
Hence, the required square root of our complex number is ±4±3i.
Note : The method given in the question is a standard method for finding the square root of a complex number. If the given complex number is a+ib and the required complex number is x+iy then we can conclude that a=x2−y2 and b=2xy.