Understanding Matrices and Vectors: Operations, Significance, and Applications

  • Context: Undergrad 
  • Thread starter Thread starter okkvlt
  • Start date Start date
  • Tags Tags
    Matrices Work
Click For Summary
SUMMARY

This discussion focuses on the operations involving matrices and vectors, specifically the dot product and cross product. The dot product can be calculated simply as the sum of the products of corresponding components, while its geometric interpretation relates to the area of a parallelogram in 2D and the volume of a parallelepiped in 3D. The cross product is determined using a 3x3 matrix determinant, yielding a vector perpendicular to the original vectors. Additionally, the significance of a negative dot product indicates that the projection of one vector onto another points in the opposite direction.

PREREQUISITES
  • Understanding of vector operations, specifically dot and cross products.
  • Familiarity with matrix determinants and their geometric interpretations.
  • Basic knowledge of linear algebra concepts and terminology.
  • Ability to manipulate and interpret 3D vectors and matrices.
NEXT STEPS
  • Study the properties and applications of the dot product in vector analysis.
  • Learn how to compute the cross product using determinants in various contexts.
  • Explore the significance of matrix determinants in solving systems of equations.
  • Read "Elementary Linear Algebra" by Anton, 9th edition, for foundational concepts in linear algebra.
USEFUL FOR

This discussion is beneficial for students and professionals in mathematics, physics, and engineering, particularly those involved in vector analysis and linear algebra applications.

okkvlt
Messages
53
Reaction score
0
Say i want to find [xa,ya,za]*[xb,yb,zb]

I could use pythagoras to find |a| and |b|. Then use pythagoras again to find the distance between the endpoints of a and b. Then use law of cosines to find the angle formed by a and b, then do |a||b|cos(angle).
Or, i could just do xa*xb+ya*yb+za*zb.
How are all these operations compressed into such a simple form?

(By the way, the dot product in 2 dimensions is the area of the parallelogram formed by the endpoints of a+b, a, b, and 0, right?) Then the dot product of vectors in 3 dimensions is the area of the parallelogram squared to get a 3 dimensional shape, right? Whats the significance of a negative dot product?


And if i want to find the cross product, all i have to do is arrange them like this
xa you za
xb yb zb

And for each coordinate of the cross product i just remove that column and find the determinant of the remaining 2x2 matrix, reversing the sign for y. Doing it otherwise, i would have to do a lot of complicated things, especially finding that perpendicular unit vector.


Also, how do matrix determinants work in finding the solution to systems of equations?
How do matrices and vectors work?
 
Physics news on Phys.org
okkvlt said:
Say i want to find [xa,ya,za]*[xb,yb,zb]

I could use pythagoras to find |a| and |b|. Then use pythagoras again to find the distance between the endpoints of a and b. Then use law of cosines to find the angle formed by a and b, then do |a||b|cos(angle).
Or, i could just do xa*xb+ya*yb+za*zb.
How are all these operations compressed into such a simple form?
You could "prove" it by letting defining b with respect to a. Use a as the reference vector a_x i and try to find another way to express axbx. of course this prove doesn't work in [tex]R^n[/tex] where [tex]n > 3[/tex] and it becomes impossible to visualise the vectors geometrically.

(By the way, the dot product in 2 dimensions is the area of the parallelogram formed by the endpoints of a+b, a, b, and 0, right?) Then the dot product of vectors in 3 dimensions is the area of the parallelogram squared to get a 3 dimensional shape, right?
Actually the area of the parallelogram is given by the determinant of the matrix consisting of the column vectors of a,b. In three dimensions, it is also the determinant of 3 (linearly independent) vectors which gives the volume of the parallelopiped.

Whats the significance of a negative dot product?
Well it just means that the the projection of one vector onto another is pointing in the opposite direction.

And if i want to find the cross product, all i have to do is arrange them like this
xa you za
xb yb zb

And for each coordinate of the cross product i just remove that column and find the determinant of the remaining 2x2 matrix, reversing the sign for y. Doing it otherwise, i would have to do a lot of complicated things, especially finding that perpendicular unit vector.
The cross product of [tex]\textbf{a}, \textbf{b}[/tex] is [tex]\textbf{a} \times \textbf{b} = \left| \begin{array}{ccc}i&j&k\\a_x&a_y&a_z\\b_x&b_y&b_z \end{array} \right|[/tex].

Also, how do matrix determinants work in finding the solution to systems of equations? How do matrices and vectors work?
You can pick up any introductory linear algebra textbook for a good introduction. I read Elementary Linear Algebra by Anton, 9th edn.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K