-EquinoX-
- 561
- 1
Homework Statement
Show that :
|| a x b||^2 = ||a||^2||b||^2 - (a . b)^2
Homework Equations
The Attempt at a Solution
I don't know where to start off
Last edited:
The discussion focuses on proving the identity ||a x b||^2 = ||a||^2||b||^2 - (a · b)^2, specifically in the context of vector mathematics in R^3. Participants clarify the distinction between the magnitude of the cross product and the dot product, emphasizing the correct notation and definitions. The proof involves expressing both sides in terms of the magnitudes of vectors a and b and the angle θ between them, ultimately confirming the identity through algebraic manipulation.
PREREQUISITESStudents and educators in mathematics, physics, or engineering who are studying vector calculus and require a deeper understanding of vector identities and their applications.
-EquinoX- said:ok is this correct?
|a\times b|^2 = |a|^2|b|^2\sin^2\theta = |a|^2|b|^2(1 - \cos^2\theta)
= |a|^2|b|^2 - |a|^2|b|^2\cos^2\theta = |a|^2|b|^2 - (a\cdot b)^2
-EquinoX- said:well yes, but what's meant here by ||v|| here is the magnitude of vector v right? now I am confused though, by definition of the geometric, it says that:
a x b = ||a|| ||b|| sin x
and it's not
|a x b| = ||a|| ||b|| sin x
can you explain this?