discussion: are there any places that complex numbers are necessary?

C3PO

Addon Developer
Addon Developer
Donator
Joined
Feb 11, 2008
Messages
2,604
Reaction score
17
Points
53
so you can just use vectors algebra, why to put complex numbers, that they called as they are? complex can be existed only on plane, when 3D vectors can be also in all the space, & even 4D & more if you need to use the data like that...

When calculating asymmetric 3-phase AC loads, using complex numbers reduced 3 pages of trigonometry calculations to 1/2 a page of complex numbers calculations. (I have that old exam paper somewhere around the house) :)
 

Gumok

Member
Joined
Apr 16, 2010
Messages
50
Reaction score
0
Points
6
But I think I understand DGMP's question now... I would reformulate it - you ask: "Is there any part of physics that can be done only with complex numbers, without any possible replacement (even if it would take to make calculations harder)?"

Well... I'm not really sure. There are many fields of physics using them for comfort (that means that you can avoid them somehow) but there are also many that were derived only through complex algebra and by complex algebra we need to use them on.
 

csanders

Addon Developer
Addon Developer
Joined
Jan 18, 2012
Messages
219
Reaction score
0
Points
0
Location
Plymouth
The difference between these two types of motion is very profound and occurs because, in the second case, the solutions of the quadratic equation are complex and involve the square root of -1. We will look at these in more detail presently.

http://plus.maths.org/content/101-uses-quadratic-equation-part-ii

It's been 15 years since I did the math, but some where in there comes Euler’s Identity: e^(i*pi) + 1 = 0

EDIT: I should have read further, they kind of explain it later in the article.
 
Last edited:

DGMP

New member
Joined
Jul 8, 2013
Messages
32
Reaction score
0
Points
0
When calculating asymmetric 3-phase AC loads, using complex numbers reduced 3 pages of trigonometry calculations to 1/2 a page of complex numbers calculations. (I have that old exam paper somewhere around the house) :)

thats what I meant. you can just use trigonometry to avoid the complex. even if the calculations are becomes impossible..
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,588
Reaction score
2,312
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
thats what I meant. you can just use trigonometry to avoid the complex. even if the calculations are becomes impossible..

Yes, and you can also use numeric iterative solutions of differential equations to avoid trigonometry.
 

fireballs619

Occam's Taser
Donator
Joined
Nov 4, 2009
Messages
788
Reaction score
4
Points
33
But I think I understand DGMP's question now... I would reformulate it - you ask: "Is there any part of physics that can be done only with complex numbers, without any possible replacement (even if it would take to make calculations harder)?"

Well... I'm not really sure. There are many fields of physics using them for comfort (that means that you can avoid them somehow) but there are also many that were derived only through complex algebra and by complex algebra we need to use them on.

Hm, if this is the question I think the answer is that no, no such part of physics exists. Here is my reasoning, which may very well be wrong.

Of course i has no physical meaning, since the square root of -1 has no physical meaning. It is then prudent to ask what we mean by "multiplication". We mean a system of scaling and rotating numbers (or vectors, rather) in a plane. We can say that multiplying by a positive number rotates 360 degrees and scales by some factor. Thus, the product going to face in the same direction as it did before the operation.

A negative number would mean rotation of 180 degrees in the plane and some scaling. Thus, the product is in the opposite direction (positive by negative=negative), while two rotations of 180 degrees would bring it back to the original direction (negative by negative = positive).

Now we can think of some rotation that, when applied twice will bring you to -1 in the plane. That is, some number when multiplied by itself will bring you to negative one, or the square root of negative one. This rotation would have to be 90 degrees, because we want two of these rotations to sum to 180 degrees.

Thinking of it like this, complex numbers represent the rotation, magnitude, and other properties of angles. I think one could avoid using complex numbers when you think of it like this. It of course makes calculations more cumbersome and harder, which is why we use i to begin with.

Just my thoughts, I haven't really ever studied anything like this.

:cheers:
 

Max Pain

Member
Joined
Sep 2, 2008
Messages
99
Reaction score
0
Points
6
Hm, if this is the question I think the answer is that no, no such part of physics exists.
:cheers:

I just want to point out what has already been said earlier:

In quantum Physics, the wave function is by its very nature complex. It consists of a real and imaginary part.

AFAIK in classical physics (that is mechanics, electrodynamics and relativity) complex numbers are just handy but not strictly necessary. All the physical quantities, that can be measured, are real. Quantum mechanics, however, would not work without complex numbers (or using a different concept which is mathematical equivalent to complex numbers).

You can see it by looking at the schroedinger equation, which has the imaginary unit i built in. That means mathematically that you can't just separate the real and imaginary part of the solution.
 

fireballs619

Occam's Taser
Donator
Joined
Nov 4, 2009
Messages
788
Reaction score
4
Points
33
I just want to point out what has already been said earlier:



AFAIK in classical physics (that is mechanics, electrodynamics and relativity) complex numbers are just handy but not strictly necessary. All the physical quantities, that can be measured, are real. Quantum mechanics, however, would not work without complex numbers (or using a different concept which is mathematical equivalent to complex numbers).

You can see it by looking at the schroedinger equation, which has the imaginary unit i built in. That means mathematically that you can't just separate the real and imaginary part of the solution.

But can't you just think of the complex number and any operation done to it as the scaling and rotation of a vector?
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,588
Reaction score
2,312
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
But can't you just think of the complex number and any operation done to it as the scaling and rotation of a vector?

Yes. And you can drive a car by thinking about servoactuators, electric currents and mechanics.

This is much more complicated, but possible.
 

fireballs619

Occam's Taser
Donator
Joined
Nov 4, 2009
Messages
788
Reaction score
4
Points
33
Yes. And you can drive a car by thinking about servoactuators, electric currents and mechanics.

This is much more complicated, but possible.

Well of course, that's why we all love using complex numbers :lol:

I'm not arguing that we SHOULD be thinking of it so, only that it could be thought of like that.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,588
Reaction score
2,312
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Well of course, that's why we all love using complex numbers :lol:

I'm not arguing that we SHOULD be thinking of it so, only that it could be thought of like that.

Well, if you are programmer responsible for making a car engine work, you might want to use complex numbers for many calculations... but not for all :D
 

Max Pain

Member
Joined
Sep 2, 2008
Messages
99
Reaction score
0
Points
6
But can't you just think of the complex number and any operation done to it as the scaling and rotation of a vector?

Yeah, of course you can define and use a mathematical structure which is equivalent to complex numbers. I, for myself, don't see the point in doing so. You can always "avoid" using complex numbers by calling it by a different name.

The point I am making is:
All the laws of classical physics (equation of motion, maxwells equations) are written in real differential equations and the laws of quantum mechanics use complex differential equations.
 

thepenguin

Flying Penguin
Addon Developer
Joined
Jul 27, 2013
Messages
220
Reaction score
1
Points
16
Location
Earth-Moon Lagrange Point (L4)
Why has nobody suggested solving quadratic equations where the discriminate is negative? This was the original purpose of complex numbers.
for example, I found an equation that you must use complex to solve:
x = cosx
haven't you already disproved your own statement? Are you looking for more examples, or am I missing something here?
 

csanders

Addon Developer
Addon Developer
Joined
Jan 18, 2012
Messages
219
Reaction score
0
Points
0
Location
Plymouth

asbjos

tuanibrO
Addon Developer
Joined
Jun 22, 2011
Messages
696
Reaction score
259
Points
78
Location
This place called "home".
Complex numbers in real life?

Do scientists use complex numbers in calculations regarding real science? E.g. to represent something which actually exists and not is imaginary?

If so, could you point me to some articles or references?
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
Do scientists use complex numbers in calculations regarding real science? E.g. to represent something which actually exists and not is imaginary?

If so, could you point me to some articles or references?

Science less so, but definitely Electrical Engineering. It is very helpful in describing AC voltages and their relation to each other.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,588
Reaction score
2,312
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Do scientists use complex numbers in calculations regarding real science? E.g. to represent something which actually exists and not is imaginary?

If so, could you point me to some articles or references?

What is real science compared to unreal science? :blink:

Most of the kinematics in modern Computer games is based on complex numbers... quarternions to be correct.

The same applies to navigation, satellites, etc.

The representations of rotations by quaternions are more compact and quicker to compute than the representations by matrices. In addition, unlike Euler angles they are not susceptible to gimbal lock. For this reason, quaternions are used in computer graphics,[11] computer vision, robotics, control theory, signal processing, attitude control, physics, bioinformatics, molecular dynamics, computer simulations, and orbital mechanics. For example, it is common for the attitude-control systems of spacecraft to be commanded in terms of quaternions. Quaternions have received another boost from number theory because of their relationships with the quadratic forms.

Also, complex numbers are very often used in mathematical problems which lead to more efficient solutions of more or complex equation systems, from Sudoku to computational fluid dynamics.
 
Last edited:

Hlynkacg

Aspiring rocket scientist
Addon Developer
Tutorial Publisher
Donator
Joined
Dec 27, 2010
Messages
1,870
Reaction score
3
Points
0
Location
San Diego
Electrical engineering, specifically the behavior of AC systems, and various problems associated with calculating motion and spacial relationships feature practical applications of complex numbers.

Not sure if that's "real" enough for you but it is what it is.

---------- Post added at 08:37 ---------- Previous post was at 08:37 ----------

Oops

:ninja:'ed
 
Top