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

  Show that the block graph of any connected graph is a tree

Show that the block graph of any connected graph is a tree. Let e be an edge in a 2-connected graph G 6= K4. Show that either G - e or G/e is again 2-connected. Deduce a constructive characterization of the 2-connected graphs analogous to Theorem 3.2..

  Compare the actual change in given function

Given that z = 3x2 + 9xy - y2, compare the actual change in z Δz and the estimated change in z dz as (x,y) changes from (3, 9) to (2.95, 9.05).

  Develop a hypothetical 95 confidence interval for a

construct a hypothetical 95 confidence interval for a hypothetical case of your choosing. use your own unique choice of

  Maximal planar graph

Prove that there exists only one 4-regular maximal planar graph.

  Half the books you own are mysteries one-third are

half the books you own are mysteries. one-third are historical fiction. the other four are science fiction. how many of

  The leaf then floats down the river at 3ms-1 for 20 seconds

on a windy day a leaf is blown from 5m high central branch tree. as soon as it leaves the branch it is blown at 10ms-1

  Use differentials to estimate the maximum possible error

Four positive numbers, each less than 80, are rounded to the first decimal place and then multiplied together. Use differentials to estimate the maximum possible error in the computed product that might result from the rounding.

  Information about derivatives and concavity

Find the derivative of f(x)= (3-4x^2)/(x^2-x-6) and then determine intervals of increase/decrease,local max and min values and points of concavity and inflection.

  Even permutation

The group of even permutations of n symbols is denoted by A_n and is called the alternating group of degree n. Show that A_8 contains an element of order 15.

  State certain species of plant are normally distributed

The heights of a certain species of plant are normally distributed, with mean 23 cm and standard deviation 1 cm. What is the probability tha a plant chosen at random

  Determine which ordered pair is a solution of the system

Determine which ordered pair is a solution of the system -2x - y^2 = 4 -3x + y = 10

  Solving probability problems based on combinations

Solving probability problems based on combinations

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