Finding the complex square by solving

  • Thread starter Thread starter charmedbeauty
  • Start date Start date
  • Tags Tags
    Complex Square
Click For Summary

Homework Help Overview

The problem involves finding the complex square roots of the expression -24-10i by solving the equation (x+iy)² = -24 - 10i, where x and y are real numbers. Additionally, it requires finding the roots of the quadratic equation z² - (1+i)z + (6+3i) in the form a + bi, where a and b are real numbers.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to expand the square and separate real and imaginary parts, leading to equations involving x² and y². They express confusion regarding the signs of the roots obtained. Some participants suggest alternative methods for solving the equations and emphasize the importance of considering both positive and negative values for y.

Discussion Status

Participants are actively discussing the validity of the approaches taken, with some providing alternative methods for solving the problem. There is recognition of the need to check results by substituting back into the original equations, and some guidance has been offered regarding the correct interpretation of the discriminant in the quadratic equation.

Contextual Notes

Participants note the importance of using correct LaTeX symbols for clarity in mathematical expressions. There is also mention of potential confusion regarding the signs of variables and the implications of squaring values in the context of complex numbers.

charmedbeauty
Messages
266
Reaction score
0

Homework Statement



i) Find the complex square roots of -24-10[itex]\iota[/itex] by solving (x+[itex]\iota[/itex]y)[itex]^{2}[/itex] = -24 -10[itex]\iota[/itex] for x,y real.

ii) Hence, find the roots of the quadratic [itex]\zeta[/itex][itex]^{2}[/itex] -(1+[itex]\iota[/itex])[itex]\zeta[/itex] +(6+3[itex]\iota[/itex]) in "a+[itex]\iota[/itex]b" form where a,b are real numbers

By the way does anyone know where I can find the correct latex symbols for z & i?? Sorry for the ones used here but I thought they were the correct one's to use until I saw the post.

Homework Equations


The Attempt at a Solution



So I started by expanding the square, and seperating to real and imag parts..

x[itex]^{2}[/itex]-y[itex]^{2}[/itex]=-24 [itex]\rightarrow[/itex] 2x[itex]\iota[/itex]y =-10[itex]\iota[/itex]

and x[itex]^{2}[/itex]+y[itex]^{2}[/itex]= [itex]\sqrt{(24^{2}+10^{2}}[/itex] = 26

solving for x[itex]^{2}[/itex]=-24+y[itex]^{2}[/itex]

then subing into eqn x[itex]^{2}[/itex]+y[itex]^{2}[/itex]

therefore y[itex]^{2}[/itex]=25 [itex]\rightarrow[/itex] y=5

so x[itex]^{2}[/itex]=1 since x[itex]^{2}[/itex]+25=26

so roots are [itex]\pm[/itex](1+5[itex]\iota[/itex])

I think this should be [itex]\pm[/itex](1-5[itex]\iota[/itex]) but don't understand why could someone please explain as I always get confused here.

So for part ii)

I used quadratic formula for the eqn

[itex]\zeta[/itex][itex]^{2}[/itex] -(1+[itex]\iota[/itex])[itex]\zeta[/itex] +(6+3[itex]\iota[/itex])

So by simplifying I get

[itex]\frac{1+\iota\pm\sqrt{-24+10\iota}}{2}[/itex]

Now replacing the sqrt term with my term from part i)

I now have [itex]\frac{1+\iota\pm(1+5\iota)}{2}[/itex]

So suming up terms I have my two roots of..

1+3[itex]\iota[/itex] & -2[itex]\iota[/itex]

Is this right I don't think so because my understanding is that I could sub these terms back into the quadratic eqn and I should get 0... but I dont??

can someone please help! THANKS!
 
Physics news on Phys.org
charmedbeauty said:
By the way does anyone know where I can find the correct latex symbols for z & i?? Sorry for the ones used here but I thought they were the correct one's to use until I saw the post.
You can just type in the entire equation into latex. You don't need to keep switching between latex and normal text for everything that you want:

So for the quadratic you posted, we would have

[tex]z^2-(1+i)z+6+3i[/tex]

Is written out by typing [ tex ]z^2-(1+i)z+6+3i[ /tex ] (without the spaces in the tex tags)

But these tags extend to the next line, so you can use the itex tags like you've been doing if you want them in-line with everything else.
charmedbeauty said:
so roots are [itex]\pm[/itex](1+5[itex]\iota[/itex])

I think this should be [itex]\pm[/itex](1-5[itex]\iota[/itex]) but don't understand why could someone please explain as I always get confused here.

Let's first start with the two equations that you had from expanding [itex](x+iy)^2[/itex]

x[itex]^{2}[/itex]-y[itex]^{2}[/itex]=-24 [itex]\rightarrow[/itex] 2x[itex]\iota[/itex]y =-10[itex]\iota[/itex]

Notice in the second equation, it can be simplified into [tex]x=\frac{-5}{y}[/tex] and what this means is that if x is positive, then y must be negative, and vice versa. They are opposite signs of each other.
You can't extract this information from squares however because squaring a value loses its sign. This is why I would advise against using the modulus [itex]x^2+y^2=r^2[/itex] as a way of solving this kind of problem. What you can instead do is:

[tex]x^2-y^2=-24[/tex]

[tex]2xyi=-10i[/tex]

Simplifying and making either variable the subject:

[tex]y=\frac{-5}{x}[/tex]

Plugging this value back into the first equation:

[tex]x^2-\left(\frac{-5}{x}\right)^2=-24[/tex]

Simplifying:

[tex]x^4-25=-24x^2[/tex]

[tex]x^4+24x^2-25=0[/tex]

This is a quadratic in x2 that has rational roots, so you can either make the substitution z=x2 to make things more clear as to how it's a quadratic, but at this level you should be able to skip that substitution entirely, so after factorizing we have:

[tex](x^2+25)(x^2-1)=0[/tex]

And since we began with the assumption that x is real, the only valid factor is [itex]x^2-1=0 \rightarrow x=\pm 1[/itex]

Now what you want to do is substitute this back into that earlier equation that didn't have squares, [tex]y=\frac{-5}{x}[/tex]

So what we get is [itex]y\mp 5[/itex]

Thus the solutions are [itex]\pm1\mp 5i[/itex] or equivalently, [itex]\pm(1-5i)[/itex]

Now, the reason you didn't get the correct answer is because of the line where you said
charmedbeauty said:
therefore y[itex]^{2}[/itex]=25 [itex]\rightarrow[/itex] y=5

This is not true. If [itex]y^2=25[/itex] then [itex]y=\pm 5[/itex], and we would need to do extra work to determine whether y=5, -5 or possibly both are acceptable solutions. It turns out that y=-5 is the only one that works.

charmedbeauty said:
So for part ii)

I used quadratic formula for the eqn

[itex]\zeta[/itex][itex]^{2}[/itex] -(1+[itex]\iota[/itex])[itex]\zeta[/itex] +(6+3[itex]\iota[/itex])

So by simplifying I get

[itex]\frac{1+\iota\pm\sqrt{-24+10\iota}}{2}[/itex]

Are you sure you get this? You should be getting -24-10i for the discriminant.

And thus your final answer is wrong because [itex]\sqrt{-24-10i}=\pm(1-5i)[/itex] as we showed in the previous question.
 
Mentallic said:
Are you sure you get this? You should be getting -24-10i for the discriminant.

And thus your final answer is wrong because [itex]\sqrt{-24-10i}=\pm(1-5i)[/itex] as we showed in the previous question.

ok sorry I do get [itex]-24 -10i[/itex]

But when I find my result I should be able to check it by plugging into the quadratic and should get 0!?

by the way that is a much better way i finding x & y! thanks for the help!
 
charmedbeauty said:
But when I find my result I should be able to check it by plugging into the quadratic and should get 0!?

Yes, of course! That's what solving the quadratic means! We're looking to find the values of z such that [tex]z^2-(1+i)z+6+3i=0[/tex] (there will be two values).
 
mentallic said:
yes, of course! That's what solving the quadratic means! We're looking to find the values of z such that [tex]z^2-(1+i)z+6+3i=0[/tex] (there will be two values).

thanks!
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
19
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 22 ·
Replies
22
Views
2K