Solving the differential equation of an object oscillating in water.

RYANDTRAVERS
Messages
11
Reaction score
0
I have a differential equation to solve below on the motion of an object oscillating in water with a restoring force equal to -Aρgx and a damping force equal to -kv^2.
ma+kv^2+Aρgx=0
K, A, ρ and g are constants and I need to solve the equation for x. a (acceleration). v (velocity). x (displacement from the equilibrium position).
I need a bit of help on this one because I don't know whether it would need a substitution to eliminate v^2.
 
Physics news on Phys.org
Your differential equation is of the form

x'' = f(x,x')

where primes indicate derivatives wrt to time. When ever the independent variable (in this case time) does not appear explicitly in f, then try the substitution

x' = z.

Using the chain rule you can show that
x'' = z\frac{dz}{dx} = \frac{1}{2} \frac{d\left(z^2\right)}{dx}.

Thus the substation converts a second order nonlinear equation into a first order nonlinear equation.

In your case, you can solve the resulting equation by using an integrating factor.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top