+ All Categories
Home > Documents > CT1_Intro

CT1_Intro

Date post: 04-Apr-2018
Category:
Upload: dev-endran-t
View: 217 times
Download: 0 times
Share this document with a friend
14
Comput ational Techni ques Comput ational Techni ques - Dr. Niket Kaisare  Indian Institute of Technology - Madras
Transcript
Page 1: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 1/14

Computational TechniquesComputational Techniques--

Dr. Niket Kaisare

 

Indian Institute of Technology - Madras

Page 2: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 2/14

 

Dr. Niket Kaisare

◦ Assistant Professor

Department of Chemical Engineering

– 

Chennai 600036, India

  esearc nterests

◦ Catalytic micro-reactors

 ◦ ue process ng ue e s

◦ Multi-scale modeling

◦  

Page 3: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 3/14

 

This course is designed to give an overview of 

Computational Techniquesof interest to en ineers

Focus will be on numerical methods

their properties and analysis

Approximately 40 one-hour modules

Page 4: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 4/14

 

For the lectures to be most effective, you need to

work with me during each lecture

Keep near you:

A pen and notebook  A calculator

An Excel*

spreadsheet (or Google Docs*

App.)

“Peer interaction” is highly recommended

*This is not an official endorsement of any product.

I personally find these Apps most suitable to this course.

Page 5: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 5/14

 

An Overview of the Course

Page 6: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 6/14

 

“Computational techniques” or “Numerical Methods”

use computers to so ve pro ems y

Page 7: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 7/14

 

“Computational techniques” or “Numerical Methods”

use computers to so ve pro ems y

step-wise , repeated and iterative solution methods,

Page 8: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 8/14

 

“Computational techniques” or “Numerical Methods”

use computers to so ve pro ems y

step-wise , repeated and iterative solution methods,

tedious or unsolvable by hand-calculations.

Page 9: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 9/14

Popularity due to availability of computers

To solve problems for which algebraic solutioncannot be obtained

AdvantagesAdvantages

-

Commercial softwares and packages available

 engineering problems

Page 10: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 10/14

 

Babylonian method for 2

(also called Heron’s algorithm)

Iteratively calculate using the expression:

   21)new(

   x 2

Page 11: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 11/14

 

Split into various modules (chapters)

Each module 4 to 6 one-hour lectures

◦ Motivation / Overview of the topic

◦ Examples◦ Graphical insight

◦ Derivation and analysis

◦ ummary

Page 12: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 12/14

1. Motivation1. Motivation Why learn about Heron algorithm for ?2

Start with initial uess x = 0.52. Example2. Example Next value is x = (0.5 + 2/0.5) x ½

0 0.5 4 2.25

1 2.25 0.888889 1.569444

2 1.569444 1.274336 1.42189

3 1.42189 1.406578 1.414234

. . .

5 1.414214 1.414214 1.414214

6 1.414214

Page 13: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 13/14

3. Graphical Insight3. Graphical Insight

For positive values,

 x and 2/ x lie on 3

4

 

either side of thetrue solution 1

2

2/x

x

 

0

0 1 2 3 4 5 6

Iteration

Taylor’s series expansion of 

. na ys s. na ys s

f ( x ) = (2 – x 2) gives us the properties

of Henon algorithm (covered in Module 4)

Page 14: CT1_Intro

7/29/2019 CT1_Intro

http://slidepdf.com/reader/full/ct1intro 14/14

 

Module 1: Introduction

Module 2: Computation and Error Analysis

Module 3: Linear Systems and Equations

Module 4: Algebraic Equations

Module 5: Re ression and Curve Fittin

Module 6: Differentiation and Integration

Module 7: Ordinar Differential E uations 1 Module 8: Ordinary Differential Equations (2)

Module 9: Partial Differential E uations