Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Course Code : MA 101 Title : Calculus and Differential Equations Credit Structure (Lecture-Practical-Total Credits) : 4 - 0 - 4 Prerequisites: None. Contents: Functions of single variables, Functions of several variables, Ordinary Differential Equations, Complex Variables, Partial Differential Equations- Introduction to the wave equation. Textbook(s): Advanced Engineering Mathematics, R. K. Jain and S. K. Iyenger. (J-I) Narosa . Reference books: Advanced Engineering Mathematics, Erwin Kreyszig, John Wiley and sons. Advanced Engineering Mathematics, Michael D. Greenberg, Pearson. Course outcomes: A student passing this course will have acquired the following abilities: (1) The ability to solve linear homogeneous and inhomogeneous ordinary differential equations analytically and numerically. (2) To solve nonlinear ordinary differential equations numerically. (3) To model simple problems using differential equations. (4) To use complex variables theory for certain problems. Detailed Content: Topic Functions of a real variable, differentials and approximations, mean value theorems. Taylor's theorem. Definite integrals. Functions of several variables, chain rule, chain differentiation, implicit functions. Taylor's theorem for functions of several variables Maxima, minima and saddle points. Lagrange’s multipliers. Multiple integrals. ODE of first order, linear ODE of second and higher order with constant and non-constant coefficients Non-homogeneous differential equations Power series solutions to ODEs Numerical solution to ODE: Euler’s method, midpoint rule and Runge-Kutta method. Picard’s method of successive approximation Complex Variables. Partial Differential Equations, Introduction to the wave equation Separation of variables, vibrating string. No. of hours 3 3 1 3 1 4 2 4 3 3 3 1 3 2 2 Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Course Code : CY 101 Title : Physical Chemistry Credit Structure (Lecture-Practical-Total Credits) : 3 - 0 - 3 Prerequisites: None Course Objectives: • • • • To get students acquainted with the basics of physical chemistry. To improve the fundamentals of the subject. To improve theproblem solvingskill of the students. To help students develop creative thinking Contents:1. Fundamental Principles of Chemistry 2. Periodicity and Atomic Structure 3. Chemical Bonding 4. Thermochemistry 5. Different States of Matter- Solid State, Liquid State, Gaseous State 6. Thermodynamics 7. Chemical Kinetics 8. Chemical Equilibrium 9. Electrochemistry Text Books: 1. Elements of Physical Chemistry 9th Edition by Peter Atkins, Julio De Paula, 2011, Oxford University press 2. Principles of Physical Chemistry 46th Edition by Puri, Sharma and Phatania, 2013, Vishal Publishing Company Reference Books: 1. Physical Chemistry 3rd Edition by G. W. Castellan, 2004, Narosa Book Distributors 2. Physical Chemistry 4th Edition by Robert J. Silbey, Robert A. Alberty, Moungi G. Bawendi, 2006, Wiley India Pvt. Ltd. 3. Physical Chemistry 6th Edition by Ira N Levine, 2011, Tata McGraw - Hill Education 4. Chemistry: Science of Change 4th Revised Editionby David W. Oxtoby, 2002, Brooks/Cole Course Outcomes:By the end of this course, students will be able to 1.Understand the basic foundation of physical chemistry which is broadly applicable to other areas of chemistry. 2. Solve problems competently by applying right approach to arrive at a solution. 3. Familiarize themselves with the current topics useful towards the energy and environmental related issues. 4. Improve their presentation skill by showcasing their mini projects in the form of posters. Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Assessment Components Sr. No. Particulars Percentage distribution of marks 1 Group project and poster presentation 20 2 Quiz 1+Quiz 2 5+5 =10 3 Mid semester exam 30 5 End semester exam 40 Total 100 Detailed Content: Topic No. of hours (Theory) 1.Fundamental Principles of Chemistry- Atoms, molecules and ions, Physical quantities and their dimensions, Formulas, Valency, Oxidation state, Mole concept 3 2. Periodicity and Atomic Structure - Periodic table and periodic trends, Atomic properties, Atomic radius, Ionic and covalent radius, Ionization energy, Electron affinity, Electronegativity 3 3. Chemical Bonding - Ionic bond, Covalent bond, Lewis concept, Valence bond theory, Molecular orbital theory 4 4. Thermochemistry - Change in internal energy and enthalpy in chemical reactions, Enthalpy of various processes (combustion, neutralization, formation, dissociation), Hess's law 5 5. Different States of Matter- Solid State -Amorphous and crystalline materials, Lattice and lattice energy, Miller indices, Band theory of metals, semiconductors and insulators. Liquid State - Surface energy, Surface tension, Viscosity, Vapour pressure, Reynolds number. Gaseous State- Kinetic theory of gases, Kinetic energy and temperature, Boltzmann constant, Maxwell's distribution, Collision properties, Mean free path, Degree of freedom 5 6. Thermodynamics - Laws of thermodynamics, Thermodynamics of solutions 5 7. Chemical Kinetics - Order, molecularity and rate of different reactions, Activation energy, Reaction rate theories, Catalysis 5 8. Chemical Equilibrium - Law of mass action, Effect of various parameters on chemical equilibrium, Le Chatelier principle, Ionic equilibriaprofiles 5 9. Electrochemistry - Galvanic cell, Hydrogen electrode, Nernst equation, Calomel electrode, Standard electrode potential, Fuel cell 5 Total 40 Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Lab 1. Biodiesel synthesis (Students will able to take household vegetable oils, and react them into a readily usable energy source, biodiesel) 2. Boiling point elevation - which can be coupled with the sensor that Jaina is developing 3. Nano porous SiO2 based aerogels (This experiment can become very interesting if we add different colors and synthesis colored glass. We can also study the conducting properties of these materials) 4. Chemical kinetics experiment that you suggested. (I am not very sure how the light sticks work, we can discuss over it sometime) 5. Saponification Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Course Code : CS 101 Title: Introduction to Computation and Programming (ICP) Credit Structure (Lecture-Practical-Total Credits) : 3 - 3 – 4.5 Prerequisites: Basic knowledge of computer Course outcomes: At the end of the course, student will • • • Be able to develop logical analytical ability to perceive and solve computational problems Be able to write and test computer programs developed with C programming language Be able to work effectively with various computer software tools like editors, compilers, office automation, imaging etc. Textbook(s) : • • Deitel and Deitel, C How to Program, Fifth edition. Dey and Ghosh, Programming in C, Oxford University Press Reference books: • • • • • • Kernighan & Ritchie, The C Programming Language, Second Edition, Prentice Hall, 2000. R. G. Dromey, How to solve it by Computer, Prentice Hall India Pvt. Ltd. Forouzan, Behrouz A.; Gilberg, Richard F, A Structured Programming Approach Using C, Thomson Learning Steve Oualline, Practical C Programming, O’reilly Herb Schildt, C Complete Reference, Tata-McGraw-Hill Herb Schildt, Mastering C, Tata-McGraw-Hill Course content: Sr. No. Topic 1 Problem solving techniques: Algorithm development, flow charts, decision tables, structured English 2 Basic concepts of C: character set, keywords, constants, variables, data types 3 Operators: Arithmetic, Unary, Relational, Logical, Assignment, Conditional and expressions 4 Input-Output Operations: getchar, putchar, scanf, printf, gets and puts 5 Compilations and execution of C program with debugging options 6 Principles of Structured Programming Control statements: Branching statements: goto, if – else, switch Loop: do – while, for, break, continue 7 Static Allocation and Array : Single dimension, two dimension, multi dimension 8 Functions: Library functions and user-defined functions 9 Character handling 10 Dynamic Allocation and Pointers 11 Structures & unions 12 File handling Total Theory Hours Hours 10 2 2 2 2 6 4 3 1 5 2 3 42 Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Course Code : HS 102 Title : Environmental Studies Credit Structure (Lecture-Practical-Total Credits) : 3 - 0 – 3 Prerequisites: None Course Objectives: (i) To acquire a basic understanding and knowledge of the environment and its associated problems. (ii) Acquire an attitude of concern for the environment. (iii) Acquire the skills for identifying and solving environmental problems. (iv) Develop the ability to evaluate measures for the improvement and protection of environment. Contents:1.Introduction to Environment and Environmental Studies: 2. Ecology and Ecosystems 3. Global Environmental Issues: Climate Change, Global Warming and Green House Effect, Acid Rain, Depletion of Ozone layer 4. Environmental pollution:Water Pollution, Air Pollution, Land Pollution, Noise Pollution, Thermal Pollution 5. Natural Resources: Renewable and Nonrenewable resources, Water resources, Forest resources, Food resources, Energy resources 6. Human Population and Environment Text Books: 1.Environmental Studies by R. Rajagopalan, Second Edition, Oxford University Press 2.Environmental Studies by B.R Shah and Snehal Popli, Sixth Edition, Mahajan Publishing House, Ahmedabad Reference Books: 1. Textbook of Environmental Studies for Undergraduate Courses by Erach Bharucha Second Edition,2013 Publisher: Universities Press (India) Private Ltd, Hyderabad. 2. Environmental Sciences by Daniel B.Botkin & Edward A Keller Publisher: John Wiley & Sons. 3. Basics of Environmental Studies by Prof Dr N S Varandani ,2013 Publisher: LAP -Lambert Academic Publishing , Germany 4. Environmental Studies by Anindita Basak ,2009 Publisher: Drling Kindersley(India)Pvt. Ltd Pearson 5. Environmental Studies by Benny Joseph, TMH publishers 6. Basics of Environmental Studies by U K Khare, 2011 Published by Tata McGraw Hill Course Outcomes: By the end of this course, students will be able to 1. Develop awareness about their role towards environmental protection and prevention. 2. Understand and realize the nature of the environment, its components, and inter-relationship between man and environment. 3. Understand the relevance and importance of the natural resources for the sustenance of life on earth. 4. Identify the types of environmental pollution and their control measures. 5. Comprehend the importance of ecosystem, biodiversity and natural bio geo chemical cycle. Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Assessment Components Pattern:Sr. No. Particulars Percentage distribution of marks 1 Projects 20 2 Quiz /Assignments 10 3 Mid semester exam 30 4 End semester exam 40 Total 100 Detailed Content: Lectures (Theory) Topic 1. Introduction to Environment and Environmental Studies: Different components of Environment and their interrelationship, Man and Environment relationship, Impact of technology on Environment, Environmental Degradation 2. Ecology and Ecosystems: Ecology, Concept of an ecosystem- structure and functions of ecosystem Components of ecosystem- Producers, Consumers, Decomposers. Bio-Geo- Chemical Cycles- Hydrologic Cycle, Carbon cycle, Nitrogen cycle, Sulphur cycle, Phosphorous cycle, Oxygen cycle Energy Flow in Ecosystem, Food Chains, Food webs and Ecological Pyramids Major Ecosystems: Forest Ecosystem, Grassland Ecosystem, Desert Ecosystem, Aquatic Ecosystem, Estuarine Ecosystem. 3. Global Environmental Issues: Climate Change, Global Warming and Green House Effect, Acid Rain, Depletion of Ozone layer 4. Environmental pollution: Water / Air / Land / Noise / Thermal Pollution 5. Natural Resources: Renewable and Nonrenewable resources, Water resources, Forest resources, Food resources, Energy resources 6. Human Population and Environment: Population Growth, World and Indian scenario, Population and Environmental Degradation, Malthusian theory, Optimum theory, Population explosion – Causes, Effects and Control. Urbanization: Urban population growth and Environmental problems Total No. of hours (Theory) 5 10 5 8 6 6 40 Chemical Engineering Semester I -----------------------------------------------------------------------------------------------------------Course Code : EC 101 Title: Basic Electric Circuits Credit Structure (Lecture-Practical-Total Credits) : 3 - 3 – 4.5 Prerequisites: None Contents The course will teach the basic principles of analysing and designing electric and basic electronic circuits. A strong emphasis will be placed on project work. Basic circuit elements, nodal and mesh analysis, circuit theorems, ideal op-amp circuits, R,L,C transients – first and second order, RLC resonance, sinusoidal steady-state analysis. Op-amp based electronic circuits: Filters, oscillators, function generators. Diode circuits, simple dc power supply. Textbook(s) R.C. Dorf and J. Svoboda, Introduction to Electric Circuits, 6th edition Reference books W. Hayt, J. Kemmerly and S. Durbin, Engineering Circuit Analysis, 6th edition Anant Agarwal and Jeffrey Lang, Foundations of Analog and Digital Electronic Circuits. Course outcomes: • Ability to analyse linear, time-invariant circuits under dc, transient and sinusoidal steady-state conditions • Ability to simplify circuits by using Superposition, Thevenin’s and Norton’s theorems • Ability to recognize, and analyse, basic electronic circuits like amplifiers, active filters, oscillators, function generators built with opamps as building blocks Detailed Content: Topic Name No. of lectures Introduction 1 Cordless mike, radio receiver 1 Circuit elements (R,L,C, sources; linear and non-linear; active and passive) 2 Nodal and mesh analyses 6 Circuit theorems 3 Ideal op-amp circuits 2 RLC transients 5 RLC resonance 2 Sinusoidal steady-state analysis 4 Filters, oscillators, function generators 9 Diode circuits; dc power supply 3 TOTAL 38