0% found this document useful (0 votes)
2 views

Introduction

The document outlines the CE 205 Numerical Methods course, detailing its credit hours, lecture schedule, and course content, which includes topics like roots of equations, interpolation, and numerical integration. It emphasizes the importance of numerical analysis in computing results from numerical data and provides a mathematical background on various methods used for solving equations. Additionally, it discusses specific techniques for determining roots of algebraic and transcendental equations, including graphical and numerical methods.

Uploaded by

ahnafhasan2183
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Introduction

The document outlines the CE 205 Numerical Methods course, detailing its credit hours, lecture schedule, and course content, which includes topics like roots of equations, interpolation, and numerical integration. It emphasizes the importance of numerical analysis in computing results from numerical data and provides a mathematical background on various methods used for solving equations. Additionally, it discusses specific techniques for determining roots of algebraic and transcendental equations, including graphical and numerical methods.

Uploaded by

ahnafhasan2183
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

CE 205

Numerical Methods

Sakib Hasnat
Lecturer, Department of Civil Engineering
[email protected]
INTRODUCTION
Credit Hours: 2 hrs/week

Lecture Schedule: Sunday (8:00 AM-8:50 AM) – Section A


Wednesday (11:00 AM-11:50 AM) – Section B
Saturday (9:00 AM-9:50 AM) – Section C

Course Content:
Systems of linear algebraic equations; interpolation and curve fitting; roots of equations; numerical
differentiation; numerical integration; initial value problems; two-point boundary value problems;
finite differences.

January 2024
INTRODUCTION
Class Schedule (approx.):
Topics Lecture nos
Roots of equations 3
Interpolation 3
Class Test 1
Numerical Integration 3
Numerical Differentiation 2
Class Test 2

Reference Books:
1. Numerical Methods for Engineers by Chapra & Canale (6th edition)
2. Introductory Methods of Numerical Analysis: Sastry

January 2024
INTRODUCTION
What is Numerical Analysis?

Numerical analysis involves the development and evaluation of methods for computing numerical
results from given numerical data.

Input data Algorithm Output data

An algorithm for a particular problem is a step by step procedure that produces solution for a
numerical problem in a finite number of steps

In the pre-computer era, solutions were made using


• Exact analytical methods
• Graphical methods
• Numerical methods were implemented using calculators (manually)

January 2024
INTRODUCTION
Numerical Methods are algorithms for solving a problem whose solution consists of
one or more numerical values. However, numerical methods are not needed if the
exact answer is known.

Thus, before using a numerical method, we need to


• Examine the problem
• Determine how close to the exact value of numerical solution is needed

January 2024
INTRODUCTION
Mathematical Background:

• Roots of Equations
To determine the value of a variable or parameter that satisfies a single nonlinear equation.

Methods are used to solve algebraic and transcendental equations.

January 2024
INTRODUCTION
Mathematical Background:

• Interpolation
Can be simple linear interpolation or higher order (polynomial, parabolic) interpolation

Difference between regression and interpolation:

January 2024
INTRODUCTION
Mathematical Background:

• Numerical Differentiation
Ordinary differential equations are of great significance in engineering practice. Examples include,
population forecasting models (rate of change of population) to acceleration of a falling body (rate of
change of velocity).

Application to civil engineering:

January 2024
INTRODUCTION
Mathematical Background:

• Numerical Integration
The physical interpretation of integration is determination of the area under a curve.

Example numerical integration formulas:


Trapezoidal, Simpson’s Rule, Romburg’s Quadrature

January 2024
ROOTS OF EQUATIONS
There are several ways to solve for roots of algebraic and transcendental equations. Numerical
methods are required to solve for equations which cannot be solved analytically.
Example function, f (x) = e−x − x

Algebraic equations are ones which can be expressed in the following form,

Polynomials are a simple class of algebraic functions which can be represented by,

Transcendental equations are ones which are nonalgebraic. These include trigonometric, exponential,
logarithmic, and other, less familiar functions.
Examples,

January 2024
ROOTS OF EQUATIONS
Standard methods for locating roots typically fall into two primarily distinct problem
areas:

1. The determination of the real roots of algebraic and transcendental equations:


These techniques are usually designed to determine the value of a single real root on
the basis of foreknowledge of its approximate location.

2. The determination of all real and complex roots of polynomials: These methods
are specifically designed for polynomials. They systematically determine all the roots
of the polynomial rather than determining a single real root given an approximate
location.

January 2024
ROOTS OF EQUATIONS
Methods for determining roots of equations:
• Bracketing methods
• Graphical
• Half-interval search/bisection
• Method of false position/regula falsi
• Open methods
• Secant
• Newton-rhapson
• Iteration
• Methods for solving polynomials
• Muller’s method
• Bairstow’s method

January 2024
ROOTS OF EQUATIONS
Graphical Method:
A simple method for estimating the root of the equation f(x)=0 is to make a plot of
the function and observe where it crosses the x axis. This point, representing the x
value for which f(x)=0, provides a rough estimation of the root.

There are two theorems using which the graphical method can be used to provide
an initial estimate of the root of a function.

January 2024
ROOTS OF EQUATIONS

Theorem 1:
If the function f(x) is continuous from x=a to x=b and f(a), f(b) have opposite signs,
there exists at least one real root between ‘a’ and ‘b’.

This theorem is useful in isolating roots at f(x)=0, but it is not itself sufficient…

January 2024
ROOTS OF EQUATIONS

This theorem is useful in isolating roots at f(x)=0, but it is not itself sufficient…
Theorem 2:
If f(x) is continuous and strictly monotonic (continuously increasing/decreasing)
from x=a to x=b, then f(x) has at most one real root between the interval.

A strictly monotonic function is characterized by the derivative dy/dx, which does


not change sign or become zero between the said interval.
January 2024

You might also like