BMATS201 - MATHEMATICS-II FOR CSE STREAM
MODULE 1: INTEGRAL CALCULUS (8 Hours)
Topics:
-
Multiple Integrals
- Double integrals
- Triple integrals
- Evaluation of double integrals
- Evaluation of triple integrals
-
Change of Order of Integration
- Converting limits
- Changing order in double integrals
- Problems
-
Changing to Polar Coordinates
- Conversion from Cartesian to Polar
- Evaluation using polar coordinates
- Problems
-
Applications of Double Integrals
- Finding Area using double integrals
- Finding Volume using double integrals
- Problems
-
Beta and Gamma Functions
- Gamma Function γ(n):
- Definition
- Properties
- γ(n+1) = n·γ(n)
- γ(1/2) = √π
- Beta Function β(m,n):
- Definition
- Properties
- Relation: β(m,n) = γ(m)·γ(n)/γ(m+n)
- Problems
- Gamma Function γ(n):
Self-Study:
- Center of gravity
- Duplication formula
Applications:
- Antenna and wave propagation
- Calculation of optimum value in various geometries
- Analysis of probabilistic models
MODULE 2: VECTOR CALCULUS (8 Hours)
Topics:
-
Scalar and Vector Fields
- Definition
- Examples
- Difference
-
Gradient (∇φ or grad φ)
- Definition
- Properties
- Physical interpretation
- Problems
-
Directional Derivative
- Definition
- Formula
- Maximum directional derivative
- Problems
-
Curl (∇ × F or curl F)
- Definition
- Properties
- Physical interpretation
- Problems
-
Divergence (∇ · F or div F)
- Definition
- Properties
- Physical interpretation
- Problems
-
Solenoidal Vector Fields
- Definition: div F = 0
- Properties
-
Irrotational Vector Fields
- Definition: curl F = 0
- Properties
-
Vector Integration
- Line integrals
- Surface integrals
- Volume integrals
-
Vector Integral Theorems
- Green's Theorem (in plane)
- Gauss Divergence Theorem
- Stokes' Theorem
- Verification problems
Self-Study:
- Conservative vector fields
Applications:
- Fluid flow analysis
- Electromagnetic field theory
- Computer graphics
MODULE 3: LINEAR ALGEBRA (8 Hours)
Topics:
-
Vector Spaces
- Definition
- Examples
- Subspaces
-
Linear Independence and Dependence
- Definition
- Testing for independence
-
Basis and Dimension
- Basis vectors
- Dimension of vector space
- Standard basis
-
Inner Product Spaces
- Inner product
- Norm
- Orthogonality
-
Gram-Schmidt Orthogonalization Process
- Method
- Problems
-
Linear Transformations
- Definition
- Matrix representation
- Properties
-
Kernel and Range
- Null space (Kernel)
- Range space
- Rank-Nullity theorem
-
Eigenvalues and Eigenvectors
- Characteristic equation
- Finding eigenvalues
- Finding eigenvectors
- Properties
-
Diagonalization
- Conditions for diagonalization
- Process
- Problems
Self-Study:
- Cayley-Hamilton theorem
Applications:
- Machine learning algorithms
- Data compression
- Network analysis
- Google PageRank algorithm
MODULE 4: NUMERICAL METHODS - I (8 Hours)
Topics:
-
Solution of Transcendental Equations
Bisection Method:
- Algorithm
- Convergence
- Problems
Newton-Raphson Method:
- Formula: x_{n+1} = x_n - f(x_n)/f'(x_n)
- Convergence (quadratic)
- Problems
Regula-Falsi Method (False Position):
- Algorithm
- Convergence
- Problems
-
Solution of System of Linear Equations
Iterative Methods:
Gauss-Jacobi Method:
- Formula
- Convergence criteria
- Problems
Gauss-Seidel Method:
- Formula
- Faster convergence than Jacobi
- Problems
-
Interpolation
Newton's Forward Difference Formula:
- For equally spaced data
- Forward difference table
- Problems
Newton's Backward Difference Formula:
- For equally spaced data
- Backward difference table
- Problems
Lagrange's Interpolation Formula:
- For unequally spaced data
- Formula
- Problems
Self-Study:
- Fixed point iteration method
Applications:
- Root finding in computational problems
- Solving engineering equations
- Data interpolation in graphics
MODULE 5: NUMERICAL METHODS - II (8 Hours)
Topics:
-
Numerical Differentiation
- Forward difference formula
- Backward difference formula
- Central difference formula
- Problems
-
Numerical Integration
Trapezoidal Rule:
- Formula
- Error estimation
- Problems
Simpson's 1/3 Rule:
- Formula
- Error estimation
- Problems
Simpson's 3/8 Rule:
- Formula
- Problems
-
Ordinary Differential Equations (ODE)
First Order ODEs:
Euler's Method:
- Formula: y_{n+1} = y_n + h·f(x_n, y_n)
- Problems
Modified Euler's Method:
- Predictor-Corrector
- Problems
Runge-Kutta Method (4th Order):
- RK4 formula
- Most accurate
- Problems
Self-Study:
- Taylor series method
- Milne's predictor-corrector method
Applications:
- Solving differential equations in physics
- Circuit analysis
- Population dynamics
- Heat transfer problems
LABORATORY EXPERIMENTS (10-12 Sessions)
- Multiple integration problems
- Beta and Gamma function computations
- Vector calculus operations (Gradient, Curl, Divergence)
- Verification of vector theorems
- Linear transformations and matrix operations
- Eigenvalue and eigenvector computation
- Bisection and Newton-Raphson methods
- Gauss-Jacobi and Gauss-Seidel methods
- Interpolation using Newton's and Lagrange's formulas
- Numerical integration (Trapezoidal and Simpson's)
- ODE solution using Euler's and RK methods
- Gram-Schmidt orthogonalization
Software: MATLAB/Python/Scilab/Mathematica
KEY FORMULAS:
Module 1:
- γ(n+1) = n!
- γ(1/2) = √π
- β(m,n) = γ(m)·γ(n)/γ(m+n)
- Polar conversion: x = r cos θ, y = r sin θ
Module 2:
- Gradient: ∇φ = (∂φ/∂x)i + (∂φ/∂y)j + (∂φ/∂z)k
- Divergence: ∇·F = ∂P/∂x + ∂Q/∂y + ∂R/∂z
- Curl: ∇×F determinant form
Module 3:
- Rank-Nullity: rank(T) + nullity(T) = n
- Eigenvalue equation: Av = λv
- Characteristic equation: |A - λI| = 0
Module 4:
- Newton-Raphson: x_{n+1} = x_n - f(x_n)/f'(x_n)
- Gauss-Seidel convergence faster than Jacobi
Module 5:
- Trapezoidal: ∫f(x)dx ≈ (h/2)[y_0 + 2(y_1+...+y_{n-1}) + y_n]
- Simpson's 1/3: ∫f(x)dx ≈ (h/3)[y_0 + 4(y_1+y_3+...) + 2(y_2+y_4+...) + y_n]
- Euler: y_{n+1} = y_n + hf(x_n,y_n)
- RK4: Most accurate numerical method
EXAM PATTERN:
CIE: 50 marks (30 theory + 20 lab)
SEE: 50 marks
Duration: 3 hours
Questions: 10 (2 per module)
Answer: 5 questions (1 from each module)
Formula Handbook: Permitted in exam
TEXTBOOKS:
- B.S. Grewal - Higher Engineering Mathematics (44th Ed.)
- E. Kreyszig - Advanced Engineering Mathematics (10th Ed.)
- N.P. Bali - Engineering Mathematics (10th Ed.)
- David C. Lay - Linear Algebra and Applications (4th Ed.)
- Gilbert Strang - Linear Algebra and Applications (4th Ed.)
ALL TOPICS COVERED - FORMULA-BASED SUBJECT! 📐