Two ways of calculating speed?

  • Thread starter Thread starter albertrichardf
  • Start date Start date
  • Tags Tags
    Speed
AI Thread Summary
The discussion centers on the calculation of speed using different mathematical approaches. It highlights that speed is the magnitude of the velocity vector, defined as the derivative of the position vector, rather than just the derivative of the distance from the origin. The participants clarify that calculating the derivative of the magnitude of the position vector does not yield the correct speed, especially in cases of circular motion. Instead, the focus should be on the change in position along the trajectory, not just the distance from a fixed point. Ultimately, the distinction between speed and the derivative of distance is emphasized, reinforcing the need for vector analysis in speed calculations.
albertrichardf
Messages
165
Reaction score
11
Hello.
I know that the speed of an object can be calculated the following way:
v = \frac {ds}{dt} = \sqrt{(v_x)^2 + (v_y)^2}

where ##s## is the position and ##v_x = \frac {dx}{dt}## and ditto for ##v_y##
Based on its definition, one should be able to obtain the same result by calculating ##s = \sqrt{x^2 + y^2}## and then differentiating that. I squared s for simplicity and obtained the following:

v = \frac {xv_x + yv_y}{\sqrt {x^2 + y^2}}

Or squaring again:

v^2 = \frac {x^2v_x^2 + y^2v_y^2 + 2xyv_xv_y} {x^2 + y^2}

This expression should reduce to:

v_x^2 + v_y^2

But no matter what I try I can't simplify it to that.

Furthermore, I tried this with an actual function: ##x = t^2## and ##y = t##. Their derivatives are ##2t## and ##1## respectively. Squaring those and adding them gives me ##\sqrt {4t^2 + 1} = v##. Trying the other way, ##s = t \sqrt {t^2 + 1}##, the derivative of which is ## \frac {2t^2 + 1}{\sqrt {t^2 + 1}}##. Squaring this gives me

\frac {4t^4 + 4t^2 + 1}{t^2 + 1}

Now I can factor out ##4t^2## from the first two terms of the numerator, which leaves me with:

\frac {4t^2(t^2 + 1) + 1}{t^2 + 1}

And I cannot reduce this to ##4t^2 + 1##

Any help with this?

Thank you
 
Physics news on Phys.org
Your expression for s is the expression for the distance of a point x,y from the origin. Taking the derivative of that will tell you how fast that distance changes with time. If the object moves in a circle of fixed radius about the origin, will this quantity describe what you think of as speed? Velocity is in general a vector quantity. You will want to take a time derivative of the vector (x,y) if you want a velocity. Speed is the magnitude of the velocity vector, which is what you wrote -- i.e. the square root of the sum of the squared components of the velocity.
 
I got it.
If I understood you well, I can't just differentiate s like that because then I just end up calculating the distance in a straight line from where I am, which is not descriptive of the path at all and is not the instant velocity. I have to take the limit in which both x and y are very small, and then calculate the very small change in s, which is:

ds = \sqrt{(dx)^2 + (dy)^2}

Then divide by dt, to obtain the magnitude of the instant velocity. Thank you for your help
 
Maybe you got it, but I just want to make clear: It's not the limit of the distance from the origin when x and y are small. The point is to take the limit of the distance between two points on the trajectory when the interval between them is small. If the path is given by x(t), y(t), then you can make a vector point to a point on the path at time t

$$r = x(t)\hat{x}+y(t)\hat{y} $$

The instantaneous velocity is the derivative of that "position vector":

$$v = \dot x(t) \hat x + \dot y(t) \hat y$$

Note that the velocity is a vector. The "speed" is a measure of how fast the thing is going along its trajectory in whatever direction it happens to be going. That is to say, the magnitude of the velocity vector at a given time, which is the scalar I think you are looking for.

So to be precise you don't calculate a small change in s, as you've defined it, because that tells you how the distance from an arbitrary origin is changing -- which may be zero even for nonzero speed, as in the case of circular motion. You rather calculate the small change in in a quantity, my r for example, that can represent the distance between two points on the trajectory.
 
Thank you for clarifying. This is what I meant by the small change in s. It's a bit like calculating how a quantity changes across the arc length of a circle, with directions, which is more or less what you do when you calculate ## \frac { d\vec r}{dt} ##
 
Albertrichardf said:
Thank you for clarifying. This is what I meant by the small change in s. It's a bit like calculating how a quantity changes across the arc length of a circle, with directions, which is more or less what you do when you calculate ## \frac { d\vec r}{dt} ##
It could be, but the vector r need not lie on a circle.
 
Yes of course. That was just an example.
 
The mnemonics that I use for this sort of situation are, for instance:

"The magnitude of the sum is not the sum of the magnitudes".
"The mass of the sum is not the sum of the masses".
"The square of the sum is not the sum of the squares".
etc.
 
jbriggs444 said:
".
"The mass of the sum is not the sum of the masses".
It is in classical physics right?
 
  • #10
Albertrichardf said:
It is in classical physics right?
Yes. Mass is additive in classical physics.
 
  • #11
Right. Thank you
 
  • #12
Speed is defined as the magnitude of the derivative of the position vector. What you doing is calculating instead the derivative of the magnitude of the position vector which is not equal to speed because the derivative operator and the magnitude operator do not commute. It is
##|\frac{d\vec{r}}{dt}|\neq \frac{d|\vec{r}|}{dt}##
 

Similar threads

Back
Top