Find the fixed points and draw the flow on the circle

Assignment Help Mathematics
Reference no: EM131014456

Problem 1. Find and classify the fixed points of x? = x3 - 6x2 - 13x + 42 as stable or unstable using the following 3 methods:

  • a one-dimensional analysis. (Hint: Maple has a factor command which will help to find fixed points.);

  • a two-dimensional Maple analysis. That is, plot the solutions on the plane with different initial values as on the one dimensional flow examples Maple worksheet;

  • a linear stability analysis (i.e. find f(x0) and explain);

  • a Liapunov function as on the one dimensional flow examples Maple worksheet.

Problem 2. A particle travels on the half-line x ≥ 0 according to x? = -xc, where c is a real number.

  • Find all the c such that x = 0 is a stable fixed point.

  • Given a c for which x = 0 is stable, is it possible that the flow reaches x = 0 in a finite amount of time? Specifically, calculate how long it takes for a particle at x = 1 to get to x = 0. (Hint: (1) you have to consider di?erent cases for c; (2) separate variables and integrate to get T = 01 -? - dx.)

  • For the two different cases of c which you determine above, choose representative values for c (e.g. c = 1/2, c = 2), solve the differential equation numerically as in class and plot the different solutions. Explain why these plots verify your conclusions above about how long it takes a particle to reach x = 0.

Problem 3. (Non-Uniform Oscillators)

  • For the vector field on the circle θ? = µ sin(θ) - sin(2θ), find the fixed points and draw the flow on the circle assuming µ ≥ 0. Do the cases µ 2, µ = 2, 0 < µ < 2 and µ = 0 separately. (Hint: expand sin(2θ).)

  • Show that θ? = µ + sin(θ), where µ is slightly less than 1, is an excitable system. That is, it satisfies two properties: it has a unique globally attracting rest state; and a large enough stimulus can send the system on a long excursion until it returns to the rest state. What is the rest state? And what threshold do you have to overcome with a stimulus to send the system on the excursion? Hint: draw the flow on the circle.

  • For the excitable system θ?= 0.95 + sin(θ), modify the procedure nonunifosciani from the non-uniform oscillator worksheet to see what happens when θ(0) = -π/2. For this situation, how much of a initial impulse would you have to give to the system (i.e. the angle θ) to make it enter the long excursion  state?

Problem 6. The Picard-Lindel of Theorem says that the initial value problem

dx/dt = f (t, x(t)),          x(0) = a

has a unique solution. The proof is via the Banach Fixed Point Theorem applied to the operator T (taking continuous functions to other continuous functions) defined by

T (x)(t) = a + t_0t f (s, x(s)) ds.

The method of the proof actually allows an iterative scheme for solving initial value problems to be invented.  Here it is.

The following Maple commands implement the Picard iteration scheme for solving an initial value problem

dx/dt = f (t, x(t)),          x(0) = a.

The method is given by the following: start with any function x0(t) and x(0) = a and let

?1(t) = a + t_0t f (s, x0(s)) ds.

Continue by defining

?n(t) = a + t_0t f (s, ?n-1(s)) ds.

Picard's Theorem says that the ?n converge to the solution xof the differential equation (with initial condition). So if you take ?n for n big enough, you should have a good approximation to the true solution.

Fill in the blanks (denoted by a dash -) in the procedure and commands below and carry out the rest of the commands to solve the indicated initial value problems.

>     with(LinearAlgebra):with(plots):with(DEtools):

>     picard:=proc(g,x_start,x0,t0,N)
local i,x;x:=x_start;
for  i  from  1  to  -  do
x:=x0+int(g(t,-),t=t0..t);
od:
x;
end:

Solve dx/dt = t with x(0) = 1.

>     f:=(s,y)->s;

>     picard(f,1,1,0,2);

Solve dx/ dt = x with x(0) = 1.

>     f2:=(s,y)->y;

>     picard(-,1,-,0,10);

Use dsolve to find the true solution of this initial value problem. Does your solution make sense in this light? Explain. (Hint: apply the command "taylor" to dsolve's solution to compare.  Look up the help on "taylor" by typing ?taylor.)

Take a di?erent starting function, xstart = sin(t), and do Picard iteration for the same initial value problem.

>     picard(f2,-,1,0,11);

Show that the answers are the same by taking a Taylor series of cos(t) and then subtract- ing cos(t) and adding the Taylor series as follows. Explain what you are  doing.

>     taylor(cos(t),t=0,11);

>     sort(simplify(picard(f2,sin(t),1,0,11)-cos(t)+ convert(taylor(cos(t),t=0,11),polynom)),  t,ascending);

Now use the Picard iteration method on the following two initial value problems. Check your answers with dsolve.

dx/dt = x(1 - x),           x(0) = 2;

dx/dt = t -x2,              x(0) = 0.

For these problems, take N larger and larger (up to 10 say) and show that you get better and better approximations to the true solution (from dsolve). But be careful. The Picard iteration could give you a gigantic answer. You can truncate the answer that picard gives you by using something like

taylor(sort(picard(f,0,0,0,9),t,ascending),t=0,30);

Here we take the Taylor series of the picard answer polynomial up to t29. (You may wind  up with strange functions for answers - such as Airy functions - but they still have Taylor polynomials that Maple will find. So compare your answers by using these.)

Reference no: EM131014456

Questions Cloud

Opinion of the film-guest lecture : What was your reaction and opinion of the film/guest lecture and would you recommend it to future classes?
The market rate of interest for similar bond issues : On June 30, 2013, Singleton Computers issued 7% stated rate bonds with a face amount of $200 million. The bonds mature on June 30, 2028 (15 years).
Find the probability that the entire structural system : In any given hurricane event, the probability that any subcomponent is unstable is 0.006. The entire system is considered unstable if any one subcomponent is unstable. Find the probability that the entire structural system is stable (a) in any giv..
Identify health concerns or disease associated : Identify the nutritional needs for a developing embryo and fetus and how to obtain them.
Find the fixed points and draw the flow on the circle : For the vector field on the circle θ? = µ sin(θ) - sin(2θ), find the fixed points and draw the flow on the circle assuming µ ≥ 0. Do the cases µ ≥ 2, µ = 2, 0
What is the probability that less than recover : Historical records of sewer pipe failures in an old city show that during the period 2005 to 2013, there were 30 failures that were catastrophic (exploded due to the build-up of methane or other gases). Assuming that the pipe failures follow a Po..
How the external environment influences the information : Do research on the Internet and identify how the external environment influences the Information and Technology fields. Consider influences on all fields such as including: external vendors, outsource, off-shore, cloud, security and more
Bond issue outstanding with an annual coupon : Potter Industries has a bond issue outstanding with an annual coupon of 6% and a 10-year maturity. The par value of the bond is $1,000. If the going annual interest rate is 7.2%, what is the value of the bond?
What is its bond equivalent yield : A T-bill with face value $10,000 and 92 days to maturity is selling at a bank discount ask yield of 3.9%. a. What is the price of the bill? (Use 360 days a year. Do not round intermediate calculations. Round your answer to 2 decimal places.)   Price ..

Reviews

Write a Review

Mathematics Questions & Answers

  Is there sufficient evidence to support the claim

Is there sufficient evidence to support the claim that women in the different age categories have different mean blood pressure levels? Give reasons for your decision.

  Which of the following relations in 0123 are equivalence

which of the following relations in 0123 are equivalence relations? if the given relation is an equivalence relation

  What is the monthly payment for this loan

You have just graduated from college and landed your first big job. You have always dreamed of being a homeowner, and after carefully shopping for your dream home, you find one that you would like to purchase at a cost of $250,000.

  What is the probability that the second battery

(a) what is the probability that the total life of both batteries will exceed 760 hours? (b) what is the probability that the second battery will outlive the first by at least 25 hours?

  Explain queuing analysis

Queuing Analysis explained in this solution. The Riverview Clinic has two general practitioners who see patients daily. An average of six patients arrive at the clinic per hour. Each doctor spends an average of 15 minutes with a patient.

  Two people ella and jane decide to start saving for

two people ella and jane decide to start saving for retirement. ella decides to invest 4000 a year into an annuity at

  What are the roots of the equation roots of the equation

what are the roots of the equation roots of the equation 3(tan^4(x)+1)=10tan^2(x) in the interval [pi and 3pi/2]

  Estimate the maximum error in the calculated surface area

The circumference of a sphere was measured to be 86000 cm with a possible error of 050000 cm. Use linear approximation to estimate the maximum error in the calculated surface area.

  At what rate is his distance from third base

A baseball diamond is a square with sides of length 90 ft. A batter hits the ball and runs toward first base with a speed of 20 ft/s.

  Write and graph a linear equation

Write and graph a linear equation

  The proportion of the population

The proportion of the population

  Find fifth taylor polynomial for the given function

Find 5th Taylor Polynomial for function f(x) = sin(x) - x. Using known Taylor series for sin(x): sin(x) = x - (x3/3!) + (x5/5!) - .......+ ((-1)n x2n+1/(2n + 1)!) + O(x2n+3).

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd