Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

In Problems, 1-10, use the improved Euler's method to obtain a four-decimal approximation of the indicated value. First, use h = 0.1 and then use:

h=0.05y'=2x-3y+1,y(1)=5;y(1.5)

Short Answer

Expert verified

The four decimal approximation forh=0.1,y52.0801; and forh=0.05,y102.0592

Step by step solution

01

Definition of Euler’s method

  • The Euler method is a first-order approach, meaning the local error (error per step) is proportional to the square of the step size, and the global error (error over time) is proportionate to the step size.
  • The Euler technique is frequently used to build more complicated approaches, such as the predictor-corrector method.
02

Determine the four decimal approximation of the indicated value

Given thatfx,y=2x-3y+1.

Note that, the formula for improving Euler's method is written as:

yn+1=yn+hfxn,yn+fxn+1,yn+1*2

Where xn+1=xn+hand yn+1*=yn+hfxn,yn.

First, find yn+1*=yn+hfxn,ynfor h=0.1,x0=1and y0=5as follows:

y1*=y0+hfx0,y0ny1*=5+0.1(2-15+1)ny1*=3.8

Find x1using x1=x0+h as:

x1=1+0.1x1=1.1

Find yn+1=yn+hfxn,yn+fxn+1,yn+1*2for h=0.1,x0=1, x1=1.1and y0=5as:

y1=y0+hfx0,y0+fx1,y1*2y1=5+0.12(2-15+1+2.2-11.4+1)y1=3.99

03

Plot the table

The continuation of the given calculation is written in Table 1 as follows:

Table 1 . Improved Euler’s method with h = 0.1
n
xn
yn
yn+1
0 1 5 3.99
1 1.1 3.99 3.2545
2 1.2 3.2545 2.7236
3 1.3 2.7236 2.3451
4 1.4 2.3451 2.0801
5 1.5 2.0801 1.8997

Using this method for h=0.05 is shown in table 2 as follows:

Table 2. Improved Euler’s method with h = 0.05
nxnynyn+1
0 1 5 4.4475
1 1.05
4.4475
3.9763
2
1.10
3.9763 3.5751
3 1.15 3.5751 3.2342
4 1.20 3.2342 2.9452
5 1.25 2.9452 2.7009
6 1.30 2.7009 2.4952
7 1.35 2.4952 2.3226
8 1.40 2.3226 2.1786
9 1.45 2.1786 2.0592
10 1.5 2.0592 1.9610

Therefore, for h=0.1,y52.0801; and for h=0.05,y102.0592.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In Problems 1-10 use the finite difference method and the indicated value of n to approximate the solution of the given boundary-value problem.

y"+xy'+y=x,y(0)=1,y(1)=0;n=10

Find the analytic solution of the initial-value problem in Example 1 . Compare the actual values of \({\bf{y}}\left( {{\bf{0}}.{\bf{2}}} \right),{\rm{ }}{\bf{y}}\left( {{\bf{0}}.{\bf{4}}} \right),{\rm{ }}{\bf{y}}\left( {{\bf{0}}.{\bf{6}}} \right),\)and \({\bf{y}}\left( {{\bf{0}}.8} \right)\)with the approximations \({\bf{y}}\left( {{\bf{0}}.{\bf{2}}} \right),{\rm{ }}{\bf{y}}\left( {{\bf{0}}.{\bf{4}}} \right),{\rm{ }}{\bf{y}}\left( {{\bf{0}}.{\bf{6}}} \right),\)and \({{\bf{y}}_4}.\)

A mathematical model for the area(in cm2) that a colony of bacteria (B. dendroides) occupies is given by

dAdt=A(2.128-0.0432A)

Suppose that the initial area is.

a. Use the RK4 method with \(h=0.5\) to complete the following table

t (days)12345
A (observed)2.7813.5336.3047.5049.40
A (approximated)




b. Use a numerical solver to graph the solution of the initial value problem. Estimate the valuesA(1), A(2), A(3), A(4) and A(5)from the graph.

c. Use separation of variables to solve the initial-value problem and compute the actual values A(1), A(2), A(3), A(4) and A(5).

dAdt=A(2.128-0.0432A)

Use Euler’s method to approximatey(0.2) , where y(x)is the solution of the given initial-value problem.

y''4y'+4y=0,y(0)=2,y'(0)=1.

Useh=0.1 . Find the analytic solution of the problem and compare the actual value of y(0.2)with y2.

If air resistance is proportional to the square of the instantaneous velocity, then the velocityof a massdropped from a given height is determined from


Letv(0)=0,k=0.125,m=5slugs, and g=32ft/s2.

  1. Use the RK4 method with h = 1to approximate the velocity v(5).
  2. Use a numerical solver to graph the solution of the IVP on the interval \([0,6]\).
  3. Use separation of variables to solve the IVP and then find the actual value v(5)
See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free