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 7-12 use the Runge-Kutta method to approximate x(0.2)and y(0.2). First use h=0.2and then use h=0.1. Use a numerical solver and h=0.1to graph the solution in a neighborhood of t=0.

x'=6x+y+6ty'=4x+3y10t+4x(0)=0.5,     y(0)=0.2

Short Answer

Expert verified

hy1x10.22.32862.15990.10.95820.9582

Step by step solution

01

Consider the equations and the conditions

The equations and the initial conditions are,

x'=6x+y+6ty'=4x+3y10t+4x(0)=0.5,     y(0)=0.2

02

Compute the constants

Considerh=0.2,t=0

The values are,

k1=f(t0,x0,y0)=4x+3y10t+4=2+0.60+4=6.6m1=g(t0,x0,y0)=6x+y+6t=3+0.2+0=3.2

k2=ft0+12h,x0+12hm1,y0+12hk1=4x+12hm1+3y+12hk110t+12h+4=3.28+2.581+4=8.86m2=gt0+12h,x0+12hm1,y0+12hk1=6x+12hm1+y+12hk1+6t+12h=4.92+0.86+0.6=6.38

k3=ft0+12h,x0+12hm2,y0+12hk2=4x+12hm2+3y+12hk210t+12h+4=4.552+3.2581+4=10.81m3=gt0+12h,x0+12hm2,y0+12hk2=6x+12hm2+y+12hk2+6t+12h=6.828+1.086+0.6=8.514

k4=ft0+12h,x0+12hm3,y0+12hk3=4x+12hm3+3y+12hk10t+12h+4=8.832+7.0862+4=17.918m4=gt0+12h,x0+12hm3,y0+12hk3=6x+12hm3+y+12hk3+6t+12h=13.248+2.362+1.2=16.81

03

Compute the equations

Substitute the values of variables in the equation.

y1=y0+h6k1+2k2+2k3+k4y1=0.2+0.26(6.6+2(8.86)+2(10.81)+17.918)y1=2.3286

x1=x0+h6m1+2m2+2m3+m4x1=0.5+0.26(3.2+2(6.38)+2(8.514)+16.81)x1=2.1599

04

Compute the constants

Considerh=0.1,t=0

The values are,

k1=f(t0,x0,y0)=4x+3y10t+4=2+0.60+4=6.6m1=g(t0,x0,y0)=6x+y+6t=3+0.2+0=3.2

k2=ft0+12h,x0+12hm1,y0+12hk1=4x+12hm1+3y+12hk110t+12h+4=2.64+0.990.5+4=7.13m2=gt0+12h,x0+12hm1,y0+12hk1=6x+12hm1+y+12hk1+6t+12h=3.96+0.53+0.3=4.79

k3=ft0+12h,x0+12hm2,y0+12hk2=4x+12hm2+3y+12hk210t+12h+4=2.958+1.66950.5+4=8.1275m3=gt0+12h,x0+12hm2,y0+12hk2=6x+12hm2+y+12hk2+6t+12h=4.437+0.5565+0.3=5.2935

k4=ft0+12h,x0+12hm3,y0+12hk3=4x+12hm3+3y+12hk310t+12h+4=3.0587+1.8190.5+4=8.3777m4=gt0+12h,x0+12hm3,y0+12hk3=6x+12hm3+y+12hk3+6t+12h=4.588+0.606+0.3=5.494

05

Compute the equations

Substitute the values of variables in the equation.

y1=y0+h6k1+2k2+2k3+k4y1=0.2+0.16(6.6+2(7.13)+2(8.1275)+8.3777)y1=0.9582

x1=x0+h6m1+2m2+2m3+m4x1=0.5+0.16(3.2+2(4.79)+2(5.2935)+5.494)x1=0.981

y1=0.9582,x1=0.981

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

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