Answer to high-school question

  • Thread starter Thread starter mzambani
  • Start date Start date
mzambani
Messages
7
Reaction score
0
Hello,

When I was studying physics in high-school, I often wondered what would be the meaning of sequence below in physics...

m + mv + mv2 + mv3 + ...

This is equivalent to

\summvn for n=0 to infinity

where m is mass, and v is velocity.

The though process was, that if mass (m) is conserved, momentum (mv) is conserved, and a form of energy (1/2 mv2) is conserved, then their sum probably should be conserved as well - resulting in above rudimentary sequence.

I never studied physics further, but I always wanted to see what this sequence - if any, would mean in physics. Can some one point me to it? Since velocity (v) is directional, I could never figure out how it can be summed in a sequence like this...
 
Mathematics news on Phys.org
Units don't allow summation. Adding kg to kg*m/s to J and so on doesn't make sense.
 
Thank you Borek. It is so obvious, and I did not see it...this sequence has no meaning in physics.
 
As a purely mathematical sum, it does have sense:
\sum mv^n= m \sum v^n
is a "geometric series". If -1< v< 1, its sum is
\frac{m}{1- v}

But yes, Borek is correct. If v has units of "distance/time" then the series, or even just "m+ mv+ mv^2" has impossible units.
 
Last edited by a moderator:
I remember I re-wrote it into this form:

m + mv + 1/2 mv2 + 1/6 mv3 + ...
=
m + 1/1! mv + 1/2! mv2 + 1/3! mv3 + ...
=
m ( 1 + v/1! + v2/2! + v3/3! + ...)

which is equal to

mev (using exponential series)

But then I could never think of any meaning of ev..what could possibly be e to the power of "velocity"?
 
By taking it further...

m*ev = some constant (k)
then
ev = k/m
so
v = log(k/m)
where v is velocity and m is mass
 
There is an issue with units again. Exponents must be unitless.
 
HallsofIvy, Redbelly98 - thank you for taking time to answer my question. Yes, I realize there is issue with units. My curiosity is satisfied. Thanks.
 
Back
Top