Solving Problems Involving Complex Vectors

Click For Summary
SUMMARY

This discussion focuses on solving complex vector problems involving modulus calculations. The first problem calculates the moduli of vectors a, b, c, and d using the formula |Vector modulus| = √(a² + b²), resulting in values of approximately 3.6056 for a, 7.2111 for b and c, and 5 for d. The second problem involves solving a system of equations to find vectors a and b, yielding values of 5.25 + 0.75i for a and 4.375 + 1.125i for b, with their respective moduli calculated as approximately 5.3033 and 4.5173. Peer feedback suggests improving notation by using square root symbols for clarity.

PREREQUISITES
  • Understanding of complex numbers and their representation
  • Familiarity with vector modulus calculations
  • Knowledge of solving systems of equations
  • Proficiency in mathematical notation and expressions
NEXT STEPS
  • Learn about complex number operations in Python using NumPy
  • Explore advanced vector calculus techniques
  • Study the geometric interpretation of complex vectors
  • Investigate the application of complex vectors in physics
USEFUL FOR

Mathematicians, physics students, and anyone interested in advanced vector analysis and complex number applications.

Martin Harris
Messages
102
Reaction score
6
Homework Statement
1) The following vectors are given written as complex numbers:
a = 3-2i
b= -6-4i
c= 4+ 6i
d= -4+3i
The requirements: To calculate the vectors' modulus.

2) The following system of vectors is given
3a-2b=7
-5a+6b=3i
The requirements: To find a and b as vectors, as well as to calculate their modulus.
Relevant Equations
Let the vectors be of the following type: z = a+bi, where a = real part, b = imaginary part
Hi

Here is my attempt at a solution for problems 1) and 2) that can be found within the summary.

Problem 1)
a = 3-2i
b= -6-4i
c= 4+ 6i
d= -4+3i

Now, to calculate each vector modulus, I applied the following formula:

$$\left| Vector modulus \right| = \sqrt {(a^2 + b^2) }$$
where a = real part of the vector, and b = imaginary part of the vector

By this formula, the following vector modulus, were calculated:
$$a = \sqrt {13} = 3.605551275463989$$
$$b = 2* \sqrt {13} = 7.211102550927978$$
$$c = 2*\sqrt {13} = 7.211102550927978$$
$$d = \sqrt {25} = 5$$

End of Problem 1 solution attempt

Problem 2)
The following system of vectors is given
$$3a-2b=7 (Eq1)$$
$$-5a+6b=3i (Eq2)$$

I am requested to find vectors a,b as well as to calculate their modulus

From Eq(1), $$ vector a = \frac {7a+2b} {3} Eq (3) $$
Substituting vector a with the above form in Eq 2 yields:
$$vector b = 4.375+1.125i$$ or $$vector b = \frac {35} {8} + \frac {9i} {8} $$
Now plugging back vector b in Eq (3) yields:
$$vector a = 5.25 +0.75i$$ or $$vector a = \frac {15.75} {3} + \frac {2.25i} {3} $$

Now, to calculate the vector modulus, the same formula that was used in Problem1 will be applied, hence it will yield the following vector modulus:

$$Modulus for vector a = \frac {15*\sqrt {2}} {4} = 5.303300858899107 $$
$$Modulus for vector b = 4.517327749898163 $$

End of Problem 2 solution attempt

I would be more than grateful if someone could peer-review (check my attempt).
Many thanks!
 
Last edited:
Physics news on Phys.org
It seems all right but would be more accurate to write it using root e.g.
a=\sqrt{13}
 
  • Like
Likes   Reactions: Martin Harris
Cool! Thanks for the advice, I'll follow it.
 
  • Like
Likes   Reactions: berkeman

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 26 ·
Replies
26
Views
3K
Replies
3
Views
3K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 21 ·
Replies
21
Views
1K