Maths behind non-linear dynamics, driven damped oscillator more specifically.

F = -kx,$$right? That is the force due to the spring. But you want to add a nonlinearity, so let's just make this...$$F = -kx - bx^3.$$That is the force for a single, purely cubic nonlinear oscillator. Now, you can add this to other forces, such as a linear viscous damping force,$$F = -kx - bx^3 - \mu v.$$Here, ##\mu## is the damping coefficient and ##v = dx/dt## is the velocity. This is just one example of how you can build up your forces from simple ideas. You can get much more complicated than this, but you always just
  • #1
great_sushi
30
0
I am investigating the mathematics behind driven damped oscillators, I will then simulate it in MATLAB and observe the unpredictable long term behavior of the system.

In order to create non-linearity in a oscillating spring I can no longer use hookes law but a form of it by introducing a power to the x term... for example F=-kx^3. Am I right?

In order to find the force i will differentiate the potential energy equation with respect to position(x) because the F = Work done/ Distance moved. Or I will find the potential energy by integrating the force with respect to position.

V(potential energy) = 1/4 - x^2/2 + x^4/4
dV/dx = F = x + x^3.... this is the double well potential no? How do I derive the formula for potential energy and/or the force.

Now, because the force = x+x^3 and F=-kx^3 can I set these equal to each other and cancel some terms? So, x+x^3 = -kx^3... no that would leave = x = -k... F=-kx, the linear form of hookes law.

Can someone point me in the right direction, either a good website outlining to mathematical concepts involved with this or can we have a discussion on the matter? I don't want to write too much right now.

Thanks alot!
 
Physics news on Phys.org
  • #2
great_sushi said:
I am investigating the mathematics behind driven damped oscillators, I will then simulate it in MATLAB and observe the unpredictable long term behavior of the system.

In order to create non-linearity in a oscillating spring I can no longer use hookes law but a form of it by introducing a power to the x term... for example F=-kx^3. Am I right?

Yes, you could introduce such a nonlinearity to the force. However, let me ask you, do you want to be using a purely nonlinear spring force in this problem, or the linear Hooke's law with an additional non-linear term. i.e., do you want ##F = -k_3x^3## or ##F = -k_1x + k_3x^3##? I ask this because you appear to be mixing them together later in your post.

In order to find the force i will differentiate the potential energy equation with respect to position(x) because the F = Work done/ Distance moved. Or I will find the potential energy by integrating the force with respect to position.

V(potential energy) = 1/4 - x^2/2 + x^4/4

This potential energy would correspond to a force of ##x - x^3##. Remember that force is ##F = -\frac{dV}{dx}##. You don't really need the constant term, either - it just sets the zero level of your potential.

dV/dx = F = x + x^3.... this is the double well potential no? How do I derive the formula for potential energy and/or the force.

You need to be more careful with your minus signs. The relative sign between your x and x^3 terms keeps changing throughout your post, and the different signs will give you different behaviors.

Let me suggest that you write your potential energy function as

$$V(x) = \frac{1}{2}kx^2 + \frac{1}{4}bx^4,$$
where we assume k is positive and b can be either positive or negative. Depending on the sign and/or size of b you can get two possible kinds of potentials: a single well potential or a double well potential. Pick a value for k and play around with b to see when you get which kind of potential.

Now, because the force = x+x^3 and F=-kx^3 can I set these equal to each other and cancel some terms? So, x+x^3 = -kx^3... no that would leave = x = -k... F=-kx, the linear form of hookes law.

I'm not sure what you are trying to do here. You have two different forces, one which is Hooke's law plus a nonlinear term and you are trying to equate it to a purely cubic nonlinear force law. You don't need to do that - you have either one of those forces or the other. You don't need to try to equate them.

Can someone point me in the right direction, either a good website outlining to mathematical concepts involved with this or can we have a discussion on the matter? I don't want to write too much right now.

Thanks alot!

For an example of an oscillator with a cubic nonlinear term (as well as damping), look up the Duffing equation. See if you can understand some of the concepts there and see how they relate to what you are trying to do. And, of course, continue to post on the forum to ask for help if you get stuck.
 
  • #3
OK great! I was getting mixed up as to what force is what.

I think it would be better to add a non linear term to hookes law good idea!

I'm going to use the duffing type oscillator yeah. I've been trying to find how to derive the general duffing equation and the potential energy equation. But no luck yet. I need to derive the maths for my specific system is all.

For the double well potential... why does it generally have a depth of 1/4?

How do I find the minimum velocity of the system to get over the hump in the double well?

Also, is the 2nd derivative of the potential energy you gave me 1/3*b*x^3? That is what I use to determine the stationary points?
 
Last edited:
  • #4
great_sushi said:
OK great! I was getting mixed up as to what force is what.

I think it would be better to add a non linear term to hookes law good idea!

I'm going to use the duffing type oscillator yeah. I've been trying to find how to derive the general duffing equation and the potential energy equation. But no luck yet. I need to derive the maths for my specific system is all.

These equations all generally come from Newton's second law: ##\sum_i F_i = ma##. As usual, ##a = \ddot{x}## - so that gives you the second derivative term in your differential equation - so you just need to decide what forces are acting on your system and add them together (being careful with the signs). For example, one of those forces for the simple harmonic oscillator is the Hooke's law force, ##-kx##. This gives you a linear spring. If you want to study a nonlinear spring, one of the simplest nonlinearities you could add to the force would be a term like bx^3, as I mentioned in my previous post. (One could add a term like x^2 to the force, but that would make for a weird spring, as compression vs. stretching by the same amounts would yield different forces). Another one of the forces acting on your system might be a drag force.

For the double well potential... why does it generally have a depth of 1/4?

I'm not sure what you mean here. If you have a double well potential of the form kx^2/2+bx^4/4, the locations of the minima and their depths will be controlled by the ratio ##|k/b|##, and the depth will not necessarily be 1/4.

How do I find the minimum velocity of the system to get over the hump in the double well?

Consider how much energy does your oscillator initially have (it will depend on the starting position). How might you use that information to figure out how fast the oscillator needs to move to make it over the hump?

Also, is the 2nd derivative of the potential energy you gave me 1/3*b*x^3? That is what I use to determine the stationary points?

No, you're missing a term and you make analgebra mistake. The potential I suggested is

$$V(x) = \frac{1}{2}kx^2 + \frac{1}{4}bx^4.$$

You're missing the second derivative of the first term (it's not zero), and when you differentiate the second term twice you should be left with an x^2, not x^3. The coefficient (you wrote 1/3) is also incorrect, so be careful there when calculating the derivatives again.
 
  • #5


I am glad to see your interest in investigating the mathematics behind driven damped oscillators. Non-linear dynamics is a fascinating field that involves studying systems that exhibit complex and unpredictable behavior. In the case of driven damped oscillators, the addition of a driving force and damping force can lead to non-linear behavior.

Your understanding of introducing a power to the x term in the force equation is correct. This results in a non-linear force equation that cannot be described by Hooke's law. To find the force, you can differentiate the potential energy equation with respect to position, as you have mentioned. Alternatively, you can also integrate the force with respect to position to find the potential energy.

The potential energy equation you have derived, V = 1/4 - x^2/2 + x^4/4, is known as a double well potential, which is a common form for non-linear systems. The force equation derived from this potential is indeed F = x + x^3. This can also be written as F = -kx^3, where k is a constant. However, this does not mean that the two equations are equal. The first equation describes the force as a function of position, while the second equation is a simplified form that only includes the non-linear term.

For further understanding of the mathematical concepts involved in driven damped oscillators, I recommend studying differential equations and nonlinear dynamics. A good starting point could be the book "Nonlinear Dynamics and Chaos" by Steven Strogatz. Additionally, there are many online resources and websites that provide in-depth explanations and simulations of driven damped oscillators. I would be happy to discuss this topic further with you.
 

Related to Maths behind non-linear dynamics, driven damped oscillator more specifically.

1. What is a non-linear dynamics?

Non-linear dynamics is a branch of mathematics that studies the behavior of systems that are not described by linear equations. It deals with systems that exhibit complex, unpredictable behavior, such as chaotic systems.

2. What is a driven damped oscillator?

A driven damped oscillator is a system that consists of a mass attached to a spring, with a damping force and an external force acting on it. The motion of this system is described by a differential equation, and it can exhibit a variety of behaviors depending on the values of its parameters.

3. How is non-linear dynamics related to driven damped oscillators?

Non-linear dynamics is used to analyze and understand the behavior of driven damped oscillators. The equations that govern the motion of these systems are non-linear, making them a prime example of non-linear dynamics in action.

4. What is the role of chaos in driven damped oscillators?

Chaos is a key feature of driven damped oscillators, as they can exhibit chaotic behavior under certain conditions. This means that even small changes in the initial conditions of the system can lead to drastically different outcomes, making them difficult to predict.

5. How are driven damped oscillators used in real-world applications?

Driven damped oscillators have many practical applications, such as in electrical circuits, mechanical systems, and even in biological systems. They are also used in the study of weather patterns and other natural phenomena. Understanding the dynamics of these systems is crucial in designing and controlling them effectively.

Similar threads

  • Advanced Physics Homework Help
Replies
4
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
1K
Replies
7
Views
797
Replies
17
Views
2K
  • Advanced Physics Homework Help
Replies
5
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Classical Physics
Replies
17
Views
1K
  • Advanced Physics Homework Help
Replies
8
Views
3K
  • Advanced Physics Homework Help
Replies
4
Views
2K
Replies
8
Views
3K
Back
Top