0% found this document useful (0 votes)
110 views3 pages

Engineering Mathematics Course Overview

This document provides an overview of the Engineering Mathematics course, including objectives, outcomes, content, textbooks, and evaluation methods. The course aims to teach calculus, partial differential equations, linear algebra, matrices, and linear programming. It is divided into 5 units covering these topics over 3 lecture hours per week for 3 credits. Students will be evaluated through assignments, quizzes, seminars, and a written examination with an 40% weight on the end semester exam. The course instructor is listed for contact.

Uploaded by

kannaya sai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views3 pages

Engineering Mathematics Course Overview

This document provides an overview of the Engineering Mathematics course, including objectives, outcomes, content, textbooks, and evaluation methods. The course aims to teach calculus, partial differential equations, linear algebra, matrices, and linear programming. It is divided into 5 units covering these topics over 3 lecture hours per week for 3 credits. Students will be evaluated through assignments, quizzes, seminars, and a written examination with an 40% weight on the end semester exam. The course instructor is listed for contact.

Uploaded by

kannaya sai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Page 1 of 3

Engineering Mathematics L T P C
Version 1.0 3 0 0 3
Pre-requisites/Exposure 12th level Mathematics
Co-requisites -
Course Objectives

1. To enable students to understand basic concepts of calculus, and partial differential


equations.
2. To help students develop skills on linear algebra and linear programming.
3. To enable students to understand apply matrix theory.

Course Outcomes

On completion of this course, the students will be able to

CO1. Understand the fundamentals of calculus and partial differential equations and apply
them to solve real-world problems.
CO2. Demonstrate the knowledge of linear algebra and linear programming.
CO3. Develop an understanding of fundamental concepts of matrices and solution of a
system of linear equations by rank method.
Page 2 of 3

Course Content

Unit I: 9 lecture hours


Calculus: Functions of two or more variables, continuity, directional derivatives, partial
derivatives, total derivative, maxima and minima, saddle point, method of Lagrange’s
multipliers; Double and Triple integrals and their applications to area, volume and surface
area; Vector Calculus: gradient, divergence and curl, Line integrals and Surface integrals,
Green’s theorem, Stokes’ theorem, and Gauss divergence theorem.

Unit II: 9 lecture hours


Linear Algebra: Finite dimensional vector spaces over real or complex fields; Linear
transformations and their matrix representations, rank and nullity; systems of linear
equations, characteristic polynomial, eigenvalues and eigenvectors, diagonalization, minimal
polynomial, Cayley-Hamilton Theorem, Finite dimensional inner product spaces, Gram-
Schmidt orthonormalization process, symmetric, skew-symmetric, Hermitian, skew-
Hermitian, normal, orthogonal and unitary matrices; diagonalization by a unitary matrix,
Jordan canonical form; bilinear and quadratic forms.

Unit III: 6 lecture hours


Matrices: Linear independence/dependence of vectors, rank of a matrix, Consistency of
system of linear equations and its solution, Eigen values and Eigen vectors, Cayley-Hamilton
theorem, Diagonalization

Unit IV: 6 lecture hours


Partial Differential Equations: Method of characteristics for first order linear and quasilinear
partial differential equations; Second order partial differential equations in two independent
variables: classification and canonical forms, method of separation of variables for Laplace
equation in Cartesian and polar coordinates.

Unit V: 6 lecture hours


Linear Programming: Linear programming models, convex sets, extreme points; Basic feasible
solution, graphical method, simplex method, two phase methods, revised simplex method;
Infeasible and unbounded linear programming models, alternate optima; Duality theory,
weak duality and strong duality.
Page 3 of 3

Text Books
1. G.B. Thomas and R.L. Finney, Calculus and Analytic geometry, 9th Edition, Pearson,
Reprint,2002.
2. Veerarajan T., Engineering Mathematics for first year, Tata McGraw-Hill, New Delhi,
2008.

Reference Books
1. B.S. Grewal, Higher Engineering Mathematics, Khanna Publishers, 36th Edition, 2010.
2. N.P. Bali and Manish Goyal, A text book of Engineering Mathematics, Laxmi Publications,
Reprint, 2008.
3. Ramana B.V., Higher Engineering Mathematics, Tata McGraw Hill New Delhi, 11th
Reprint, 2010.

Modes of Evaluation: Assignment/ Quiz / Seminar / Written Examination

Examination Scheme:

Components Internal End Semester Examination Total


Weightage (%) 60% 40% 100%

Course Instructor: [Link] , Email: [Link]@[Link]


Mobile: 06382095964

***************************************************************************

Common questions

Powered by AI

Understanding vector spaces and linear transformations is crucial in engineering as they form the mathematical foundation for numerous applications. Vector spaces offer a structural framework for analyzing physical systems, supporting concepts like linear combinations, span, and basis, which are vital in modeling and solving equations. Linear transformations allow engineers to map from one vector space to another, essential in systems analysis and design, control systems, and signal processing. They simplify complex systems into manageable models, enabling efficient computations and facilitating insights into the system's behavior under various transformations .

Vector calculus utilizes theorems like Green's, Stokes', and Gauss's to evaluate line and surface integrals. Green’s theorem relates the circulation around a simple, closed plane curve to a double integral over the plane region it encloses, effectively converting a line integral into a double integral. Stokes’ theorem generalizes Green’s theorem to 3D, relating a surface integral of the curl over a surface to a line integral around its boundary. Gauss's divergence theorem, on the other hand, transforms a surface integral over a closed surface to a volume integral of the divergence over the volume it encloses. These theorems simplify calculations in fields concerning fluid flow, electromagnetism, and other vector fields .

The revised simplex method optimizes large linear programming problems by enhancing the standard simplex method. It uses matrix operations to reduce computational cost, storing only the non-basic variables, thus suitable for large sparse systems. The potential lies in its efficiency in finding basic feasible solutions and handling degeneracy. However, its limitations include complexity in implementation, potential numerical instability, and the necessity for a good initial basis. Nonetheless, it is prevalent in commercial software for solving large scale problems due to its reduced memory usage and faster computations .

The Gram-Schmidt process transforms a set of vectors into an orthogonal (or orthonormal) set while maintaining the span of the original set. Starting with a basis {v₁, v₂, ..., vn}, the first vector u₁ is set to v₁. For each subsequent vector vi, the orthogonal vector ui is calculated by subtracting its projection onto each of the prior orthogonal vectors. Mathematically, ui = vi - ∑ (proj_u_j(vi) for j < i), where proj_u_j(vi) is the projection of vi onto uj. The resulting set {u₁, u₂, ..., un} is orthogonal, meaning each pair of vectors in this set is orthogonal .

Eigenvalues and eigenvectors play a crucial role in the diagonalization process of matrices. A matrix is diagonalizable if there is a basis composed entirely of its eigenvectors. Given a matrix A, if it can be expressed in the form A = PDP⁻¹, where P is a matrix whose columns are the eigenvectors of A, and D is a diagonal matrix whose diagonal elements are the corresponding eigenvalues, then A is diagonalizable. This simplifies matrix powers and other computations .

The method of characteristics transforms a first-order linear partial differential equation into ordinary differential equations by integrating along paths called characteristics. For a PDE of the form a(x, y)uₓ + b(x, y)uᵧ = c(x, y), characteristics are curves in the (x, y) plane where the solution is constant. By setting dx/a = dy/b = du/c, a differential system is formed, which solves for these curves, reducing the PDE to simpler ODEs along them, thereby facilitating the integration and obtaining the general solution .

Duality theory in linear programming provides that every linear programming problem (primal) has a corresponding dual problem, with implications on the solutions of both. The fundamental principle is that the optimal value of the primal problem will be equal to the optimal value of the dual problem under certain conditions, known as strong duality. The solutions also infer that feasible solutions of the dual provide bounds on the values of the primal. If one problem is unbounded, the other must be infeasible. This relationship helps verify optimality and offers economic interpretations in cost minimization and profit maximization scenarios .

The Cayley-Hamilton theorem states that every square matrix satisfies its own characteristic equation. For a matrix A with characteristic polynomial p(λ), substituting A for λ in p(λ) results in the zero matrix. The significance of the theorem lies in its application to compute matrix functions, inverses, and powers without directly using eigenvectors or decomposing A. It also simplifies expressions by reducing the degree of the characteristic polynomial, thereby facilitating calculations involving powers of matrices .

The method of Lagrange's multipliers can find extrema of a function subject to a constraint by converting the problem into solving the system of equations given by the gradients. Specifically, if a function f(x, y, ...) is subject to a constraint g(x, y, ...) = 0, you set up the equations ∇f = λ∇g, where λ is the Lagrange multiplier. Solving these equations, along with the constraint g(x, y, ...) = 0, will give the critical points, which can be tested for maxima, minima, or saddle points .

Classifying partial differential equations (PDEs) into elliptic, parabolic, or hyperbolic forms helps determine the most suitable solution method, like the separation of variables. This method involves assuming the solution can be written as a product of functions, each in a single variable. Classification helps identify boundary conditions and stability properties crucial for the separation of variables. For instance, the Laplace equation, an elliptic PDE, often uses this method in solving problems with Dirichlet or Neumann boundary conditions .

You might also like