- #1
bumblebee77
- 56
- 2
- Homework Statement
- I have to calculate Δ𝑉2 (where the "2" means "squared") to calculate something else. But I don't know if I should treat V as a scalar or vector.
- Relevant Equations
- ⟨Δ𝑉2⟩=⟨𝑉2⟩−⟨𝑉⟩2
"2" is "squared."
⟨⟩ means the average of a column of values (i.e., collected over time).
This is not actually a homework problem. I'm old but having trouble with something that's probably at student level because it's so long since I learned this stuff. I would be grateful if someone would please take pity on me and help me out!
I am trying to calculate something that includes this term: ⟨Δ𝑉2⟩. It means "variance of volume." I'm getting lost though because I don't understand if I should treat volume as a scalar or vector here.
What I mean is, for any other parameter made up of three component directions (x, y, z), I would calculate variance by breaking the parameter into its x, y, z components and then using a process that involves dotting them together (I can write out the details if anyone is interested). However, I'm not sure if this is how I should treat V.
If I use Python's np.var(V) function on V (not its components), I get an answer that seems reasonable to the calculation that uses the result of ⟨Δ𝑉2⟩. If I use the component method, I don't. Does anyone know what is going on with this? Thank you.
I am trying to calculate something that includes this term: ⟨Δ𝑉2⟩. It means "variance of volume." I'm getting lost though because I don't understand if I should treat volume as a scalar or vector here.
What I mean is, for any other parameter made up of three component directions (x, y, z), I would calculate variance by breaking the parameter into its x, y, z components and then using a process that involves dotting them together (I can write out the details if anyone is interested). However, I'm not sure if this is how I should treat V.
If I use Python's np.var(V) function on V (not its components), I get an answer that seems reasonable to the calculation that uses the result of ⟨Δ𝑉2⟩. If I use the component method, I don't. Does anyone know what is going on with this? Thank you.
Last edited: