Damped harmonic oscillator, no clue

Click For Summary
SUMMARY

The discussion focuses on solving a damped harmonic oscillator problem represented by the equation m*∂^2(x)+R*∂x+K*x=0, where m is the mass (20 kg), R is resistance, and K is the spring constant. The initial conditions are x(0)=1 and v(0)=0, with velocity values v(1)=0.5 and v(2)=0.3 provided for calculations. Participants suggest transforming the equation into standard form to determine R and K, emphasizing the importance of identifying whether the system is underdamped, overdamped, or critically damped to apply the correct solution method.

PREREQUISITES
  • Understanding of damped harmonic motion and its equations
  • Familiarity with the concepts of underdamped, overdamped, and critically damped systems
  • Knowledge of differential equations and their solutions
  • Ability to manipulate and solve algebraic equations involving parameters
NEXT STEPS
  • Study the derivation and application of the standard form of the damped harmonic oscillator equation
  • Learn about the criteria for underdamped, overdamped, and critically damped systems
  • Explore methods for solving second-order differential equations
  • Investigate numerical methods for approximating solutions to complex differential equations
USEFUL FOR

Students in physics or engineering, particularly those studying dynamics and oscillatory systems, as well as educators seeking to explain damped harmonic motion concepts.

Smity
Messages
1
Reaction score
0

Homework Statement



I have a ball of 20 kg describing a damped harmonic movement, ie,
m*∂^2(x)+R*∂x+K*x=0,
with m=mass, R=resistance, K=spring constant.
The initial position is x(0)=1, the initial velocity is v(0)=0.
Knowing that v(1)=0.5, v(2)=0.3, I have to calculate K and R.

2. The attempt at a solution

I know that if R^2 < 4*m*K, the solution with x(0)=1 and v(0)=0 is such that:
∂x(t)=exp(-R/(2*m)*t)*[-(R/(2*m)^2)/(√[K/m-(R/(2*m))^2])-√[K/m-(R/(2*m))^2]]*sin(√[K/m-(R/(2*m))^2]*t), and I solve the sistem of equations, but it has to be a simpler way to do it (and also I don't use the mass of the ball)

Thanks!
 
Physics news on Phys.org
First, realize that you may have an underdamped or overdamped system. The criterion for underdamped is ζ < 1. For this case, rewrite your equation as follows: (m/K)x" + (R/K)x' + x = 0

Let
m/K = 1/ω12
R/K = 2ζ/ω1
so your equation becomes, in "standard" form,
(1/ω12) x'' + 2ζ/ω1 x' + x = 0
with initial condition x(0+) = 1
with solution

x(t) = ω12exp[(-ζω1t/√(1-ζ2)] sin[ω1√(1-ζ2)t + ψ],
where ψ = arc tan √(1-ζ2)/(-ζ).

This is the solution of the "standardized" equation above.
Now take (d/dt) of this to get x'(t),
then impose x'(1) = 0.5 and x'(2) = 0.3.

If you succed in getting positive real numbers for R and K you are done.

But it's possible you may have an overdamped (or critically damped) case, in which case rewrite your equation as

T1T2 x'' + (T1 + T2) x' + x = 0
for which the solution would be

1/T1T2(T1 - T2) [T1exp(-t/T2) - T2exp(-t/T1)].

Again, take x'(t) from that and force the two conditions on x'(1) and x'(2).

You have some messy math ahead of you and I don't see a simple way to avoid it unless you can find a pre-cooked solution somewhere. I don't know any such place.
.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
9
Views
2K
Replies
16
Views
2K
Replies
7
Views
1K
Replies
3
Views
1K
Replies
1
Views
1K
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
925
  • · Replies 2 ·
Replies
2
Views
3K