If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b

umricky

New member
Joined
May 24, 2023
Messages
4
If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b

I have no idea how to answer this, but I'm sure it's pretty simple.

Thanks in advance!
 
If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b

I have no idea how to answer this, but I'm sure it's pretty simple.

If you'd been given, say, x2=ax+bx^2 = ax + b and had been told that x=2x = 2 is a solution, what would you have done? When you solved quadratics in the past, how would you get complex-valued solutions? (Hint: Quadratic Formula)
 
If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b

I have no idea how to answer this, but I'm sure it's pretty simple.

Thanks in advance!
Is it assumed that a and b are real numbers, or can they be imaginary? I don't think this can be solved in the latter case. In the former case, what other number is a root? What factors would that imply?
 
If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b
Standard form for complex number z is a+bi.

If you have confusion about why a=1 and b=2 do not work, then you should be forgiven because they have written this exercise so that a and b mean different values in the equation than they do in the given root. Parameters should not change value within a single exercise, so they must want people to ignore standard form for z.

Dr. Peterson and staple posted some ideas. I think of another. Here is example.

z^2 = a*z+b
2-7i = root (given in my example)

Substitute given root for z in equation and then simplify each side.
(2-7i)^2 = a(2-7i)+b
-45-28i = 2a+b-(7a)i

Imaginary number on each side must be same.
-(28)i = -(7a)i
28 = 7a
a=4

Real number on each side must be same.
-45 = 2a+b
-45 = 2(4)+b
b=-53
 
Standard form for complex number z is a+bi.

If you have confusion about why a=1 and b=2 do not work, then you should be forgiven because they have written this exercise so that a and b mean different values in the equation than they do in the given root. Parameters should not change value within a single exercise, so they must want people to ignore standard form for z.
No, mention of z does not implicitly define a and b as its parts; you can define any variables you want for those parts, such as x and y. There is nothing wrong in using a and b for something else in the problem. They did not already have definitions.

Imaginary number on each side must be same.
In your work, you implicitly assumed that a and b in the problem are real numbers; that is true of the real and imaginary parts, but not necessarily true of variables in a problem in the context of complex numbers.

If it were stated or implied that a and b are real numbers, as I said they should be in order for the problem to be solvable, then your approach would be valid.
 
If z=1+2i is a root of the equation z^2 = az+ b find the values of a and b
I have no idea how to answer this, but I'm sure it's pretty simple.
Lets be sure of the question. Given that 1+2i1+2i is a root of z2=az+bz^2=az+b , {a,b}~,~\{a,b\} \subseteq \Re THEN
Using the root {(1+2i)2=a(1+2i)+b1+4i4=a+2ai+b3+4i=ai+2ai+b\left\{ \begin{gathered} {(1 + 2i)^2} = a(1 + 2i) + b \\ 1 + 4i - 4 = a + 2ai + b \\ - 3 + 4i = ai + 2ai + b \\ \end{gathered} \right.
Now gather terms setting equal to zero; the real parts equal & imaginary parts equal.
{(a3b)+(42a)i=0(a3b)=0  &    (42a)=0a=2  &  b=5\left\{ \begin{gathered} \left( { - a - 3 - b} \right) + \left( {4 - 2a} \right)i = 0 \\ \left( { - a - 3 - b} \right) = 0\;\& \;\;(4 - 2a) = 0 \\ a = 2\;\& \;b = - 5 \\ \end{gathered} \right.

 
Top