Finding the roots of a complex number [duplicate] The 2019 Stack Overflow Developer Survey Results Are InHow do I get the square root of a complex number?For complex $z$, find the roots $z^2 - 3z + (3 - i) = 0$Finding the complex roots of an equation.Finding nth roots of complex numberHow to find the equations whose roots are equal to the following numbers?Finding irrational and complex roots of a cubic polynomialFinding roots of complex numberSolving complex equasion with 4 rootsRoots of a complex number equationSolving Quadratic Equation (Complex Roots)Complex cubic roots of unity
Are there any other methods to apply to solving simultaneous equations?
Can we generate random numbers using irrational numbers like π and e?
Is flight data recorder erased after every flight?
Where to refill my bottle in India?
Aging parents with no investments
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
Does the shape of a die affect the probability of a number being rolled?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Multiply Two Integer Polynomials
Why did Acorn's A3000 have red function keys?
How to deal with speedster characters?
The difference between dialogue marks
What does ひと匙 mean in this manga and has it been used colloquially?
Geography at the pixel level
Protecting Dualbooting Windows from dangerous code (like rm -rf)
One word riddle: Vowel in the middle
Output the Arecibo Message
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Identify boardgame from Big movie
Why is the maximum length of OpenWrt’s root password 8 characters?
Did Section 31 appear in Star Trek: The Next Generation?
Does a dangling wire really electrocute me if I'm standing in water?
How to deal with fear of taking dependencies
Right tool to dig six foot holes?
Finding the roots of a complex number [duplicate]
The 2019 Stack Overflow Developer Survey Results Are InHow do I get the square root of a complex number?For complex $z$, find the roots $z^2 - 3z + (3 - i) = 0$Finding the complex roots of an equation.Finding nth roots of complex numberHow to find the equations whose roots are equal to the following numbers?Finding irrational and complex roots of a cubic polynomialFinding roots of complex numberSolving complex equasion with 4 rootsRoots of a complex number equationSolving Quadratic Equation (Complex Roots)Complex cubic roots of unity
$begingroup$
This question already has an answer here:
How do I get the square root of a complex number?
10 answers
I was solving practice problems for my upcoming midterm and however I got stuck with this question type.
It is asking me to find all roots and then sketch it.
$(1+isqrt3)^1/2$
How do we proceed?
linear-algebra complex-numbers polar-coordinates
$endgroup$
marked as duplicate by Nosrati, Hans Lundmark, Martin R, Lord Shark the Unknown, GNUSupporter 8964民主女神 地下教會 Mar 24 at 11:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
$begingroup$
This question already has an answer here:
How do I get the square root of a complex number?
10 answers
I was solving practice problems for my upcoming midterm and however I got stuck with this question type.
It is asking me to find all roots and then sketch it.
$(1+isqrt3)^1/2$
How do we proceed?
linear-algebra complex-numbers polar-coordinates
$endgroup$
marked as duplicate by Nosrati, Hans Lundmark, Martin R, Lord Shark the Unknown, GNUSupporter 8964民主女神 地下教會 Mar 24 at 11:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31
add a comment |
$begingroup$
This question already has an answer here:
How do I get the square root of a complex number?
10 answers
I was solving practice problems for my upcoming midterm and however I got stuck with this question type.
It is asking me to find all roots and then sketch it.
$(1+isqrt3)^1/2$
How do we proceed?
linear-algebra complex-numbers polar-coordinates
$endgroup$
This question already has an answer here:
How do I get the square root of a complex number?
10 answers
I was solving practice problems for my upcoming midterm and however I got stuck with this question type.
It is asking me to find all roots and then sketch it.
$(1+isqrt3)^1/2$
How do we proceed?
This question already has an answer here:
How do I get the square root of a complex number?
10 answers
linear-algebra complex-numbers polar-coordinates
linear-algebra complex-numbers polar-coordinates
edited Mar 23 at 16:29
Hotdog
648
648
asked Mar 23 at 16:25
McAMcA
1
1
marked as duplicate by Nosrati, Hans Lundmark, Martin R, Lord Shark the Unknown, GNUSupporter 8964民主女神 地下教會 Mar 24 at 11:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Nosrati, Hans Lundmark, Martin R, Lord Shark the Unknown, GNUSupporter 8964民主女神 地下教會 Mar 24 at 11:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31
add a comment |
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Hint:Substitute $$sqrt1+sqrt3i=a+bi$$ then you have to solve $$a^2-b^2=1$$ and $$sqrt3=2ab$$
$endgroup$
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
|
show 1 more comment
$begingroup$
Let the roots be of the form $u+iv$. You need to solve
$$(u+iv)^2=1+isqrt3.$$
As $(u+iv)^2=u^2-v^2+2iuv$, by identification
$$begincasesu^2-v^2=1,\2uv=sqrt3endcases.$$
Now multiplying the first by $u^2$,
$$u^4-u^2v^2=u^4-frac34=u^2$$ is a biquadratic equation. We obtain
$$u^2=frac1pmsqrt1+32=frac32,-frac12$$
and the only real roots are
$$u=pmfracsqrt3sqrt2,$$ corresponding to $$v=pmfrac1sqrt2.$$
Final check:
$$left(fracsqrt3sqrt2+frac isqrt2right)^2=frac32-frac12+2ifracsqrt32$$
$endgroup$
add a comment |
$begingroup$
$1+isqrt3=2e^ifracpi3=(sqrt2e^ifracpi6)^2$ thus the roots are $pm sqrt2e^ifracpi6=pm(fracsqrt62+ifracsqrt22)$
General way to find the roots of $z=a+ib$
Let $delta=x+iy$ a root of $z$. Then $delta^2=x^2-y^2+2ixy=a+ib$ and thus $x^2-y^2=a$ and $2xy=b$. Using modulus we obtain : $|z|=|delta|^2Longrightarrow x^2+y^2=sqrta^2+b^2$.
This provides the following system:
$$begincasesx^2-y^2=a ,\x^2+y^2=sqrta^2+b^2,\2xy=b endcases.$$
The first two equations gives $$x^2=fraca+sqrta^2+b^22$$ $$ y^2=fraca-sqrta^2+b^22.$$
$$x=pmsqrtfraca+sqrta^2+b^22, y=pmsqrtfraca-sqrta^2+b^22.$$
The last equation can be used to find the sign of $x$ and $y$. In your example $2xy=sqrt3>0$ which means that $sign(x)=sign(y)$ and thus we have to choose $x>0$ and $y>0$, or $x<0$ and $y<0$.
$endgroup$
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint:Substitute $$sqrt1+sqrt3i=a+bi$$ then you have to solve $$a^2-b^2=1$$ and $$sqrt3=2ab$$
$endgroup$
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
|
show 1 more comment
$begingroup$
Hint:Substitute $$sqrt1+sqrt3i=a+bi$$ then you have to solve $$a^2-b^2=1$$ and $$sqrt3=2ab$$
$endgroup$
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
|
show 1 more comment
$begingroup$
Hint:Substitute $$sqrt1+sqrt3i=a+bi$$ then you have to solve $$a^2-b^2=1$$ and $$sqrt3=2ab$$
$endgroup$
Hint:Substitute $$sqrt1+sqrt3i=a+bi$$ then you have to solve $$a^2-b^2=1$$ and $$sqrt3=2ab$$
answered Mar 23 at 16:31
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
78.9k42867
78.9k42867
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
|
show 1 more comment
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
And $a^2+b^2=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:38
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
Where come this from?
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
1
1
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
Taking modulus of each side
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$$(a+bi)^2=a^2-b^2+2abi$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 23 at 16:41
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
$begingroup$
$|a+ib|^2=a^2+b^2$ and $|1+isqrt3|=2$
$endgroup$
– HAMIDINE SOUMARE
Mar 23 at 16:46
|
show 1 more comment
$begingroup$
Let the roots be of the form $u+iv$. You need to solve
$$(u+iv)^2=1+isqrt3.$$
As $(u+iv)^2=u^2-v^2+2iuv$, by identification
$$begincasesu^2-v^2=1,\2uv=sqrt3endcases.$$
Now multiplying the first by $u^2$,
$$u^4-u^2v^2=u^4-frac34=u^2$$ is a biquadratic equation. We obtain
$$u^2=frac1pmsqrt1+32=frac32,-frac12$$
and the only real roots are
$$u=pmfracsqrt3sqrt2,$$ corresponding to $$v=pmfrac1sqrt2.$$
Final check:
$$left(fracsqrt3sqrt2+frac isqrt2right)^2=frac32-frac12+2ifracsqrt32$$
$endgroup$
add a comment |
$begingroup$
Let the roots be of the form $u+iv$. You need to solve
$$(u+iv)^2=1+isqrt3.$$
As $(u+iv)^2=u^2-v^2+2iuv$, by identification
$$begincasesu^2-v^2=1,\2uv=sqrt3endcases.$$
Now multiplying the first by $u^2$,
$$u^4-u^2v^2=u^4-frac34=u^2$$ is a biquadratic equation. We obtain
$$u^2=frac1pmsqrt1+32=frac32,-frac12$$
and the only real roots are
$$u=pmfracsqrt3sqrt2,$$ corresponding to $$v=pmfrac1sqrt2.$$
Final check:
$$left(fracsqrt3sqrt2+frac isqrt2right)^2=frac32-frac12+2ifracsqrt32$$
$endgroup$
add a comment |
$begingroup$
Let the roots be of the form $u+iv$. You need to solve
$$(u+iv)^2=1+isqrt3.$$
As $(u+iv)^2=u^2-v^2+2iuv$, by identification
$$begincasesu^2-v^2=1,\2uv=sqrt3endcases.$$
Now multiplying the first by $u^2$,
$$u^4-u^2v^2=u^4-frac34=u^2$$ is a biquadratic equation. We obtain
$$u^2=frac1pmsqrt1+32=frac32,-frac12$$
and the only real roots are
$$u=pmfracsqrt3sqrt2,$$ corresponding to $$v=pmfrac1sqrt2.$$
Final check:
$$left(fracsqrt3sqrt2+frac isqrt2right)^2=frac32-frac12+2ifracsqrt32$$
$endgroup$
Let the roots be of the form $u+iv$. You need to solve
$$(u+iv)^2=1+isqrt3.$$
As $(u+iv)^2=u^2-v^2+2iuv$, by identification
$$begincasesu^2-v^2=1,\2uv=sqrt3endcases.$$
Now multiplying the first by $u^2$,
$$u^4-u^2v^2=u^4-frac34=u^2$$ is a biquadratic equation. We obtain
$$u^2=frac1pmsqrt1+32=frac32,-frac12$$
and the only real roots are
$$u=pmfracsqrt3sqrt2,$$ corresponding to $$v=pmfrac1sqrt2.$$
Final check:
$$left(fracsqrt3sqrt2+frac isqrt2right)^2=frac32-frac12+2ifracsqrt32$$
answered Mar 23 at 16:47
Yves DaoustYves Daoust
133k676231
133k676231
add a comment |
add a comment |
$begingroup$
$1+isqrt3=2e^ifracpi3=(sqrt2e^ifracpi6)^2$ thus the roots are $pm sqrt2e^ifracpi6=pm(fracsqrt62+ifracsqrt22)$
General way to find the roots of $z=a+ib$
Let $delta=x+iy$ a root of $z$. Then $delta^2=x^2-y^2+2ixy=a+ib$ and thus $x^2-y^2=a$ and $2xy=b$. Using modulus we obtain : $|z|=|delta|^2Longrightarrow x^2+y^2=sqrta^2+b^2$.
This provides the following system:
$$begincasesx^2-y^2=a ,\x^2+y^2=sqrta^2+b^2,\2xy=b endcases.$$
The first two equations gives $$x^2=fraca+sqrta^2+b^22$$ $$ y^2=fraca-sqrta^2+b^22.$$
$$x=pmsqrtfraca+sqrta^2+b^22, y=pmsqrtfraca-sqrta^2+b^22.$$
The last equation can be used to find the sign of $x$ and $y$. In your example $2xy=sqrt3>0$ which means that $sign(x)=sign(y)$ and thus we have to choose $x>0$ and $y>0$, or $x<0$ and $y<0$.
$endgroup$
add a comment |
$begingroup$
$1+isqrt3=2e^ifracpi3=(sqrt2e^ifracpi6)^2$ thus the roots are $pm sqrt2e^ifracpi6=pm(fracsqrt62+ifracsqrt22)$
General way to find the roots of $z=a+ib$
Let $delta=x+iy$ a root of $z$. Then $delta^2=x^2-y^2+2ixy=a+ib$ and thus $x^2-y^2=a$ and $2xy=b$. Using modulus we obtain : $|z|=|delta|^2Longrightarrow x^2+y^2=sqrta^2+b^2$.
This provides the following system:
$$begincasesx^2-y^2=a ,\x^2+y^2=sqrta^2+b^2,\2xy=b endcases.$$
The first two equations gives $$x^2=fraca+sqrta^2+b^22$$ $$ y^2=fraca-sqrta^2+b^22.$$
$$x=pmsqrtfraca+sqrta^2+b^22, y=pmsqrtfraca-sqrta^2+b^22.$$
The last equation can be used to find the sign of $x$ and $y$. In your example $2xy=sqrt3>0$ which means that $sign(x)=sign(y)$ and thus we have to choose $x>0$ and $y>0$, or $x<0$ and $y<0$.
$endgroup$
add a comment |
$begingroup$
$1+isqrt3=2e^ifracpi3=(sqrt2e^ifracpi6)^2$ thus the roots are $pm sqrt2e^ifracpi6=pm(fracsqrt62+ifracsqrt22)$
General way to find the roots of $z=a+ib$
Let $delta=x+iy$ a root of $z$. Then $delta^2=x^2-y^2+2ixy=a+ib$ and thus $x^2-y^2=a$ and $2xy=b$. Using modulus we obtain : $|z|=|delta|^2Longrightarrow x^2+y^2=sqrta^2+b^2$.
This provides the following system:
$$begincasesx^2-y^2=a ,\x^2+y^2=sqrta^2+b^2,\2xy=b endcases.$$
The first two equations gives $$x^2=fraca+sqrta^2+b^22$$ $$ y^2=fraca-sqrta^2+b^22.$$
$$x=pmsqrtfraca+sqrta^2+b^22, y=pmsqrtfraca-sqrta^2+b^22.$$
The last equation can be used to find the sign of $x$ and $y$. In your example $2xy=sqrt3>0$ which means that $sign(x)=sign(y)$ and thus we have to choose $x>0$ and $y>0$, or $x<0$ and $y<0$.
$endgroup$
$1+isqrt3=2e^ifracpi3=(sqrt2e^ifracpi6)^2$ thus the roots are $pm sqrt2e^ifracpi6=pm(fracsqrt62+ifracsqrt22)$
General way to find the roots of $z=a+ib$
Let $delta=x+iy$ a root of $z$. Then $delta^2=x^2-y^2+2ixy=a+ib$ and thus $x^2-y^2=a$ and $2xy=b$. Using modulus we obtain : $|z|=|delta|^2Longrightarrow x^2+y^2=sqrta^2+b^2$.
This provides the following system:
$$begincasesx^2-y^2=a ,\x^2+y^2=sqrta^2+b^2,\2xy=b endcases.$$
The first two equations gives $$x^2=fraca+sqrta^2+b^22$$ $$ y^2=fraca-sqrta^2+b^22.$$
$$x=pmsqrtfraca+sqrta^2+b^22, y=pmsqrtfraca-sqrta^2+b^22.$$
The last equation can be used to find the sign of $x$ and $y$. In your example $2xy=sqrt3>0$ which means that $sign(x)=sign(y)$ and thus we have to choose $x>0$ and $y>0$, or $x<0$ and $y<0$.
edited Mar 23 at 17:57
answered Mar 23 at 16:36
HAMIDINE SOUMAREHAMIDINE SOUMARE
1,929212
1,929212
add a comment |
add a comment |
$begingroup$
Try writing it in the form $re^itheta$.
$endgroup$
– Jair Taylor
Mar 23 at 16:31