System of equations incl. complex and absolute values

Click For Summary
The discussion revolves around solving a system of equations in Matlab involving complex variables and absolute values. The user is struggling with the term |alpha|, which prevents them from finding an analytical solution as Matlab's solve function does not recognize 'abs(alpha)' as a valid string. They have isolated alpha in terms of |alpha| but cannot proceed due to the inability to handle this term analytically. The user emphasizes that numerical solutions are impractical due to the high number of iterations required. The complexity of determining whether alpha is real or complex adds to the difficulty of solving the equations.
KanedaSyndrom
Messages
3
Reaction score
0

Homework Statement



I'm currently implementing an algorithm in Matlab, however, I've hit a bump, I'm trying to solve the following system of equations:

Known variables = a, b, c, d[complex]
Unknown variabls = fs, fd, fv, alpha

My problem is what to do with the |alpha| since I can't get Matlab to accept that term analytically, only when solving numerically, which isn't an option in this instance.

Homework Equations



a = fs + fd*|alpha|^2 + fv
b = fs + fd + fv
c = fs + fd*alpha + fv/3
d = fv/3

The Attempt at a Solution



I've gone as far as solving to the point where I had alpha isolated and dependent on |alpha| alone.

So, I've no problem using the solve function in Matlab (to my knowledge), but I'm not able to find an analytical solution for this system due to the term |alpha|, since solve takes a string and won't recognize the 'abs(alpha)' as a string, and solving numerically isn't an option since there's more than a million iterations, so I have to find the analytical solution first before implementing.

I'm really rusty in solving for complex numbers by hand as well. I've searched the net, but what do you do when one of the factors in the system is an unknown as well?
 
Physics news on Phys.org
Is alpha real, or possibly complex?
 
Alpha is assumed complex, but really, all values would follow from the d value, and thus some values will become complex.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K