Finding complex solution to quadratic equation

AI Thread Summary
The discussion focuses on finding the values of α and β in the quadratic equation z^2 + αz + β = 0, given one complex solution z = 1 + i. Participants confirm that the other solution is its conjugate, z = 1 - i. By expanding the factors (z - (1 + i))(z - (1 - i)), they derive the coefficients, leading to the equations for α and β. There is some confusion regarding the calculations, but the correct values are determined to be α = 2 and β = 2. The conversation emphasizes the importance of recognizing complex conjugates in quadratic equations.
adichy
Messages
29
Reaction score
0

Homework Statement



A (complex) solution to the quadratic equation of the form
z^2 + α z + β = 0, is z = 1 + i.
(where α and β are real numerical constants),

Write down the other solution and hence determine the values of α and β.

Homework Equations


The Attempt at a Solution



this question had me staring at it for a while since it has 2 unknown. I am thinking that i have to use some kind of simultaneous equation method but i don't have 2 equations.
How do i get rid of one of the unknowns or is there another way to solving this

i still got it wrong not sure what it is i did wong but here's what i did

z=1+i , z=1-i

a=α and B=β
therefore

(1+i)^2 +a(1+i)+B=(1-i)^2 +a(1-i)+B
(1+i)^2 - (1-i)^2= a(1-i) - a(1+i)
4i+2i^2=-2ai
2i(2+i)=-2ai
a=-2-i

question asks for a real solution my 1s still imaginary :|
 
Last edited:
Physics news on Phys.org
i jus found out that another solution to this quadratic is its conjugate...if that helps ^^
 
Last edited:
If z = c is a root of the (complex) quadratic equation
z^2 + \alpha z + \beta = 0
then (z - c) must be a factor of the quadratic.

You have the two solutions,
z = 1 + i and z = 1 - i. So that means that
z^2 + \alpha z + \beta = [z - (1 + i)][z - (1 - i)]
. Expand the right-hand side and equate the corresponding coefficients to find α and β.
 
*edit* Sniped and with tex, eumyang is correct
 
so i expanded the RHS and got

a=2
B= 1-i^2=2

is that correct?
 
adichy said:
i jus found out that another solution to this quadratic is its conjugate...if that helps ^^

Tip: this is always the case. Can anyone come up with a more precise statement of this theorem?
 
eumyang said:
If z = c is a root of the (complex) quadratic equation
z^2 + \alpha z + \beta = 0
then (z - c) must be a factor of the quadratic.

You have the two solutions,
z = 1 + i and z = 1 - i. So that means that
z^2 + \alpha z + \beta = [z - (1 + i)][z - (1 - i)]
. Expand the right-hand side and equate the corresponding coefficients to find α and β.
Exactly right. And notice that this can be written [(z-1)- i][(z-1)+ i]
the product a "sum and difference" which makes it especially easy to evaluate:
(a- b)(a+ b)= a^2- b^2
 
adichy said:
so i expanded the RHS and got

a=2
B= 1-i^2=2

is that correct?

b is, but not a. I think you have a mistake in your algebra somewhere.

HallsofIvy said:
Exactly right. And notice that this can be written [(z-1)- i][(z-1)+ i]
the product a "sum and difference" which makes it especially easy to evaluate, so one could use this:
(a- b)(a+ b)= a^2- b^2

Nice one. The precalculus book I use in my class actually gives a formula for this type of expansion:
[x - (a + bi)][x - (a - bi)] = x^2 - 2ax + (a^2 + b^2)
 
Back
Top