Particle Motion in Three Dimensions: Solving for Velocity and Position Vectors

  • Thread starter Thread starter Matty R
  • Start date Start date
  • Tags Tags
    Dimensions Motion
Click For Summary

Homework Help Overview

The discussion revolves around a mechanics problem involving a particle of 2kg mass moving in three dimensions under a specified force. The original poster seeks to find the velocity and position vectors as functions of time, given that the particle starts at rest with a specific initial position vector.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to derive the velocity and position vectors using integration of acceleration and velocity, respectively. Some participants question the treatment of constants of integration and how initial conditions affect them. Others suggest verifying the correctness of the derived expressions and checking boundary conditions.

Discussion Status

Participants have provided guidance on handling constants of integration based on initial conditions. There is an ongoing exploration of the implications of these constants on the final expressions for velocity and position. The second part of the problem regarding the conditions under which the velocity is perpendicular to the z-axis has also been introduced, with some participants discussing the mathematical approach to determine the relevant time.

Contextual Notes

Participants note the importance of initial conditions in solving for constants and the potential confusion surrounding the interpretation of motion in three dimensions. There is also mention of differing notational preferences for vectors, which may influence clarity in communication.

Matty R
Messages
83
Reaction score
0
Hello :smile:

I was hoping someone could help me with this mechanics problem.

Homework Statement



A particle of 2kg mass moves in three dimensions under the action of a force \underline{F}=6\underline{i}-6t^2 \underline{j}+(4-2t)\underline{k}.

At t=0, it is at rest with position vector \underline{r}=\underline{j}

Find the velocity and position vectors as functions of time.

Homework Equations



\underline{F}=m \underline{a}

\underline{a}=\frac{d \underline{v}}{dt}

\underline{v}=\int(\underline{a})dt

\underline{v}=\frac{d \underline{r}}{dt}

\underline{r}=\int(\underline{v})dt

The Attempt at a Solution



VELOCITY:

\underline{F}=m \underline{a}

\underline{a}=\frac{\underline{F}}{m}

=\frac{6\underline{i}-6t^2 \underline{j}+(4-2t)\underline{k}}{2}

=3\underline{i}-3t^2 \underline{j}+(2-t)\underline{k}

\underline{a}=\frac{d \underline{v}}{dt}

\underline{v}=\int(\underline{a})dt

=\int(3-3t^2+(2-t))dt

=(3t+c_1)\underline{i}-(t^3+c_2)\underline{j}+(2t-\frac{1}{2}t^2+c_3)\underline{k}

I don't know what to do with the constants. I keep getting them all as 0, unless that is the right thing to do.

POSITION:

\underline{v}=\frac{d \underline{r}}{dt}

\underline{r}=\int(\underline{v})dt

=\int(3t-t^3+(2t-\frac{1}{2}t^2))

=\frac{3}{2}t^2 \underline{i}-\frac{1}{4}t^4 \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}+ \underline{j}

=\frac{3}{2}t^2 \underline{i}+\frac{3}{4}t^4 \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}

I find mechanics very interesting, but I also find it quite confusing.

Could anyone help me please? :smile:
 
Physics news on Phys.org
Not sure what you want help with, but your method is correct. The constants vanish, because of the given boundary conditions. Example: You found that v_x=3t+c and it is given that v_x(0)=0. Therefore 0=3*0+c.
 
Oh great. So both of my workings look correct?

This is what I find confusing with mechanics. a lot of the time I don't know when I'm done. :smile:
 
Matty R said:
Oh great. So both of my workings look correct?

This is what I find confusing with mechanics. a lot of the time I don't know when I'm done. :smile:
The problem statement should be a pretty good clue.
Matty R said:
Find the velocity and position vectors as functions of time.
When you have found v(t) and s(t), you're done.
 
Mark44 said:
The problem statement should be a pretty good clue.

Usually, but I tend to overlook subtle bits. :redface:

I've just been writing up my solutions for the sheets I'll be handing in for marking, and I've hit a confusing part with my answer for the position vector.

Shouldn't I be taking the three constants into account?

r_x=\frac{3}{2}t^2+c_1

c_1=0


r_y=-(\frac{1}{4}t^4+c_2)

c_2=1


r_z=t^2-\frac{1}{6}t^3+c_3

c_3=0

\underline{r}=\frac{3}{2}t^2 \underline{i}-(\frac{1}{4}t^4+1) \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}
 
Yes, you should. When you solved for v, it would have involved some constant. At t = 0, the particle was at rest, hence its velocity was zero. That gets rid of one constant.

When you integrate the velocity to get position, you must have gotten another constant. Use the initial condition that r(0) = j to solve for that constant.
 
Mark44 said:
Yes, you should. When you solved for v, it would have involved some constant. At t = 0, the particle was at rest, hence its velocity was zero. That gets rid of one constant.

When you integrate the velocity to get position, you must have gotten another constant. Use the initial condition that r(0) = j to solve for that constant.

So would you say this is correct?

\underline{r}=\frac{3}{2}t^2 \underline{i}-(\frac{1}{4}t^4+1) \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}

In the lectures, we learned the velocity as :

\underline{v}=v_x \underline{i}+v_y \underline{j}+v_z \underline{k}

This gave each axis it's own constant (c_1, c_2, c_3)

I did the same thing with the position vector and got the above answer.

I'd also like to ask about the second part of the question. I've been looking at it since I started this thread, and I just can't get my head around it.

Homework Statement

At what time (other than t = 0) is the velocity perpendicular to the z-axis?

I don't recognise anything like this from the work I've done. I've been thinking of it as a set of axes, like when drawing a graph. At t = 0, the velocity is at it's initial position. When it moves off, it moves in a straight line along all three axes. So would it only ever be perpendicular at t = 0?

Or do you think I'm supposed to do some maths? :smile:
 
Matty R said:
So would you say this is correct?

\underline{r}=\frac{3}{2}t^2 \underline{i}-(\frac{1}{4}t^4+1) \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}
Check it and see. You've done all the hard work; checking is easy. Is r(0) = j? Now take the derivative r'(t). Is r'(0) = 0 (i.e., 0i + 0j + 0k = <0, 0, 0>)? Now take the derivative one more time. Is r''(t) = some multiple of your original force vector?
Matty R said:
In the lectures, we learned the velocity as :

\underline{v}=v_x \underline{i}+v_y \underline{j}+v_z \underline{k}

This gave each axis it's own constant (c_1, c_2, c_3)
At each step in going from a(t) to r(t), you introduce a constant vector, C = <c1, c2,c3>. Note: I prefer the <,,> notation for vectors rather than the i, j, and k notation, which seems clumsy to me and take longer to write.
Matty R said:
I did the same thing with the position vector and got the above answer.

I'd also like to ask about the second part of the question. I've been looking at it since I started this thread, and I just can't get my head around it.

Homework Statement

At what time (other than t = 0) is the velocity perpendicular to the z-axis?
v(t) will be perpendicular to the z axis when the z component is zero.
Matty R said:
I don't recognise anything like this from the work I've done. I've been thinking of it as a set of axes, like when drawing a graph. At t = 0, the velocity is at it's initial position. When it moves off, it moves in a straight line along all three axes. So would it only ever be perpendicular at t = 0?
How can it move in a straight line along all three axes?
Matty R said:
Or do you think I'm supposed to do some maths? :smile:
See my penultimate comment.
 
Mark44 said:
Note: I prefer the <,,> notation for vectors rather than the i, j, and k notation, which seems clumsy to me and take longer to write.

I've seen a few different ways of writing vectors, and we've been told to use whatever we find best unless we're specifically asked. I suppose I'm just sticking with the method that I most commonly see. :smile:

Mark44 said:
How can it move in a straight line along all three axes?

Ah. I think I worded this wrong. If you take the line y = x, when you move from the origin up the positive x-axis, the line "moves along a bit and moves up a bit" with each increment, moving along the x and y axes. Thats what I meant when I said it moved allong all three axes.

I'm not too good with the terminology.


Ok then. I've gone through my workings again and got answers for the velocity and position vectors. I've also thought about what you said about my last question, and had a go. :smile:

Part a
\underline{v}=3t\underline{i}-t^3\underline{j}+(2t-\frac{1}{2}t^2)\underline{k}

\underline{r}=\frac{3}{2}t^2 \underline{i}-(\frac{1}{4}t^4-1) \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}

Part b
Velocity is perpendicular to the z-axis when the z-component of the velocity (v_z) is equal to zero.

\underline{v}=v_x \underline{i}+v_y \underline{j}+v_z \underline{k}

\underline{v}=(3t)\underline{i}-(t^3)\underline{j}+(2t-\frac{1}{2}t^2)\underline{k}

v_z=2t-\frac{1}{2}t^2

v_z=0

0=-\frac{1}{2}t^2+2t+0

t=\frac{-b \pm \sqrt{b^2-4ac}}{2a}

t=\frac{-2 \pm 2}{-1}

t=0 or 4

The velocity will be perpendicular to the z-axis at t = 4s, along with t = 0s.

Any better? :smile:
 
  • #10
As I said in post #8, you can check it for yourself.
Check it and see. You've done all the hard work; checking is easy. Is r(0) = j? Now take the derivative r'(t). Is r'(0) = 0 (i.e., 0i + 0j + 0k = <0, 0, 0>)? Now take the derivative one more time. Is r''(t) = some multiple of your original force vector?
 
  • #11
Mark44 said:
As I said in post #8, you can check it for yourself.

Yep. Sorry.

\underline{r}=\frac{3}{2}t^2 \underline{i}-(\frac{1}{4}t^4-1) \underline{j}+(t^2-\frac{1}{6}t^3) \underline{k}

\underline{r}(0)=(\frac{3}{2}.0^2)-(\frac{1}{4}.0^4-1)+(0^2-(\frac{1}{6}.0^3))



\underline{r&#039;}=3t \underline{i}-t^3 \underline{j}+(2t-\frac{1}{2}t^2) \underline{k}

\underline{r&#039;}= \underline{v}

\underline{r&#039;}(0)= (3.0)-0^3+((2.0)-(\frac{1}{2}.0^2))

\underline{r&#039;}= 0



\underline{r&#039;&#039;}=3 \underline{i}-3t^2 \underline{j}+(2-t) \underline{k}

\underline{r&#039;&#039;}= \underline{a}

So it must be correct. :smile:
 
Last edited:

Similar threads

  • · Replies 10 ·
Replies
10
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K