PDA

View Full Version : displacement, velocity, acceleration


joemama69
Sep3-09, 06:54 PM
1. The problem statement, all variables and given/known data

consider a particle moving in the x-y plane as follows

x = 5t^2 - 3t
y = 2 + t^2

a) find the mag of the displacement, vel, and accel at t = 2
b)find the time when the vel and the accel are at right angles to each other
c) find the average vel between t = 0 and 1

2. Relevant equations



3. The attempt at a solution

a.... x(2) = 14, y(2) = 6, mag of displacement is sqrt(14^2 + 6^2) = 15.23

vx(2) = 10(2) - 3 = 17, vy(2) = 2(2) = 4, mad of disp = 17.46

ax(2) = 10, ay(2) = 2, mag of disp = 10.20

b.... i tried to graph them on my calc and find the intersection but i couldnt find the intersection... is this an appropriate method

c..... average veolicy of x from t = 0 to 1 is... (7-(-3))/(1-0) = 10, for y... (2-0)/(1-0) = 2
the mag of the average is sqrt(10^2 + 2^2) = 10.20 m/s

rl.bhat
Sep3-09, 07:33 PM
b) When the velocity acceleration are perpendicular, there is no change in the velocity. Take the derivative of velocity and equate it to zero.

joemama69
Sep9-09, 11:39 AM
"b) When the velocity acceleration are perpendicular, there is no change in the velocity. Take the derivative of velocity and equate it to zero. "

im a bit confused. the derivative of the velocity is a constant. does that mean there is no answer.


also is part c correct. it is the same answer as the mag of acceleration. is coincidence or what

rl.bhat
Sep9-09, 12:16 PM
Find vx and vy and ax and ay.
v = ( vx^2 + vy^2)^1/2
Find dv/dt and equate to zero. Since a is not equal to zero, magnitude of the velocity may be constant and acceleration is perpendicular to v.

joemama69
Sep9-09, 01:17 PM
vx = 10t - 3; vy = 2t

v = \sqrt{(10t-3)^2 + (2t)^2}
v' = .5(104t^2 - 60t + 9)^(-.5)(208t-60) = 0
i set just the top equeat to zero, 208t - 60 = 0, t = .29

rl.bhat
Sep9-09, 07:13 PM
vx = 10t - 3; vy = 2t

v = \sqrt{(10t-3)^2 + (2t)^2}
v' = .5(104t^2 - 60t + 9)^(-.5)(208t-60) = 0
i set just the top equeat to zero, 208t - 60 = 0, t = .29
Your v' is wrong.
It should be
v' = 0.5*{(10t-3)^2 + (2t)^2}^-1/2*{2(10t - 3) + 4t}
Now equate it to zero. Since the denominator cannot be zero, 2(10t - 3) + 4t = 0

joemama69
Sep10-09, 02:05 PM
"Now equate it to zero. Since the denominator cannot be zero, 2(10t - 3) + 4t = 0 "

if x = (10t-3)2+(2t)2, then dx = 2(10t-3)(10) + 2(2t)(2) = 200t - 60 + 8t = 208t-60

rl.bhat
Sep10-09, 07:03 PM
"Now equate it to zero. Since the denominator cannot be zero, 2(10t - 3) + 4t = 0 "

if x = (10t-3)2+(2t)2, then dx = 2(10t-3)(10) + 2(2t)(2) = 200t - 60 + 8t = 208t-60
Here v = Sqrt[ (10t-3)2+(2t)2]
What is the derivative of this?

joemama69
Sep12-09, 01:01 PM
but if u work out all the math inside the sqrt, you get

sqrt(104t^2 - 60t + 9)

joemama69
Sep13-09, 03:18 PM
I posted the question under calc homewokr help

http://physicsforums.com/showthread.php?t=336929

rl.bhat
Sep13-09, 07:12 PM
I posted the question under calc homewokr help

http://physicsforums.com/showthread.php?t=336929
Sorry. It is my fault. Your derivative is correct.

rl.bhat
Sep13-09, 07:17 PM
It should be
v' = 0.5*{(10t-3)^2 + (2t)^2}^-1/2*{20(10t - 3) + 4t}
Now equate it to zero. Since the denominator cannot be zero, 20(10t - 3) + 4t = 0
I have edited this post.

joemama69
Sep13-09, 07:25 PM
no problem, thanks for all the rest of ur help