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

01 Course Intro

The document outlines a course on numerical solutions to civil engineering problems. It details the course description, outcomes, schedule, topics to be covered including solving equations, interpolation, differentiation and integration numerically, and grading criteria. Numerical methods allow solving problems without analytical solutions or when analytical solutions are difficult to obtain.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

01 Course Intro

The document outlines a course on numerical solutions to civil engineering problems. It details the course description, outcomes, schedule, topics to be covered including solving equations, interpolation, differentiation and integration numerically, and grading criteria. Numerical methods allow solving problems without analytical solutions or when analytical solutions are difficult to obtain.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 29

CENSCP33Z

Numerical Solutions to
CE Problems

ENGR. CHARLENE GRACE V. GELOTIN, CE


23 JANUARY 2023
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

CLASS
SCHEDULE
• Laboratory every Monday, 17:30-20:30 @SEL03
• Lecture every Friday, 15:30-17:30 @SJ202
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE DESCRIPTION
The course provides background on numerical analysis
needed to solve civil engineering problems numerically when
their analytical solution is either not available or difficult to
obtain. MATLAB programming environment or its equivalent
will be introduced and used in the course.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE
OUTCOMES
After completing the course, the student must be able to:
1. Identify appropriate numerical/ mathematical tool or concepts
suitable for the solution of the CE problem
2. Analyze the CE problem to translate it to a numerical solution;
3. Use a computer software developing a solution to the problem.
4. Solve civil engineering problems numerically when their analytical
solution is either not available or difficult to obtain.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE
OUTLINE
1. Review of the Mathematical Foundation
2. Fundamentals of Computer-aided Mathematical
Calculations
3. Solving System of Linear Equations
• Unique and Multiple Solutions, Trivial and Non-Trivial
Solutions, No Solution
• Direct Methods: Gauss Elimination Method
• Iterative Methods
• Jacobi Method: Gauss-Seidel Method
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE
OUTLINE
4. Roots of Nonlinear Eqns Incremental Search Method
• Bisection Method
• Regula Falsi and Secant Methods ~ Newton-Raphson
Method
5. Curve Fitting and Interpolation
• Polynomial Interpolation ~ Lagrange and Newton’s
Polynomials
• Cubic and Quadratic Spline Interpolation
• Curve Fitting by Function Approximation
• Least Squares Fit
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE
OUTLINE
6. Numerical Differentiation
• Finite Difference Methods
• Forward, Backward, and Central Difference Formulas
• Derivatives for Noisy Data
7. Numerical Integration
• Euler, Trapezoidal, Simpson and Gaussian Quadrature
Schemes
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

COURSE
OUTLINE
8. Solution of Ordinary Differential Equations: Initial Value
Problems
• Euler’s Explicit Method – Modified Euler’s Method,
Midpoint Method
• Runge-Kutta Methods (2nd, 3rd, 4th order methods)
• Modified Euler’s Predictor-Corrector Method
9. Solution of Ordinary Differential Equations: Boundary Value
Problem
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

GRADING
SYSTEM
LECTURE GRADE
• Class Standing 40%
a. Assignment, Seatwork, Board work,
and Oral Recitation----- 40%
b. Quiz---------------- 60%
100%
• Examination 60%
TOTAL 100%
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

GRADING
SYSTEM
LABORATORY GRADE
• Class Standing 50%
• Examination 50%
TOTAL 100%
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

GRADING
SYSTEM
TERM GRADE:
• LECTURE GRADE 40%
• LABORATORY GRADE 60%
TOTAL 100%
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

GRADING
SYSTEM
SEMESTRAL GRADE:
• PRELIMS 20%
• MIDTERMS 30%
• FINALS 50%
TOTAL 100%
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
Numerical methods are techniques by which mathematical
problems are formulated so that they can be solved with
arithmetic and logical operations.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
1. Numerical methods greatly expand the
types of problems you can address.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
2. Numerical methods allow you to use
“canned” software with insight.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
3. Many problems cannot be approached using canned
programs.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
4. Numerical methods are an efficient vehicle for learning to
use computers.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

What are numerical methods and why should


you study them?
5. Numerical methods provide a vehicle for you to reinforce
your understanding of mathematics.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Demonstration Using a Simple Mathematical


Model
Suppose that a bungee-jumping company hires you. You’re
given the task of predicting the velocity of a jumper as a
function of time during the free-fall part of the jump.

This information will be used as part of a larger analysis to


determine the length and required strength of the bungee cord
for jumpers of different mass.
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Exact Solution of Sample Problem:


CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Exact Solution of Sample Problem:


CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Exact Solution of Sample Problem:


CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Numerical Solution
of Sample Problem:
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Numerical Solution
of Sample Problem:
CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Numerical Solution of Sample Problem:


CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

Numerical Solution of Sample Problem:


CENSCP33Z – NUMERICAL SOLUTIONS TO CE PROBLEMS

HOMEWORK
NUMERICAL METHODS FOR ENGINEERS AND
SCIENTISTS (3RD EDITION)
AMOS GILAT, VISH SUBRAMANIAM

2.1
2.7
2.13
2.18
2.20
2.22
END.

You might also like