Rakshitjan commited on
Commit
61f7a6d
·
verified ·
1 Parent(s): 48f9048

Update Physics.json

Browse files
Files changed (1) hide show
  1. Physics.json +276 -275
Physics.json CHANGED
@@ -1,276 +1,277 @@
1
- {
2
- "chapters": [
3
- {
4
- "chapter": "Physics and Measurement",
5
- "total_hours": "4",
6
- "subtopics": [
7
- {"subtopic": "Units of measurements, System of Units, SI Units", "subtopic_hours": "1"},
8
- {"subtopic": "Fundamental and derived units", "subtopic_hours": "1"},
9
- {"subtopic": "Least count, significant figures, Errors in measurements", "subtopic_hours": "1"},
10
- {"subtopic": "Dimensions of Physics quantities, dimensional analysis, and its applications", "subtopic_hours": "1"}
11
- ]
12
- },
13
- {
14
- "chapter": "Kinematics",
15
- "total_hours": "17",
16
- "subtopics": [
17
- {"subtopic": "Frame of reference, motion in a straight line, Position-time graph, speed and velocity", "subtopic_hours": "4.5"},
18
- {"subtopic": "Uniform and non-uniform motion, average speed and instantaneous velocity", "subtopic_hours": "4.5"},
19
- {"subtopic": "Uniformly accelerated motion, velocity-time, position-time graph", "subtopic_hours": "4.5"},
20
- {"subtopic": "Scalars and Vectors, Vector Addition and subtraction, scalar and vector products", "subtopic_hours": "4.5"}
21
- ]
22
- },
23
- {
24
- "chapter": "Laws of Motion",
25
- "total_hours": "12",
26
- "subtopics": [
27
- {"subtopic": "Force and inertia, Newton’s First law of motion", "subtopic_hours": "2.5"},
28
- {"subtopic": "Momentum, Newton’s Second Law of motion, Impulses", "subtopic_hours": "2.5"},
29
- {"subtopic": "Newton’s Third Law of motion. Law of conservation of linear momentum and its applications", "subtopic_hours": "2.5"},
30
- {"subtopic": "Static and Kinetic friction, laws of friction, rolling friction", "subtopic_hours": "2.5"},
31
- {"subtopic": "Dynamics of uniform circular motion: centripetal force and its applications", "subtopic_hours": "2.5"}
32
- ]
33
- },
34
- {
35
- "chapter": "Work, Energy and Power",
36
- "total_hours": "9",
37
- "subtopics": [
38
- {"subtopic": "Work done by a constant force and a variable force", "subtopic_hours": "2"},
39
- {"subtopic": "Kinetic and potential energies, work-energy theorem, power", "subtopic_hours": "2"},
40
- {"subtopic": "Potential energy of spring, conservation of mechanical energy", "subtopic_hours": "2"},
41
- {"subtopic": "Conservative and non-conservative forces", "subtopic_hours": "2"},
42
- {"subtopic": "Elastic and inelastic collisions in one and two dimensions", "subtopic_hours": "2"}
43
- ]
44
- },
45
- {
46
- "chapter": "Rotational Motion",
47
- "total_hours": "13",
48
- "subtopics": [
49
- {"subtopic": "Centre of mass of a two-particle system, Centre of mass of a rigid body", "subtopic_hours": "2"},
50
- {"subtopic": "Basic concepts of rotational motion; moment of a force; torque, angular momentum", "subtopic_hours": "2"},
51
- {"subtopic": "Conservation of angular momentum and its applications", "subtopic_hours": "2"},
52
- {"subtopic": "Moment of inertia, radius of gyration, values of moments of inertia for simple geometrical objects", "subtopic_hours": "2"},
53
- {"subtopic": "Parallel and perpendicular axes theorems, and their applications", "subtopic_hours": "2"},
54
- {"subtopic": "Equilibrium of rigid bodies, rigid body rotation and equations of rotational motion", "subtopic_hours": "2"},
55
- {"subtopic": "Comparison of linear and rotational motions", "subtopic_hours": "2"}
56
- ]
57
- },
58
- {
59
- "chapter": "Gravitation",
60
- "total_hours": "6",
61
- "subtopics": [
62
- {"subtopic": "The universal law of gravitation", "subtopic_hours": "1"},
63
- {"subtopic": "Acceleration due to gravity and its variation with altitude and depth", "subtopic_hours": "1"},
64
- {"subtopic": "Kepler’s law of planetary motion", "subtopic_hours": "1"},
65
- {"subtopic": "Gravitational potential energy; gravitational potential", "subtopic_hours": "1"},
66
- {"subtopic": "Escape velocity", "subtopic_hours": "1"},
67
- {"subtopic": "Motion of a satellite, orbital velocity, time period, and energy of satellite", "subtopic_hours": "1"}
68
- ]
69
- },
70
- {
71
- "chapter": "Properties of Solids and Liquids",
72
- "total_hours": "24",
73
- "subtopics": [
74
- {"subtopic": "Elastic behavior, Stress-strain relationship, Hooke's Law", "subtopic_hours": "2.5"},
75
- {"subtopic": "Young's modulus, bulk modulus, and modulus of rigidity", "subtopic_hours": "2.5"},
76
- {"subtopic": "Pressure due to a fluid column; Pascal's law and its applications", "subtopic_hours": "2.5"},
77
- {"subtopic": "Effect of gravity on fluid pressure", "subtopic_hours": "2.5"},
78
- {"subtopic": "Viscosity. Stokes' law. terminal velocity, streamline, and turbulent flow.critical velocity", "subtopic_hours": "2.5"},
79
- {"subtopic": "Bernoulli's principle and its applications", "subtopic_hours": "2.5"},
80
- {"subtopic": "Surface energy and surface tension, angle of contact, excess of pressure across a curved surface", "subtopic_hours": "2.5"},
81
- {"subtopic": "Application of surface tension - drops, bubbles, and capillary rise", "subtopic_hours": "2.5"},
82
- {"subtopic": "Heat, temperature, thermal expansion; specific heat capacity, calorimetry; change of state, latent heat", "subtopic_hours": "2.5"},
83
- {"subtopic": "Heat transfer conduction, convection, and radiation", "subtopic_hours": "2.5"}
84
- ]
85
- },
86
- {
87
- "chapter": "Thermodynamics",
88
- "total_hours": "6",
89
- "subtopics": [
90
- {"subtopic": "Thermal equilibrium, zeroth law of thermodynamics, the concept of temperature", "subtopic_hours": "1.5"},
91
- {"subtopic": "Heat, work, and internal energy", "subtopic_hours": "1.5"},
92
- {"subtopic": "The first law of thermodynamics, isothermal and adiabatic processes", "subtopic_hours": "1.5"},
93
- {"subtopic": "The second law of thermodynamics: reversible and irreversible processes", "subtopic_hours": "1.5"}
94
- ]
95
- },
96
- {
97
- "chapter": "Kinetic Theory of Gases",
98
- "total_hours": "5",
99
- "subtopics": [
100
- {"subtopic": "Equation of state of a perfect gas, work done on compressing a gas", "subtopic_hours": "1"},
101
- {"subtopic": "Kinetic theory of gases - assumptions, the concept of pressure", "subtopic_hours": "1"},
102
- {"subtopic": "Kinetic interpretation of temperature: RMS speed of gas molecules: Degrees of freedom", "subtopic_hours": "1"},
103
- {"subtopic": "Law of equipartition of energy and applications to specific heat capacities of gases", "subtopic_hours": "1"},
104
- {"subtopic": "Mean free path", "subtopic_hours": "1"},
105
- {"subtopic": "Avogadro's number", "subtopic_hours": "1"}
106
- ]
107
- },
108
- {
109
- "chapter": "Oscillations and Waves",
110
- "total_hours": "17",
111
- "subtopics": [
112
- {"subtopic": "Oscillations and periodic motion time period, frequency, displacement as a function of time", "subtopic_hours": "1.5"},
113
- {"subtopic": "Periodic functions", "subtopic_hours": "1.5"},
114
- {"subtopic": "Simple harmonic motion (S.H.M.) and its equation; phase", "subtopic_hours": "1.5"},
115
- {"subtopic": "Oscillations of a spring - restoring force and force constant: energy in S.H.M. - Kinetic and potential energies", "subtopic_hours": "1.5"},
116
- {"subtopic": "Simple pendulum - derivation of expression for its time period", "subtopic_hours": "1.5"},
117
- {"subtopic": "Wave motion", "subtopic_hours": "1.5"},
118
- {"subtopic": "Longitudinal and transverse waves, speed of the traveling wave", "subtopic_hours": "1.5"},
119
- {"subtopic": "Displacement relation for a progressive wave", "subtopic_hours": "1.5"},
120
- {"subtopic": "Principle of superposition of waves, reflection of waves", "subtopic_hours": "1.5"},
121
- {"subtopic": "Standing waves in strings and organ pipes, fundamental mode, and harmonics", "subtopic_hours": "1.5"},
122
- {"subtopic": "Beats", "subtopic_hours": "1.5"}
123
- ]
124
- },
125
- {
126
- "chapter": "Electrostatics",
127
- "total_hours": "24",
128
- "subtopics": [
129
- {"subtopic": "Electric charges: Conservation of charge", "subtopic_hours": "1.5"},
130
- {"subtopic": "Coulomb's law forces between two point charges, forces between multiple charges: superposition principle and continuous charge distribution", "subtopic_hours": "1.5"},
131
- {"subtopic": "Electric field: Electric field due to a point charge, Electric field lines", "subtopic_hours": "1.5"},
132
- {"subtopic": "Electric dipole, Electric field due to a dipole", "subtopic_hours": "1.5"},
133
- {"subtopic": "Torque on a dipole in a uniform electric field", "subtopic_hours": "1.5"},
134
- {"subtopic": "Electric flux", "subtopic_hours": "1.5"},
135
- {"subtopic": "Gauss's law and its applications to find field due to infinitely long uniformly charged straight wire uniformly charged infinite plane sheet, and uniformly charged thin spherical shell", "subtopic_hours": "1.5"},
136
- {"subtopic": "Electric potential and its calculation for a point charge, electric dipole and system of charges: Equipotential surfaces, Electrical potential energy of a system of two point charges and electric dipole in an electrostatic field", "subtopic_hours": "1.5"},
137
- {"subtopic": "Conductors and insulators", "subtopic_hours": "1.5"},
138
- {"subtopic": "Free charges and bound charges inside a conductor", "subtopic_hours": "1.5"},
139
- {"subtopic": "Dielectrics and electric polarization", "subtopic_hours": "1.5"},
140
- {"subtopic": "Capacitance, combination of capacitors in series and in parallel", "subtopic_hours": "1.5"},
141
- {"subtopic": "Capacitance of a parallel plate capacitor with and without dielectric medium between the plates", "subtopic_hours": "1.5"},
142
- {"subtopic": "Energy stored in a capacitor", "subtopic_hours": "1.5"},
143
- {"subtopic": "Van de Graaff generator", "subtopic_hours": "1.5"}
144
- ]
145
- },
146
- {
147
- "chapter": "Current Electricity",
148
- "total_hours": "11",
149
- "subtopics": [
150
- {"subtopic": "Electric current", "subtopic_hours": "1"},
151
- {"subtopic": "Flow of electric charges in a metallic conductor", "subtopic_hours": "1"},
152
- {"subtopic": "Ohm's law, electrical resistance, V-I characteristics (linear and non-linear)", "subtopic_hours": "1"},
153
- {"subtopic": "Electrical energy and power, electrical resistivity and conductivity", "subtopic_hours": "1"},
154
- {"subtopic": "Carbon resistors, color code for carbon resistors", "subtopic_hours": "1"},
155
- {"subtopic": "Series and parallel combinations of resistors", "subtopic_hours": "1"},
156
- {"subtopic": "Temperature dependence of resistance", "subtopic_hours": "1"},
157
- {"subtopic": "Kirchhoff's laws and simple applications", "subtopic_hours": "1"},
158
- {"subtopic": "Wheatstone bridge", "subtopic_hours": "1"},
159
- {"subtopic": "Metre bridge", "subtopic_hours": "1"},
160
- {"subtopic": "Potentiometer - principle and its applications", "subtopic_hours": "1"}
161
- ]
162
- },
163
- {
164
- "chapter": "Magnetic Effects of Current and Magnetism",
165
- "total_hours": "11",
166
- "subtopics": [
167
- {"subtopic": "Biot - Savart law and its application to current-carrying circular loop", "subtopic_hours": "1"},
168
- {"subtopic": "Ampere's law and its applications to infinitely long current carrying straight wire and solenoid", "subtopic_hours": "1"},
169
- {"subtopic": "Force on a moving charge in uniform magnetic and electric fields", "subtopic_hours": "1"},
170
- {"subtopic": "Cyclotron", "subtopic_hours": "1"},
171
- {"subtopic": "Force on a current-carrying conductor in a uniform magnetic field", "subtopic_hours": "1"},
172
- {"subtopic": "Force between two parallel current-carrying conductors - definition of ampere", "subtopic_hours": "1"},
173
- {"subtopic": "Torque experienced by a current loop in a magnetic field: moving coil galvanometer, its current sensitivity, and conversion to ammeter and voltmeter", "subtopic_hours": "1"},
174
- {"subtopic": "Current loop as a magnetic dipole and its magnetic dipole moment", "subtopic_hours": "1"},
175
- {"subtopic": "Magnetic dipole moment of a revolving electron", "subtopic_hours": "1"},
176
- {"subtopic": "Magnetic field intensity due to a magnetic dipole (bar magnet) along its axis and perpendicular to its axis", "subtopic_hours": "1"},
177
- {"subtopic": "Torque on a magnetic dipole (bar magnet) in a uniform magnetic field", "subtopic_hours": "1"},
178
- {"subtopic": "Bar magnet as an equivalent solenoid, magnetic field lines", "subtopic_hours": "1"},
179
- {"subtopic": "Earth's magnetic field and magnetic elements", "subtopic_hours": "1"},
180
- {"subtopic": "Para-, dia- and ferro - magnetic substances", "subtopic_hours": "1"},
181
- {"subtopic": "Magnetic susceptibility and permeability, Hysteresis", "subtopic_hours": "1"},
182
- {"subtopic": "Electromagnets and permanent magnets", "subtopic_hours": "1"}
183
- ]
184
- },
185
- {
186
- "chapter": "Electromagnetic Induction and Alternating Currents",
187
- "total_hours": "18",
188
- "subtopics": [
189
- {"subtopic": "Electromagnetic induction; Faraday's laws, Induced emf and current; Lenz's Law", "subtopic_hours": "2"},
190
- {"subtopic": "Eddy currents", "subtopic_hours": "2"},
191
- {"subtopic": "Self and mutual inductance", "subtopic_hours": "2"},
192
- {"subtopic": "Alternating currents, peak and RMS value of alternating current/voltage", "subtopic_hours": "2"},
193
- {"subtopic": "Reactance and impedance; LC oscillations (qualitative treatment only)", "subtopic_hours": "2"},
194
- {"subtopic": "LCR series circuit, resonance; power in AC circuits, wattless current", "subtopic_hours": "2"},
195
- {"subtopic": "AC generator and transformer", "subtopic_hours": "2"},
196
- {"subtopic": "Electromagnetic waves: Characteristics of electromagnetic waves", "subtopic_hours": "2"},
197
- {"subtopic": "Transverse nature of electromagnetic waves", "subtopic_hours": "2"},
198
- {"subtopic": "Electromagnetic spectrum (radio waves, microwaves, infrared, visible, ultraviolet, X-rays, gamma rays) including elementary facts about their uses", "subtopic_hours": "2"}
199
- ]
200
- },
201
- {
202
- "chapter": "Optics",
203
- "total_hours": "34",
204
- "subtopics": [
205
- {"subtopic": "Reflection and refraction of light at plane and spherical surfaces, mirror formula", "subtopic_hours": "2"},
206
- {"subtopic": "Total internal reflection and its applications", "subtopic_hours": "2"},
207
- {"subtopic": "Deviation and dispersion of light by a prism; Lens Formula", "subtopic_hours": "2"},
208
- {"subtopic": "Magnification; Power of a Lens", "subtopic_hours": "2"},
209
- {"subtopic": "Combination of thin lenses in contact", "subtopic_hours": "2"},
210
- {"subtopic": "Microscope and astronomical telescope (reflecting and refracting) and their magnifying powers", "subtopic_hours": "2"},
211
- {"subtopic": "Wave optics: wavefront and Huygens' principle", "subtopic_hours": "2"},
212
- {"subtopic": "Reflection and refraction of plane wave at a plane surface using wavefronts", "subtopic_hours": "2"},
213
- {"subtopic": "Proof of laws of reflection and refraction using Huygens' principle", "subtopic_hours": "2"},
214
- {"subtopic": "Interference, Young's double slit experiment and expression for fringe width", "subtopic_hours": "2"},
215
- {"subtopic": "Coherent sources and sustained interference of light", "subtopic_hours": "2"},
216
- {"subtopic": "Diffraction due to a single slit", "subtopic_hours": "2"},
217
- {"subtopic": "Rayleigh's criterion of resolution", "subtopic_hours": "2"},
218
- {"subtopic": "Resolving power of microscopes and astronomical telescopes", "subtopic_hours": "2"},
219
- {"subtopic": "Polarization", "subtopic_hours": "2"},
220
- {"subtopic": "Plane polarized light; Brewster's law, uses of plane polarized light and Polaroids", "subtopic_hours": "2"}
221
- ]
222
- },
223
- {
224
- "chapter": "Dual Nature of Matter and Radiation",
225
- "total_hours": "6",
226
- "subtopics": [
227
- {"subtopic": "Dual nature of radiation", "subtopic_hours": "1.5"},
228
- {"subtopic": "Photoelectric effect, Hertz and Lenard's observations; Einstein's photoelectric equation", "subtopic_hours": "1.5"},
229
- {"subtopic": "Particle nature of light; Matter waves-wave nature of particles, de Broglie relation", "subtopic_hours": "1.5"},
230
- {"subtopic": "Davisson-Germer experiment", "subtopic_hours": "1.5"}
231
- ]
232
- },
233
- {
234
- "chapter": "Atoms and Nuclei",
235
- "total_hours": "15",
236
- "subtopics": [
237
- {"subtopic": "Alpha-particle scattering experiments", "subtopic_hours": "1.5"},
238
- {"subtopic": "Rutherford's model of atom", "subtopic_hours": "1.5"},
239
- {"subtopic": "Bohr model, energy levels, hydrogen spectrum", "subtopic_hours": "1.5"},
240
- {"subtopic": "Composition and size of nucleus, atomic masses, isotopes, isobars", "subtopic_hours": "1.5"},
241
- {"subtopic": "Radioactivity", "subtopic_hours": "1.5"},
242
- {"subtopic": "Alpha, beta and gamma particles/rays and their properties", "subtopic_hours": "1.5"},
243
- {"subtopic": "Radioactive decay law, half-life and mean life of radioactivity, binding energy per nucleon and its variation with mass number", "subtopic_hours": "1.5"},
244
- {"subtopic": "Mass-energy relation, mass defect", "subtopic_hours": "1.5"},
245
- {"subtopic": "Fission and fusion", "subtopic_hours": "1.5"}
246
- ]
247
- },
248
- {
249
- "chapter": "Electronic Devices",
250
- "total_hours": "10",
251
- "subtopics": [
252
- {"subtopic": "Semiconductors; semiconductor diode: I-V characteristics in forward and reverse bias", "subtopic_hours": "1.5"},
253
- {"subtopic": "Diode as a rectifier; special purpose p-n junction diodes: LEDs, photodiodes, solar cells, and Zener diode and their characteristics", "subtopic_hours": "1.5"},
254
- {"subtopic": "Zener diode as a voltage regulator", "subtopic_hours": "1.5"},
255
- {"subtopic": "Junction transistor, transistor action", "subtopic_hours": "1.5"},
256
- {"subtopic": "Characteristics of a transistor, transistor as an amplifier (common emitter configuration) and oscillator", "subtopic_hours": "1.5"},
257
- {"subtopic": "Logic gates (OR, AND, NOT, NAND and NOR)", "subtopic_hours": "1.5"},
258
- {"subtopic": "Transistor as a switch", "subtopic_hours": "1.5"}
259
- ]
260
- },
261
- {
262
- "chapter": "Communication Systems",
263
- "total_hours": "10",
264
- "subtopics": [
265
- {"subtopic": "Propagation of electromagnetic waves in the atmosphere; Sky and space wave propagation", "subtopic_hours": "1"},
266
- {"subtopic": "Need for modulation", "subtopic_hours": "1"},
267
- {"subtopic": "Amplitude modulation, production and detection of amplitude modulation", "subtopic_hours": "1"},
268
- {"subtopic": "Basic elements of a communication system (block diagram only)", "subtopic_hours": "1"},
269
- {"subtopic": "Bandwidth of signals (speech, TV and digital data)", "subtopic_hours": "1"},
270
- {"subtopic": "Bandwidth of transmission medium", "subtopic_hours": "1"},
271
- {"subtopic": "Basic concepts of Analog and Digital communication", "subtopic_hours": "1"},
272
- {"subtopic": "Introduction to mobile telephony", "subtopic_hours": "1"}
273
- ]
274
- }
275
- ]
 
276
  }
 
1
+ {
2
+ "chapters": [
3
+ {
4
+ "chapter": "Physics and Measurement",
5
+ "total_hours": "4",
6
+ "subtopics": [
7
+ {"subtopic": "start", "subtopic_hours":"1"},
8
+ {"subtopic": "Units of measurements, System of Units, SI Units", "subtopic_hours": "1"},
9
+ {"subtopic": "Fundamental and derived units", "subtopic_hours": "1"},
10
+ {"subtopic": "Least count, significant figures, Errors in measurements", "subtopic_hours": "1"},
11
+ {"subtopic": "Dimensions of Physics quantities, dimensional analysis, and its applications", "subtopic_hours": "1"}
12
+ ]
13
+ },
14
+ {
15
+ "chapter": "Kinematics",
16
+ "total_hours": "17",
17
+ "subtopics": [
18
+ {"subtopic": "Frame of reference, motion in a straight line, Position-time graph, speed and velocity", "subtopic_hours": "4.5"},
19
+ {"subtopic": "Uniform and non-uniform motion, average speed and instantaneous velocity", "subtopic_hours": "4.5"},
20
+ {"subtopic": "Uniformly accelerated motion, velocity-time, position-time graph", "subtopic_hours": "4.5"},
21
+ {"subtopic": "Scalars and Vectors, Vector Addition and subtraction, scalar and vector products", "subtopic_hours": "4.5"}
22
+ ]
23
+ },
24
+ {
25
+ "chapter": "Laws of Motion",
26
+ "total_hours": "12",
27
+ "subtopics": [
28
+ {"subtopic": "Force and inertia, Newton’s First law of motion", "subtopic_hours": "2.5"},
29
+ {"subtopic": "Momentum, Newton’s Second Law of motion, Impulses", "subtopic_hours": "2.5"},
30
+ {"subtopic": "Newton’s Third Law of motion. Law of conservation of linear momentum and its applications", "subtopic_hours": "2.5"},
31
+ {"subtopic": "Static and Kinetic friction, laws of friction, rolling friction", "subtopic_hours": "2.5"},
32
+ {"subtopic": "Dynamics of uniform circular motion: centripetal force and its applications", "subtopic_hours": "2.5"}
33
+ ]
34
+ },
35
+ {
36
+ "chapter": "Work, Energy and Power",
37
+ "total_hours": "9",
38
+ "subtopics": [
39
+ {"subtopic": "Work done by a constant force and a variable force", "subtopic_hours": "2"},
40
+ {"subtopic": "Kinetic and potential energies, work-energy theorem, power", "subtopic_hours": "2"},
41
+ {"subtopic": "Potential energy of spring, conservation of mechanical energy", "subtopic_hours": "2"},
42
+ {"subtopic": "Conservative and non-conservative forces", "subtopic_hours": "2"},
43
+ {"subtopic": "Elastic and inelastic collisions in one and two dimensions", "subtopic_hours": "2"}
44
+ ]
45
+ },
46
+ {
47
+ "chapter": "Rotational Motion",
48
+ "total_hours": "13",
49
+ "subtopics": [
50
+ {"subtopic": "Centre of mass of a two-particle system, Centre of mass of a rigid body", "subtopic_hours": "2"},
51
+ {"subtopic": "Basic concepts of rotational motion; moment of a force; torque, angular momentum", "subtopic_hours": "2"},
52
+ {"subtopic": "Conservation of angular momentum and its applications", "subtopic_hours": "2"},
53
+ {"subtopic": "Moment of inertia, radius of gyration, values of moments of inertia for simple geometrical objects", "subtopic_hours": "2"},
54
+ {"subtopic": "Parallel and perpendicular axes theorems, and their applications", "subtopic_hours": "2"},
55
+ {"subtopic": "Equilibrium of rigid bodies, rigid body rotation and equations of rotational motion", "subtopic_hours": "2"},
56
+ {"subtopic": "Comparison of linear and rotational motions", "subtopic_hours": "2"}
57
+ ]
58
+ },
59
+ {
60
+ "chapter": "Gravitation",
61
+ "total_hours": "6",
62
+ "subtopics": [
63
+ {"subtopic": "The universal law of gravitation", "subtopic_hours": "1"},
64
+ {"subtopic": "Acceleration due to gravity and its variation with altitude and depth", "subtopic_hours": "1"},
65
+ {"subtopic": "Kepler’s law of planetary motion", "subtopic_hours": "1"},
66
+ {"subtopic": "Gravitational potential energy; gravitational potential", "subtopic_hours": "1"},
67
+ {"subtopic": "Escape velocity", "subtopic_hours": "1"},
68
+ {"subtopic": "Motion of a satellite, orbital velocity, time period, and energy of satellite", "subtopic_hours": "1"}
69
+ ]
70
+ },
71
+ {
72
+ "chapter": "Properties of Solids and Liquids",
73
+ "total_hours": "24",
74
+ "subtopics": [
75
+ {"subtopic": "Elastic behavior, Stress-strain relationship, Hooke's Law", "subtopic_hours": "2.5"},
76
+ {"subtopic": "Young's modulus, bulk modulus, and modulus of rigidity", "subtopic_hours": "2.5"},
77
+ {"subtopic": "Pressure due to a fluid column; Pascal's law and its applications", "subtopic_hours": "2.5"},
78
+ {"subtopic": "Effect of gravity on fluid pressure", "subtopic_hours": "2.5"},
79
+ {"subtopic": "Viscosity. Stokes' law. terminal velocity, streamline, and turbulent flow.critical velocity", "subtopic_hours": "2.5"},
80
+ {"subtopic": "Bernoulli's principle and its applications", "subtopic_hours": "2.5"},
81
+ {"subtopic": "Surface energy and surface tension, angle of contact, excess of pressure across a curved surface", "subtopic_hours": "2.5"},
82
+ {"subtopic": "Application of surface tension - drops, bubbles, and capillary rise", "subtopic_hours": "2.5"},
83
+ {"subtopic": "Heat, temperature, thermal expansion; specific heat capacity, calorimetry; change of state, latent heat", "subtopic_hours": "2.5"},
84
+ {"subtopic": "Heat transfer conduction, convection, and radiation", "subtopic_hours": "2.5"}
85
+ ]
86
+ },
87
+ {
88
+ "chapter": "Thermodynamics",
89
+ "total_hours": "6",
90
+ "subtopics": [
91
+ {"subtopic": "Thermal equilibrium, zeroth law of thermodynamics, the concept of temperature", "subtopic_hours": "1.5"},
92
+ {"subtopic": "Heat, work, and internal energy", "subtopic_hours": "1.5"},
93
+ {"subtopic": "The first law of thermodynamics, isothermal and adiabatic processes", "subtopic_hours": "1.5"},
94
+ {"subtopic": "The second law of thermodynamics: reversible and irreversible processes", "subtopic_hours": "1.5"}
95
+ ]
96
+ },
97
+ {
98
+ "chapter": "Kinetic Theory of Gases",
99
+ "total_hours": "5",
100
+ "subtopics": [
101
+ {"subtopic": "Equation of state of a perfect gas, work done on compressing a gas", "subtopic_hours": "1"},
102
+ {"subtopic": "Kinetic theory of gases - assumptions, the concept of pressure", "subtopic_hours": "1"},
103
+ {"subtopic": "Kinetic interpretation of temperature: RMS speed of gas molecules: Degrees of freedom", "subtopic_hours": "1"},
104
+ {"subtopic": "Law of equipartition of energy and applications to specific heat capacities of gases", "subtopic_hours": "1"},
105
+ {"subtopic": "Mean free path", "subtopic_hours": "1"},
106
+ {"subtopic": "Avogadro's number", "subtopic_hours": "1"}
107
+ ]
108
+ },
109
+ {
110
+ "chapter": "Oscillations and Waves",
111
+ "total_hours": "17",
112
+ "subtopics": [
113
+ {"subtopic": "Oscillations and periodic motion time period, frequency, displacement as a function of time", "subtopic_hours": "1.5"},
114
+ {"subtopic": "Periodic functions", "subtopic_hours": "1.5"},
115
+ {"subtopic": "Simple harmonic motion (S.H.M.) and its equation; phase", "subtopic_hours": "1.5"},
116
+ {"subtopic": "Oscillations of a spring - restoring force and force constant: energy in S.H.M. - Kinetic and potential energies", "subtopic_hours": "1.5"},
117
+ {"subtopic": "Simple pendulum - derivation of expression for its time period", "subtopic_hours": "1.5"},
118
+ {"subtopic": "Wave motion", "subtopic_hours": "1.5"},
119
+ {"subtopic": "Longitudinal and transverse waves, speed of the traveling wave", "subtopic_hours": "1.5"},
120
+ {"subtopic": "Displacement relation for a progressive wave", "subtopic_hours": "1.5"},
121
+ {"subtopic": "Principle of superposition of waves, reflection of waves", "subtopic_hours": "1.5"},
122
+ {"subtopic": "Standing waves in strings and organ pipes, fundamental mode, and harmonics", "subtopic_hours": "1.5"},
123
+ {"subtopic": "Beats", "subtopic_hours": "1.5"}
124
+ ]
125
+ },
126
+ {
127
+ "chapter": "Electrostatics",
128
+ "total_hours": "24",
129
+ "subtopics": [
130
+ {"subtopic": "Electric charges: Conservation of charge", "subtopic_hours": "1.5"},
131
+ {"subtopic": "Coulomb's law forces between two point charges, forces between multiple charges: superposition principle and continuous charge distribution", "subtopic_hours": "1.5"},
132
+ {"subtopic": "Electric field: Electric field due to a point charge, Electric field lines", "subtopic_hours": "1.5"},
133
+ {"subtopic": "Electric dipole, Electric field due to a dipole", "subtopic_hours": "1.5"},
134
+ {"subtopic": "Torque on a dipole in a uniform electric field", "subtopic_hours": "1.5"},
135
+ {"subtopic": "Electric flux", "subtopic_hours": "1.5"},
136
+ {"subtopic": "Gauss's law and its applications to find field due to infinitely long uniformly charged straight wire uniformly charged infinite plane sheet, and uniformly charged thin spherical shell", "subtopic_hours": "1.5"},
137
+ {"subtopic": "Electric potential and its calculation for a point charge, electric dipole and system of charges: Equipotential surfaces, Electrical potential energy of a system of two point charges and electric dipole in an electrostatic field", "subtopic_hours": "1.5"},
138
+ {"subtopic": "Conductors and insulators", "subtopic_hours": "1.5"},
139
+ {"subtopic": "Free charges and bound charges inside a conductor", "subtopic_hours": "1.5"},
140
+ {"subtopic": "Dielectrics and electric polarization", "subtopic_hours": "1.5"},
141
+ {"subtopic": "Capacitance, combination of capacitors in series and in parallel", "subtopic_hours": "1.5"},
142
+ {"subtopic": "Capacitance of a parallel plate capacitor with and without dielectric medium between the plates", "subtopic_hours": "1.5"},
143
+ {"subtopic": "Energy stored in a capacitor", "subtopic_hours": "1.5"},
144
+ {"subtopic": "Van de Graaff generator", "subtopic_hours": "1.5"}
145
+ ]
146
+ },
147
+ {
148
+ "chapter": "Current Electricity",
149
+ "total_hours": "11",
150
+ "subtopics": [
151
+ {"subtopic": "Electric current", "subtopic_hours": "1"},
152
+ {"subtopic": "Flow of electric charges in a metallic conductor", "subtopic_hours": "1"},
153
+ {"subtopic": "Ohm's law, electrical resistance, V-I characteristics (linear and non-linear)", "subtopic_hours": "1"},
154
+ {"subtopic": "Electrical energy and power, electrical resistivity and conductivity", "subtopic_hours": "1"},
155
+ {"subtopic": "Carbon resistors, color code for carbon resistors", "subtopic_hours": "1"},
156
+ {"subtopic": "Series and parallel combinations of resistors", "subtopic_hours": "1"},
157
+ {"subtopic": "Temperature dependence of resistance", "subtopic_hours": "1"},
158
+ {"subtopic": "Kirchhoff's laws and simple applications", "subtopic_hours": "1"},
159
+ {"subtopic": "Wheatstone bridge", "subtopic_hours": "1"},
160
+ {"subtopic": "Metre bridge", "subtopic_hours": "1"},
161
+ {"subtopic": "Potentiometer - principle and its applications", "subtopic_hours": "1"}
162
+ ]
163
+ },
164
+ {
165
+ "chapter": "Magnetic Effects of Current and Magnetism",
166
+ "total_hours": "11",
167
+ "subtopics": [
168
+ {"subtopic": "Biot - Savart law and its application to current-carrying circular loop", "subtopic_hours": "1"},
169
+ {"subtopic": "Ampere's law and its applications to infinitely long current carrying straight wire and solenoid", "subtopic_hours": "1"},
170
+ {"subtopic": "Force on a moving charge in uniform magnetic and electric fields", "subtopic_hours": "1"},
171
+ {"subtopic": "Cyclotron", "subtopic_hours": "1"},
172
+ {"subtopic": "Force on a current-carrying conductor in a uniform magnetic field", "subtopic_hours": "1"},
173
+ {"subtopic": "Force between two parallel current-carrying conductors - definition of ampere", "subtopic_hours": "1"},
174
+ {"subtopic": "Torque experienced by a current loop in a magnetic field: moving coil galvanometer, its current sensitivity, and conversion to ammeter and voltmeter", "subtopic_hours": "1"},
175
+ {"subtopic": "Current loop as a magnetic dipole and its magnetic dipole moment", "subtopic_hours": "1"},
176
+ {"subtopic": "Magnetic dipole moment of a revolving electron", "subtopic_hours": "1"},
177
+ {"subtopic": "Magnetic field intensity due to a magnetic dipole (bar magnet) along its axis and perpendicular to its axis", "subtopic_hours": "1"},
178
+ {"subtopic": "Torque on a magnetic dipole (bar magnet) in a uniform magnetic field", "subtopic_hours": "1"},
179
+ {"subtopic": "Bar magnet as an equivalent solenoid, magnetic field lines", "subtopic_hours": "1"},
180
+ {"subtopic": "Earth's magnetic field and magnetic elements", "subtopic_hours": "1"},
181
+ {"subtopic": "Para-, dia- and ferro - magnetic substances", "subtopic_hours": "1"},
182
+ {"subtopic": "Magnetic susceptibility and permeability, Hysteresis", "subtopic_hours": "1"},
183
+ {"subtopic": "Electromagnets and permanent magnets", "subtopic_hours": "1"}
184
+ ]
185
+ },
186
+ {
187
+ "chapter": "Electromagnetic Induction and Alternating Currents",
188
+ "total_hours": "18",
189
+ "subtopics": [
190
+ {"subtopic": "Electromagnetic induction; Faraday's laws, Induced emf and current; Lenz's Law", "subtopic_hours": "2"},
191
+ {"subtopic": "Eddy currents", "subtopic_hours": "2"},
192
+ {"subtopic": "Self and mutual inductance", "subtopic_hours": "2"},
193
+ {"subtopic": "Alternating currents, peak and RMS value of alternating current/voltage", "subtopic_hours": "2"},
194
+ {"subtopic": "Reactance and impedance; LC oscillations (qualitative treatment only)", "subtopic_hours": "2"},
195
+ {"subtopic": "LCR series circuit, resonance; power in AC circuits, wattless current", "subtopic_hours": "2"},
196
+ {"subtopic": "AC generator and transformer", "subtopic_hours": "2"},
197
+ {"subtopic": "Electromagnetic waves: Characteristics of electromagnetic waves", "subtopic_hours": "2"},
198
+ {"subtopic": "Transverse nature of electromagnetic waves", "subtopic_hours": "2"},
199
+ {"subtopic": "Electromagnetic spectrum (radio waves, microwaves, infrared, visible, ultraviolet, X-rays, gamma rays) including elementary facts about their uses", "subtopic_hours": "2"}
200
+ ]
201
+ },
202
+ {
203
+ "chapter": "Optics",
204
+ "total_hours": "34",
205
+ "subtopics": [
206
+ {"subtopic": "Reflection and refraction of light at plane and spherical surfaces, mirror formula", "subtopic_hours": "2"},
207
+ {"subtopic": "Total internal reflection and its applications", "subtopic_hours": "2"},
208
+ {"subtopic": "Deviation and dispersion of light by a prism; Lens Formula", "subtopic_hours": "2"},
209
+ {"subtopic": "Magnification; Power of a Lens", "subtopic_hours": "2"},
210
+ {"subtopic": "Combination of thin lenses in contact", "subtopic_hours": "2"},
211
+ {"subtopic": "Microscope and astronomical telescope (reflecting and refracting) and their magnifying powers", "subtopic_hours": "2"},
212
+ {"subtopic": "Wave optics: wavefront and Huygens' principle", "subtopic_hours": "2"},
213
+ {"subtopic": "Reflection and refraction of plane wave at a plane surface using wavefronts", "subtopic_hours": "2"},
214
+ {"subtopic": "Proof of laws of reflection and refraction using Huygens' principle", "subtopic_hours": "2"},
215
+ {"subtopic": "Interference, Young's double slit experiment and expression for fringe width", "subtopic_hours": "2"},
216
+ {"subtopic": "Coherent sources and sustained interference of light", "subtopic_hours": "2"},
217
+ {"subtopic": "Diffraction due to a single slit", "subtopic_hours": "2"},
218
+ {"subtopic": "Rayleigh's criterion of resolution", "subtopic_hours": "2"},
219
+ {"subtopic": "Resolving power of microscopes and astronomical telescopes", "subtopic_hours": "2"},
220
+ {"subtopic": "Polarization", "subtopic_hours": "2"},
221
+ {"subtopic": "Plane polarized light; Brewster's law, uses of plane polarized light and Polaroids", "subtopic_hours": "2"}
222
+ ]
223
+ },
224
+ {
225
+ "chapter": "Dual Nature of Matter and Radiation",
226
+ "total_hours": "6",
227
+ "subtopics": [
228
+ {"subtopic": "Dual nature of radiation", "subtopic_hours": "1.5"},
229
+ {"subtopic": "Photoelectric effect, Hertz and Lenard's observations; Einstein's photoelectric equation", "subtopic_hours": "1.5"},
230
+ {"subtopic": "Particle nature of light; Matter waves-wave nature of particles, de Broglie relation", "subtopic_hours": "1.5"},
231
+ {"subtopic": "Davisson-Germer experiment", "subtopic_hours": "1.5"}
232
+ ]
233
+ },
234
+ {
235
+ "chapter": "Atoms and Nuclei",
236
+ "total_hours": "15",
237
+ "subtopics": [
238
+ {"subtopic": "Alpha-particle scattering experiments", "subtopic_hours": "1.5"},
239
+ {"subtopic": "Rutherford's model of atom", "subtopic_hours": "1.5"},
240
+ {"subtopic": "Bohr model, energy levels, hydrogen spectrum", "subtopic_hours": "1.5"},
241
+ {"subtopic": "Composition and size of nucleus, atomic masses, isotopes, isobars", "subtopic_hours": "1.5"},
242
+ {"subtopic": "Radioactivity", "subtopic_hours": "1.5"},
243
+ {"subtopic": "Alpha, beta and gamma particles/rays and their properties", "subtopic_hours": "1.5"},
244
+ {"subtopic": "Radioactive decay law, half-life and mean life of radioactivity, binding energy per nucleon and its variation with mass number", "subtopic_hours": "1.5"},
245
+ {"subtopic": "Mass-energy relation, mass defect", "subtopic_hours": "1.5"},
246
+ {"subtopic": "Fission and fusion", "subtopic_hours": "1.5"}
247
+ ]
248
+ },
249
+ {
250
+ "chapter": "Electronic Devices",
251
+ "total_hours": "10",
252
+ "subtopics": [
253
+ {"subtopic": "Semiconductors; semiconductor diode: I-V characteristics in forward and reverse bias", "subtopic_hours": "1.5"},
254
+ {"subtopic": "Diode as a rectifier; special purpose p-n junction diodes: LEDs, photodiodes, solar cells, and Zener diode and their characteristics", "subtopic_hours": "1.5"},
255
+ {"subtopic": "Zener diode as a voltage regulator", "subtopic_hours": "1.5"},
256
+ {"subtopic": "Junction transistor, transistor action", "subtopic_hours": "1.5"},
257
+ {"subtopic": "Characteristics of a transistor, transistor as an amplifier (common emitter configuration) and oscillator", "subtopic_hours": "1.5"},
258
+ {"subtopic": "Logic gates (OR, AND, NOT, NAND and NOR)", "subtopic_hours": "1.5"},
259
+ {"subtopic": "Transistor as a switch", "subtopic_hours": "1.5"}
260
+ ]
261
+ },
262
+ {
263
+ "chapter": "Communication Systems",
264
+ "total_hours": "10",
265
+ "subtopics": [
266
+ {"subtopic": "Propagation of electromagnetic waves in the atmosphere; Sky and space wave propagation", "subtopic_hours": "1"},
267
+ {"subtopic": "Need for modulation", "subtopic_hours": "1"},
268
+ {"subtopic": "Amplitude modulation, production and detection of amplitude modulation", "subtopic_hours": "1"},
269
+ {"subtopic": "Basic elements of a communication system (block diagram only)", "subtopic_hours": "1"},
270
+ {"subtopic": "Bandwidth of signals (speech, TV and digital data)", "subtopic_hours": "1"},
271
+ {"subtopic": "Bandwidth of transmission medium", "subtopic_hours": "1"},
272
+ {"subtopic": "Basic concepts of Analog and Digital communication", "subtopic_hours": "1"},
273
+ {"subtopic": "Introduction to mobile telephony", "subtopic_hours": "1"}
274
+ ]
275
+ }
276
+ ]
277
  }