Cross Product: Simple Cross Product

AI Thread Summary
The discussion revolves around the calculation of the cross product \(\hat{r} \times \hat{z} \times \hat{y}\). The user initially interpreted the expression incorrectly, leading to an incorrect result. Clarification was sought regarding the order of operations in evaluating cross products, specifically whether to interpret it as \( \hat{r} \times (\hat{z} \times \hat{y})\) or \((\hat{r} \times \hat{z}) \times \hat{y}\). The consensus indicates that the correct evaluation should follow the proper order of operations to avoid errors. Understanding the correct interpretation is crucial for solving the problem accurately.
jhicks
Messages
340
Reaction score
0
(This is part of a much larger problem)

Homework Statement



Find \hat{r} \times \hat{z} \times \hat{y}

Homework Equations



x=rsin(\theta)cos(\phi), y=rsin(\theta)sin(\phi),z=rcos(\theta) (cartesian->spherical)

The Attempt at a Solution



I decided \hat{r}=\hat{x}sin(\theta)cos(\phi)+\hat{y}sin(\theta)sin(\phi)+\hat{z}cos(\theta). Evaluating the cross product right to left, I got:

\hat{r} \times \hat{z} \times \hat{y}=\hat{r} \times (-\hat{x}) = -cos(\theta)\hat{y}+sin(\theta)sin(\phi)\hat{z}, but the solution to the problem suggests this is not true. Am I wrong?
 
Physics news on Phys.org
jhicks said:
Find \hat{r} \times \hat{z} \times \hat{y}

Hi jhicks! :smile:

Do you mean r x (z x y) or (r x z) x y? :confused:
 
Hi tiny-tim,

Well there're no parentheses in the problem, but somehow when I did this last night I concluded you evaluate cross products right to left, but I see the error of my ways.

Thanks!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top