How exactly does (x1, y1)(x2, y2) expand out to (c1x2 - y1y2, x1y2 + x2ya)?
How exactly do they 'solve this system', i.e. derive the equations for x' and y', I was just having a mental blank on this earlier.
Thanks for the help.
For the first one, i guess they are just defining the relationship of the product of 2 complex numbers in the set, i dont think u have to worry about where it comes from, just use it to answer the question.henry08 said:
How exactly does (x1, y1)(x2, y2) expand out to (c1x2 - y1y2, x1y2 + x2ya)?
How exactly do they 'solve this system', i.e. derive the equations for x' and y', I was just having a mental blank on this earlier.
Thanks for the help.
Whenever you say x є R, this means x belongs to the real number set, which is one dimensional (i.e. number line).henry08 said:
How exactly does (x1, y1)(x2, y2) expand out to (c1x2 - y1y2, x1y2 + x2ya)?
How exactly do they 'solve this system', i.e. derive the equations for x' and y', I was just having a mental blank on this earlier.
Thanks for the help.
how does it go from + i²y1y2to - y1y2Trebla said:= x1x2 + i²y1y2 + i(x1y2 + y1x2)
= x1x2 - y1y2 + i(x1y2 + y1x2)
I understand the above.Trebla said:For the second one, you use the formula for multiplying complex numbers as above:
z = x + iy and z-1 = x' + iy'
z.z-1 = xx' - yy' + i(xy' + x'y)
BUT the LHS = 1, so you have
1 = xx' - yy' + i(xy' + x'y)
Since 1 is purely real, the imaginary parts must be zero and real parts must be 1:
(1) xx' - yy' = 1
(2) yx' + xy' = 0
How do you solve simultaneous questions by 'y - x' and 'x+ y'? Sorry if its real simple.Trebla said:To solve for x' and y' you just solve simultaneously as normal (treat the other variables as constants)
(1)y - (2)x
=> - y²y' - x²y' = y
-y'(x² + y²) = y
y' = - y / (x² + y²)
(1)x + (2)y
=> x²x' + y²x' = x
x'(x² + y²) = x
x' = x / (x² + y²)
Its meant to say:davidbarnes said:How do you solve simultaneous questions by 'y - x' and 'x+ y'? Sorry if its real simple.
Yes...that's the defining element of complex numbers...that i² = -1.davidbarnes said:how does it go from + i²y1y2to - y1y2
Does i² = -1?
Thats some complicated BB code as well.