Piamedes
- 41
- 0
Homework Statement
A particle with a mass of 3kg is at rest at x = 3m, and then a force = (12 N/m)x is applied to it. What is the acceleration of the particle when it reaches x = 5m? Determine the v(t) for the particle.
Homework Equations
<br /> \sum F = ma<br />
The Attempt at a Solution
The first part was simple. I just solved for acceleration and got the same answer as the book, 20 m/s^2. However there was no answer for the second part so I want to know if I solved for v(t) properly.
<br /> a = (4 \frac {1}{s^2}) x<br />
<br /> a = \frac {d^2x} {dt^2}<br />
<br /> \frac {d^2x} {dt^2} - (4 \frac {1}{s^2}) x = 0<br />
Which is just a 2nd order differential equation, whose general solution is:
<br /> x = C_1 e^(\lambda_1 t) + C_2 e^(\lambda_2 t)<br />
Where lambda is the solution to the auxiliary equation,
<br /> \lambda^2 - 4\lambda = 0<br />
Therefore
<br /> x = C_1 e^(2 t) + C_2 e^(-2 t)<br />
and v(t) is
<br /> v = 2 C_1 e^(2 t) - 2 C_2 e^(-2 t)<br />
The problem stipulates that at x=3m, v=0, so when if I set t=0 at x=3m, then I can solve for C1 and C2
<br /> 3 = C_1 + C_2<br />
<br /> 0 = 2 C_1 - 2 C_2<br />
<br /> C_1 = \frac {3}{2} and C_2 = \frac {-3}{2}<br />
So v(t) becomes
<br /> v = (3 \frac {m}{s}) ( e^(2 t) + e^(-2 t) )<br />
Then I wanted to make it look nicer so I rewrote it as:
<br /> v = (6 \frac {m}{s}) \cosh {(2 \frac {1}{s} t)}<br />
Is this the proper solution to the question?
If not could someone please explain to me how to get the correct one. Thank you for the help.