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

Buch teilen
  1. 102 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

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

Sujaul Chowdhury, Syed Badiuzzaman Faruque, Ponkog Kumar Das

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Numerical Solutions of Boundary Value Problems of Non-linear Differential Equations von Sujaul Chowdhury, Syed Badiuzzaman Faruque, Ponkog Kumar Das im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Mathematics & Differential Geometry. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2021
ISBN
9781000486148

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)
  • ...

Inhaltsverzeichnis