Modeling the flight of a frisbee

In summary: I'm not sure if this is related to the Magnus force offset from the center of gravity, or what, but it's something I'm going to have to look into further. Thanks again!
  • #1
Kricket
14
0
Hello all,

Sorry for the long post. Skip to the line for the relevant part.

As a longtime ultimate frisbee player, and also a computer programmer, I'm trying to write a program to simulate the flight of a frisbee for any given real-world conditions. I've read through the 5 or so papers I could find on the web about the subject. I started simple: just aerodynamics (lift & drag), no torque, no rotation. That worked well enough - I have nice curved trajectories that look fairly real.

Next step: adding rotation. This part got a little trickier, but I managed. Instead of using Euler angles, I just keep track of the disc's normal vector. Rotation is now a matter of rotation this vector about the omega vector. So far, still so good...I can introduce a little wobble (although the wobble doesn't go away like it does in a real-world situation...first worry).

Third part: torque. From what I can tell from the studies, I'm calculating the torque fairly correctly. For a standard backhand throw, it appears to work correctly.

_____

Now for the tricky part. This is all well and good for throws that are not-too-far-off-level, with velocity vectors that point toward the "underside" of the disc. However, there are multitudes of different ways to throw, and some of them change fairly drastically the behavior.

For example, take the standard right-handed backhand throw, but turn the disc upside-down. The angular rotation vector now points in the same direction as the normal vector (down). The real-world effect of doing this is interesting: the disc will roll so that its normal vector goes toward the right. The amount of roll depends on the exact technique used - an experienced thrower can attain a mid-distance flight with only slight-to-moderate roll, while slight changes (perhaps a greater angle of attack?) produce a much stronger roll: the disc can turn almost completely vertical, the velocity vector turns up and gets eaten by gravity, and the disc drops like a rock.

Interestingly, another (tricky!) throw produces almost the same initial conditions, except with opposite spin - the disc's normal points down (concave side up), and the angular velocity vector points up. And the result: the roll is in the opposite direction, so that the disc slides around to vertical, with the concave side pointed to the right, then runs out of gas and drops.

I was thus led to suspect that this may be related to a Magnus force offset from the center of gravity, leading to a torque pointing either forward or backward (depending on the spin): since the angle of attack points slightly "up", the air is hitting the flat surface of the disc (instead of, I dunno, a cushion of air trapped underneath?), creating more friction with the air...or something. But I'm not too sure.

I would assume that whatever the phenomenon is, it is also what is responsible for the trajectory of another type of throw: the "hammer". This throw is executed similarly as if one were throwing a hammer (or an axe): at release, the normal vector points to the left and slightly downward, angular velocity points in the same direction, and the disc is thrown high in the air. As the disc falls, it will begin to roll. When executed correctly, this roll will cause the disc to follow a gentle curve to the right, finally landing perfectly level and upside-down.

So, my question: can anybody elaborate on what's the real-world phenomena are that cause this behavior? I tried adding a rolling torque that depends on the angle of attack, but it doesn't seem to make a difference. As a corollary, if anybody is interested in helping me figure out why my program isn't working, I'd be happy to send you the source code (c++, but it's fairly straightforward. I've basically implemented the formulae in Hummel's thesis).

Thanks for any info you've got!
 
Science news on Phys.org
  • #2
For a frisbee, a pitch axis torque will translate into roll axis reaction. The cambered air foil of a frisbee causes a pitch down torque. If the center of lift is in front of the center of mass, this creates a pitch up torque, and vice versa. The net pitch axis torque is the sum of the torques related to camber and center of lift. The rate of roll response is related to spin, pitch torque, and is somewhat opposed by aerodynamic drag. I don't know the math.

An article about the Aerobie, which flies better than a Frisbee:

http://www.aerobie.com/Products/Details/RingScientificPaper.htm
 
Last edited by a moderator:
  • #3
Thanks for the reply. I can experimentally see what you're saying - when I put in exaggerated figures of side-torque, the simulation actually ended up turning so that it faced straight away from the thrower (instead of sideways). I assume this is because the rotation of the disc causes the side where the torque is applied, to rotate around as it's rising?
 
  • #4
Just use the standard right hand rule for the precession related pitch torque to roll reaction relation. I'm not sure how much aerodynamic drag dampens the roll rate, since it's relatively slow.

In the case of the Aerobie, the center of lift can't be adjusted, but it's camber can be adjusted, and it includes instructions for doing this. The instructions assume a right hand back hand toss (clockwise rotation as viewed from above). If it's rolling to the left, then there's an upward pitch torque, so the adjustment is to flex it "downwards" towards a positive cambered airfoil (less upwards pitch => more downwards pitch), and vice versa.
 
  • #5
Yeah, when I put in extra torque in front of the disc, the simulation (eventually...) causes it to tilt to the left. But I'm still having trouble getting a realistic trajectory. Even with exaggerated torque numbers (ok, too exaggerated and the thing won't even fly...but everything up to that point) it still just flies out there, then gradually eases off to the left. In reality, I'd say the disc can roll up to 90° during its flight.

Maybe I should re-do all the calculations, from aerodynamic forces onward...since all the formulae I'm using were thought up with more conveNtional throws in mind...
 

1. What factors affect the flight of a frisbee?

The flight of a frisbee is affected by several factors, including the angle at which it is thrown, the speed and force of the initial throw, and the shape and weight distribution of the frisbee itself. Wind speed and direction can also play a significant role in the frisbee's flight.

2. How do you calculate the trajectory of a frisbee?

The trajectory of a frisbee can be calculated using mathematical models that take into account factors such as the angle of release, the initial velocity, and the drag and lift forces acting on the frisbee as it travels through the air. These models can be complex and may require advanced mathematical calculations.

3. Can you predict the exact path of a frisbee's flight?

While there are mathematical models that can provide a general prediction of a frisbee's flight, it is difficult to predict the exact path due to the unpredictable nature of wind and other external factors. However, with practice and experience, a skilled frisbee thrower may be able to control and adjust the frisbee's flight path to some extent.

4. How does the shape of a frisbee affect its flight?

The shape of a frisbee is specifically designed to optimize its flight. The curved shape and smooth surface of the frisbee help create lift and reduce drag as it moves through the air. The weight distribution and thickness of the frisbee also play a role in its flight, as they can affect the frisbee's stability and spin.

5. Are there any limitations to modeling the flight of a frisbee?

While mathematical models can provide valuable insights into the flight of a frisbee, they may not accurately predict the flight in real-world conditions. This is due to the many variables that can affect a frisbee's flight, such as wind, air density, and the skill of the thrower. Additionally, the behavior of a frisbee in flight can be difficult to fully understand and predict due to its complex aerodynamics.

Similar threads

  • Introductory Physics Homework Help
Replies
25
Views
1K
Replies
41
Views
4K
  • Introductory Physics Homework Help
Replies
4
Views
827
  • Mechanics
Replies
3
Views
3K
Replies
4
Views
868
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
11
Views
2K
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
2K
Back
Top