How can I show the drag force-velocity relationship of a shuttlecock from my recorded trajectories?

  • Thread starter Thread starter qumbo19
  • Start date Start date
  • Tags Tags
    Drag force
AI Thread Summary
The discussion focuses on modeling the vertical trajectory of a shuttlecock using recorded trajectory data and velocity measurements. It highlights that the drag force acting on the shuttlecock is proportional to the square of its velocity, but this relationship can vary based on speed and the angle of motion. The participants emphasize that horizontal and vertical motions cannot be decoupled under quadratic drag, complicating the analysis. A suggestion is made to numerically integrate the equations of motion for a more accurate representation, as the dynamics of a shuttlecock are complex compared to other projectiles. Overall, the conversation underscores the challenges in accurately modeling the drag force-velocity relationship for a shuttlecock.
qumbo19
Messages
7
Reaction score
1
Thread moved from the technical forums to the schoolwork forums
For a school project, I’m looking at modelling the vertical trajectory of a shuttlecock. I have several videos of trajectories, along with velocity and position data from LoggerPro. I’m aware that for a shuttlecock, the drag force is proportional to velocity squared, but is it possible for me to show this from my trajectory data?
 
Physics news on Phys.org
The difference between the rate shuttlecock decelerates and the expected rate due to gravity will be due to drag. You might also find motion history image useful.
 
qumbo19 said:
For a school project, I’m looking at modelling the vertical trajectory of a shuttlecock. I have several videos of trajectories, along with velocity and position data from LoggerPro. I’m aware that for a shuttlecock, the drag force is proportional to velocity squared,
Sez who?

Plus, the drag behavior is going to be anisotropic, depending on the angle of the relative velocity with respect to the axis.
 
qumbo19 said:
For a school project, I’m looking at modelling the vertical trajectory of a shuttlecock. I have several videos of trajectories, along with velocity and position data from LoggerPro. I’m aware that for a shuttlecock, the drag force is proportional to velocity squared, but is it possible for me to show this from my trajectory data?
By "vertical trajectory", do you mean that the trajectory is purely vertical in your experiment or that you are modelling the vertical component? If the latter, you need to realise that the horizontal and vertical motions cannot be decoupled under quadratic drag. The greater the horizontal velocity, the greater the total drag force, and the greater the vertical component of the drag.

Whether the drag is approximately quadratic depends on the speed. At low speeds it is closer to linear, and in that phase the horizontal and vertical motions can be decoupled. You might be able to detect the transition in your data.
 
haruspex said:
By "vertical trajectory", do you mean that the trajectory is purely vertical in your experiment or that you are modelling the vertical component? If the latter, you need to realise that the horizontal and vertical motions cannot be decoupled under quadratic drag. The greater the horizontal velocity, the greater the total drag force, and the greater the vertical component of the drag.

Whether the drag is approximately quadratic depends on the speed. At low speeds it is closer to linear, and in that phase the horizontal and vertical motions can be decoupled. You might be able to detect the transition in your data.
I mean the vertical component, not just dropping a shuttlecock vertically. Is it not possible to get some reasonable approximation for the vertical component of the trajectory? I managed to get the velocity time by integrating -mg-bv^2 = ma. Is this not a valid approach?
 
qumbo19 said:
I mean the vertical component, not just dropping a shuttlecock vertically. Is it not possible to get some reasonable approximation for the vertical component of the trajectory? I managed to get the velocity time by integrating -mg-bv^2 = ma. Is this not a valid approach?
No.
Suppose at some point the trajectory is down, at ##\theta## to the vertical, speed v.
The drag force is ##bv^2##, upward at ##\theta## to the vertical.
The vertical component of that is ##bv^2\cos(\theta)##, leading to ##m\frac{d(v\cos(\theta))}{dt}=mg-bv^2\cos(\theta)##.
Or, in terms of the velocity components, ##m\frac{d(v_y)}{dt}=mg-bv_y\sqrt{v_x^2+v_y^2}##.
Note, e.g., that if the horizontal component is large enough then the downward velocity diminishes instead of increasing.
 
  • Like
Likes Chestermiller
qumbo19 said:
I mean the vertical component, not just dropping a shuttlecock vertically. Is it not possible to get some reasonable approximation for the vertical component of the trajectory? I managed to get the velocity time by integrating -mg-bv^2 = ma. Is this not a valid approach?
Hm, for a full solution I'd rather numerically integrate the equations of motion. I guess a realistic description of a shuttlecock is pretty difficult. It's easier for a baseball or golf ball. There you can have all kinds of sophistication like taking into account spind and the Magnus effect :-).
 
Back
Top