-2

I'm a beginner, this question might be silly, but please bear with me.

What is the difference between the two following circuits,

enter image description here

What does the transistor do? The LED glows in both the cases if we drop the switch.

JRE
  • 71,321
  • 10
  • 107
  • 188
Aravindh Vasu
  • 481
  • 6
  • 13
  • 1
    have you done any research? – jsotola Jul 02 '18 at 05:05
  • I saw some YouTube videos , but I still don't get it. I'm a total noob. I went to the store , got some stuff , arranged them on a breadboard and I got this question, help me if you can. – Aravindh Vasu Jul 02 '18 at 05:08
  • remove the switch from the base of the transistor ..... connect a low voltage supply (1.2V battery) between the emitter and the base (positive terminal to base) ... insert a 100 ohm resistor between the 1.2V battery and the base .... see what happens – jsotola Jul 02 '18 at 05:19
  • It amplifies the glow? So the transistor is used for amplification in this circuit? – Aravindh Vasu Jul 02 '18 at 05:22
  • 5
    You have left out required components in your diagrams. If you build those, you will destroy your transistor and LED very quickly. – JRE Jul 02 '18 at 05:40
  • 2
    What does transistor do? Burns like a candle :) –  Jul 02 '18 at 06:11
  • 5
    Hum... Nobody said anything about the LED in the top diagram: It is connected the wrong way around. It will not work. – Oldfart Jul 02 '18 at 07:10
  • @Oldfart good catch, but it may last longer backwards. – Misunderstood Jul 02 '18 at 19:15

2 Answers2

1

In a simple circuit like you show, there is no advantage. You are using a mechanical switch to activate an electronic switch (the transistor) to let current flow through the LED.

The actual point in doing this is for you to learn how transistors work.

Once you can make a transistor function as a switch under your command using a mechanical switch, it is a very small step to making the transistor switch in response to an electronically generated signal. Say, the output of a microprocessor.


The circuits you have drawn are almost guaranteed to destroy your LED and transistor.

Transistors have limits on the amount of current that is allowed to flow through the base to the emitter. Your circuit will allow nearly all the current your battery is capable of delivering to flow through the base/emitter junction. This will destroy the transistor.

The same applies to the LED. LEDs are rated for a certain maximum current. Above that, they will burn out and stop lighting up. Both of your circuits will allow the full current of the battery through the LED. Unless you are using very small batteries (like button cells,) the LEDs will receive enough current to quickly burn out.

Search this site for hints on calculating the needed value for a series resistor to limit the current through the LED.

Search this site for examples of using transistors to switch LEDs.

JRE
  • 71,321
  • 10
  • 107
  • 188
  • Nope! The top diagram is fine. It just does nothing. :-) – Oldfart Jul 02 '18 at 07:12
  • 2
    @Oldfart - The top diagram will so nothing as long as that battery voltage is lower than the reverse breakdown voltage for the LED. Many LEDs are specified to about 5V reverse breakdown. Put a 48V battery in the circuit and close the switch and it will destroy the LED. – Michael Karas Jul 02 '18 at 07:52
0

The transistor in this circuit acts as a switch. The transistor here is operating in common emitter mode meaning there are two different circuits i.e. emitter base circuit and collector emitter circuit. The current flowing in the base emitter circuit controls the current flowing in the collector emitter circuit. Their relation given by Ic= ß*Ib where ß is the property of transistor, Ic is the current in collector-emitter circuit, Ib is the current in emitter-base circuit. In the circuit, the led is part of the collector emitter circuit. So the LED glows only in the presence of Ic. However, if there is no Ib, there is no Ic. So think of Ib as your hand. The switch is operated based on your hand. When the base current is present (analogous to closing the switch with hand), there is Ic meaning led glows up. But when there is no Ib(analogous to opening the switch) there is no Ic so the LED doesn't glow... it's the basic use of transistor in your circuit. But there are many more limitations you have to consider in this circuit like maximum current through the LED and many more.. Hope this helps!!!

G-aura-V
  • 1,069
  • 1
  • 8
  • 22