Login

Welcome, Guest. Please login or register.

August 31, 2025, 04:34:22 am

Author Topic: velocity and acceleration for motion along a curve  (Read 1675 times)  Share 

0 Members and 1 Guest are viewing this topic.

dusty_girl1144

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1047
  • THE FAMOUS DUSTY CAT! MEOW ...
  • Respect: +7
velocity and acceleration for motion along a curve
« on: September 07, 2008, 10:39:54 pm »
0
question 1
The acceleration of a particle moving in the x−y plane is −gj. The particle is initially at O
with velocity given by V cos(a)i + V sin(a)j for some positive real number a.

a. Find r(t), the position vector at time t.
b. Prove that the particle follows a path with cartesian equation
y = x tan a − gx^2/2V^2*sec^2 a.



question 2

Particles A and B move in the x−y plane with constant velocities.
˙r A(t) = i + 2j and ˙r B(t) = 2i + 3j ( theres meant to be a dot above "r")
Also rA(2) = 3i + 4j and rB(3) = i + 3j
Prove that the particles collide, by finding:

a. the time of collision
b. the position vector of the point of collision
.:*|  Dusty™ |*:.

*Specialist Maths.
*Maths Methods.
*Chemistry.
*Legal Studies.
*English.


As if this is a place where people dont laugh at your ENTER.

ENTER does not determine how smart you are. so you can STFU now...thanks
also, PM ME if you have a problem. bring up a problem which CONCERNS ME only, not half of VN who also do the same action.
thanks

Tea.bag

  • Victorian
  • Trendsetter
  • **
  • Posts: 110
  • Job done
  • Respect: +1
Re: velocity and acceleration for motion along a curve
« Reply #1 on: September 07, 2008, 10:51:18 pm »
0
a=-gj
v=-gtj+c
when t=0 (initially) v=Vcos(a)i + Vsin(a)j
c=Vcos(a)i + Vsin(a)j
therefore, v=Vcos(a)i + (Vsin(a)-gt)j

r(t)=Vtcos(a)i + (Vtsin(a)-gt^2/2)j + c
when t=0 r(0)=0i+0j
r(t)=Vtcos(a)i + (Vtsin(a)-gt^2/2)j
Bachelor of Engineering @ monash (clayton)

dusty_girl1144

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1047
  • THE FAMOUS DUSTY CAT! MEOW ...
  • Respect: +7
Re: velocity and acceleration for motion along a curve
« Reply #2 on: September 07, 2008, 10:54:36 pm »
0
a=-gj
v=-gtj+c
when t=0 (initially) v=Vcos(a)i + Vsin(a)j
c=Vcos(a)i + Vsin(a)j
therefore, v=Vcos(a)i + (Vsin(a)-gt)j

r(t)=Vtcos(a)i + (Vtsin(a)-gt^2/2)j + c
when t=0 r(0)=0i+0j
r(t)=Vtcos(a)i + (Vtsin(a)-gt^2/2)j


wow as simple as that? :(
 
what happen to the changing of the sin and cos tho?

whos up for challenge number 2 :P
« Last Edit: September 07, 2008, 10:57:08 pm by dusty_girl1144 »
.:*|  Dusty™ |*:.

*Specialist Maths.
*Maths Methods.
*Chemistry.
*Legal Studies.
*English.


As if this is a place where people dont laugh at your ENTER.

ENTER does not determine how smart you are. so you can STFU now...thanks
also, PM ME if you have a problem. bring up a problem which CONCERNS ME only, not half of VN who also do the same action.
thanks

Tea.bag

  • Victorian
  • Trendsetter
  • **
  • Posts: 110
  • Job done
  • Respect: +1
Re: velocity and acceleration for motion along a curve
« Reply #3 on: September 07, 2008, 11:08:16 pm »
0
lol
ii)
we know that r(t)= Vtcos(a)i + (Vtsin(a)-gt^2/2)j
to convert it into cartesian equation (what the equation look like)
 
we know that:
x(t)=Vtcos(a)
y(t)=Vtsin(a)-gt^2/2

t=x/(vcos(a))
sub this into y(t)
we get,

y(x)=V*(x/(vcos(a)))*sin(a)-g*(x/(vcos(a)))^2/2
after cancellations and stuff,

y(x)=x*sin(a)/cos(a)-g/2*x^2/(V^2*cos(a))
y(x)=x*tan(a)-gx^2/2v^2*sec^2(a)
Bachelor of Engineering @ monash (clayton)

Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: velocity and acceleration for motion along a curve
« Reply #4 on: September 08, 2008, 06:42:24 pm »
0

wow as simple as that? :(
 
what happen to the changing of the sin and cos tho?


a is not a variable in this sense, it is not changing.

also, for the sake of eyes and brains, please learn LaTeX.
http://vcenotes.com/forum/index.php/topic,3137.0.html
« Last Edit: September 08, 2008, 06:48:00 pm by Mao »
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

fredrick

  • Victorian
  • Forum Leader
  • ****
  • Posts: 580
  • Respect: +1
Re: velocity and acceleration for motion along a curve
« Reply #5 on: September 09, 2008, 10:19:03 pm »
0
question 2

let position vector of a= position vector of b, (same position, theres a collision)

rA(t)=ti+2tj+c
3i+4j=2i+4j+c
c=i

r(t)A=(t+1)i+2tj---   1

rB(t)=2ti+3tj+c
i+3j=6i+9j+c
c=-5i-6j

rB(t)=(2t-5)i+(3t-6)j---   2

rA(t)=rB(t)
equate i with i and the j component with the j component.
t+1=2t-5
2t=3t-6

ie t=6

Now for position vector sub into either position vector of A or B
Hence: rA(6)=7i+12j
« Last Edit: September 10, 2008, 10:18:15 pm by fredrick »
I will be tutoring Specialist/Methods in 2009. PM me if interested!

2007-Further Maths (47)
2008-English(28), Methods(46), Spech (44), Physics(34)

2009-Bachelor of Mechtronics engineering. Monash-Clayton

cara.mel

  • Guest
Re: velocity and acceleration for motion along a curve
« Reply #6 on: September 10, 2008, 12:57:17 pm »
0
In first line of working there is a typo, t^2 should be 2t (sorry for being picky! :( )

Mao - People don't have to do what you want them to do...
I see no point in most of it anyway
I find it much easier to do r(t) = ai + bj etc myself, and I don't see how the readability is reduced.
If you want to do whacky sums and integrals then fine use some typesetting language
Most of the time it's not necessary on these forums.

Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: velocity and acceleration for motion along a curve
« Reply #7 on: September 10, 2008, 06:07:09 pm »
0
"y = x tan a − gx^2/2V^2*sec^2 a"

if it is simple addition of terms, i have no problem with those
when you move on to indices and fractions... it can still be read, just with great pain.

people don't have to use LaTeX, but they should keep in mind that help is freely given by others, if you make it a pain for them, they can choose to ignore the question completely.

the paradigm exists for those who are unfamiliar with the typesetting that it is not essential, and it is their choice, I put forward the suggestion that it will look nicer and be easier to comprehend.
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

Pandemonium

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 200
  • Respect: +1
Re: velocity and acceleration for motion along a curve
« Reply #8 on: September 10, 2008, 06:57:18 pm »
0
i thought they would've read it with far greater detail to attention, as opposed to ignoring it altogether.
oh well.

fredrick

  • Victorian
  • Forum Leader
  • ****
  • Posts: 580
  • Respect: +1
Re: velocity and acceleration for motion along a curve
« Reply #9 on: September 10, 2008, 10:17:40 pm »
0
i like reading em in Latex too, easier to understand. But it would have taken me ages to type it in Latex so slow at it.

EDIT:thnk caramel fixed it
I will be tutoring Specialist/Methods in 2009. PM me if interested!

2007-Further Maths (47)
2008-English(28), Methods(46), Spech (44), Physics(34)

2009-Bachelor of Mechtronics engineering. Monash-Clayton