Help with derivation - involves cross & dot products

In summary, the classical mechanics book shows a derivation of the centrifugal force equation where the axis of rotation is chosen to lie along the z-axis. The derivation is based on the vector identity \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \vec{ \omega } \left( \vec{ \omega } \cdot \vec{ r } \right) - \vec{r} \| \vec \omega \|^{2}. However, in following the derivation, it is important to note that the last step, \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right
  • #1
lets_resonate
15
0
Hello,

I'm reading a classical mechanics book. In it, they show a derivation of the centrifugal force equation:

[tex]\vec{ F_{\textrm{cf}}} = -m \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/tex]

I understood the derivation up to that point. However, they have a couple additional steps after that whereby they derive another equation based on this one. It is valid if the axis of rotation is chosen to lie along the z-axis:

[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \vec \rho[/tex]

Here, [itex]\vec \rho[/itex] is the "cylindrical-radius vector to the particle from the z-axis".

The derivation only shows a couple steps:

[tex]\vec{ F_{\textrm{cf}}} = -m \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/tex]
[tex]\vec{ F_{\textrm{cf}}} = -m \left[ \vec{ \omega } \left( \vec{ \omega } \cdot \vec{ r } \right) - \vec{r} \omega^{2} \right][/tex]
[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \left( x \mathbf{\hat{x}} + y \mathbf{\hat{y}} \right)[/tex]
[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \vec \rho[/tex]

I'm confused about how they went from the first step to the second step. Can anyone please help?

Attempt at a solution

If the first two steps in the derivation are valid, it would imply this:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \vec{ \omega } \left( \vec{ \omega } \cdot \vec{ r } \right) - \vec{r} \| \vec \omega \|^{2}[/tex]

So I decided to work with the left side of this equation and hope that it would yield the right side. I used this definition of the cross product:

[tex]\vec{ a } \times \vec{ b } = \left< a_y b_z - a_z b_y, a_z b_x - a_x b_z, a_x b_y - a_y b_x \right>[/tex]

Then I wrote out [itex]\vec{\omega}[/itex] in component form. Since it is chosen to lie along the z-axis, its x and y components are zero:

[tex]\vec{ \omega } = \left< 0, 0, \| \vec{ \omega } \| \right>[/tex]

Then I wrote out [itex]\vec r[/itex]. I simply named its components x, y, and z:

[tex]\vec{ r } = \left< x, y, z \right>[/tex]

Then [itex]\vec{ \omega } \times \vec{ r }[/itex] is:

[tex]\vec{ \omega } \times \vec{ r } = \left< -\| \vec{ \omega } \| y, \| \vec{ \omega } \| x, 0 \right>[/tex]

And [itex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/itex] is:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \left< -\| \vec{ \omega } \|^2 x, -\| \vec{ \omega } \|^2 y, 0 \right>[/tex]

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = - \vec{ r } \| \vec{ \omega } \|^2[/tex]

However, this is only the second term of the equation above (the first one under my attempt). The first term is missing. What did I do wrong?
 
Last edited:
Physics news on Phys.org
  • #2
How about [tex] \vec{a} \times ( \vec{b} \times \vec{c}) = \vec{b}(\vec{a} * \vec{c}) - \vec{c}(\vec{a} * \vec{b}) [/tex].
 
Last edited:
  • #3
lets_resonate said:
Hello,

I'm reading a classical mechanics book. In it, they show a derivation of the centrifugal force equation:

[tex]\vec{ F_{\textrm{cf}}} = -m \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/tex]

I understood the derivation up to that point. However, they have a couple additional steps after that whereby they derive another equation based on this one. It is valid if the axis of rotation is chosen to lie along the z-axis:

[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \vec \rho[/tex]

Here, [itex]\vec \rho[/itex] is the "cylindrical-radius vector to the particle from the z-axis".

The derivation only shows a couple steps:

[tex]\vec{ F_{\textrm{cf}}} = -m \vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/tex]
[tex]\vec{ F_{\textrm{cf}}} = -m \left[ \vec{ \omega } \left( \vec{ \omega } \cdot \vec{ r } \right) - \vec{r} \omega^{2} \right][/tex]
[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \left( x \mathbf{\hat{x}} + y \mathbf{\hat{y}} \right)[/tex]
[tex]\vec{ F_{\textrm{cf}}} = m \| \vec{ \omega } \| ^ 2 \vec \rho[/tex]

I'm confused about how they went from the first step to the second step. Can anyone please help?

Attempt at a solution

If the first two steps in the derivation are valid, it would imply this:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \vec{ \omega } \left( \vec{ \omega } \cdot \vec{ r } \right) - \vec{r} \| \vec \omega \|^{2}[/tex]
Yes, this is a vector identity (it's easy to prove using the Levi-Civita symbol if you have seen that)
So I decided to work with the left side of this equation and hope that it would yield the right side. I used this definition of the cross product:

[tex]\vec{ a } \times \vec{ b } = \left< a_y b_z - a_z b_y, a_z b_x - a_x b_z, a_x b_y - a_y b_x \right>[/tex]

Then I wrote out [itex]\vec{\omega}[/itex] in component form. Since it is chosen to lie along the z-axis, its x and y components are zero:

[tex]\vec{ \omega } = \left< 0, 0, \| \vec{ \omega } \| \right>[/tex]

Then I wrote out [itex]\vec r[/itex]. I simply named its components x, y, and z:

[tex]\vec{ r } = \left< x, y, z \right>[/tex]

Then [itex]\vec{ \omega } \times \vec{ r }[/itex] is:

[tex]\vec{ \omega } \times \vec{ r } = \left< -\| \vec{ \omega } \| y, \| \vec{ \omega } \| x, 0 \right>[/tex]

And [itex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right)[/itex] is:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \left< -\| \vec{ \omega } \|^2 x, -\| \vec{ \omega } \|^2 y, 0 \right>[/tex]

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = - \vec{ r } \| \vec{ \omega } \|^2[/tex]

However, this is only the second term of the equation above (the first one under my attempt). The first term is missing. What did I do wrong?
It's your very last step that you did incorrectly. The line before is NOT equal to [itex] - \vec{ r } \| \vec{ \omega } \|^2[/itex]
Do you see why?:wink:
 
  • #4
Gah! I got it! But I might have one more small question:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \left< -\| \vec{ \omega } \|^2 x, -\| \vec{ \omega } \|^2 y, 0 \right>[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = -\| \vec{ \omega } \|^2 \left< x, y, 0 \right>[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = -\| \vec{ \omega } \|^2 \left( \vec{r} - z \right)[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \|^2 z - \vec{r} \| \vec{ \omega } \|^2[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \| \left( \| \vec{ \omega } \| z \right) - \vec{r} \| \vec{ \omega } \|^2[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \| \left( \vec \omega \cdot \vec r \right) - \vec{r} \| \vec{ \omega } \|^2[/tex]

In the very last line: I have the magnitude of [itex]\vec \omega[/itex] outside the parantheses in the first term, but in the book they have the actual vector. Did I miss a small detail somewhere that led to this mistake?

====

And also, a bigger question. This classical mechanics book that I'm reading -- it seems to move along at a pretty vigorous pace. In many cases, there is very little explanation that accompanies the derivations.

Now, I'm only a pithy little high school student. I took first year physics and calculus. What other prerequisites are there for a typical classical mechanics course? Where did you guys learn your "Levi-Civita symbols" (whatever those are)? Or am I actually ready for this with my background?
 
  • #5
lets_resonate said:
Gah! I got it! But I might have one more small question:

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \left< -\| \vec{ \omega } \|^2 x, -\| \vec{ \omega } \|^2 y, 0 \right>[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = -\| \vec{ \omega } \|^2 \left< x, y, 0 \right>[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = -\| \vec{ \omega } \|^2 \left( \vec{r} - z \right)[/tex]
It's not quite right to write this. I know what you mean, but you are not subtracting z (which is a scalar) but you are subtracting the *vector* [itex] z \vec{k} [/itex]

What you must then use is that z by itself is

[tex] z = \frac{1}{\|\vec{\omega} \|} \vec{\omega} \cdot \vec{r} [/tex]

and the unit vector [itex] \vec{k} [/itex] can be written as [itex] \frac{\vec{\omega}}{\| \vec{\omega} \|} [/itex]

Then you will get the desired result.


But notice that this is not a very satisfying approach since a lots of steps are involved and it's for a very special case (omega along z). It's much much better to do it for the general case with the general identity. But I understand the need to do a specific case the long way.

[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \|^2 z - \vec{r} \| \vec{ \omega } \|^2[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \| \left( \| \vec{ \omega } \| z \right) - \vec{r} \| \vec{ \omega } \|^2[/tex]
[tex]\vec{ \omega } \times \left( \vec{ \omega } \times \vec{ r } \right) = \| \vec{ \omega } \| \left( \vec \omega \cdot \vec r \right) - \vec{r} \| \vec{ \omega } \|^2[/tex]

In the very last line: I have the magnitude of [itex]\vec \omega[/itex] outside the parantheses in the first term, but in the book they have the actual vector. Did I miss a small detail somewhere that led to this mistake?

====

And also, a bigger question. This classical mechanics book that I'm reading -- it seems to move along at a pretty vigorous pace. In many cases, there is very little explanation that accompanies the derivations.

Now, I'm only a pithy little high school student. I took first year physics and calculus. What other prerequisites are there for a typical classical mechanics course? Where did you guys learn your "Levi-Civita symbols" (whatever those are)? Or am I actually ready for this with my background?

What book are you using? Is it for self-study or are you taking a class?

The key point is that in order to do more advanced mechancis, you need to build some background in maths, mostly in vector analysis and vector calculus. So At this point it might be good to pick up a math book (oriented toward physicists or engineers. I would suggest Boas or Arfken) and to just focus on these topics before going back to Mechanics.
 
Last edited:

Related to Help with derivation - involves cross & dot products

1. What are cross and dot products?

Cross and dot products are mathematical operations used in vector algebra to calculate the relationship between two vectors. The cross product results in a vector that is perpendicular to both original vectors, while the dot product results in a scalar value that represents the magnitude of the projection of one vector onto the other.

2. How are cross and dot products calculated?

The cross product is calculated by taking the determinant of a 3x3 matrix made up of the unit vectors and the components of the two vectors. The dot product is calculated by multiplying the corresponding components of the two vectors and then summing them.

3. When are cross and dot products used?

Cross and dot products are used in a variety of fields, including physics, engineering, and computer graphics. They are used to calculate forces, torque, and orientation of objects in space.

4. What is the difference between cross and dot products?

The main difference between cross and dot products is that the cross product results in a vector while the dot product results in a scalar value. Additionally, the cross product is used to find the perpendicular component of two vectors, while the dot product is used to find the parallel component.

5. Can cross and dot products be used interchangeably?

No, cross and dot products cannot be used interchangeably as they have different mathematical properties and serve different purposes. However, there are certain cases where they can be used together to solve vector problems.

Similar threads

  • Introductory Physics Homework Help
Replies
17
Views
454
  • Introductory Physics Homework Help
Replies
4
Views
571
  • Introductory Physics Homework Help
Replies
10
Views
326
  • Introductory Physics Homework Help
2
Replies
64
Views
2K
  • Introductory Physics Homework Help
Replies
25
Views
331
  • Introductory Physics Homework Help
Replies
2
Views
912
  • Introductory Physics Homework Help
Replies
12
Views
264
  • Introductory Physics Homework Help
Replies
9
Views
771
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
32
Views
850
Back
Top