Hi there! This thread is not a waste at all. It helped you to gain a better understanding, and it serves future readers.
Thanks for posting your work — your method is what I would've done, except for the quadratic formula. We're happy you understand the answer better. (That's what happens, the more we practice.)
I have some comments about your work, and I suspect most of them concern only typing goofs. I'll also include (in red) some examples of
common ways we show math when using a keyboard.
The factor i^2 or -1 is missing, on the left-hand side. Either of the following would do.
a^2 + 2abi + a^2
*b^2
*i^2 = -3–4i
a^2 + 2abi – a^2
*b^2 = -3–4i
This comment has to do with terminology. There's only one Real part in
w. Also, all Imaginary
numbers contain i. In the expression a+bi, we have noun phrases for the parameters
a and
b. We call
a the 'Real part' and
b the 'Imaginary part'. (Both "parts" are Real numbers.) Therefore, expressions 2abi and -4i each represent an Imaginary number, while your expressions 2ab and -4 above represent the Imaginary
part, of w.
Real part of w: a^2 – b^2 = -3
Imaginary part of w: 2ab = -4
We're trying to find b, so it's handy to get an expression for b instead of -b.
b = -2/a
Missing sign.
a^4 – 4 = -3a^2
We know
a is a Real number, so its square cannot equal -1. We ignore that negative result, by stating a^2=1.
a^2 = -3
+/- sqrt[3^2 – 4(1)(-4)
]/[2(1)] =
+/-1
or
a^2 = -3 ± √[3^2 – 4(1)(-4)]/[2(1)] = ±1
Then
a^2 = 1
a = +/-1
Here are alternative ways to find
a and
b.
It's easy to factor the quadratic polynomial x^2+3x–4 as (x+4)(x–1) because 4 and -1 are a pair of numbers whose sum is 3 and whose product is -4. Thus, we can factor our quadratic-form polynomial below the same way.
a^4 + 3a^2 – 4 = 0
(a^2 + 4)(a^2 – 1) = 0
The zero-product property tells us:
a^2 = -4
OR a^2 = 1
Ignore the negative square, so a = ±1.
We could also have taken the following approach earlier (because 3 is a prime number):
a^2 – b^2 = -3
Factor the difference of squares.
(a + b)(a – b) = -3
Let (a + b) = 3 and (a – b) = -1. Then add those equations, to eliminate b.
a + b = 3
a – b = -1
-----------
2a + 0 = 2
a = 1
(In your exercise, it doesn't matter which way you assign values to a+b and a–b to obtain the product -3. The end result will be the same. And for any method, when finding b=-2/a, it doesn't matter if you use a=1 or a=-1.)