UGCF2022Maths Third Semester Syllabus
UGCF2022Maths Third Semester Syllabus
Learning Objectives
The primary objective of this course is to introduce:
• Symmetric groups, normal subgroups, factor groups, and direct products of groups.
• The notions of group homomorphism to study the isomorphism theorems with applications.
• Classification of groups with small order according to isomorphisms.
Learning Outcomes
This course will enable the students to:
• Analyse the structure of 'small' finite groups, and examine examples arising as groups of
permutations of a set, symmetries of regular polygons.
• Understand the significance of the notion of cosets, Lagrange’s theorem and its
consequences.
• Know about group homomorphisms and isomorphisms and to relate groups using these
mappings.
• Express a finite abelian group as the direct product of cyclic groups of prime power orders.
• Learn about external direct products and its applications to data security and electric circuits.
SYLLABUS OF DSC - 7
Unit – 1 (18 hours)
Permutation Groups, Lagrange’s Theorem and Normal Subgroups
Permutation groups and group of symmetries, Cycle notation for permutations and properties,
Even and odd permutations, Alternating groups; Cosets and its properties, Lagrange’s theorem
and consequences including Fermat’s Little theorem, Number of elements in product of two
finite subgroups; Normal subgroups, Factor groups, Cauchy’s theorem for finite Abelian
groups.
Essential Reading
1. Gallian, Joseph. A. (2017). Contemporary Abstract Algebra (9th ed.). Cengage Learning
India Private Limited, Delhi. Indian Reprint 2021.
Suggestive Readings
• Artin, Michael. (1991). Algebra (2nd ed.). Pearson Education. Indian Reprint 2015.
• Dummit, David S., & Foote, Richard M. (2016). Abstract Algebra (3rd ed.). Student
Edition. Wiley India.
• Herstein, I. N. (1975). Topics in Algebra (2nd ed.). Wiley India, Reprint 2022.
• Rotman, Joseph J. (1995). An Introduction to The Theory of Groups (4th ed.). Springer-
Verlag, New York.
Learning Objectives
The primary objective of this course is to:
• Understand the integration of bounded functions on a closed and bounded interval and
its extension to the cases where either the interval of integration is infinite, or the
integrand has infinite limits at a finite number of points on the interval of integration.
• Learn some of the properties of Riemann integrable functions, its generalization and
the applications of the fundamental theorems of integration.
• Get an exposure to the utility of integration for practical purposes.
Learning Outcomes
This course will enable the students to:
• Learn about some of the classes and properties of Riemann integrable functions, and the
applications of the Riemann sums to the volume and surface of a solid of revolution.
• Get insight of integration by substitution and integration by parts.
• Know about convergence of improper integrals including, beta and gamma functions.
2|Page
SYLLABUS OF DSC - 8
Essential Readings
1. Ross, Kenneth A. (2013). Elementary Analysis: The Theory of Calculus (2nd ed.).
Undergraduate Texts in Mathematics, Springer.
2. Anton, Howard, Bivens Irl and Davis Stephens (2012). Calculus (10th edn.). John Wiley
& Sons, Inc.
3. Denlinger, Charles G. (2011). Elements of Real Analysis, Jones & Bartlett India Pvt. Ltd.,
Indian Reprint.
4. Ghorpade, Sudhir R. and Limaye, B. V. (2006). A Course in Calculus and Real Analysis.
Undergraduate Texts in Mathematics, Springer (SIE). Indian Reprint.
Suggestive Readings
• Bartle, Robert G., & Sherbert, Donald R. (2015). Introduction to Real Analysis (4th ed.).
Wiley, Indian Edition.
• Kumar Ajit and Kumaresan S. (2014). A Basic Course in Real Analysis. CRC Press,
Taylor & Francis Group, Special Indian Edition.
3|Page
DISCIPLINE SPECIFIC CORE COURSE– 9:
DISCRETE MATHEMATICS
Learning Objectives
The primary objective of the course is to:
• Make students embark upon a journey of enlightenment, starting from the abstract
concepts in mathematics to practical applications of those concepts in real life.
• Make the students familiar with the notion of partially ordered set and a level up with the
study of lattice, Boolean algebra and related concepts.
• Culminate the journey of learning with practical applications using the knowledge attained
from the abstract concepts learnt in the course.
Learning Outcomes
This course will enable the students to:
• Understand the notion of partially ordered set, lattice, Boolean algebra with applications.
• Handle the practical aspect of minimization of switching circuits to a great extent with the
methods discussed in this course.
• Apply the knowledge of Boolean algebras to logic, set theory and probability theory.
SYLLABUS OF DSC - 9
Unit – 1 (15 hours)
Cardinality and Partially Ordered Sets
The cardinality of a set; Definitions, examples and basic properties of partially ordered sets,
Order-isomorphisms, Covering relations, Hasse diagrams, Dual of an ordered set, Duality
principle, Bottom and top elements, Maximal and minimal elements, Zorn’s lemma, Building
new ordered sets, Maps between ordered sets.
5|Page
B.Sc. (Hons) Mathematics, Semester-III, DSE-Courses
Learning Objectives
The primary objective of this course is to introduce:
• Problem-solving techniques using various concepts of graph theory.
• Various properties like planarity and chromaticity of graphs.
• Several applications of these concepts in solving practical problems.
Learning Outcomes
This course will enable the students to:
• Learn modelling of real-world problems by graphs.
• Know characteristics of different classes of graphs.
• Learn representation of graphs in terms of matrices.
• Learn algorithms to optimize a solution.
• Understand some properties of graphs and their applications in different practical
situations.
6|Page
Essential Readings
1. Goodaire, Edgar G., & Parmenter, Michael M. (2006). Discrete Mathematics with Graph
Theory (3rd ed.). Pearson Education Pvt. Ltd. Indian Reprint.
2. Chartrand, Gary, & Zhang, Ping (2012). A First Course in Graph Theory. Dover
Publications.
Suggestive Readings
• Bondy, J. A., and Murty, U.S.R. (2008). Graph Theory. Graduate Texts in Mathematics,
Springer.
• Diestel, Reinhard (2017). Graph Theory (5th ed.). Graduate Texts in Mathematics,
Springer.
• West, Douglas B. (2001). Introduction to Graph Theory (2nd ed.). Prentice Hall. Indian
Reprint.
Learning Objectives
The Learning Objectives of this course are as follows:
• To be able to model and solve mathematical problems using Python Programs.
• To experience utility of open-source resources for numerical and symbolic mathematical
software systems.
Learning Outcomes
This course will enable the students to use Python:
• For numerical and symbolic computation in mathematical problems from calculus,
algebra, and geometry.
• To tabulate and plot diverse graphs of functions and understand tracing of shapes,
geometries, and fractals.
• To prepare smart documents with LaTeX interface.
Theory
7|Page
Unit – 1 (15 hours)
Drawing Shapes, Graphing and Visualization
Drawing diverse shapes using code and Turtle; Using matplotlib and NumPy for data
organization, Structuring and plotting lines, bars, markers, contours and fields, managing
subplots and axes; Pyplot and subplots, Animations of decay, Bayes update, Random walk.
Practical (30 hours):Software labs using IDE such as Spyder and Python Libraries.
• Installation, update, and maintenance of code, troubleshooting.
• Implementation of all methods learned in theory.
• Explore and explain API level integration and working of two problems with standard
Python code.
Essential Readings
1. Farrell, Peter (2019). Math Adventures with Python. No Starch Press. ISBN Number: 978-
1-59327-867-0.
2. Farrell, Peter and et al. (2020). The Statistics and Calculus with Python Workshop. Packet
Publishing Ltd. ISBN: 978-1-80020-976-3.
3. Saha, Amit (2015). Doing Math with Python. No Starch Press. ISBN: 978-1-59327-640-9
Suggested Readings
• Morley, Sam (2022). Applying Math with Python (2nd ed.). Packet Publishing Ltd. ISBN:
978-1-80461-837-0
• Online resources and documentation on the libraries, such as:
o https://matplotlib.org
o https://sympy.org
o https://pandas.pydata.org
o https://numpy.org
o https://pypi.org
o https://patrickwalls.github.io/mathematicalpython/
8|Page
DISCIPLINE SPECIFIC ELECTIVE COURSE-1(iii): NUMBER THEORY
Learning Objectives
The primary objective of this course is to introduce:
• The number theoretic techniques of computations with the flavour of abstraction.
• The Euclidean algorithm, linear Diophantine equations, congruence equations,
arithmetic functions and their applications, Fermat’s little, Euler’s and Wilson’s theorems.
• Primitive roots, quadratic residues and nonresidues, the Legendre symbol and the law of
Quadratic Reciprocity.
• Introduction to cryptography, public-key cryptosystems and applications.
Learning Outcomes
This course will enable the students to:
• Use modular arithmetic in solving linear and system of linear congruence equations.
• Work with the number theoretic functions, their properties and their use.
• Learn the forms of positive integers that possess primitive roots and the Quadratic
Reciprocity Law which deals with the solvability of quadratic congruences.
• Understand the public-key cryptosystems, in particular, RSA.
9|Page
Unit – 3 (12 hours)
Quadratic Reciprocity Law and Public Key Cryptosystems
The quadratic residue and nonresidue of an odd prime and Euler’s criterion, The Legendre
symbol and its properties, Quadratic Reciprocity law and its application; Introduction to
cryptography, Hill’s cipher, Public-key cryptography and RSA.
Essential Reading
1. Burton, David M. (2011). Elementary Number Theory (7th ed.). McGraw-Hill Education
Pvt. Ltd. Indian Reprint 2017.
Suggestive Readings
• Andrews, George E. (1994). Number Theory. Dover publications, Inc. New York.
• Robbins, Neville (2007). Beginning Number Theory (2nd ed.). Narosa Publishing House
Pvt. Ltd. Delhi.
• Rosen, Kenneth H. (2011). Elementary Number Theory and its Applications (6th ed.).
Pearson Education. Indian Reprint 2015.
10 | P a g e
B.A. (Prog.) with Mathematics as Major
Category-II
Learning Objectives
The goal of this paper is to acquaint students with certain ideas about:
• Integral roots, rational roots, an upper bound on number of positive or negative roots of a
polynomial.
• Finding roots of cubic and quartic equations in special cases using elementary symmetric
functions.
• Using Cardon’s and Descartes’ methods, respectively.
Learning Outcomes
After completion of this paper, the students will be able to:
• Understand the nature of the roots of polynomial equations and their symmetries.
• Solve cubic and quartic polynomial equations with special condition on roots and in
general.
• Find symmetric functions in terms of the elementary symmetric polynomials.
SYLLABUS OF DSC-3
11 | P a g e
Unit – 3 (15 hours)
Symmetric Functions
Elementary symmetric functions and symmetric functions of the roots of an equation;
Newton’s theorem on sums of the like powers of the roots; Computation of symmetric
functions such as 2 , 2 2 , 2 , 21 , −3 , ( + − )2 , + , of
2
+
polynomial equations; Transformation of equations by symmetric functions and in general.
Essential Readings
1. Burnside, W.S., & Panton, A.W. (1979). The Theory of Equations (11th ed.). Vol. 1.
Dover Publications, Inc. (4th Indian reprint. S. Chand & Co. New Delhi).
2. Dickson, Leonard Eugene (2009). First Course in the Theory of Equations. John Wiley
& Sons, Inc. The Project Gutenberg eBook: http://www.gutenberg.org/ebooks/29785
Suggestive Readings
• Prasad, Chandrika (2017). Text Book of Algebra and Theory of Equations. Pothishala Pvt Ltd.
Learning Objectives
The primary objective of this course is to introduce:
• Ordinary and partial differential equations.
• Basic theory of higher order linear differential equations, Wronskian and its properties.
• Various techniques to find the solutions of above differential equations which provide a
basis to model complex real-world situations.
Learning Outcomes
This course will enable the students to:
• Solve the exact, linear, Bernoulli equations, find orthogonal trajectories and solve rate
problems.
• Apply the method of undetermined coefficients and variation of parameters to solve linear
differential equations.
• Solve Cauchy-Euler equations and system of linear differential equations.
• Formulate and solve various types of first and second order partial differential equations.
12 | P a g e
SYLLABUS OF DISCIPLINE A-3
Essential Readings
1. Myint-U, Tyn and Debnath, Lokenath (2007). Linear Partial Differential Equations for
Scientist and Engineers (4th ed.). Birkhäuser. Indian Reprint.
2. Ross, Shepley L. (1984). Differential Equations (3rd ed.). John Wiley & Sons.
Suggestive Readings
• Edwards, C. Henry, Penney, David E., & Calvis, David T. (2015). Differential Equations
and Boundary Value Problems: Computing and Modeling (5th ed.). Pearson Education.
• Kreyszig, Erwin. (2011). Advanced Engineering Mathematics (10th ed.). Wiley India.
• Sneddon I. N. (2006). Elements of Partial Differential Equations. Dover Publications.
13 | P a g e
B.A./B.Sc. (Prog.) with Mathematics as Non-Major
Category-III
Learning Objectives
The primary objective of this course is to introduce:
• Ordinary and partial differential equations.
• Basic theory of higher order linear differential equations, Wronskian and its properties.
• Various techniques to find the solutions of above differential equations which provide a
basis to model complex real-world situations.
Learning Outcomes
This course will enable the students to:
• Solve the exact, linear, Bernoulli equations, find orthogonal trajectories and solve rate
problems.
• Apply the method of undetermined coefficients and variation of parameters to solve linear
differential equations.
• Solve Cauchy-Euler equations and System of linear differential equations.
• Formulate and solve various types of first and second order partial differential equations.
14 | P a g e
Unit – 3 (18 hours)
First and Second Order Partial Differential Equations
Classification and Construction of first-order partial differential equations, Method of
characteristics and general solutions of first-order partial differential equations, Canonical
forms and method of separation of variables for first order partial differential equations;
Classification and reduction to canonical forms of second-order linear partial differential
equations and their general solutions.
Essential Readings
1. Myint-U, Tyn and Debnath, Lokenath (2007). Linear Partial Differential Equations for
Scientist and Engineers (4th ed.). Birkhäuser. Indian Reprint.
2. Ross, Shepley L. (1984). Differential Equations (3rd ed.). John Wiley & Sons.
Suggestive Readings
• Edwards, C. Henry, Penney, David E., & Calvis, David T. (2015). Differential Equations
and Boundary Value Problems: Computing and Modeling (5th ed.). Pearson Education.
• Kreyszig, Erwin. (2011). Advanced Engineering Mathematics (10th ed.). Wiley India.
• Sneddon I. N. (2006). Elements of Partial Differential Equations. Dover Publications.
15 | P a g e
B.Sc. (Physical Sciences/Mathematical Sciences) with Mathematics as one
of the Core Discipline
Category-III
Learning Objectives
The primary objective of this course is to introduce:
• Ordinary and partial differential equations.
• Basic theory of higher order linear differential equations, Wronskian and its properties.
• Various techniques to find the solutions of above differential equations which provide a
basis to model complex real-world situations.
Learning Outcomes
This course will enable the students to:
• Solve the exact, linear, Bernoulli equations, find orthogonal trajectories and solve rate
problems.
• Apply the method of undetermined coefficients and variation of parameters to solve linear
differential equations.
• Solve Cauchy-Euler equations and System of linear differential equations.
• Formulate and solve various types of first and second order partial differential equations.
16 | P a g e
Unit – 3 (18 hours)
First and Second Order Partial Differential Equations
Classification and Construction of first-order partial differential equations, Method of
characteristics and general solutions of first-order partial differential equations, Canonical
forms and method of separation of variables for first order partial differential equations;
Classification and reduction to canonical forms of second-order linear partial differential
equations and their general solutions.
Essential Readings
1. Myint-U, Tyn and Debnath, Lokenath (2007). Linear Partial Differential Equations for
Scientist and Engineers (4th ed.). Birkhäuser. Indian Reprint.
2. Ross, Shepley L. (1984). Differential Equations (3rd ed.). John Wiley & Sons.
Suggestive Readings
• Edwards, C. Henry, Penney, David E., & Calvis, David T. (2015). Differential Equations
and Boundary Value Problems: Computing and Modeling (5th ed.). Pearson Education.
• Kreyszig, Erwin. (2011). Advanced Engineering Mathematics (10th ed.). Wiley India.
• Sneddon I. N. (2006). Elements of Partial Differential Equations. Dover Publications.
Learning Objectives
The primary objective of this course is to:
• Introduce various techniques of permutations, combinations and inclusion-exclusion.
• Learn basic models of generating functions and recurrence relations in their application
to the theory of integer partitions.
Learning Outcomes
After completing the course, student will:
• Enhance the mathematical logical skills by learning different enumeration techniques.
• Be able to apply these techniques in solving problems in other areas of mathematics.
• Be trained to provide reasoning and arguments to justify conclusions.
17 | P a g e
SYLLABUS OF DSE-1(i)
Essential Readings
1. Sane, Sharad S. (2013). Combinatorial Techniques. Hindustan Book Agency (India).
2. Tucker, Alan (2012). Applied Combinatorics (6th ed.). John Wiley & Sons, Inc.
Suggested Readings
• Brualdi, Richard A. (2009). Introductory Combinatorics (5th ed.). Pearson Education Inc.
• Cameron, Peter J. (1994). Combinatorics: Topics, Techniques, Algorithms. Cambridge
University Press.
Learning Objectives
The primary objective of this course is to introduce:
• The Euclidean algorithm and linear Diophantine equations, the Fundamental theorem of
arithmetic and some of the open problems of number theory viz. the Goldbach conjecture.
18 | P a g e
• The modular arithmetic, linear congruence equations, system of linear congruence
equations, arithmetic functions and multiplicative functions, e.g., Euler’s Phi-function.
• Introduction of the simple encryption and decryption techniques, and the numbers of
specific forms viz. Mersenne numbers, Fermat numbers etc.
Learning Outcomes
This course will enable the students to:
• Get familiar with the basic number-theoretic techniques.
• Comprehend some of the open problems in number theory.
• Learn the properties and use of number-theoretic functions and special types of numbers.
• Acquire knowledge about public-key cryptosystems, particularly RSA.
SYLLABUS OF DSE-1(ii)
Essential Reading
1. Burton, David M. (2011). Elementary Number Theory (7th ed.). McGraw-Hill Education
Pvt. Ltd. Indian Reprint 2017.
Suggestive Readings
• Jones, G. A., & Jones, J. Mary. (2005). Elementary Number Theory. Springer
Undergraduate Mathematics Series (SUMS). Indian Reprint.
• Robbins, Neville (2007). Beginning Number Theory (2nd ed.). Narosa Publishing House
Pvt. Ltd. Delhi.
• Rosen, Kenneth H. (2011). Elementary Number Theory and its Applications (6th ed.).
Pearson Education. Indian Reprint 2015.
19 | P a g e
DISCIPLINE SPECIFIC ELECTIVE COURSE - DSE-1(iii):
THEORY OF EQUATIONS AND SYMMETRIES
Learning Objectives
The goal of this paper is to acquaint students with certain ideas about:
• Integral roots, rational roots, an upper bound on number of positive or negative roots of a
polynomial.
• Finding roots of cubic and quartic equations in special cases using elementary symmetric
functions.
• Using Cardon’s and Descartes’ methods, respectively.
Learning Outcomes
After completion of this paper, the students will be able to:
• Understand the nature of the roots of polynomial equations and their symmetries.
• Solve cubic and quartic polynomial equations with special condition on roots and in
general.
• Find symmetric functions in terms of the elementary symmetric polynomials.
SYLLABUS OF DSE-1(iii)
20 | P a g e
Unit – 3 (15 hours)
Symmetric Functions
Elementary symmetric functions and symmetric functions of the roots of an equation;
Newton’s theorem on sums of the like powers of the roots; Computation of symmetric
functions such as 2 , 2 2 , 2 , 21 , −3 , ( + − )2 , + , of
2
+
polynomial equations; Transformation of equations by symmetric functions and in general.
Essential Readings
1. Burnside, W.S., & Panton, A.W. (1979). The Theory of Equations (11th ed.). Vol. 1.
Dover Publications, Inc. (4th Indian reprint. S. Chand & Co. New Delhi).
2. Dickson, Leonard Eugene (2009). First Course in the Theory of Equations. John Wiley
& Sons, Inc. The Project Gutenberg eBook: http://www.gutenberg.org/ebooks/29785
Suggestive Readings
• Prasad, Chandrika (2017). Text Book of Algebra and Theory of Equations. Pothishala Pvt Ltd.
21 | P a g e
COMMON POOL OF GENERIC ELECTIVES (GE) COURSES
OFFERED BY DEPARTMENT OF MATHEMATICS
Category-IV
Learning Objectives
The primary objective of this course is to introduce:
• Ordinary and partial differential equations.
• Basic theory of higher order linear differential equations, Wronskian and its properties.
• Various techniques to find the solutions of above differential equations which provide a
basis to model complex real-world situations.
Learning Outcomes
This course will enable the students to:
• Solve the exact, linear, Bernoulli equations, find orthogonal trajectories and solve rate
problems.
• Apply the method of undetermined coefficients and variation of parameters to solve linear
differential equations.
• Solve Cauchy-Euler equations and System of linear differential equations.
• Formulate and solve various types of first and second order partial differential equations.
SYLLABUS OF GE-3(i)
22 | P a g e
Unit – 3 (18 hours)
First and Second Order Partial Differential Equations
Classification and Construction of first-order partial differential equations, Method of
characteristics and general solutions of first-order partial differential equations, Canonical
forms and method of separation of variables for first order partial differential equations;
Classification and reduction to canonical forms of second-order linear partial differential
equations and their general solutions.
Essential Readings
1. Myint-U, Tyn and Debnath, Lokenath (2007). Linear Partial Differential Equations for
Scientist and Engineers (4th ed.). Birkhäuser. Indian Reprint.
2. Ross, Shepley L. (1984). Differential Equations (3rd ed.). John Wiley & Sons.
Suggestive Readings
• Edwards, C. Henry, Penney, David E., & Calvis, David T. (2015). Differential Equations
and Boundary Value Problems: Computing and Modeling (5th ed.). Pearson Education.
• Kreyszig, Erwin. (2011). Advanced Engineering Mathematics (10th ed.). Wiley India.
• Sneddon I. N. (2006). Elements of Partial Differential Equations. Dover Publications.
Learning Objectives
The primary objective of this course is to introduce:
• The concepts of ordered sets, lattices, sublattices and homomorphisms between lattices.
• Distributive lattices along with Boolean algebra and their applications in the real-world.
• Divisibility theory of congruences along with some applications.
• The number-theoretic functions and quadratic reciprocity law.
Learning Outcomes
This course will enable the students to:
• Understand the notion of ordered sets. Learn about lattices, distributive lattices, sublattices
and homomorphisms between lattices.
• Become familiar with Boolean algebra, Boolean polynomials, switching circuits and their
applications.
• Learn the concept of Karnaugh diagrams and Quinn–McCluskey method which gives an
aid to apply truth tables in real-world problems.
23 | P a g e
• Learn about some fascinating properties of prime numbers, and some of the open problems
in number theory, viz., Goldbach conjecture etc.
• Know about modular arithmetic and number-theoretic functions like Euler’s Phi-function.
• Find quadratic residues and nonresidues modulo primes using Gauss’s Quadratic
Reciprocity Law.
SYLLABUS OF GE-3(ii)
Essential Readings
1. Davey, B A., & Priestley, H. A. (2002). Introduction to Lattices and Order (2nd ed.),
Cambridge University Press, Cambridge.
2. Lidl, Rudolf & Pilz, Günter. (1998). Applied Abstract Algebra (2nd ed.), Undergraduate
Texts in Mathematics, Springer (SIE), Indian Reprint 2004.
3. Burton, David M. (2012). Elementary Number Theory (7th ed.), Mc-Graw Hill Education
Pvt. Ltd. Indian Reprint.
Suggestive Readings
• Rosen, Kenneth H. (2019). Discrete Mathematics and its Applications (8th ed.), Indian
adaptation by Kamala Krithivasan. McGraw-Hill Education. Indian Reprint 2021.
• Goodaire, Edgar G., & Parmenter, Michael M. (2006). Discrete Mathematics with Graph
Theory (3rd ed.). Pearson Education Pvt. Ltd. Indian Reprint 2018.
• Jones, G. A., & Jones, J. Mary. (2005). Elementary Number Theory. Springer
Undergraduate Mathematics Series (SUMS). Indian Reprint.
24 | P a g e