How to Calculate Average Speed Using Parametric Equations

  • Thread starter Thread starter keemosabi
  • Start date Start date
  • Tags Tags
    Parametric Speed
keemosabi
Messages
109
Reaction score
0

Homework Statement


Can someone please tell me how to get the average speed of a particle moving along a path represented by parametric equations? Is it \frac{1}{b-a}\int_{a}^{b}\sqrt{\frac{dx }{d t}^2 + \frac{d y}{d t}^2}

Isn't this the arc length formula?
 
Physics news on Phys.org
This is the arc length formula. The average value formula is Favg=(1/b-a)INT[f(x)dx]. It seems you combined two formulas.
 
w3390 said:
This is the arc length formula. The average value formula is Favg=(1/b-a)INT[f(x)dx]. It seems you combined two formulas.

But if I wanted the speed of a particle moving with a parametric graph, woldn't everything under the radical be my speed function?
 
Actually, you may be right. I think that might actually work.
 
No, no, no. The average speed is displacement over time. It has nothing to do with arc length. It's sqrt((x(b)-x(a))^2+(y(b)-y(a))^2)/(b-a) where a is the intiial time and b is the final time. Right?
 
Dick said:
No, no, no. The average speed is displacement over time. It has nothing to do with arc length. It's sqrt((x(b)-x(a))^2+(y(b)-y(a))^2)/(b-a) where a is the intiial time and b is the final time. Right?

Couldn't you also do the average value of the absolute value of the velocity graph?
 
keemosabi said:
Couldn't you also do the average value of the absolute value of the velocity graph?

Yes, you could. In which case that would be correct. Distance travelled/time could also be considered an average speed. I was only thinking of the displacement/time definition.
 
Dick said:
Yes, you could. In which case that would be correct. Distance travelled/time could also be considered an average speed. I was only thinking of the displacement/time definition.

Alirght, thank you for the help.

Also, is there any way to determine if a particle traveling on a parametric path is increasing in speed? I know I can determine if the x and y are accelerating, but I can I determine if the particle itself is increasing?

What if it was accelearating in the x direction but decelerating in the y? Would the particle's speed be increasing or decreasing?
 
The 'speed' is sqrt((dx/dt)^2+(dy/dt)^2), isn't it? Just look at whether that quantity is increasing or decreasing.
 
Back
Top