Industrial Mathematics | Federal University of Technology, Akure (FUTA)
Student Name: OGUNDARE OLAMIDE EMMANUEL | MTS/19/2584
- Full Thesis (PDF): Download MTS192584_OGUNDARE_THESIS.pdf
- Scheme of Work - Maple Code: View Script
- Test Problems - Maple Codes: View Scripts
This repository contains the full mathematical derivation and computational implementation of a Sixth-Order Numerical Method designed for the direct solution of general second-order Initial Value Problems (IVPs):
Developed as a final year project in the Department of Mathematical Sciences, FUTA, this method utilizes a Power Series (Taylor Series) basis function to maintain the original second-order structure, avoiding the computational doubling required by reduction to first-order systems.
- Computational Engine: Maple (Matrix inversion, Taylor expansions, Numerical Experiments)
- Typesetting: LaTeX (High-precision mathematical documentation)
- Mathematical Theory: Collocation & Interpolation, Linear Multistep Methods (LMM).
We assume an approximate solution of the form:
Evaluating the continuous form at
Differentiating the continuous scheme and evaluating at
-
Order (
$p$ ): 6 -
Error Constant (
$C_8$ ):$-\frac{2}{945} \approx -0.002116$ -
Consistency: The method is proven consistent as
$p \geq 1$ and it satisfies$\rho(1)=\rho'(1)=0$ and$\rho''(1) = 2\sigma(1)$ . -
Zero-Stability: The first characteristic polynomial
$\rho(z) = z^4 - 2z^2 + 1$ has roots$z=1$ (double) and$z=-1$ (double), satisfying the root condition for second-order ODEs. -
Stability Interval: Determined via boundary locus method to be
$(0, -0.2742)$ .
-
Exact Solution:
$y(x) = e^x$ - Absolute Error: 2.5827e-10
- Benchmark: Outperforms Olayemi (2015)
-
Exact Solution:
$y(x) = 1 + \frac{1}{2}\log\left(\frac{2+x}{2-x}\right)$ - Absolute Error: 4.4697e-02
- Benchmark: Validated against Omole (2023)
-
Exact Solution:
$y(x) = 1-e^x$ - Absolute Error: 4.0000e-10
- Benchmark: Validated against Kuboye (2021)
-
Exact Solution:
$y(x) = \cos x + x\sin x$ - Absolute Error: 3.6358e-04
- Benchmark: Validated against Adesanya (2011)
├── Documentation/
│ └── MTS192584_OGUNDARE_THESIS.pdf
│ └── MTS192584_OGUNDARE_THESIS.tex # Full Thesis Document (LaTeX)
├── Scripts/
│ └── Maple_Calculations_1.mw # Maple Worksheet for Derivations
│ └── Maple_Calculations_2.mw
│ └── Maple_Calculations_3.mw
│ └── Maple_Calculations_4.mw
├── Images/
│ └── problem1_graph.png # Graphs
│ └── problem2_graph.png
│ └── problem3_graph.png
│ └── problem4_graph.png
└── README.md
- LinkedIn: linkedin.com/in/emycodes



