Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

The model mx"+kx+k1x3=F0cosωtof an undamped periodically driven spring/mass system is called Duffing's differential equation. Consider the initial-value problemx"+x+k1x3=5cost,x(0)=1,x'(0)=0. Use a numerical solver to investigate the behavior of the system for values of k1>0ranging fromk1=0.01tok1=100. State your conclusions.

Short Answer

Expert verified

For larger value of K1, the nonlinearity effect (k1x3), which represents the restoring force of the spring, appears clearly in the solutions of the given initial value problem, maintaing the effect of increasing the amplitude of the oscillations due to the driven force. For very smaller values of K1, the nonlinearity effect becomes smaller, leading the driven force of the system to increase the amplitude of oscillations over time, which implies that the system approaches a pure resonance in that case. This analysis appears clearly at k1=0.

ln[25]:=NDSolve[{x"[t]+x'[t]=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[25]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

In[33]:=Plot[Evaluate[x[t]/.%25],{t,0,40},PlotLegends"kk1=0",PlotRangeFull]

Step by step solution

01

To Find the equation

We have

x"(t)+x(t)+k1x3(t)=F0cost

Which represents a model for the undamped periodically spring/mass system, driven by the forceF0cost.By considering the initial value problem where

x"(t)+x(t)+k1x3(t)=5cost   and   x(0)=1   ,   x'(0)=0

We solve the given initial value problem numerically, using Mathematica, by settingk1to be any value between0.01 and 100 , yields

ln[1]:=NDSolve[{x"[t]+x'[t]+0.01x[t]3=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[1]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

ln[2]:=NDSolve[{x"[t]+x'[t]+0.05x[t]3=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[2]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

ln[3]:=NDSolve[{x"[t]+x'[t]+20x[t]3=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[3]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

ln[4]:=NDSolve[{x"[t]+x'[t]+50x[t]3=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[4]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

ln[12]:=NDSolve[{x"[t]+x[t]+100x[t]3=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[12]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

02

The two sets of the initial condition

Plotting the results, yields

In[11]:=Plot[Evaluate[x[t]/.%1],{t,0,40},PlotLegends"k1=0.01n"]

In[13]:=Plot[Evaluate[x[t]/.%2],{t,0,40},PlotLegends"k1=0.05n"]

In[15]:=Plot[Evaluate[x[t]/.%3],{t,0,40},PlotLegends"k1=20"]

In[16]:=Plot[Evaluate[x[t]/.%4],{t,0,40},PlotLegends"k1=50"]

In[23]:=Plot[Evaluate[x[t]/.%12],{t,0,40},PlotLegends"k1=100"]

Conclusions

For larger value of k1, the nonlinearity effect (k1x3), which represents the restoring force of the spring, appears clearly in the solutions of the given initial value problem, maintaing the effect of increasing the amplitude of the oscillations due to the driven force. For very smaller values of k1, the nonlinearity effect becomes smaller, leading the driven force of the system to increase the amplitude of oscillations over time, which implies that the system approaches a pure resonance in that case. This analysis appears clearly at k1=0.

03

Final Answer

For larger value of k1, the nonlinearity effect (k1x3), which represents the restoring force of the spring, appears clearly in the solutions of the given initial value problem, maintaing the effect of increasing the amplitude of the oscillations due to the driven force. For very smaller values of k1, the nonlinearity effect becomes smaller, leading the driven force of the system to increase the amplitude of oscillations over time, which implies that the system approaches a pure resonance in that case. This analysis appears clearly at k1=0.

ln[25]:=NDSolve[{x"[t]+x'[t]=5cos[t],x[0]=1,x'[0]=0},x[t],{t,0,40}]Out[25]={{x[t]InterpolatingFunctionDomain:{{0.,40.}}Output:scalar[t]}}

In[33]:=Plot[Evaluate[x[t]/.%25],{t,0,40},PlotLegends"kk1=0",PlotRangeFull]

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Consider a pendulum that is released from rest from an initial displacement of radians. Solving the linear model (7) subject to the initial condition θ0=θ0,θ'0=0gives θt=θ0cosglt . The period of oscillations predicted by this model is given by the familiar formula T=2πgI=2πIg.

The interesting thing about this formula for Tis that it does not depend on the magnitude of the initial displacement θ0. In other words, the linear model predicts that the time it would take the pendulum to swing from an initial displacement of, say,θ0=π2=90oto-π2and back again would be exactly the same as the time it would take to cycle from, say,θ0=π360=0.5oto-π360o. This is intuitively unreasonable; the actual period must depend on θ0.

If we assume that g=32ft/s2and l=32ft, then the period of oscillation of the linear model is T=2πs. Let us compare this last number with the period predicted by the non linear model when θ0=π4. Using a numerical solver that is capable of generating hard data, approximate the solution of,

d2θdt2+sinθ=0,θ0=π4,θ'0=0

On the interval 0t2. As in the problem 25, ift1 denotes the first time the pendulum reaches the position OP in Figure 5.3.3, then the period of the non linear pendulum is 4t1. Here is another way of solving the equationθt=0 . Experiment with small step sizes and advance the time, starting at t=0and ending att=2 . From your hard data observe the timet1 whenθt changes , for the first time , from positive to negative. Use the value t1to determine the true value of the period of the non linear pendulum. Compute the percentage relative error in the period estimated by T=2π.


Find the effective spring constant of the parallel-spring system shown in Figure 5.1.5when both springs have the spring constant. Give a physical interpretation of this result.

Consider the differential equationay''+by'+cy=g(x), where,a, b and care constants. Choose the input functionsg(x)forwhich the method of undetermined coefficients is applicableand the input functions for which the method of variation ofparameters is applicable.

(a)role="math" localid="1663898381084" g(x)=exlnx(b)role="math" localid="1663898398048" g(x)=x3cosx(c)role="math" localid="1663898412823" g(x)=e-xsinx

(d)role="math" localid="1663898362328" g(x)=2x-2ex(e)role="math" localid="1663898345398" g(x)=sin2x(f)g(x)=exsinx

A certain mass stretches one spring 13footand another spring 12foot. The two springs are then attached in parallel to a common rigid support in the manner shown in Figure 5.1.5. The first mass is set aside, and a mass weighing 8poundsis attached to the double-spring arrangement, and the system is set in motion. If the period of motion is π15second, determine how much the first mass weighs.

A mass weighing 12 pounds stretches a spring 2 feet. The massis initially released from a point 1 foot below the equilibriumposition with an upward velocity of 4 ft/s.

(a) Find the equation of motion.

(b) What are the amplitude, period, and frequency of thesimple harmonic motion?

(c) At what times does the mass return to the point 1 footbelow the equilibrium position?

(d) At what times does the mass pass through the equilibriumposition moving upward? Moving downward?

(e) What is the velocity of the mass at t 5 3y16 s?

(f) At what times is the velocity zero?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free