Graphing a function V.S. another function

  • Thread starter Thread starter GreenPrint
  • Start date Start date
  • Tags Tags
    Function Graphing
Click For Summary
SUMMARY

The discussion focuses on graphing parametric equations for projectile motion using MATLAB. The equations provided are x_x(t) = t V_0 cos(theta) and x_y(t) = t V_0 sin(theta) + (a t^2)/2, where theta is set to pi/4 and a is -9.8 m/s². The user seeks clarification on interpreting the graph of vertical displacement versus horizontal displacement, specifically how to derive a single function from these parametric equations. The solution involves recognizing the resulting equation as a circle through the application of the Pythagorean identity.

PREREQUISITES
  • Understanding of parametric equations in mathematics
  • Familiarity with MATLAB for plotting functions
  • Knowledge of projectile motion physics
  • Basic understanding of the Pythagorean identity
NEXT STEPS
  • Learn how to plot parametric equations in MATLAB
  • Study the derivation of equations of motion for projectiles
  • Explore the Pythagorean identity and its applications in graphing
  • Investigate the relationship between parametric equations and Cartesian coordinates
USEFUL FOR

Students studying physics and mathematics, particularly those focusing on projectile motion and using MATLAB for graphing functions.

GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



Hi,

I'm really use to graphing a function vs x, were the x-axis would be the input to the function and the output would be the vertical function, were at each point on the graph would be the output evaluated at that particular x value

So I'm learning how to use MATLAB for my degree and the below is a exercise from my book

x_x(t) = t V_0 cos(theta)
x_y(t) = t V_0 sin(theta) + (a t^2)/2

were
x_x(t) = horizontal displacement of a projectile as a function of time in
x_y(t) = vertical displacement of a projectile as a function of time
t = 0:.01:20 s (all the values that occur by increments of .01 from 0 to 20)
theta = pi/4
a = -9.8 m/s^2

the particular exercise had me plotting x_y(t) V.S. x_x(t) on a graph, this is when I realized I had never done such a thing before were the x-axis is not the input and the y-axis is the output of some function evaluated at that particular x value... So I was wondering what exactly is the meaning of this graph, it's the vertical displacement that occurs at a particular horizontal displacement? Sense there evaluated at the same time values? but I was wondering if there was any way to come up with the function that describes the plot?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
These are called parametric equations.

Square both equations. Then add them. Simplify using the pythagorean identity. Try to recognize the resulting single equations as a circle = something.
 

Similar threads

Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K