Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I'm still new to all this stuff, but I'm slowly trying to understand. I'm getting most of my information from "Getting Started in Electronics" (Forrest Mimm's book)

Okay, so MOSFETs allow current to pass through the source and drain if positive current is flowing through the base. Am I correct?

FETs do the same thing, but it's when a negative current is applied to the base. Is this correct? (It showed a chart with negative current flowing to the base, basically stopping any current from the source to the drain.)

First of all: Negative current going to the base. How would you set this up?

Also, I don't really understand how a bipolar transistor differs from these other two? Is it just that a bipolar transistor is the same as a MOSFET, but only has an OFF and an ON, rather than a OFF, "some", and "full current"? Sorry, I'm a HUGE newbie at this stuff, but I'm just trying to "get it".

Also, I'm not really sure what a Transistor Amplifier does, or what purpose it serves.

share|improve this question
7  
Get a better book. The Art of Electronics is excellent. – Leon Heller Sep 26 '11 at 17:32
2  
Yeah, I don't like that book. – endolith Sep 26 '11 at 19:53
@Leon, Art of Electronics seems like more of an "Advanced" level, im still in beginner land. – Mercfh Sep 26 '11 at 22:18
@Sauron: Have you tried reading it? amazon.com/gp/reader/0521370957/ref=sib_dp_ptu#reader-link – endolith Sep 27 '11 at 1:54
@endolith , Not yet.....thats just what i've been told. That it's the book after you've learned the basics. – Mercfh Sep 27 '11 at 16:22

4 Answers

up vote 10 down vote accepted

Now you know why I don't like this book.

basic differences between a MOSFET and a FET

A MOSFET is a type of FET. It stands for "metal oxide semiconductor field effect transistor". All MOSFETs are FETs, not all FETs are MOSFETs. But the term is so common that things that are not actually MOSFETs are still called "MOSFETs", so there isn't really much difference; the terms are kind of interchangeable.

FET's do the same thing? but it's when a negative current is applied to the base?

No way, man. FETs don't have bases, they have gates. And gates do not pass current. The "metal oxide" part means that the gate is actually an insulator. No current can flow through the gate unless it's been destroyed. FETs are activated by a voltage on the gate, not a current. The connection is made by capacitance, by an electric field that reaches through the insulator, which is why they're called "field effect transistors".

When you apply a high enough voltage to the gate (relative to the source), the path from source to drain becomes a short circuit, just like a closed switch. When the voltage at the gate is low, the drain-to-source is not connected, like an open switch.

First of all......negative current going to the base....how would you set this up?

Yeah, this confused me when I read this book as a kid, too. Don't think of current in terms of electrons. No one in engineering does. Get a better book and learn about conventional current, which is a flow of imaginary positive charges used to simplify equations and abstract away the charge carriers (which can be electrons, holes, ions, or even protons). Conventional current flows into the base from a higher voltage.

Also.....im not really sure what a Transistor Amplifier does?

Transistors are not amplifiers, despite what you read in books like this. Transistors are like valves that can be opened and closed electronically. You can use this property to build transistor amplifiers. If you connect it to a power source, you can amplify signals, or switch things on and off, etc.

I think the switch function of FETs should be taught first, since it's the easiest to understand (high voltage → closed switch, low voltage → open switch), then the variable valve amplifier function, then the same functions with BJTs. But books and coursework tend to go in chronological order of when they were first manufactured, which makes no sense to me. FETs were actually invented before the first BJT was manufactured, because they're conceptually simpler.

share|improve this answer
1  
Ya.....I think I just need a better book lol. – Mercfh Sep 26 '11 at 22:19
Anytime someone calls a non-MOSFET a MOSFET they are just plain wrong. If the context is important the error should be noted. Just as LASER is never spelt LAZER, or a Guitar is never called a Sitar - except when it's a Variax 700 :-) – Russell McMahon Sep 27 '11 at 14:38
1  
@RussellMcMahon: As Wikipedia says "The 'metal' in the name is now often a misnomer because the previously metal gate material is now often a layer of polysilicon (polycrystalline silicon)." so it's pretty common – endolith Sep 27 '11 at 15:24

No, you are confused. FETs are controlled by voltage on the gate. The gate does not draw current, which is to say it is high impedance. In a MOSFET there is actually a layer of silicon dioxide beteen the gate and the channel. In other FETs the gate is a reverse biased junction to the channel.

Bipolars differ in that they are controlled by current thru the base. I remember writing a more detailed answer on this a week or two ago. Perhaps some searching will uncover it.

Both types of transistors can be used as switches or in partially on mode. That depends on the circuit.

share|improve this answer
Ya I meant voltage, I always get voltage/current confused. I need to edit that. – Mercfh Sep 26 '11 at 17:37
@Sauron: You need to stop getting them confused. That's like confusing air with water. Get a better understanding of current and voltage. – endolith Sep 26 '11 at 19:59
@endolith, I think I just need a better book I don't think the book explained things very well. – Mercfh Sep 26 '11 at 22:19

MOSFETs allow current to flow from their drain to source when there is "enough" voltage present at the gate - this voltage is reference to the MOSFET's source. This "enough" voltage is formally known as the Threshold voltage. When the voltage at the gate exceeds the threshold voltage of the MOSFET, the MOSFET is said to be on. Note that the threshold voltage is referenced to source. Keep this in mind as sometimes the source is not connected to ground.

In the following circuit when the voltage at the gate, V(GS), is higher than the threshold voltage the LED will turn on.

enter image description here

This is because when the MOSFET is off, it has a very high resistance between its drain and source. Think of this as a switch in the open position. In this case, most of the voltage from the supply also drops on the MOSFET itself.

If you increase V(GS) slowly starting from 0V, you'll notice that at a certain value the LED lights up. That is your threshold voltage. If you keep increasing your V(GS), the LED will increase in brightness - this is because the MOSFET's resistance is dropping and it's allowing more and more current to pass. Eventually, you'll notice that the LED brightness does not increase no matter how much you increase V(GS). This is because the MOSFET's resistance no longer determines the current (it's your 390 Ohm resistor).

If you increase V(GS) to some large value, like, say 12V you'll notice that now most of the voltage now drops across the 390 Ohm resistor and around 2V is dropped on the LED. This is because the MOSFET's resistance is almost zero now and it's now operating in the linear region.

share|improve this answer

FWIW

MOSFET = Metal Oxide Semiconductor Field Effect Transistor.

Regardless of what the gate material is, the term is important because it tells you some important hings about the nature of the transistor.

A MOSFET, as opposed to some other types of FET which may have some but not all of these attributes.

  • Has an essentially infinite resistance between it's controlling "gate" terminal and the rest of the universe.

  • Has a built in reverse polarity diode across its drain and source terminals. This is a feature of how it is constructed and is not avoidable with the materials commonly used. It can be avoided if you build your semiconductors on a Sapphire base (same material as used in jewelery) but this is expensive and not very common.

  • Can control current in either direction from drain to source when the gate is driven to its on state.

So, if people call junction FETs MOSFETS or call IGBT's MOSFETS or call small green tin hats with a feather MOSFETs they aren't and they shouldn't.


As for whether silicon, whose oxide is often used as a gate material for MOSFETs, is a metal - the pedants may if it makes life easier call the devices

    Metalloid oxide Semiconductor field effect transistors.

Silicon has properties of metals, non metals and semiconductors. It is commonly referred to as a metalloid, although even that is not consistent. The semiconductor industry has no doubt - which is strange as they should care more than most. They commonly call it "silicon metal".

Wikipedia Silicon

Wikipedia Metalloid

Sample of Silicon metal sellers - doesn't make them right. And

[Even the great Dow Corning call it silicon metal. Doesn't make ...

Metal / metalloid comment

Light relief - something made of "real" metal

FWIW, here are images of silicon from some of the 890,000 or so web pages that use the term "silicon metal". That doesn't make them correct, but shows how common the term is.

enter image description here

Many more "silicon metal" images here - each image hotlinks to a related web page.There are about 70,000 webpages (says Google) that have the term Silicon Metal associated with an image.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.