Coordinate representation of vectors?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement


Starting from the coordinate representation for the vectors, show the result in Equation 1.16 of Griffith's book.

(1.16)[tex]A \cdot (B \times C) =<br /> \left[ \begin{array}{ccc} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{array} \right][/tex]

Note: Here, I use * to represent dot product and x to represent cross product.

The textbook goes on to state:
[tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex]
Mod note: Replaced 'x' by \times and '*' by \cdot

Homework Equations

The Attempt at a Solution

I am wondering what the question is actually asking for?

By 'coordinate representation' what do they mean? By looking at vector A as (A_x, A_y, A_z) and same for vector B and vector C. Do I simply work out the math by components and show that the two sides are equal?
 
Last edited by a moderator:
Physics news on Phys.org
RJLiberator said:

Homework Statement


Starting from the coordinate representation for the vectors, show the result in Equation 1.16 of Griffith's book.

(1.16)[tex]A \cdot (B \times C) =<br /> \left[ \begin{array}{ccc} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{array} \right][/tex]

Note: Here, I use * to represent dot product and x to represent cross product.

The textbook goes on to state:
[tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex]

Homework Equations

The Attempt at a Solution

I am wondering what the question is actually asking for?
Show that the left side of eqn. 1.16 is equal to the right side.
RJLiberator said:
By 'coordinate representation' what do they mean? By looking at vector A as (A_x, A_y, A_z) and same for vector B and vector C. Do I simply work out the math by components and show that the two sides are equal?
Yes.
 
  • Like
Likes   Reactions: RJLiberator
OK, so the goal is to show [tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex] ?

I just worked that out by brute force rather easily.

I guess my confusion was from how the question was stated. "Starting from the coordinate representation for the vectors,...". I also was confused as the book stated (1.16) with this:(1.16)[tex]A \cdot (B \times C) =<br /> \left[ \begin{array}{ccc} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{array} \right][/tex]

But if the problem was merely to prove
[tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex]
Then this thread is as good as solved.
 
RJLiberator said:
OK, so the goal is to show [tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex] ?

I just worked that out by brute force rather easily.

I guess my confusion was from how the question was stated. "Starting from the coordinate representation for the vectors,...". I also was confused as the book stated (1.16) with this:(1.16)[tex]A \cdot (B \times C) =<br /> \left[ \begin{array}{ccc} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{array} \right][/tex]

But if the problem was merely to prove
[tex]A \cdot (B \times C) = (A \times B) \cdot C[/tex]
Then this thread is as good as solved.

No, you mis-read the question. It first wants you to prove eq. (1.16) --- which, by the way, is a useful result of some importance in itself. Then it asks you to use (1.16) to prove the ABC result stated. The problem was not to "just" prove the ABC result.
 
  • Like
Likes   Reactions: RJLiberator
One other thing. I believe you have misrepresented the right side of the equation. It should not be a matrix; instead it should be a determinant.

Equation 1.16 should look like this:
##A \cdot (B \times C) =
\begin{vmatrix} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{vmatrix}##
 
  • Like
Likes   Reactions: RJLiberator
Ah. Okay guys, thank you for your help. The information I was unaware of was that it was a 3x3 determinant. I know calculated brute force both sides of 1.16 and arrived at the result.