Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Math Expert


Home >> Math

1. Derive (i.e. prove) Boole's rule by making use of a Lagrange polynomial of order 4. You may use similar reasoning as was outlined in Week 6 for deriving Simpson's rule.

2. Mathews and Fink show how Simpson's rule can be used to approximate the solution of an integral equation (Problem 7, page 377). The procedure is outlined as follows:

Let the integral equation be given as v (x) = x2 + 0.101(x2 + t)v (t) dt. This could, for example, be the expression for the velocity of some object at position x. Note here that t is just a dummy variable used for integration purposes. To solve this integral equation via Simpson's rule with h = 0.5, we let t0 = 0, t1 = 0.5 and t1 = 1. We then have

01(x2 + t)v dt ≈ 0.5/3 [(xn2 + 0)vo + 4 (xn2 + 0.5)v1 + (xn2 + 1)v2]      (1)

Substituting Eq (1) into the integral equation we then have

v(xn) ≈ x2n + 0.1 {1/6[(x2n + 0) v0 + 4 (xn2 + 0.5. v1 + (xn2 + 1) v2]}    (2)

Substituting x0 = 0, x1 = 0.5, x2 = 1 into Eq (2) gives us a system of linear equations:

v0 = 0 + 1/60 (0 × v0 + 2v1 + v2)

v1 = 0.25 + 1/60 (0.25v0 + 3v1 + 1.25v2)

v2 = 1 + 1/60 (v0 + 6v1 + 2v2)

which can be solved to give v0 = 0.0273, v1 = 0.2866, v2 = 1.0646. Substituting these values back into Eq (2) and simplifying the algebra gives us the solution to the integral equation:

v (x) ≈ 1.037305x2 + 0.027297             (3)

One can check the validity of the solution by substituting it back into the right hand side of the integral equation, integrating and simplifying the right hand side.

This should compare well with the approximate solution given by Eq (3). This is a technique known as a self-consistency check and is common throughout applied mathematics, science and engineering.

(a) Using the ideas presented above, use the 3/8 Simpson rule with h = 0.5 to approximate the solution of the integral equation given by

v (x) = x3 + 0.2501.5 (x3 + t)v(t) dt       (4)

Make sure you use any relevant algorithms at your disposal to solve the system of linear equations required to obtain the required vi coefficients.

(b) Do a self-consistency check of the solution and comment on the accuracy of the numerical solution.

3. The so-called ‘predator-prey' model is a classic example of a non-linear system of differential equations in which the complex relationship between populations of predators and prey co-exist.

While a simplistic model, it nevertheless captures some essential information about population dynamics and has been one of the most studied systems of mathematical biology that has profoundly increased our understanding of dynamical systems and chaos. The system of coupled equations is given as

x.(t) = αx (t) - βx (t) y(t)

y.(t) = γx (t) y (t) - δy (t)                 (5)

where x represents the number of prey, y represents the number of predators, t is time and α, β, γ, δ are model input parameters. Using values of α = 4, β = 2, γ = 3, δ = 3, solve via the fourth order Runge-Kutta method the system of differential equations over the time interval [0, 10] with h = 0.01 if:

(a) x (0) = 2, y (0) = 1. Plot the number of predators and prey as a function of time on the same plot and comment on the meaning of the plot.

(b) x (0) = 2, y (0) = 20. Again plot the numbers of predators and prey and comment on the significance.

(c) For both (a) and (b) repeat the calculations with time in the time range [0, 100] and now plot y as a function of x. Comment on the structure you see in the plot.

4. Consider the third order differential equation given by

d3y/dx3 + 3d2y/dx2 + xdy/dx = x2y                 (6)

given that

y(0) = 2, dy/dx|x = 0 = 1, d2y/dx2|x = 0 = -1,

(a) Transform the differential equation into three first order coupled dif- ferential equations, with corresponding initial conditions.

(b) Solve Eq (6) by solving the system of coupled first order differential equations obtained in part (a) using the fourth order Runge-Kutta algorithm in the range x ∈ [0, 3] and plot the solution.

Math, Academics

  • Category:- Math
  • Reference No.:- M91768695
  • Price:- $50

Guranteed 36 Hours Delivery, In Price:- $50

Have any Question?


Related Questions in Math

Clarity succinctness writing your name and netid1

Clarity, succinctness, writing your name and Netid: 1 Indistinguishability 1. If {X n }n is computationally indistinguishable from {Y n } n , {Y n } n is computationally indistin- guishable from {Z n } n, then (select th ...

Assignment - solving the five question in the very details

Assignment - Solving the five question in the very details, thanks a lot. Question - Let a ∈ P n be a point. Show that the one-point set {a} is a projective variety, and compute explicit generators for the ideal I p ({a} ...

1 suppose that n 10088821 is a product of two distinct

1. Suppose that n = 10088821 is a product of two distinct primes, and Φ(n) = 10082272. Determine the prime factors of n. 2. It is easy to show that the converse of Fermat's Theorem does not hold; i.e., the congruence a n ...

Question 1 what is the nth order approximation using taylor

Question: 1. What is the nth order approximation using Taylor series? 2. What is Error Propagation? 3. Please explain what the total numerical error is? Please illustrate how the change of step size will affect the total ...

Question you will recommend a course of action regarding

Question: You will recommend a course of action regarding strategic planning in light of the issue the healthcare organization is facing. Be sure to address the following: 1. Provide a brief summary of the issue facing t ...

Mathematics- algebraic geometry problemlet k denotes an

Mathematics- Algebraic Geometry Problem Let K denotes an algebraically closed field and let P 1 be constructed as in Example 5.5(a) in Gathmanns notes, i.e. P 1 is the gluing of X 1 = A 1 and X 2 = A 1 along  the open su ...

Questions - provide solution to the following questionsq1

Questions - Provide solution to the following questions: Q1. Evaluate the following: ∫xsin3xdx Q2. If , then for what value of α is A an identity matrix? Q3. The line y = mx + 1 is a tangent to the curve y 2 = 4x. Find t ...

Instructionsthe aim of the assignment is that the

Instructions The aim of the assignment is that the student/group studies and applies numerical methods such as Euler's method, the Improved Euler's method and the Runge-Kutta method to solve first-order differential equa ...

Assessment taskpractical investigation- question 1 requires

Assessment Task Practical Investigation - Question 1 requires selecting reference points from the graph. It is expected that each student will choose different reference points to other students. Take note of the criteri ...

Assignment - provide solution to the following questionsq1

Assignment - Provide solution to the following questions: Q1. Evaluate the following: ∫xsin3x dx Q2. If , then for what value of α is A an identity matrix? Q3. The line y = mx + 1 is a tangent to the curve y 2 = 4x. Find ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As