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

In Problem 3, suppose the mass is released from an initial position x(0)=x0with the initial velocityx'(0)=1. Use a numerical solver to estimate an intervalax0bfor which the motion is oscillatory.

Short Answer

Expert verified

The solution is an oscillatory one at-0.8x01.1

Step by step solution

01

To estimate the interval

We have

d2xdt2+2x-x2=0,x(0)=x0andx'(0)=1

Our aim is to use a numerical solver, to find an intervalax0b, at which the motion is an oscillatory one, wherex0 is the initial position.

From Problem 3, We found that the motion is an oscillatory one at x0=1, wherex0=1is below the equilibrium point(x=0) . We need to find the maximum value x0, for which the solution is an oscillatory one. We try different values forx0until we reach a solution, forx0, at which the solution is not oscillatory. And we find the following

In[1]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=1,x'[0]=1},x[t],{t,0,14}]

Out[1]={{x[t]InterpolatingFunctionDomain:{{0.,14.}}Output:scalar

In[2]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=1.1,x'[0]=1},x[t],{t,0,14}]

Out[2]={{x[t]InterpolatingFunctionDomain:{{0.,14.}}Output:scalar

In[2]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=1.2,x'[0]=1},x[t],{t,0,14}]

Out[3]={{x[t]InterpolatingFunctionDomain:{{0.,5.16.}}Output:scalar

02

The two sets of the initial condition

We plot them, yields

ln[5]:=Plot[{Evaluate[x[t]/.%1],Evaluate[x[t]/.%2],Evaluate[x[t]/.%3]},

{t,0,5},PlotLegends{"x0=1","x0=1.1","x0=1.2"}]

Therefore, we haveb=1.1

Above the equilibrium point

Using the same analysis, we try the following values forX0.

In[6]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=-1,x'[0]=1},x[t],{t,0,14}]

Out[6]={{x[t]InterpolatingFunctionDomain:{{0.,4.63.}}Output:scalar

In[7]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=-0.9,x'[0]=1},x[t],{t,0,14}]

Out[7]={{x[t]InterpolatingFunctionDomain:{{0.,5.2.}}Output:scalar

Out[8]={{x[t]InterpolatingFunctionDomain:{{0.,14.}}Output:scalar

In[8]:=NDSolve[{x"[t]+2x[t]-x[t]2=0,x[0]=-0.8,x'[0]=1},x[t],{t,0,14}]

Plotting them, yields

ln[5]:=Plot[{Evaluate[x[t]/.%6],Evaluate[x[t]/.%7],Evaluate[x[t]/.%8]},{t,0,5},PlotLegends{"x0=-1","x0=0.9","x0=0.8"}]

03

Final Answer

Therefore, we havea=-0.8 . Yields the interval, at which the solution is an oscillatory one to be-0.8x01.1

The solution is an oscillatory one at-0.8x01.1

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

Use a Maclaurin series to show that a power series solution of the initial-value problem

d2θdt2+glsinθ=0,   θ(0)=π6,   θ'(0)=0

is given by

θ(t)=π6g4lt2+3g296l2t4+

[Hint: See Example 3 in Section 4.10.]

Suppose a pendulum is formed by attaching a massto theend of a string of negligible mass and length l. Att=0thependulum is released from rest at a small displacement angleθ0>0to the right of the vertical equilibrium position OP. SeeFigure 5.R.5. At timet1>0the string hits a nail at a point N onOP a distance34lfrom O, but the mass continues to the left asshown in the figure.

(a) Construct and solve a linear initial-value problem for thedisplacement angleshown in the figure. Find theinterval[0,t1]on whichθ1(t)is defined.

(b) Construct and solve a linear initial-value problem for thedisplacement angle θ2(t)shown in the figure. Find theinterval[t1,t2]on which θ2(t)is defined, where t2isthe time that m returns to the vertical line NP.

When the magnitude of tension is not constant, then a model for the deflection curve or shapey(x)assumed by a rotating string is given by

localid="1663939956362" ddx[T(x)dydx]+ρω2y=0

Suppose that1<x<eand thatT(x)=x2.

(a). If y(1)=0,y(e)=0,and ρω2>0.25,

Show that the critical speeds of angular rotation areωn=12(4nπ22+1)ρand the corresponding deflections are

yn(x)=c2x-12sin(nπInx),n=1,2,3,...

(b). use a graphing utility to graph the deflection curves on the interval [1,e]forn=1,2,3,.... Choosec2=1.

In Problem 37 write the equation of motion in the form x(t)=Asin(ωt+ϕ)+Be2tsin(4t+θ). What is the amplitude of vibrations after a very long time?

Find the eigenvalues and eigenfunctions for the given boundary-value problem.


y''+λy=0,y'(0)=0,y(L)=0

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