Ug 3rd Year Physics Syllabus
Ug 3rd Year Physics Syllabus
Objectives
To enable the students to acquire knowledge about the basics of
semiconductors and to understand the working of different diodes and transistors and
also to gain an insight about the communication systems.
Antenna: Antenna action - short electric doublet - Radiated field strength -Radiation
resistance - Radiated power - types of antenna.
RADAR: Principle of RADAR - Basic RADAR system - RADAR equations - Plana
Position indicator - Duplexer - Air craft landing system.
BOOKS FOR STUDY
1. Dr. R.S.Sedha, A TEXTBOOK OF APPLIED ELECTRONICS, S.Chand&
Company PVT. LTD, New Delhi(2016)
2. Murugeshan and Kiruthiga Sivaprasath, MODERN PHYSICS, S.Chand&
Company PVT. LTD, New Delhi(2016))
3. V.K Mehta, PRINCIPLES OF ELECTRONICS, S.Chand & Company PVT.
LTD, New Delhi(2016).
4. D.Chattotadhyay et al., FOUNDATIONS OF ELECTRONICS, Wiley Eastern
Ltd., New Delhi 1(988).
5. G.Kennedy, ELECTRONICS COMMUNICATION SYSTEM, Mc GRAW
Hill Book Co., New York.
COURSE OUTCOME
The students will be able to
Identify the devices and select them based on the needed application
Design and fabricate new devices
Apply their gained knowledge in modifying the needful changes in the
communication system
ELECTRONIC INSTRUMENTATION AND MEASUREMENT
TECHNIQUES
Objectives
To provide knowledge to design and create novel products and solutions for real life
problems.
Semester: V Code: 19 PHY - M - 502 Hours per week: 5 Credits: 4
UNIT 4: OSCILLOSCOPES
Basic oscilloscopes - CRT - deflection systems - delay line - CRO probes -
oscilloscope controls - Dual trace oscilloscope - special oscilloscopes overview - CRP
techniques.
COURSE OUTCOME
1. Ability to measure the values without error and accuracy.
2. Measurement of R,L,C ,Voltage, Current, Power factor , Power, Energy
3. Ability to balance Bridges to find unknown values.
4. Ability to measure frequency, phase with Oscilloscope
5. Ability to measure the voltage by digital instruments and understand the basics
of display instruments.
6. Ability to measure strain, displacement, Velocity, Angular Velocity,
temperature, Pressure ,Vacuum, and Flow
ATOMIC PHYSICS AND SPECTROSCOPY
Objective: Aims to apply quantum principles in the study and design of atoms and
spectra.
Fine structure of alkali spectra –vector atom model - special quantization –electron
spin - quantum numbers associated with vector atom model –magnetic moments –
Stern Gerlach Experiment –coupling schemes.
Pauli’s Exclusion Principle –statement –electronic structure of an elements and
periodic table –empirical rules –hyperfine structure and nuclear spin angular
momentum.
Diatomic molecules –rotation spectra rigid rotator non - rigid rotator –isotope effect in
rotation spectra –vibration spectra –microwave and IR Spectroscopy –linear harmonic
oscillator –Raman Effect –Stokes and Anti-stokes lines scattering of light –
experimental study of Raman Effect –classical and quantum theories of Raman effect
–instrumentation and applications. NMR, ESR, Mossbauer spectroscopy–Overview
theory of instrumentation and application.
COURSE OUTCOME
Understand the concepts of a good quantum number and simultaneous
observability.
Understand the origin of line widths and shapes in atomic spectra.
Understand the quantum numbers, including their physical significance, and
quantum mechanical states of the hydrogen atom.
Know about the origins of fine structure in atomic spectra.
Understand the exchange degeneracy and how this affects the excited states of
helium.
Understand the Periodic table from the viewpoint of the electronic structure.
Understand the derivation of and be able to apply the selection rules for the
interaction of electric dipole radiation and atoms.
OPTICS
OBJECTIVES:
To realize the fundamental properties of light propagation and applications
Develop a perceptive understanding of the working principles of light.
UNIT 2: INTERFERENCE
UNIT 3: DIFFRACTION
UNIT 4: POLARISATION
COURSE OUTCOME
Develop an intuitive understanding of basic concepts of light as ray, wave and
particle/photon.
Understand the nature of light, its propagation and interaction with matter.
Understand the principles of lasers and their applications.
Handle and align optical elements and set-up basic optical experiments.
Operates optical devices and equipment.
INTRODUCTION TO PROGRAMMING - PYTHON
Unit I
Variables expression statements: literal values and variables, assignment, data types,
operators, operands expression, evaluation, value; simple statements-assignments,
input/output
Unit 2
Loop (iteration): State variables; tuple assignment: while loop statement; program
execution by hane: different patterns of loop.
Unit 3
Compound data type list: list values, accessing and updating element: lists being
mutable: lists as objects; list operations and functions and slices; for loops; object
references and object values. Aliasing andcloning of lists; tuples and lists
Unit 4
Functions: Scope rules-local global built in names space: default arguments; keyword
arguments, functions with side effects
Unit 5