Physics Lournal

Powered by 🌱Roam Garden

Mathematical Interlude - Complex Numbers

Complex numbers are numbers that can be expressed in the form a+bia + bi, or x+iyx + iy, where a/x & b/y are Real Numbers and i is the Imaginary Unit, where i2=1\large i^{2} = 1.

While bb is a real number, bibi constitutes an imaginary value.

They can also be written in Polar Form:

reiθ=r(cosθ+isinθ)\Large re^{i \theta} = r(cos\theta + i\cdot sin\theta).

θ\theta is the angle measured counterclockwise from the x-axis.

We visualize complex numbers using a Cartesian Coordinate System, where the y-axis is the imaginary line, and the x-axis is the real line. This is often referred to as the Complex Plane.

Complex numbers can be manipulated arithmetically, as with real numbers.

Particularly, multiplying complex numbers is much easier using the Polar form:

r1(eiθ1)r2(eiθ2)=(r1r2)ei(θ1+θ2)\Large r_1(e^{i \cdot \theta_1}) \cdot r_2(e^{i \cdot \theta_2}) = (r_1 \cdot r_2)e^{i(\theta_1 + \theta_2)}

Every complex number zz, has a conjugate zz^{\star}, which can be found by flipping the sign of the imaginary component.

If z=x+iy=reiθ\Large z = x + iy = re^{i\cdot \theta},

z=x+(i)y=reiθ\Large z^{\star} = x + (-i)y = re^{-i\cdot \theta}.

Worked Example Under-Construction

{{TODO}} Return after studying some

{{TODO}} Return after studying some Trigonometry {{:1+0}}

{{r/moved}}* {{r/moved}}

Given some complex number like 7+4i7 + 4i, we take the pure form of a complex number, z=a+biz = a + bi, and observe the pure polar form:

z=r(cosθ+i(sinθ))z = r(cos \theta + i (sin \theta))

We take the value of rr to be the absolute value of zz, which is equivalent to the sum of the squares of a  and  ba\; and\; b:

r=z=a2+b2r = |z| = \sqrt{a^2 + b^2}

Focusing on the sum of squares, we input our numbers from before:

72+42\sqrt{7^2 + 4^2}

Simplifying these with some basic arithmetic we get:

49+16,>65\sqrt{49 + 16}, -> \sqrt{65}

658.06\sqrt{65} \approx 8.06

Going back to our original formula:

r(cosθ+i(sinθ))r(cos \theta + i(sin \theta)), we have a value for r:

8.06(cosθ+i(sinθ))8.06(cos \theta + i(sin \theta))

Because a>0a > 0, we use the following formula to calculate the correct value for θ\theta (theta):

tan1(ba)tan^{-1}(\frac{b}{a})

The value for tan1tan^{-1} was incorrect, and seems to be tricky to find, however the end result should give us 0.51.

Or we could be a physicist and say 0.44±0.70.44 \pm{0.7}.

So what we want to do is the following calculation:

tan1(47)tan^{-1}(\frac{4}{7}), which gives us back: 0.510.51, for our value of θ\theta

So we have a value for rr, and θ\theta, allowing us to fill out the polar form equation entirely:

8.06(cos(0.44)+i(sin(0.44)))8.06(cos(0.44) + i(sin(0.44)))

Multiplying a number by its complex conjugate, always yields a non-negative real number.

Operations

Magnitude: z=r=x2+y2|z| = r = \sqrt{x^{2} + y^{2}}

Phase: φ=tan1(x/y)\varphi = tan^{-1}(x/y)

Addition: z1+z2=(a+bi)×(c+di)=(acbd)+(ad+bc)iz_1 + z_2 = (a +bi) \times (c + di) = (ac -bd) + (ad + bc)i

Referenced in

1. Systems of Linear Equations and Matrices

Thoughts: One of the great things about Mathematics is how things get built upon each other, into wildly new fields, yet retaining fundamental concepts, and being relatable to other field: cc and dd are functions of ax+byax + by and ax+by+czax + by + cz respectively, and this also relates to the function focused aspect of the fundamentals of calculus, in that we can say y=f(x)=ax+by+cz y = f(x) = ax+by+cz. Also, we know that we are dealing with real numbers, due to the nature of the coordinate system not being complex, so we can assume that a,b,c,x,y,zRa,b,c,x,y,z \in \mathcal{R}, which is the set of real numbers for which they have membership, so there are even reminisces of set theory hidden within this. This makes sense though, because the foundations of mathematics have been set theoretic since the early 1900's.