Solve Dynamics Questions: Find x & v in terms of t, & a, v & x for 3m

  • Thread starter Thread starter epiphany
  • Start date Start date
  • Tags Tags
    Dynamics
AI Thread Summary
The discussion revolves around solving dynamics problems involving acceleration, velocity, and position of a particle. Participants clarify that "directly proportional" means acceleration is proportional to the square of time, represented mathematically as a = kt². The second problem involves a differential equation defined by a = 12x - 28, with initial conditions provided, leading to a second-order ordinary differential equation. The community suggests using separation of variables to solve the equation for position and velocity. Overall, the thread emphasizes understanding the relationship between acceleration, time, and position in dynamics.
epiphany
Messages
2
Reaction score
0
My homework problems looks like this:

The acceleration of a particle is directly proportional to the square of the time t. When t=0, the particle is at x=36 ft. Knowing that at t=9 s, x=144 ft. and v=27 ft/s, express x and v in terms of t.

I'm not exactly sure what directly proportional means. Can someone help me out?

Also I have another question I'm stuck on:

The acceleration of a particle is defined by the relation a= 12x-28, where a and x are expressed in m/s2 and meters, respectively. Knowing that v=8 m/s when x=0, determine (a) the maximum value of x, (b) the velocity when the particle has traveled a total distance of 3m.
 
Physics news on Phys.org
epiphany said:
I'm not exactly sure what directly proportional means. Can someone help me out?

MathWorld is your friend.

http://mathworld.wolfram.com/DirectlyProportional.html

Also I have another question I'm stuck on:
The acceleration of a particle is defined by the relation a= 12x-28, where a and x are expressed in m/s2 and meters, respectively. Knowing that v=8 m/s when x=0, determine (a) the maximum value of x, (b) the velocity when the particle has traveled a total distance of 3m.


Note that a=\frac{d^2x}{dt^2} and solve the resulting differential equation for x. You should be able to answer the questions using that solution.
 
Sorry, I'm kinda slow. I'm still not sure what they mean in the question with directly proportional. Does it mean that a = t squared?
 
<br /> a = 12x - 28 \Rightarrow \frac{{d^2 x}}{{dt^2 }} - 12x = - 28<br />

You have a second order ODE. The ICs and the equation both suggest that you can consider this equation as one in which the independent variable (t) is missing.

<br /> p\left( x \right) = \frac{{dx}}{{dt}} \Rightarrow \frac{{d^2 x}}{{dt^2 }} = \frac{d}{{dt}}\left( {p\left( x \right)} \right) = \frac{{dp}}{{dx}}\frac{{dx}}{{dt}} = p\frac{{dp}}{{dx}}<br />

The DE becomes:

<br /> p\frac{{dp}}{{dx}} - 12x = - 28<br /> which is separable after a little rearrangement.

You should be able to solve it from there.

(if you run into problems just reply to this thread - I haven't done the whole question so I don't know if the problem is easy or not)

As for your other question I would interpret it as meaning a = kt^2.

Edit: Fixed statement above regarding the type of the DE.
 
Last edited:
epiphany said:
I'm still not sure what they mean in the question with directly proportional.

Benny is right. It just means that a = kt^2, where k is a constant. The use of the word 'directly' is rather redundant.
 
Back
Top