SELECT * FROM question_mgmt as q WHERE id=2234 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=8 AND chapterId=117 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th physics Current Electricity a three resistors 1 omega 2 omega and 3 o

Question:

(a) Three resistors 1 Ω, 2 Ω, and 3 Ω are combined in series. What is the total resistance of the combination?

(b) If the combination is connected to a battery of emf 12 V and negligible internal resistance, obtain the potential drop across each resistor.

Answer:

(a) Three resistors of resistances 1 Ω, 2 Ω, and 3 Ω are combined in series. Total resistance of the combination is given by the algebraic sum of individual resistances.

Total resistance = 1 + 2 + 3 = 6 Ω

(b) Current flowing through the circuit = I

Emf of the battery, E = 12 V

Total resistance of the circuit, R = 6 Ω

The relation for current using Ohm's law is,

Potential drop across 1 Ω resistor = V1

From Ohm's law, the value of V1 can be obtained as

V1 = 2 × 1= 2 V … (i)

Potential drop across 2 Ω resistor = V2

Again, from Ohm's law, the value of V2 can be obtained as

V2 = 2 × 2= 4 V … (ii)

Potential drop across 3 Ω resistor = V3

Again, from Ohm's law, the value of V3 can be obtained as

V3 = 2 × 3= 6 V … (iii)

Therefore, the potential drop across 1 Ω, 2 Ω, and 3 Ω resistors are 2 V, 4 V, and 6 V respectively.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='8' AND ex_no!=0 AND status=1 and id!=2234 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='8' AND ex_no!=0 AND status=1 and id!=2234 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question