Two Dimensional Kinematics probelms

  • Thread starter Thread starter riken9
  • Start date Start date
  • Tags Tags
    Kinematics
AI Thread Summary
The discussion focuses on solving two two-dimensional kinematics problems involving particles with initial velocities and constant accelerations. For the first problem, the user miscalculated the time and speed of the particle when it reaches an x-coordinate of 15 m, leading to confusion about the correct equations to use. The suggestion is made to separate the x and y components of motion to avoid mixing quantities, which would simplify the calculations. In the second problem, the user struggles with determining the maximum x-coordinate without having the final velocity, indicating a lack of sufficient information. Overall, the importance of correctly applying kinematic equations and separating components is emphasized for accurate problem-solving.
riken9
Messages
10
Reaction score
0

Homework Statement



1. At t = 0, a particle leaves the origin with a velocity of 9.0 m/s in the positive y direction and moves in the xy plane with a constant acceleration of (2.0i - 4.0j) m/s2. At the instant the x coordinate of the particle is 15 m, what is the speed of the particle?

2. A particle starts from the origin at t = 0 with a velocity of 6.0 m/s and moves in the xy plane with a constant acceleration of (-2.0 + 4.0 ) m/s2. At the instant the particle achieves its maximum positive x coordinate, how far is it from the origin?


Homework Equations



rf = ri + vt + 1/2at^2
vf = vi + at

The Attempt at a Solution


1. rf = ri + vt + 1/2at^2
t = 2.25 [seconds]

vf = (9j) + [2i - 4j)t

Sub t into there and i get 4 m/s But the answer is: 10 m/s


2. v(initial)=6i m/s
v(final)=?
a= (-2i + 4j) m/s^2
starts at coordinate (0,0)
need to find max x point

rf = 6i + [-1i + 2j]t^2

vf = vi + at
How do i find t if i don't have final velocity? Answer is: 20m.
 
Physics news on Phys.org
Hello, riken9. Welcome to PF!

For the first problem, your answer for the time is incorrect. Can you show your work so we can find the mistake?

For the second problem, there is not enough information given. Did they give you the direction of the velocity at t = 0? [EDIT: OK, it looks like from your work that the initial velocity is in the x direction. I think you will find things will be easier if you write out separate equations for the x and y components of the motion.]
 
for the first question rf = ri + vt + 1/2at^2, i did 15 = 0 + 9t - 2t^2 and got 2.25 seconds. I also tried 15 = 9j + [i - 2j]t^2 and got 1.27 seconds, which is also wrong.

And for the second problem i tried that still couldn't get it right.
 
riken9 said:
for the first question rf = ri + vt + 1/2at^2, i did 15 = 0 + 9t - 2t^2

In the above equation you have mixed together x quantities (blue) and y quantities (red). Instead, write out equations for just the x component of motion and separate equations for the y component of motion. For example

x = xi + vxit + (1/2)axt2

y = yi + vyit + (1/2)ayt2

or for velocity,

vx = vxi + axt

vy = vyi + ayt

So, try using x = xi + vxit + (1/2)axt2 to find the time for the first problem.
 
Last edited:
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top