Reference no: EM13912730
Part A-
Convert the equation-
d3y/dx3 - 2 · dy/dx - 1 · x · y = 0
and initial conditions y(0) = 1.00279, y'(0) = 1.13313 and y''(0) = -0.17902, into three first order differential equations. Find the formulas for solving this system of equations by:
1. Euler's forward difference method
2. The second order Runge-Kutta method based on
k1 = h·f(xn, vn)
k2 = h·f(xn + h/2, yn + k1/2)
yn+1 = yn + k2
Find the numerical solution y at 0.1, x = 0.2 and x = 0.3 by both methods using a step length h = 0.1.
Give your answers to 5 decimal places (no more and no less) however you should do you calculations with sufficient accuracy to ensure you answers are accurate to 5 decimal places.
For the Euler method:
y0 = 1.00279
y1 =
y2 =
y3 =
For the Runge-Kutta method:
y0 = 1.00279
y1 =
y2 =
y3 =
Part B-
Find the numerical solution to
y''(x) - (x + 0.2)y'(x) - (x + 3.7)y(x) = 0.5x + 3.6
in the interval 0 ≤ x ≤ 1 with conditions y(0) = 2.5895 and y(1) = 2.9327, using a step length h = 0.2 and the 2nd-order Runge-Kutta scheme given by
k1 = h·f(xn, yn)
k2 = h·f(xn + 2h/3, yn + 2k1/3)
yn+1 = yn + k1/4 + 3k2/4
Give your answers to 5 decimal places (no more and no less).
y0 = 2.5895
y1 =
y2 =
y3 =
y4 =
y5 =2.932
Calculate the maximum speed
: Calculate the maximum speed in m/s that the caravan can go round the corner without overturning or sliding.
|
Calculate the target cost reduction that rainbow
: Target costing. Rainbow Cruises operates a week long cruise tour through the Hawaiian Islands.
|
Prove that no routing algorithm can delivery of packets
: Prove that no routing algorithm can guarantee delivery of packets under continuing topological changes. Does this guarantee that packets are always delivered even when the network is subject to a possibly infinite number of topological c..
|
Prepare a contribution margin income statement
: Prepare a contribution margin income statement showing predicted net income (loss) if Rudy Co. sells 100,000 units for the year ended December 31
|
Find the formulas for solving this system of equations
: Convert the equation- d3y/dx3 - 2 · dy/dx - 1 · x · y = 0, and initial conditions y(0) = 1.00279, y'(0) = 1.13313 and y''(0) = -0.17902, into three first order differential equations. Find the formulas for solving this system of equations by: Euler..
|
What happens to the complexity of the algorithm
: A student proposes to omit the sending of ( nys, w ) messages from Algorithm 4. 6. Is it possible to modify the algorithm in this way? What happens to the complexity of the algorithm?
|
Tractive force in newtons
: A lorry, of mass 38000 kg, starts up a hill of gradient 1 in 12. The constant acceleration is 0.06 m/s2 and resistance to motion is 1200 N (not gravitational force). What is the tractive force in Newtons exerted by the lorry's driving wheels?
|
Redbud company uses a certain part in its manufacturing
: Redbud Company uses a certain part in its manufacturing process that it buys from an outside supplier for $44 per part plus another $6 for shipping and other purchasing related costs.
|
Concept of opportunity cost
: Explain the concept of opportunity cost as related to the doctor in the Khan Academy video who gave up his profession to open a business.What other factors do you think the doctor may have considered when he decided to leave his profession to open a ..
|