How to solve a differential equation for a mass-spring oscillator?

AI Thread Summary
The discussion centers on solving a differential equation for a mass-spring oscillator affected by friction. The derived equation incorporates spring force and friction, leading to a complex form that includes the hyperbolic tangent function. Participants express uncertainty about solving it analytically due to the velocity term in the friction equation, suggesting that a small amplitude approximation may be necessary. The conversation highlights the need for numerical values for parameters like stiffness, friction coefficient, and mass to proceed further. Ultimately, the consensus leans towards numerical methods as the likely solution approach.
bolzano95
Messages
89
Reaction score
7
Homework Statement
There is an mass-spring oscillator made of a spring with stiffness k and a block of mass m. The block is affected by a friction.
At the time ##t=0s## the block is pulled from the equilibrium position for ##x=5cm## in the right direction and released.
Derive and solve the equation for a displacement x, velocity v and power P.
Relevant Equations
II. Newton's Law
There is an mass-spring oscillator made of a spring with stiffness k and a block of mass m. The block is affected by a friction given by the equation:
$$F_f = -k_f N tanh(\frac{v}{v_c})$$
##k_f## - friction coefficient
N - normal force
##v_c## - velocity tolerance.

At the time ##t=0s## the block is pulled from the equilibrium position for ##x=5cm## in the right direction and released.
1. Derive the differential equation.
2. Solve it for a displacement x.
3. Solve it for a velocity v.
4. Solve it for the power loss P, because of the friction.

image1.png

1. Deriving the necessary equation:
In the vertical direction: N=mg.
Because the only forces acting on the block in horizontal direction are the spring force and friction we can write:
$$-kx + k_f\, N\, tanh(\frac{\dot{x}}{v_c})=m\ddot{x}$$
$$m\ddot{x} - k_f\: mg\: tanh(\frac{\dot{x}}{v_c}) +kx=0$$

Here my solving stops, because I'm not sure how to implement the standard solution ##x(t)= Ce^{\lambda t}## because velocity is inside the function ##tanh(\frac{\dot{x}}{v_c})##.
 
Physics news on Phys.org
You are given a numerical value for the initial displacement. Are you given numerical values for any of the other parameters such as ##k, k_f, v_c## and ##m##?

At first glance, the differential equation looks difficult to solve unless you can make a small amplitude approximation such that ##\dot x## is always much less than ##v_c##.
 
TSny said:
You are given a numerical value for the initial displacement. Are you given numerical values for any of the other parameters such as ##k, k_f, v_c## and ##m##?

At first glance, the differential equation looks difficult to solve unless you can make a small amplitude approximation such that ##\dot x## is always much less than ##v_c##.
Oh yes, the initial conditions and parameters of the system given.

So there is no chance of solving this analytically, only numerically?
 
Thread 'Minimum mass of a block'
Here we know that if block B is going to move up or just be at the verge of moving up ##Mg \sin \theta ## will act downwards and maximum static friction will act downwards ## \mu Mg \cos \theta ## Now what im confused by is how will we know " how quickly" block B reaches its maximum static friction value without any numbers, the suggested solution says that when block A is at its maximum extension, then block B will start to move up but with a certain set of values couldn't block A reach...
TL;DR Summary: Find Electric field due to charges between 2 parallel infinite planes using Gauss law at any point Here's the diagram. We have a uniform p (rho) density of charges between 2 infinite planes in the cartesian coordinates system. I used a cube of thickness a that spans from z=-a/2 to z=a/2 as a Gaussian surface, each side of the cube has area A. I know that the field depends only on z since there is translational invariance in x and y directions because the planes are...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Back
Top