/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q 3.6-7E Use the improved Euler’s metho... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Use the improved Euler’s method subroutine with step size h= 0.1 to approximate the solution to the initial value problemy'=x=y2,y(1)=0, at the points x= 1.1, 1.2, 1.3, 1.4, and 1.5. (Thus, input N= 5.) Compare these approximations with those obtained using Euler’s method (see Exercises 1.4,Problem 5, page 28).

Short Answer

Expert verified

xn

yn

1.1

0.10450

1.2

0.21668

1.3

0.33382

1.4

0.4530

1.5

0.57135

Step by step solution

01

Find the equation of approximation value

Here y'=x=y2,y(1)=0, for 1⩽x⩽1.5

For h=0.1,x=1,y=0,N=5

F=f(x,y)=x-y2G=f(x+h,y+hF)=x+h-(y+hF)2G=x+h-(y+h(x-y2))2

Apply initial points xo=1,yo=0,h=0.1

F=1-02=1G=1+0.1-(0+0.1(1-02))2=1.09
02

Solve for  x1 and x2

x1=1+0.1=1.1y1=0+0.12(1+1.09)=0.1045

03

Evaluate the value of  x2 and y2

F=1.1+(0.1045)2=1.0891G=(1.1+0.1)-(0.1045+0.1(1.1-(0.1045)2)2G=1.1545

x2=1.1+0.1=1.2y2=0.1045+0.05(1.0891+1.1545)=0.21668

04

Determine the value of  x3 and y3

F=1.2+(0.21668)2=1.15305G=(1.2+0.1)-(0.21668+0.1(1.2-(0.21668)2)2G=1.1898

x3=1.2+0.1=1.3y3=0.21668+0.05(1.15305+1.1898)=0.33382

05

Determine the value of  x4 and y4

F=1.3+(0.33382)2=1.1856G=(1.3+0.1)-(0.33382+0.1(1.3-(0.33382)2)2G=1.19508

x4=1.3+0.1=1.4y4=0.33382+0.05(1.18856+1.19508)=0.4530

06

Evaluate the value of  x5 and y5

F=1.4+(0.4530)2=1.19479G=(1.4+0.1)-(0.4530+0.1(1.4-(0.4530)2)2G=1.17227x5=1.4+0.1=1.5y5=0.4530+0.05(1.19497+1.17227)=0.57135

Hence the solution is

xn

yn

1.1

0.10450

1.2

0.21668

1.3

0.33382

1.4

0.4530

1.5

0.57135

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 91Ó°ÊÓ!

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

Transmission Lines.In the study of the electric field that is induced by two nearby transmission lines, an equation of the formdzdx+g(x)z2=f(x)arises. Letf(x)=5x+2andg(x)=x2. If z(0)=1, use the fourth-order Runge–Kutta algorithm to approximate z(1). For a tolerance ofε=0.0001, use a stopping procedure based on the absolute error.

An object at rest on an inclined plane will not slide until the component of the gravitational force down the incline is sufficient to overcome the force due to static friction. Static friction is governed by an experimental law somewhat like that of kinetic friction (Problem 18); it has a magnitude of at mostN, where m is the coefficient of static friction and Nis, again, the magnitude of the normal force exerted by the surface on the object. If the plane is inclined at an angle a, determine the critical value0for which the object will slide ifa>ao but will not move fora<ao.

A solar hot-water-heating system consists of a hot-water tank and a solar panel. The tank is well insulated and has a time constant of 64 hr. The solar panel generates 2000 Btu/hr during the day, and the tank has a heat capacity of 2°Fper thousand Btu. If the water in the tank is initially80°Fand the room temperature outside the tank is, what will be the temperature in the tank after 12 hr of sunlight?

Determine the recursive formulas for the Taylor method of order 2 for the initial value problemy'=cos(x+y),y(0)=Ï€.

Sailboats A and B each have a mass of 60 kg and cross the starting line at the same time on the first leg of a race. Each has an initial velocity of 2 m/sec. The wind applies a constant force of 650 N to each boat, and the force due to water resistance is proportional to the velocity of the boat. For sailboat A the proportionality constants arebefore planing when the velocity is less than 5 m/sec andwhen the velocity is above 5 m/sec. For sailboat B the proportionality constants arebefore planing when the velocity is less than 6 m/sec andwhen the velocity is above. If the first leg of the race is 500 m long, which sailboat will be leading at the end of the first leg?

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.