You are on page 1of 2

CHE 374 TIMED EXAM # 1 DATE: 14th October 2020 Duration: 1-hour max

NEEDED: Connection to internet (eclass)


Two pages of blank paper for scratch work (not to be submitted!)
You may use your Computer or Calculator for calculations (no MATLAB)

Material covered: non-linear equations (module 2); systems of linear equations (module 3). Systems
of non-linear equations will not be covered.

 8 Multiple choice problems, (half of the problems require no calculations (qualitative)


 Each problem will be awarded one, two or three points, depending of the level of effort
expected.
 The quiz opens at 10:00am and will close at 12:0 noon. However, your attempt will be
automatically submitted ONE hour after you have started it, unless you have exam
accommodation.
 The attached page contains a sample formula sheet (equations typically given in an in-
class exam)

 Your exam clock begins once you have clicked the button.
2

1
CHE 374 Computational Methods in Engineering TERM I EXAM 1

FORMULA SHEET

Bisection x1  x2 (1)
x3 
Method 2
Regula Falsi f ( x1 )  x2  x1  (2)
x3  x1 
f ( x2 )  f ( x2 )
 x2  x1  (3)
Secant x3  x1  f ( x1 )  
Method  f ( x2 )  f ( x1 ) 
Newton’s f ( xk ) (4)
xk 1  xk 
Method f ( xk )
xk 1  xk  J k1fk (not in this exam) (5a)

 f1 f1  (5b)


Jacobian  x x2 
matrix for a J 1  (not in this exam)
2x2 system  f 2 f 2 
 x x2 
 1
Inverse of a 1  a22 a12  (5c)
A1 
a11 * a22  a12 * a21  a21 a11 
2x2 matrix

(6)
Fixed Point xk 1  g ( xk ); k  1,2,3,....
Iteration

(7)
Aitken’s
 xn 
2

r  xn 
acceleration

 2 xn
(8)
Jacobi  
1 n
(k ) 
Method x( k 1)
i   bi   aij x j ; i  1,2,3,...n, k  1,2,3,....
aii  j 1 
 j i 
(9)
Gauss Seidel
1 i 1 n
(k ) 
xi( k 1)   bi   aij x j   ij j  ; i  1,2,3,...n, k  1,2,3,....
( k 1)
Method a x
aii  j 1 j i 1 

xi new   xi( new)  (1   ) xi( old ) (10)


Relaxation

You might also like