Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Math Expert


Home >> Math

Question 1:

First order hyperbolic partial differential equation: Consider the following partial differential equation:

3∂u/∂x + 2∂u/∂t = sin(x)

such that for 0 ≤ x ≤ 1.5, u(x, 0) = x2.

1. Solve the equation using the method of characteristics (check your answer by subbing back in).

2. Sketch the region in the x, t plane where the solution to this equation is unique. 3.We wish to evaluate u(1, 0.5). Consider the following three numerical approaches:
• FTFS explicit forward in time, forward in space finite difference method with h = 0.2, k = 0.1.
• FTBS explicit forward in time, backward in space finite difference method with h = 0.2, k = 0.1.
• Lax-Wendroff explicit finite difference method with h = 0.1, k = 0.1.
State which of these three methods are stable for the given equation. (Give reasons for your answer by checking stability for all cases).

4. Use an appropriate method (from these three) to estimate u(1, 0.5).

Hint: you can use the Maple file chp6_hyp1_methods.mw to help with the numerical method.

Question 2:

Elliptic partial differential equation:

Consider the following partial differential equation defined for the region 0 ≤ x ≤ 3, 0 ≤ y ≤ 3:

uxx+ uyy = 4, u(x, 0) = 3(x+1)2, u(x, 3) = 3(x+1)2-15, u(0, y) = (3+y)(1-y), u(3, y) = (8+y)(6-y)

1. By trying separation of variables, u(x, y) = F (x) + tt(y), solve this equation analytically. [Check your answer by subbing back into the original equation.]

2. Solve this equation numerically by converting the differential equation into centred finite differences and using step sizes in the x and y direction of 1 via the following methods.

(a)(Linear system) Write down the 4 linear equations in the 4 unknown interior points.

Then solve this linear system to find the values at the unknown points.
Hint: you can use a computer to solve the equations for you if you want. In Maple, try code something like:
A := <<-4|1|1|0>,<1|-4|0|1>,<1|0|-4|1>,<0|1|1|-4>>:

b := <-10/3, 0, -35/3, -5>:

with(LinearAlgebra): v := LinearSolve(A,b); evalf(v);

(b) (Gauss-Seidel) Perform the Gauss-Seidel method twice to estimate the values. Use initial guesses of 0 for values, and a relaxation parameter of 1. Do these calculations MANUALLY. (Make sure you update values as you go.) You may check your answers using a computer.

3. Compare the effectiveness of the above two numerical methods as the step size is decreased. You should consider accuracy, speed and storage space (for example the matrix of the linear system must be stored for the first case).

Question 3

Data modelling:

The Arrhenius equation describes an empirical relationship between the rate of a chemical reaction (k) and the absolute temperature (T ) for some chemical reactions. The equation is:

k = eA-1000E/T ,

where A and E are constants (commonly the second constant is written as 1000E = Ea/R (or E = Ek/R) where Ea is activation energy (in units of J/mol), (Ek is activation energy in kJ/mol) and R is the universal gas constant R = 8.314J/mol.K; P = eA is called the pre-multiplication factor). You may have seen this equation in first year chemistry. [The slight modification of the parameters from the common way this equation is presented is designed to increase numerical stability and make the calculations slightly neater.]

The following data have been gathered from a series of experiments of a certain chemical reaction:

T (Kelvin) 400 510 700
k (mol/L.sec) 0.011 0.789 145

1. Obtain approximate values for A and E by fitting the model to the outermost points. 2.Without transforming the data, use the Gauss-Newton method to obtain a least-squares regression fit for the model. Use the values from the previous part as your starting values.

• In order to understand the process (and get practice for the exam) perform 1 iteration by hand.

• Then get a computer program to complete the fit. How many iterations did it take to converge? Hint: you can use the Maple file chp8_data_modelling.mw.

• This particular model is usually fitted using a transformation (let y = ln(k) and x = 1/T ) to get a linear model y dependent on x. Use linear least squares regression to fit the linear model to the data. Compare the results with Gauss-Newton. Also compare efficiency of the method.

Hint: linear least squares regression can be done use the regression mode of a scientific calculator.

• If you try the Gauss-Newton method directly to the standard way of express- ing this equation: k = Pe-Ea/(8.314T ) (which appears to be equivalent to the equation above), then the method performs badly. Identify why the method does not do well in this case.

Note: you should check your answers - for example plot the points against the fitted equation to see if the fit is good.

Math, Academics

  • Category:- Math
  • Reference No.:- M91585560
  • Price:- $80

Guranteed 48 Hours Delivery, In Price:- $80

Have any Question?


Related Questions in Math

Question 1 - for the ivp of ode y t-1e-y y1 0 find an

Question 1 - For the I.V.P of ODE y' = (t-1)e -y , y(1) = 0, find an approximation to y(1.2) using the following numerical methods with Δt = 0.1. Compare the numerical solution with the exact solution and compute the err ...

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} ...

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 ...

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 -q1 prove the following identitiesa sinx y sinx

Questions - Q1. Prove the following identities a. sin(x + y) + sin(x - y) = 2 sin x cos y b. sec(x - y) = cos(x + y)/(cos 2 x - sin 2 y) c. tan 2 x - sin 2 x = (tan x sin x) 2 Q2. Solve the following equations for x ∈ [0 ...

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 ...

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 ...

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 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 ...

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 ...

  • 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