Trajectory: integrating for position

AI Thread Summary
The discussion revolves around deriving the trajectory of a projectile under the influence of gravity while neglecting air resistance. Participants clarify that the initial velocity components can be expressed as Vocos(θ) for horizontal and Vosin(θ) for vertical motion. They emphasize the importance of integrating the equations of motion separately for horizontal and vertical directions, leading to the final trajectory equation. The conversation also touches on comparing this trajectory to one that includes air resistance, using Taylor series for simplification. The participants conclude that they have successfully derived the necessary equations for both scenarios.
Oblio
Messages
398
Reaction score
0
As usual I did this question I'm working on backwards, doing the section dealing with air friction first. Now realizing I must do the 'first part' and I think I am over thinking again.

With no air resistance, I need the position of a trajectory from Newton's second law.
I know gravity is the only force I'm considering, so I start with:

-mg = ma right?

My prof said when I integrate I'll get combos of sin and cos... I haven't been able to get that.. am I doing something wrong? What steps should I take to integrate this properly?
Thanks!
 
Physics news on Phys.org
Yes, that looks right. What is the initial velocity though... that's probably where the sin and cos come in...
 
If one applies Newton's law to a strictly vertical trajectory, then there is no angle, since the velcocity is parallel with the acceleration (force) of gravity.

If one adds a horizontal component of velocity, that is where the angle (with respect to horizontal or vertical) enters the picture.

Air resistance (friction) acts in both orientations (horizontal and vertical), and in opposition to the velocity of the object moving.

See - http://hyperphysics.phy-astr.gsu.edu/hbase/traj.html

Look at freefall, then vertical launch, then horizontal launch.
 
Oblio said:
With no air resistance, I need the position of a trajectory from Newton's second law.
I know gravity is the only force I'm considering, so I start with:

-mg = ma right?
Sure: the acceleration of a projectile is g downwards.

My prof said when I integrate I'll get combos of sin and cos...
Perhaps he's talking about sin and cos of the launch angle.

What's the exact problem?
 
It's not simple to explain because the question refers to 'the projectile of 2.3'.

2.3 compares the trajectory of a projectile subject to linear drag and one in a vacuum. Both have x and y components (not straight up), having the shape of someone hitting a baseball or firing a rocket at 45 degrees.

Vo I assume would be zero then?

Does that help?
 
The problem is to get the position (x,y) of a projectile with no air resistance (from N2L I'm told) and then compare it to b.) which is considering linear air resistance.

"Assuming there is no air resistance, write down the position (x,y) as a function of t, and eliminate t to give the trajectory y as a function of x."
 
Oblio said:
It's not simple to explain because the question refers to 'the projectile of 2.3'.

2.3 compares the trajectory of a projectile subject to linear drag and one in a vacuum. Both have x and y components (not straight up), having the shape of someone hitting a baseball or firing a rocket at 45 degrees.

Vo I assume would be zero then?

Does that help?

But if it is being fired... that implies that Vo isn't zero doesn't it? wouldn't horizontal initial velocity be Vocos45, and vertical initial velocity be Vosin45?
 
learningphysics said:
But if it is being fired... that implies that Vo isn't zero doesn't it? wouldn't horizontal initial velocity be Vocos45, and vertical initial velocity be Vosin45?

Your right.
45 isn't specified so I hope that's right... no angle is really given.
 
Oblio said:
Your right.
45 isn't specified so I hope that's right... no angle is really given.

oh... if it isn't specified... then maybe you're just supposed to go with an arbitrary angle \theta ?
 
  • #10
But acceleration is what I'm starting with, so vcos45 and vsin45 is what I should receive through integration?
 
  • #11
learningphysics said:
oh... if it isn't specified... then maybe you're just supposed to go with an arbitrary angle \theta ?

maybe...
 
  • #12
Oblio said:
But acceleration is what I'm starting with, so vcos45 and vsin45 is what I should receive through integration?

Do the integration, if that is what is expected in the problem... in both the horizontal and vertical directions... introduce constants when required... then when solving for initial conditions (solving for the constants), that's where you'd put in the vcos(theta), vsin(theta)... don't assume 45 unless it is given.

ie for the part without air resistance... horizontal force is 0... so a_x = 0

and a_y = -g

integrate to get vx, vy... then integrate again to get horizontal position, and vertical position.
 
  • #13
and then I would integrate those again for position?
 
  • #14
Oblio said:
and then I would integrate those again for position?

yes.
 
  • #15
F=ma
-mg=ma
integrating:
-mg=m(vcosO +vsinO)
 
  • #16
Oblio said:
F=ma
-mg=ma
integrating:
-mg=m(vcosO +vsinO)

careful... deal with the horizontal and vertical separately...

start like this:

ay = -g

now integrate the left side to get vy, what do you get on the right side?
 
  • #17
hmm

-mg = m(vsin45)
 
  • #18
Oblio said:
hmm

-mg = m(vsin45)

I don't understand how you're getting that.

you start here:

-mg = ma_y

divide both sides by m

a_y = -g

now integrate...
 
  • #19
learningphysics said:
I don't understand how you're getting that.

you start here:

-mg = ma_y

divide both sides by m

a_y = -g

now integrate...

v_{y}sin45 = -g ?
 
  • #20
Oblio said:
v_{y}sin45 = -g ?

don't worry about the initial velocity for now... you want to integrate -g, with respect to time...

suppose you had this question instead:

\frac{dy}{dx} = -9.8

Find y.
 
  • #21
y= -9.8t
 
  • #22
Oblio said:
y= -9.8t

yeah... but you need to introduce a constant...

when you integrate

a_y = -g

you get:

v_y = -gt + C
 
  • #23
right, right. sorry, been a while since Calc. classes.
 
  • #24
so, to get position, I would end up with

-gt^2 +Ct + C = y ?
 
  • #25
Oblio said:
so, to get position, I would end up with

-gt^2 +Ct + C = y ?

almost careful... don't use the same constant

y = (-1/2)gt^2 + Ct + D

now you can solve for C and D... you know that

vy = -gt + C
y = (-1/2)gt^2 + Ct + D

at t=0, vy = vsin(theta)
I assume, that at t = 0, y = 0.

What is C? What is D?
 
  • #26
so, by eliminate t they mean set it to 0?
 
  • #27
Nm, that's not what you meant.
 
  • #28
Oblio said:
so, by eliminate t they mean set it to 0?

No. don't worry about that part yet... first we need the constants C and D...
 
  • #29
D = 1/2 gt^2 - C +y

C = 1/2gt +y - D
 
  • #30
Oblio said:
D = 1/2 gt^2 - C +y

C = 1/2gt +y - D

Start with this:

vy = -gt + C

now... you know that at t = 0, vy = v0sin(theta)... substitute t and vy into the equation... and solve for C.
 
  • #31
well, my c = vsin(theta)
 
  • #32
Oblio said:
well, my c = vsin(theta)

exactly.

vy = -gt + vsin(theta)
y = (-1/2)gt^2 + (vsin(theta))t + D

do, the same type of thing for D using the position equation... at t = 0, y = 0...
 
  • #33
D=0... ?
 
  • #34
technically my equations were right weren't they? I just wasnt solving for t=0 yet.
 
  • #35
Oblio said:
D=0... ?

yes.

vy = -gt + vsin(theta)
y = (-1/2)gt^2 + (vsin(theta))t

now, we could have done this directly... use the equations for displacement with accleretated motion ie:

d = v0*t + (1/2)at^2

but since the question asked to integrate... we did it this way...

can you do the same type of thing in the x direction?

a_x = 0
 
  • #36
It's all necessary with no horizontal forces?
 
  • #37
0 = ma

C=v(x)
v(x) =vcos(theta), C=Vcos(theta)

y=v(x)t +D
y=D

at t=0, D=0 also.
 
  • #38
Oblio said:
0 = ma

C=v(x)
v(x) =vcos(theta), C=Vcos(theta)

y=v(x)t +D
y=D

at t=0, D=0 also.

Yes, so:

x = vcos(theta)t
y = vsin(theta)t - (1/2)gt^2

you can eliminate t from these two equations now.
 
  • #39
algebraically or through another situation such as (t=0) (not that one I realize though)
 
  • #40
Oblio said:
algebraically or through another situation such as (t=0) (not that one I realize though)

algebraically.
 
  • #41
set them equal?
 
  • #42
nope. lol
 
  • #43
Oblio said:
nope. lol

solve for t in one... substitute that into the other.
 
  • #44
ok, it asks for the trajectory as a function of x so:

y=vsin(theta)x/cos(theta) - (1/2)g x^2/v^2cos(theta)^2
 
  • #45
Oblio said:
ok, it asks for the trajectory as a function of x so:

y=vsin(theta)x/cos(theta) - (1/2)g x^2/v^2cos(theta)^2

there should be vcos(theta) in the denominator in the first term.
 
  • #46
I think that's right according to what I'm supposed to be comparing it too...
 
  • #47
learningphysics said:
there should be vcos(theta) in the denominator in the first term.

sorry.
had that in ink ( i promise!)
 
  • #48
Oblio said:
sorry.
had that in ink ( i promise!)

lol! I believe you. So the v's will cancel in that first term. you get xtan(theta)
 
  • #49
Yup!
 
  • #50
So now you have to get the path again, but this time with air resistance?
 
Back
Top