Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations
eBook - ePub

Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations

Sujaul Chowdhury, Syed Badiuzzaman Faruque, Ponkog Kumar Das

Share book
  1. 102 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations

Sujaul Chowdhury, Syed Badiuzzaman Faruque, Ponkog Kumar Das

Book details
Book preview
Table of contents
Citations

About This Book

The book presents in comprehensive detail numerical solutions to boundary value problems of a number of non-linear differential equations. Replacing derivatives by finite difference approximations in these differential equations leads to a system of non-linear algebraic equations which we have solved using Newton's iterative method. In each case, we have also obtained Euler solutions and ascertained that the iterations converge to Euler solutions. We find that, except for the boundary values, initial values of the 1st iteration need not be anything close to the final convergent values of the numerical solution. Programs in Mathematica 6.0 were written to obtain the numerical solutions.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations an online PDF/ePUB?
Yes, you can access Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations by Sujaul Chowdhury, Syed Badiuzzaman Faruque, Ponkog Kumar Das in PDF and/or ePUB format, as well as other popular books in Mathematics & Differential Geometry. We have over one million books available in our catalogue for you to explore.

Information

Year
2021
ISBN
9781000486148
Edition
1

1

INTRODUCTION

DOI: 10.1201/9781003204916-1
In this chapter, we have narrated the problem and the methodology for the entire book.

1.1 THE NON-LINEAR DIFFERENTIAL EQUATIONS WE SOLVED IN THIS BOOK

We have numerically solved boundary value problems of the following non-linear differential equations:
d y d x + y 2 = f ( x ) (1.1)
d y d x + y 3 = f ( x ) (1.2)
d 2 y d x 2 + y 2 = f ( x ) (1.3)
d 2 y d x 2 = y ( y 2 + r 2 ( x ) ) 3 / 2 (1.4)
where
r = c Cos ( x ) + 1 2 c 2 ( 1 Cos ( 2 x ) ) (1.5)
where c is a constant parameter and f(x)’s are functions of x. That is, we have obtained tabulated set of values (xi, yi) in the interval x = a to b as numerical solutions of these differential equations, provided values of y for x = a and x = b are known or given. Equation (1.4) comes from reference [1].

1.2 APPROXIMATION TO DERIVATIVES

Let us divide the interval x = a to b in n equal parts, each part being h. As such, x0 = a, x1 = a + h, x2 = a + 2h, x3 = a + 3h, …, xi = a + ih, …, xn = b. Let yi be the value of y for x = xi.
With e.g. polynomial interpolation in mind, we can regard y as a continuous function of x. As such, Taylor’s series gives us
  • y(x + h) = y(x) + h y′(x) (1.6)
if y is a slowly varying function of x. More accurately, we have
  • y(x + h) = y(x) + h y′(x) + h 2 2 y′′(x) (1.7)
Again, we have
  • y(xh) = y(x) − h y′(x) (1.8)
and
  • y(x− h) = y(x) − h y′(x) + h 2 2 y′′(x) (1.9)
  • ...

Table of contents