How to graph parametric equations?

Click For Summary
SUMMARY

This discussion focuses on graphing parametric equations derived from the equations of motion for a projectile under air resistance. The user inquires about the validity of parametrizing the horizontal and vertical velocity functions, vx(t) and vy(t), to obtain specific (x,y) coordinates over time. It is confirmed that both vx and vy can indeed be parametrized, allowing for the integration to find x(t) and y(t). The recommended tools for graphing these trajectories include MATLAB for professional use and Winplot for simpler animations.

PREREQUISITES
  • Understanding of parametric equations and their applications in physics.
  • Familiarity with calculus, specifically integration techniques.
  • Knowledge of projectile motion principles, including the effects of air resistance.
  • Experience with graphing software such as MATLAB or Winplot.
NEXT STEPS
  • Learn how to integrate velocity functions to derive position functions, x(t) and y(t).
  • Explore MATLAB for graphing parametric equations and visualizing projectile motion.
  • Study different drag models in physics, particularly how they affect projectile trajectories.
  • Investigate numerical methods for solving differential equations in projectile motion scenarios.
USEFUL FOR

Students and professionals in physics, engineering, and mathematics who are interested in modeling and visualizing projectile motion, particularly under the influence of air resistance.

Meowy
Messages
4
Reaction score
0
Hi, so after doing some calculus for projectile motion with air resistance, I obtained two equations of vx(t) and vy(t) that describes the vertical and horizontal motion of the projectile.

Please tell me if I'm wrong, but I believe since both vx and vy are functions of t, can't they be parametrized? This meaning I can graph them as parametric equations and for each moment in time, there's a specific (x,y) coordinate that describes where the projectile is?

I want to know that if this method is valid and whether I can somehow show the (x,y) values given t=? on a graph. If anyone is kind enough to tell me if there's another way to connect them, that would be great as well! Thanks.
 
Physics news on Phys.org
Meowy said:
Hi, so after doing some calculus for projectile motion with air resistance, I obtained two equations of vx(t) and vy(t) that describes the vertical and horizontal motion of the projectile.

Please tell me if I'm wrong, but I believe since both vx and vy are functions of t, can't they be parametrized?
All equations can be parametrized - in this case they are parametrized wrt time t. But it does mean you can plot vy vs vx.

This meaning I can graph them as parametric equations and for each moment in time, there's a specific (x,y) coordinate that describes where the projectile is?
You'd have to solve the vx and vy equations to get x(t) and y(t) to do that. But, having done that, you can certainly plot y vs x if you want to.

I want to know that if this method is valid and whether I can somehow show the (x,y) values given t=? on a graph. If anyone is kind enough to tell me if there's another way to connect them, that would be great as well! Thanks.
Whether the method is "valid" depends on what you want to know.

The path traced out by (x(t),y(t)) is called the "trajectory", and it is a reasonable thing to want to find out about. You have probably already seen this done for ballistic motion without air resistance - the trajectory is a parabola.
 
Note: I tried doing this with Newtonian gravity not too long ago (such that acceleration is a function of height according to inverse square law), and it turned into an intractable second-order differential equation that could only be numerically solved.

I think your case is simple enough to do though; if you already have vx(t) and vy(t) solved, you can integrate each to find x(t) and y(t) respectively. Once that's done, use your favorite graphing software: MATLAB if you want something professional, or maybe Winplot if you want to easily animate the trajectory.

EDIT: For the last three hours, I've been trying to find a closed solution for height based on constant gravitational acceleration (9.81) and a simplified drag model where acceleration due to drag is (1/10)v^2 opposite the current direction of velocity.

The trouble is 'opposite the current direction'... The square factor deletes all knowledge of velocity direction from the equation, and trying to use sign(v) in the differential equation leads to being unable to find a closed solution for v.

Only method I see are two solutions: One equation for the ascending part of the trajectory, and another for the descending part.

Meowy, based on this nastiness I've run into, I deduce that you're using an even simpler drag model - probably where the deceleration due to drag is directly proportional to velocity. Am I right?
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K