Binary Translator: An Introduction With Examples

Binary Translator

 

Binary translator: An introduction with examples

Translation tools are always very papular and convenient for different people to understand the concept in their native language. We also have an experience with such benefit tools to reduce the difficulty level and enhance the conceptual understanding.

In this article, we will discuss a translator that enhances the security of our data and some examples which are brief explanations of how we convert and decode the given input.

 What is the binary system?

The binary system is the system of numbers whose base is 2. Only two digits are used which are 0 and 1. This system is applicable in physics, to say the system is on or off. We have already converted a number system to another number system.

We have the basic knowledge of the conversion of binary to decimal and decimal to binary systems.

Decimal to binary:

If we have a number that is given in the form of decimal means in the system of base 10 we can convert it into the binary system. We have to divide by 2 to the given decimal number and write the reminders.

e.g. (20)10 = (10100)2

What is the ASCII?

The ASCII is the short form of the American Standard Code for Information Interchange. It is the standard for character encoding in electric communication. Most of the character encoding is based on the ASCII. ASCII is the language of the codes which are special means in the native language. We use the ASCII system to code the binary language into English.

Binary to English:

We use binary code and translate it into English by using ASCII. We have a binary number that converts into English. We have some binary codes that we have to translate into English.

Example 1:

Binary code

01110111 01100101 00100000 01100001 01110010 01100101 00100000 01110100 01101000 01100101 00100000 01110011 01110100 01110101 01100100 01100101 01101110 01110100 01110011 00100000 01101111 01100110 00100000 01100111 01110010 01100001 01100100 01100101 00100000 00110111 00101110

Translate

we are the students in grade 7.

Example 2:

Binary code

01010111 01100101 00100000 01110000 01101100 01100001 01111001 00100000 01110100 01101000 01100101 00100000 01100111 01100001 01101101 01100101 00100000 01100110 01101111 01110010 00100000 00110001 00110000 00100

000 01101000 01101111 01110101 01110010 01110011 00101110 00001010

Translate:

We play the game for 10 hours.

To convert the computer binary system into the English language we can use an ASCII table which is very time taking to translate. To save your time and decode the given binary code into English, use a binary translator.



We write a binary code on the left side and press the to text button to decode the 

Example 3:

English letter

ASCII decimal

Binary string

d

100

01100100

o

111

01101111

g

103

01100111


01100100 01101111 01100111 = dog

Why is ASCII significant?

Because ASCII is now the same on all computers, it serves as the connection between our computer's screen and hard drive.

Use of ASCII:

Computer text is converted to human text using ASCII.

Every computer uses binary, which is a series of 0s and 1s. However, computers also have their own versions of languages, just as English and Spanish can use the same alphabet yet have entirely distinct words for similar items.

Application of binary numbers:

Since then, many different applications have made use of the binary number system. This includes handling multiple digital signal processing applications, capturing high-end music and HD movies, storing millions of data entries, and processing images. A binary converter is a tool that can guarantee the success of these applications.

Summary:

In this article, we have learned about the binary system, ASCII, and translated the binary system into the English language. Now after reading the above post, you can convert any binary code into English language and enhance the safety of your data.

Parallel Resistors | Formula Of Parallel Resistors

I have discussed series-connected resistors, now it's time to learn more about parallel-connected resistors. First of all, I would like to recall the definition of parallel circuits.

Two components are connected in such a way that they have two common terminals. A parallel circuit is one in which all components are connected in parallel.

Similarly, two resistors are connected in parallel when they have two common terminals. It is often confusing to recognize parallel circuits. Beginners should redraw the circuits.

Properties of parallel circuits:


  • Voltage remains the same in every parallel-connected resistor
  • Current divides proportionally to all resistors. The larger the resistance value the less will be the current flowing through the resistor

Formula Of Parallel Resistance:


Figure 1

Let's consider the circuit in figure 1. A voltage source is in parallel with three resistors. As I discussed above, the voltage remains the same in each parallel-connected resistor. The current divides among the resistances. So, with the help of Ohm's law, we can easily evaluate the current flowing through each resistor.

Current through R1:
i1 = v/R1

Current through R2:
i2 = v/R2

Current through R3:
i3 = v/R3

The total current flowing through the circuit:
i = i1 + i2 + i3
i = v/R1 + v/R2 + v/R3
i = v{1/R1 + 1/R2 + 1/R3}
i/v = 1/R1 + 1/R2 + 1/R3

From Ohm's law i/v = 1/Req. Substitute in the above equation

1/Req = 1/R1 + 1/R2 + 1/R3
Req = R1 || R2 || R3

The easiest way to solve the above equation is the reciprocal method. Solve individual fractions first and then simply add them.

Solved Examples:




Example #1:
Determine total or equivalent resistance and the current flows through each resistor with the help of Ohm's law.

Equivalent Resistance: It is easy to solve with the help of the above formula.

1/Req = 1/R1 + 1/R2 + 1/R3
1/Req = 1/1k + 1/2k + 1/3k
Req = 545.5 Ω

Current:
Let,
i1 = current flowing through R1
i2 = current flowing through R2
i3 = current flowing through R3
Voltage remains in all three resistors as they are connected in parallel combination
.
i1 = v1/R1
i1 = 10/1000
i1 = 10mA

i2 = v1/R2
i2 = 10/2000
i2 = 5mA

i3 = v1/R3
i3 = 10/3000
i3 = 3.33mA
Conclusion:
  • The total/equivalent resistance of the circuit will be less than the smallest resistance present in the parallel circuit
  • If we are continuously adding parallel resistance, the total resistance of the circuit decreases
  • The larger the resistance, the lower will be the current. Or you can say current will always flow through the less resistive path
  • There is another simpler method of finding current through parallel resistors. This method is known as the Current Divider Rule


Equivalent Parallel Resistance

K-Map Introduction, Grouping Rules, Solved Examples

K-Map Explanation For beginners With Grouping Rules and Examples

Karnaugh Map Introduction, Grouping Rules With Solved Examples 


 K-Map is a graphical illustration of a logic circuit in other words it is a graphical illustration of a truth table. 

Learning Objectives:

  • Learn about Karnaugh Map, its grouping rules, cell adjacency rules

  • Generate K-Map from the truth table

  • Generate K-Map from a standard SOP/POS expression

  • Generate K-Map from a non-standard SOP/POS expression


What is a K-Map?

It is a graphical method for simplifying Boolean expressions. It is a map containing boxes called "cells". The values in these cells represent a function in standard form (SOP or POS). For ‘n’ variables there are 2n cells. Each cell is denoted by a binary number or its equivalent decimal number. It is similar to the truth table in a way that both methods contain the output of a logic circuit for all possible input combinations. 


  1. The truth table has rows and columns, each row has a different input combination. The K-Map has an array of cells, each cell is represented by a different combination of input variables.

  2. With the help of the truth table, a standard SOP/POS expression is obtained. Each term in standard SOP/POS contains all the variables in the domain. The K-map is used for simplified SOP/POS expression. If applied properly, no need for further simplification.

  3. The values entered in the truth table are curated in ascending order. The counting is in binary number format (not necessary but mostly it is in binary format). While in this method, values are curated in gray code format.


Understanding the principle of K-Map? How to develop a K-Map (Cell Adjacency rules):


Any two adjacent squares on the map differ by only a single variable. If a variable is primed in one cell, it is unprimed in the adjacent cell.


The two minterms are arranged in a way that there is a single variable change in binary numbers. When moving along any row or any column, one and only one variable changes in the product term. Look at the figure below:


How to construct a Karnaugh Map | K-Map?


There are many ways to describe a digital logic system.

  • The logical expression

  • The schematic

  • The truth table 

  • The Karnaugh Map


We can analyze the logic system easily if any of the above-mentioned entities is given. The K- Map can easily be implemented with the help of a logic expression either in standard or non-standard form. It is developed either with a schematic diagram or with the help of a truth table.



One Variable Map:

Consider a function with only one variable A. Since n = 1(number of variables), the number of possible cells in a map will be 2 (2n = 21 = 2). Each minterm is adjacent to only one minterm.

Two-Variable Maps

Consider a function with only one variable A and B. Since n = 2(number of variables), the number of possible cells in a map will be 4 (2n = 22 = 4). Each minterm is adjacent to two minterms.

Three Variable Maps

Consider a function with only one variable A, B and C. Since n = 3(number of variables), the number of possible cells in a map will be 8 (2n = 23 = 8). Each minterm is adjacent to three other minterms.


Four Variable Maps

Consider a function with only one variable A, B, C and D. Since n = 4(number of variables), the number of possible cells in a map will be 16 (2n = 24 = 16). Each minterm is adjacent to four other minterms.



Five Variable Maps


Consider a function with only one variable A, B, C, D and E. Since n = 5(number of variables), the number of possible cells in a map will be 2 (2n = 25 = 32). The 32 (4x8 map) cells map is quite large. Instead of a single larger map, it is constructed from two 4-variable K-Map. 


For cell adjacency, place a map on the top of the other.


Examples:

Example: F(A, B, C) = (0,2,3,7)


Have a look at group 1:

Variables A and C are non-changing while B changes. In one cell it is primed and in the other cell, it is unprimed. 

\[=\bar A \bar B \bar C + \bar A B \bar C\]

\[=\bar A \bar C (B + \bar B)\]

\[=\bar A \bar C\]


Look at group 2:

Variables B and C are non-changing, while A changes. In one cell it is primed and in the other cell, it is unprimed.

\[=\bar A B C +  A B C\]

\[=B C (A + \bar A)\]

\[=BC\]


Look at group 3:

Variables A and B are non-changing, while C changes. In one cell it is primed and in the other cell, it is unprimed.



\[=\bar A B \bar C + \bar A B C\]

\[=\bar A B(C + \bar C)\]

\[=\bar A B\]

\[F = \bar A \bar C+ B C +\bar AB\]


Example: F = \[\bar A \bar B \bar C + A \bar B \bar C + \bar A \bar B C + \bar A B  C \]


Two groups are formed, each group contains only two cells. The simplified expression contains only two SOP terms and each has two variables.


The simplified expression is

\[F = \bar B \bar C + \bar A C\]

Example: R = π (12, 13, 15)


This time a POS expression is given. It is obvious that mapping an SOP expression will give a non-simplified Boolean expression. 

Don't Care Condition:

In digital circuits, in some conditions, some input variables are not allowed. An example is the BCD codes. These codes are 0-9 (that is from binary 0000  to 1001). While the rest of the combinations are 10- 15 (that is from binary 1010 to 1111) are invalid. These input combinations will never occur.


In these situations simply draw the K-map according to the rules stated above. Mark the unwanted input combinations as 'don't care ('X')'. These terms or input combinations are termed as "don't care" conditions and marked as 'X' in K-map. These terms are advantageous while grouping. Add these 'X' and form larger groups. Larger groups result in simplified expressions. 

Example: \[F (A, B, C, D) =  (0,2,4,6,8)\]

\[d (A, B, C, D) = (10, 11, 12, 13, 14, 15)\]


Here we add some of them don't care terms to simplify the expression. While the rest of them are not included.


Example: \[F (W, X, Y, Z) = ∑ (1, 3, 7, 11, 15)\]

 \[F (W, X, Y, Z) = (0, 2, 5)\]

5-variable k-map Karnaugh Map





Two Diodes Full Wave Rectifier

Full Wave Rectifier

Rectification is a process of converting AC waveform (voltage and current) into DC (voltage and current). The other two well-known rectification techniques are half-wave rectifiers (it uses single diode rectifiers and rectifies only one half of the input signal) and bridge rectifiers (it uses 4 diodes and a little bit more complex circuit in terms of several components).


This type of full-wave rectifier uses two diodes and a centre tap transformer. In this type of transformer, the secondary winding is split into two parts. The voltage that appears on the two secondary windings is the same but with opposite polarity. See figure below:


Figure 1: Full wave rectifier without the smoothing capacitor


The voltage at primary winding or applied voltage signal (peak) = 20V


Turns Ratio: NP:NS = 1:5


The peak voltage at the secondary winding = 4


The voltage at the secondary winding is divided into 2 parts because of the centre tapped transformer = VP(secondary) = ( 2 + 2 )V 


Each diode receives 2V of peak voltage at the input. 



Both diodes act as a half-wave rectifier. So, in this network, there are two half-wave rectifiers. While the positive half cycle appears at the diode D1, a negative half cycle appears at the diode D2. As a result, D1 is forward biased and D2 is reverse biased. The output of the circuit is given in figure 2.

Figure 2: Output is a pulsating DC in the absence of a smoothing capacitor


After rectification, the pulsating DC voltage is obtained. This DC voltage is of no use in practical situations. Also, have a look at the peaks. The peak value of these pulses is equal to1.3 V. 


Voltage appears at D1 & D2 = 2V

Voltage after rectification (each peak is equal to 1.3V) = (2 - 0.7)V = 1.3 V


In practical circuits, consider diode (Silicon) drop of 0.7V.


Figure 3: Full wave rectifier with a capacitive filter of an appropriate value

In the next step, add a capacitor for filtration, this will result in a smooth DC voltage. The appropriate value of the capacitor is selected with the help of the formula given below.


\[Vr = \frac{I_{load}}{fC}\]

\[C = \frac{V_P}{V_r*f*R_{load}}\]


Vr = ripple voltage

Iload = current through the load resistor 

VP = peak voltage


For this formula, Vr should be less than 20% of the peak voltage. 


For  R = 1000Ω, and Vr = 0.06V the value of C = 470μF

For R = 100Ω, and Vr = 0.06V the value of C = 4mF




Figure 4: Output is a smooth DC voltage after the addition of capacitor



For practical applications, up to 100mV are acceptable. All practical power supplies have ripples and noise figures as well.






How To Determine BJT Modes | Operating Region

Identifying The Mode Of The BJT | DC Analysis

 Identifying The Mode Of The BJT (DC Analysis Part 2)


In a continuation of BJT analysis, it is important to have a look at this topic. Most of the time, it is necessary to evaluate the mode of the transistors.


Learning Objectives:

  • How to find the operating region or mode of the BJT?


To find the operating region, we need to find;

  • Junction voltages

  • All currents


Now, it's time to discuss some important variations in parameters in each mode.


Saturation Mode:

In this mode, both junctions are forward biased. You need to calculate these parameters;

  • VBE

  • VCE

  • IC(sat)


First of all you need to check out VBE. If VBE > 0.7 V, the transistor is either in active or saturation mode. Always assume the active mode and proceed with your calculations. Now calculate VCE, if you get absurd results, it means the transistor is in the saturation region.


\[V_{CE(sat)} = 0.2 V\]

\[I_{C(sat)} = \frac{V_{CC}-V_{CE(sat)}}{R_C}\]


Since VCE is very small as compared to VCC, neglect it.

\[I_{C(sat)} = \frac{V_{CC}}{R_C}\]


The base current is significantly high in saturation mode. The minimum value of base current to produce saturation is given below;

\[I_{B(min)} = I_{C(sat)}{\beta_{DC}\]

It is the minimum value of IB to drive the transistor in saturation. IB should be greater than IB(min). It is possible only when βDC is small. β is a device parameter, and it can not be changed. But keep in mind that β is forward current gain and it is for active mode only. βDC has a lower value in saturation mode.

Active Mode:

In this mode, the base emitter junction is forward biased and the base collector junction is reverse biased. 

First of all you need to check out VBE. If VBE > 0.7 V, the transistor is either in active or saturation mode. Always assume the active mode and proceed with your calculations. 


Cut-Off Mode:

It is the easiest mode to analyse. Both junctions are reverse biased. All currents are zero except small leakage current.

\[V_{CE(cut-off)} = V_{CC}\]


You need to evaluate VBE only. If VBE < 0.7 V, the transistor is in cut-off.




Steps to follow:

  • Calculate IC(sat) and VCE(cut) . With the help of these two points you can draw the load line.

  • Assume that the transistor is in active mode.

  • In the next step, apply KVL at the input loop. You will get the IB and hence IC

  • Now apply the KVL equation at the output loop. You will get VCE

  • You get the load line and the Q point (VCE , IC). Plot these two points on the load line. 

  • Compare;

    • VCE > VCE(sat)

    • IC < IC(sat) 

The transistor is in active mode

  • If you get absurd results after calculations, then your assumption is wrong. The transistor is in saturation mode.

Example #1: Determine IC(sat) and VCE(cut-off).



For IC(sat), assume a short between collector and emitter. Because in saturation mode VCE is approximately equal to zero. Apply KVL at the output loop.


\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[I_{C(sat)} = \frac{20}{3.3k} = 6mA\]


\[V_{CE(cut)} = V_{CC}\]


Example #2:


Now change parameters in figure 1, and determine its mode.


RB = 33kΩ

hfe = β = 100


Assume the transistor is in active mode.


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{10-0.7}{33k}\]

\[I_B=0.28mA\]


\[I_C=\beta I_B\]

\[I_C=100*0.28m = 28mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC}+I_C*R_C+V_{CE}=0\]

\[-20+28m*3.3k+V_{CE}]=0\]

\[V_{CE}=-72.4V\]


Have a look at VCE. Is it possible to get such results? How do VCE = -72.4V, when the applied voltage is 20V. Similarly, the value of IC = 28mA which is not possible. The assumption goes wrong. The transistor is not in the active mode. Again calculate β , IC(sat) and VCE(sat) for saturation mode.


Calculate β for saturation mode.


\[\beta = \frac {I_C}{I_B}\]

\[\beta = 21.4\]


Calculate IC for saturation which is already calculated.


\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[I_{C(sat)} = \frac{20}{3.3k} = 6mA\]



Calculate VCE

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-20+6m*3.3k + V_{CE}=0\]

\[V_{CE}=0.2\]


On a final note, look at the value of IB which is quite large, and tends to decrease the value of β. The decreased value of β shows that the transistor is saturated. Aslo, VCE = VCE(sat) = 0.2V. You can check out with the help of a multimeter as well. I attached the schematic and it shows the value of VCE which is quite low and indicates that the transistor is saturated.


Example #3:


Now change parameters in figure 1, and determine its mode.

VBB = 5V

hfe = β = 200

IC(sat) = 6mA (calculated previously)


From the given data, it is evident that the value of voltage at the base (that is VBB) changes will result in change of base current (that is IB). Similarly hfe (that is β) increases will change the base current. Assume the active mode and proceed with calculations.


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{5-0.7}{1M}\]

\[I_B=4.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=200*4.3 \mu = 0.86mA\]


Step 2: Apply KVL at the output loop.


\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-20+0.86m*3.3k + V_{CE}=0\]

\[V_{CE}=17.2V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.


Example #4:

Now change parameters in figure 1, and determine its mode.

RC = 10kΩ

hfe = β = 50


The value of RC changes, will result in a changed value of IC(sat). Assume the transistor is in active mode and proceed with calculations.


Calculate IC(sat) first. Assume VCE = 0.


\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[I_{C(sat)} = \frac{20}{10k} = 2mA\]


\[V_{CE(cut)} = V_{CC}\]


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{10-0.7}{1M}\]

\[I_B=9.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=50*9.3 \mu = 0.46mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-20+0.46m*10k + V_{CE}=0\]

\[V_{CE}=15.4V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.


Example #5:

Now change parameters in figure 1, and determine its mode.

VCC = 10V

hfe = 100


Calculate IC(sat). for this calculation, set VCE(sat) = 0.


\[-V_{CC} + I_CR_C + V_{CE}= 0\]


\[I_{C(sat)} = \frac{V_{CC}}{R_C}\]

\[I_{C(sat)} = \frac{10}{3.3k}\]

\[I_{C(sat)} = 3mA\]


\[V_{CE(cut)} = V_{CC}\]


Assume that the transistor is in active mode.


Step 1: Apply KVL at the input loop.

\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{10-0.7}{1M}\]

\[I_B=9.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=100*9.3 \mu = 0.93mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-10+0.93m*3.3k + V_{CE}=0\]

\[V_{CE} = 6.9V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.

Example #6:

Various sets of parameters are given for the circuit. Determine the mode of the transistor accordingly. 


Calculate IC(sat) and VCE(cut). This is for the load line.


\[I_{C(sat)}=\frac {V_{CC}}{R_C}\]

\[I_{C(sat)}=\frac{5}{479}=11mA\]



\[V_{CE(cut)} = V_{CC}\]


Assume that the transistor is in active mode.


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{5-0.7}{680k}\]

\[I_B=6.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=100*9.3 \mu = 0.63mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+0.63m*470 + V_{CE}=0\]

\[V_{CE} = 4.7V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.

Example #7:

Now change parameters in figure 6, and determine its mode.

RB = 47kΩ

hfe = β = 100


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{5-0.7}{47k}\]

\[I_B=91 \mu A\]


\[I_C=\beta I_B\]

\[I_C=100*91 \mu = 9.1 mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+9.1m*470 + V_{CE}=0\]

\[V_{CE} = 0.72V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.


Example #8:

Now change parameters in figure 6, and determine its mode.

VBB = 10V

hfe = β = 500


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{10-0.7}{680k}\]

\[I_B=13.6 \mu A\]


\[I_C=\beta I_B\]

\[I_C=500*13.6 \mu = 6.8 mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+6.8m*470 + V_{CE}=0\]

\[V_{CE} = 1.78V\]


VCE > VCE(sat)

IC < IC(sat) 

The transistor is in active mode.


Example #9:


Now change parameters in figure 6, and determine its mode.

RC = 10kΩ

hfe = β = 100


Calculate IC(sat)

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+I_C*10k + V_{CE}=0\]

VCE = 0.2 for saturation

\[I_{C(sat)} = \frac{5-0.2}{10k}\]

\[I_{C(sat)} = 0.48mA\]



Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{5-0.7}{680k}\]

\[I_B=6.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=100*6.3 \mu = 0.6 mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+0.6m*10k + V_{CE}=0\]

\[V_{CE} = -1.3 V\]


VCE < VCE(sat)

IC > IC(sat) 



The assumption goes wrong. The transistor is in saturation mode. The calculated value of IC is greater than IC(sat) . Which is not possible. Discard IC = 6mA. The maximum possible current is IC(sat) = 0.48 mA.  The value of VCE is also an absurd value. We need to recalculate VCE with the help of IC(sat).


\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-5+0.48m*10k + V_{CE}=0\]

\[V_{CE} = 0.2 V\]



Example #10:


Now change parameters in figure 6, and determine its mode.

VCC = 10V

hfe = β = 100


VCC changes, it will change the value of IC(sat). Calculate IC(sat)

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-10+I_C*470 + V_{CE}=0\]

VCE = 0.2 for saturation

\[I_{C(sat)} = \frac{10-0.2}{10k}\]

\[I_{C(sat)} = 0.21mA\]


VCE(cut) = VCC


Step 1: Apply KVL at the input loop.


\[-V_{BB}+I_B*R_B+V_{BE}=0\]

\[I_B=\frac {V_{BB}-V_{BE}}{R_B}\]

\[I_B=\frac{5-0.7}{680k}\]

\[I_B=6.3 \mu A\]


\[I_C=\beta I_B\]

\[I_C=100*6.3 \mu = 0.6 mA\]


Step 2: Apply KVL at the output loop.

\[-V_{CC} + I_CR_C + V_{CE}= 0\]

\[-10+0.6m*470 + V_{CE}=0\]

\[V_{CE} = 9.7 V\]


VCE > VCE(sat)

IC < IC(sat) 


Active mode is detected.


Lastly:

I have given a tremendous amount of time in creating this article. Time is really precious to me because of a busy schedule.  If you like this tutorial, please drop a comment and like my Facebook page. 

Please check part 1 of this tutorial in the link below.

 BJT DC Analysis Part 1

 





Popular Posts