Semester 1Year 1 · OddCore Subject★★★ Moderate
MATH 101

Engineering Mathematics I

Foundation in calculus, linear algebra, and differential equations essential for engineering applications.

3Units
16Topics
4Credits
60hLecture hrs
100Max marks
Your Progress
0 / 16 topics
0% complete
Overview
🎯
Why it matters
Every algorithm, every ML model, every graphics system you'll build runs on the math learned here. Calculus powers gradient descent. Linear algebra powers neural networks.
💼
Placement relevance
FAANG interviews test linear algebra (matrix ops, eigenvalues) and probability rooted here. GATE rank directly depends on Engineering Mathematics — it carries 15 marks.
🔗
Prerequisites for
Signals & Systems · Machine Learning · Computer Graphics · Numerical Methods · Cryptography · DSP · Probability & Statistics (Sem 3)
📚
Recommended books
Higher Engineering Mathematics by B.S. Grewal · Advanced Engineering Mathematics by Erwin Kreyszig · Linear Algebra by Gilbert Strang (MIT OCW)
Curriculum — 3 Units
U1
Unit 1 · 6 Topics · 0% complete
Calculus
Key Formulae
Taylor's:f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)²/2! + …
Chain Rule:d/dx[f(g(x))] = f'(g(x)) · g'(x)
Limits
Continuity
Derivatives
Partial Derivatives
Maxima & Minima
Taylor Series
U2
Unit 2 · 5 Topics · 0% complete
Integral Calculus
Key Formulae
Integration by Parts:∫u dv = uv - ∫v du
Gamma Function:Γ(n) = ∫₀^∞ x^(n-1) e^(-x) dx
Definite Integrals
Integration by Parts
Beta & Gamma Functions
Double Integrals
Applications
U3
Unit 3 · 5 Topics · 0% complete
Linear Algebra
Key Formulae
Eigenvalue Equation:Av = λv
Cayley-Hamilton:A matrix satisfies its own characteristic equation
Matrices
Determinants
Eigenvalues
Vector Spaces
Cayley-Hamilton Theorem
Previous Year Questions
Unit 12023 · End Semester10 marks
Find the maximum and minimum values of f(x,y) = x³ + y³ − 3xy using the second derivative test. Identify saddle points, if any.
Unit 22023 · Mid Semester5 marks
Evaluate ∫₀^∞ x⁴ e^(−x) dx using Gamma function. Express the answer in terms of Γ(n).
Unit 32022 · End Semester8 marks
Verify Cayley-Hamilton theorem for matrix A = [[2,1],[1,2]] and use it to find A⁻¹.
Exam Strategy
🎯
High-weight topics
Eigenvalues + Cayley-Hamilton (Unit III) and Taylor Series (Unit I) appear in every end-sem paper. Prioritize these — they're typically 20+ marks combined.
🔁
Practice derivative rules
Chain rule, product rule, and quotient rule form the foundation. Practice 10-15 problems of each to build muscle memory for exam speed.
📝
Formula sheet
Create a one-page formula reference for quick revision. Include Taylor series, integration formulas, and matrix properties.
Related Subjects
Semester 2
Engineering Mathematics II
MATH 102
Semester 3
Probability & Statistics
MATH 201