Differential Equations with a body initially at rest

AI Thread Summary
A body of mass 2kg, initially at rest, is acted upon by a force of (v - 4) Newtons, leading to the acceleration equation dv/dt = (v - 4) / 2. The differential equation is solved by separating variables, resulting in the integral ∫1 / (v - 4) dv = ∫1/2 dt. Applying the initial condition when t = 0 and v = 0, the constant C is determined as ln(4). The final solution for velocity as a function of time is v = 4 - 4e^(1/2 t). This approach confirms the correct application of differential equations in the context provided.
e to the i pi
Messages
20
Reaction score
0
1. A body of mass 2kg is initially at rest and is acted upon by a force of (v - 4) Newtons where v is the velocity in m/s. The body moves in a straight line as a result of the force.



2. a. Show that the acceleration of the body is given by dv/dt = (v - 4) / 2
b. Solve the differential equation in part a to find v as a function of t.




3. a. I used the formula F = ma where F = (v - 4) and m = 2
(v - 4) = 2a
a = (v - 4) / 2

b. I tried to solve it like any other differential equation with the following initial conditions:
when t = 0, v = 0
But I found it very difficult and challenging:
dv/dt = (v - 4) / 2
2 dv/dt = v - 4
2 / dt = (v - 4) / dv
I want to change the division sign to a multiplication sign so that I can take the integral of both sides, but I don't know how to algebraically manipulate it to be in that form.
 
Physics news on Phys.org
You don't really know how to separate variables.

\frac{dv}{dt} = \frac{v-4}{2} \Rightarrow \frac{dv}{v-4} = \frac{1}{2}dt

Now integrate and use the initial condition.
 
So after that I do this:
∫1 / (v - 4) dv = ∫1/2 dt
ln|v - 4| = 1/2 t + C
when t = 0, v = 0
ln|-4| = C
C = ln(4)
So this proves that we need the negative solution of the absolute value:
ln(4 - v) = 1/2 t + ln(4)
ln(4 - v) - ln(4) = 1/2 t
ln((4 - v) / 4) = 1/2 t
Since it has a base of e and a power of (1/2 t):
e^(1/2 t) = (4 - v) / 4
4e^(1/2 t) = 4 - v
v = 4 - 4e^(1/2 t)
Is that all correct?
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top