Using Vector Notation in Physics: Appropriate or Wrong?

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
3 replies · 2K views
tomwilliam
Messages
142
Reaction score
3
I have a general question on presenting physics work:

When is it appropriate to use vector (bold) notation? I understand the difference between vectors and scalar quantities, and always used to think an equation with a vector on the LHS needed to have a vector on the RHS, but in writing up a recent question, had this equation:

E[tex]_{kin}[/tex]=1/2mv[tex]^{2}[/tex]

which I then use to produce an equation involving momentum, p, and then the final result which is a dimensionless quantity.

Now I know energy is not a vector quantity. Does that mean it is wrong to put the velocity reference in bold?

The same goes for the expression involving momentum:

E[tex]_{kin2}[/tex]=(p[tex]^{2}[/tex])/2(m+M)

is it wrong to have the p in bold?
Thanks for any advice.
Tom
 
Physics news on Phys.org
[Equation corrected]
tomwilliam said:
[tex]E_{kin}=\frac1 2 \,\frac{p^2}{m+M}[/tex]

is it wrong to have the p in bold?

In my opinion, yes. If you want to use a vector you would need to be a bit more verbose:

[tex]E_{kin}=\frac1 2 \,\frac{\mathbf p\cdot \mathbf p}{m+M}[/tex]

or

[tex]E_{kin}=\frac1 2 \,\frac{||\mathbf p||^2}{m+M}[/tex]

The only time you need to be verbose like that is when you are already using (in this case) a scalar p that denotes something other than the magnitude of the momentum vector. Otherwise, use of a unbolded symbol, particularly when squared, indicates the magnitude of the corresponding vector. It's pretty clear, and that is the standard usage in texts and journals. (Suppose you write a paper in which p denotes momentum but p denotes pressure. This paper will probably come back with some scathing review comments along the lines of "Don't do that! You confused me, and I know the subject.")
 
In an expression for KE, I would not use bold (or any other notation) to represent velocity or momentum as vectors, since only the magnitudes of those quantities are needed.

Realize that: [tex]v^2 \equiv \vec{v} \cdot \vec{v}[/tex]

Edit: While I was daydreaming, D H beat me to it.
 
Thanks all.
Much appreciated.