Problem 7 : Red or Blue ?

We have another Physics problem here !

The problem is a kind of blend of physics and electronics which made this problem to fall in this section. The problem is multi-concept based. As a hint, the problem mixes up :

  • Kinematics
  • A bit of rotational motion
  • Electronics (Understanding of Resistor)

As a reference, you can use the attached article so that you are all covered to complete this problem : Click Here

The Problem Statement has been uploaded below in the form of PDF. 

DOWNLOAD

Problem 7

Charge Induction in Metals and Non-metals

Topic under the Chapter : Electrostatics

1. Short Introduction

To understand this topic, we need to know about ‘free electrons’. These free electrons behave very similar to the gas atoms in a container. Both of them are under continuous random motion throughout the space given to them.

Application – Electroscope

Free electrons are nothing but some loosely bonded valence electrons which come out of the atom very easily ; just as the loosely stitched button comes out of the shirt very easily : )

Note that :

  • A neutral body has equal number of positive charges and negative charges. Presence of free electrons doesn’t disturb the neutrality of the body as free electrons are also negative charges but the only difference being that ; they are free to move inside the body

2. Induction in Metal and Non-metals

When we talk of bodies, we classify them as

  • Metals – The ones in which there are a lot of free electrons
  • Non-metals – electrons are bounded to the Atom tightly (Atom loves them !)

2.1 Charge Induction in Metals

Now suppose you have a metal conductor placed in a region. And you bring a positive charge ‘+q’  in that region ‘externally’.

Important Note : 

  • excess of electrons implies negative charge
  • deficiency of electrons implies positive charge


These charges are ‘induced’ on the conductor due to the external charge. This phenomenon of separation of charges in a body by some external factor is called ‘Charge Induction’

2.2 Charge Induction in Non-Metals

As discussed, the basic difference between non-metal and metals is the absence of free electrons in case of non-metals.

Setup – Let’s consider the same condition. An non-metallic body has been placed in a region. Now, we bring a positive charge in vicinity of this body.

Important Note :

  • Atom is made up of a positively charged nucleus and an negatively charged electron cloud surrounding it. In a neutral, undisturbed atom, the negative center and the positive center, both, coincide.
(Cloud represents negatively charged electron cloud)


This alignment in dipoles in a non-conducting body due to an external charge is called induction in non-conducting bodies or ‘Polarization’. The separation between positive and negative charges is very very small. So, usually, we ignore it in our problem solving, etc.

Special Note :
This is why a Charged body always attracts a Neutral body. We can also conclude that :
“Attractive force on neutral conducting body will be more due to any external charge”

FAQ section :

What is charge induction ?

In presence of an external electric field set up by an charge placed outside a body; charge separation happens within the body. This phenomenon is called charge induction.

What is Polarization in Electrostatics ?

The formation of dipoles within the atoms of non-metal due to the external electric field set up by the charge placed outside the body is called Polarization

Conversion of Galvanometer to Ammeter & Voltmeter

Topics Covered :

  • What is Galvanometer ? & it’s Types
  • Conversion to Ammeter
  • Conversion to Voltmeter
  • Some Examples

1. What is Galvanometer ?

Galvanometer is a deflection type meter which is used to measure the current value. The needle present in the Galvanometer gets deflected when a current passes through it and the amount of deflection produced is proportional to the current passing through the device.

There are two types of Galvanometers : 

  • Uni-Directional
  • Bi-Directional


  • Uni-Directional : In this case, the markings on the dial start from 0 till the maximum range. It has a red terminal which indicates that it has to be given high potential connection and the other one is black terminal for lower potential connection.
  • Bi-Directional : The zero of the dial is in the center and we have the maximum on either side. So, from the direction of deflection, we get to know the direction of current in the conductor and the amount of deflection gives us the magnitude. 

So, the basic difference between the two is that, Unidirectional can give information only about magnitude while Bi-directional can tell direction as well as magnitude.

The inner setup of Galvanometer has something known as Coil Resistance ‘G‘ and at maximum deflection, the safe current which flows through the galvanometer is ‘ig‘ . The symbol for Galvanometer is :

2. Conversion to Ammeter

The purpose of an Ammeter is also to measure current but the range for current measurement is much higher. 

  • How to Convert ? – Just add a resistor with very small resistance (Shunt ‘S’) in parallel to Galvanometer

What happens because of this ?
  • Now suppose, ‘I‘ (I > ig) is the current flowing in conductor. Since S and G are connected in parallel, ‘I‘ will be divided in ‘ig‘ and ‘I-ig‘. 
  • The shunt resistance S, being very small in magnitude will attract a lot of current (since current always prefers least resistance path). The shunt resistance S, is the reason why we are able to supply a larger current than ig.
  • This helps us to measure a larger current, resulting in increase in the range of the galvanometer
How to calculate this ‘I ?

3. Conversion to Voltmeter

The Voltmeter is used specifically to measure the potential difference across the given terminals.

  • How to Convert ? – Add a very high ‘Load’ resistance R in series to Galvanometer

What happens because of this ?

4. Examples

(Question from Arihant – Electricity and Magnetism)

Solution :


(Question from Arihant – Electricity and Magnetism)

Solution :

Conclusion :

So, we have learnt about the Galvanometer and how can we use it as an Ammeter and a Voltmeter.

  • This topic is important from not only practical point of view but also theory exam point of view
  • And other than marks, it’s always good to know about our electrical instruments !

All the Best !

Ultrasonic Sensor – Working and Code Explanation

Use Desktop/Laptop for Best Experience

In this Article, we will try to cover another sensor – Ultrasonic Sensor (HC-SR04). 

Topics Covered :

  • Working – Basic Theory
  • Pinouts & their Contribution
  • Interfacing with Arduino – Code Explanation

1. Working – Basic Theory

The working of this sensor can be explained in 4 steps  :

The Ultrasonic Sensor HC-SR04 has a transmitter and a receiver present in the same module

  • T –> Transmitter
  • R –> Receiver

Step-1 : Emission

The Transmitter sends out the ultrasonic sound waves at a high frequency of about 40kHz. By 40kHz, we mean that, the sound waves travels in the medium with a frequency of 40,000 cycles per second 

Step-2 : Reflection

The transmitted wave hits the obstacle and gets reflected back

Step-3 : Reception

The reflected wave is then received by the on-board receiver

Step-4: Evaluation

The time required for the sound wave to come back (transmitter to receiver) is calculated. And using this time data and velocity of sound in the medium, we calculate the distance (d) between the sensor and the obstacle.

2. Pinouts & their Contribution

There are 4 pins on the HC-SR04 Ultrasonic Sensor

  • VCC
  • Trig (Trigger Pin)
  • Echo
  • GND
VCC Pin :

– The VCC pin is where you provide the +5V power supply 

Trig & Echo Pin :

Saying the same thing through some graphs will look like :

GND Pin :

-GND is to as usual connected to the common ground

3. Interfacing with Arduino (Code)

Pin Connections :

Let’s build a quick mini project to understand the working of this sensor :

  • For this, we will be connecting an additional LED in order to get the signal if our code works fine.

TinkerCad Circuit Diagram :

Code :

Code for the Project : GitHub File Link –> Click Here to Access

Explanation :
Code Explanation

All the Best !

Keep Learning

Low Pass Filter and High Pass Filter Circuits

(View on Desktop/Laptop for Better Experience)

Topics Covered :
  • What is Capacitive Reactance ?
  • Using Ohm’s Law
  • Selecting Specific Frequencies
  • Low Pass Filters
  • High Pass Filters

1. What is Capacitive Reactance ?

There’s a very common difference between a resistor and a capacitor : 

  • In case of a resistor, the resistance value remains constant i.e. it doesn’t change even on varying the current or the voltage.
  • But unlike resistor, the value of capacitance depends on the current and voltage in the circuit.

We have already learnt about Charging and Discharging of Capacitor in the article : Learning about Capacitors . According to that, if our circuit consists of only a Capacitor attached to a battery, then :

  • Capacitor blocks the DC current except at the time of charging & discharging
  • Capacitor allows AC easily as it is nothing but a cycle of charging, discharging and recharging

Refer to the timeline diagram below which shows how resistance to electron flow is offered by capacitor during charging 

Timeline – Charging Capacitor

This resistance offered by a Capacitor is referred to as ‘Capacitive Reactance’

f –> represents the frequency of the source

Note that :

Case : DC Source is attached across capacitor

Result : We all know that frequency of DC Source is zero as there is no switching in polarity. Therefore, f=0 and we get reactance as infinite. Hence, we can see that the circuit almost behaves as an open circuit in case of a DC Source

And also in case of AC Source, it is quite evident from the formula that, if the frequency of the source is increased, it results in decrease of capacitive reactance. Let’s take 2 cases to understand this : Both are AC Source – One with f = 50kHz and second with f = 10Hz (Capacitance is 10uF)

                                 Sub-Case f = 50 kHz                                                  Sub-Case f = 10 Hz             


Hence, verified !

2. Using Ohm’s Law

  • It is possible to use Ohm’s Law in this case as well. Just consider the capacitive reactance as some kind of resistor and then apply Ohm’s Law on it.
  • But note that : Just one frequency at a time while using Ohm’s Law

Let’s calculate the peak current achieved in the circuits in the 2 examples considered in previous section-1 . Circuit has all the parameters same, just the peak voltage of AC Source is now given to be 5V


3. Selecting Specific Frequencies

This frequency dependent behaviour of capacitors makes them suitable to build some special type of circuits called Low Pass and High Pass Circuits.

  • Capacitors block DC and allow AC. But with the help of these filter circuits, we can control which AC signals will specifically be allowed to pass. Hence, we call them as filtering circuits

Just remember this analogy :

  • Getting a voltage somewhere is equivalent to getting a signal over there.

3.1 Low Pass Filters

To understand this circuits, lets take 2 cases : one at low frequency (f=0) and another at very high frequency. 

Fig. Low Pass Filter Circuit

We can find the relation,

Case 1 : Low Frequency (f = 0) of Source

This implies that the source behaves like a DC. And we know that, in steady state, Vc = Vout = Vin i.e. the whole source voltage comes across the capacitor 

Case 2: Very High Frequency of Source

At high frequency, the capacitive reactance is low –> This makes the capacitor to behave as short circuit–> This implies, there is no voltage drop across capacitor –> Therefore, Vc = Vout = 0

As discussed earlier, 

If we get a voltage at Vout –> It implies that we have the signal of that frequency over there. So, in case of above circuit, we are getting voltage at Vout in case of low frequency 

  • Hence, as the above circuit allows low frequency signals to pass (from input to output), the circuit is known as Low-Pass Filter

3.2 High Pass Filters

To understand this circuit, Again lets take the same 2 cases : one at low frequency (f=0) and another at very high frequency. 

Fig. High Pass Filter Circuit

Case 1 : Low Frequency (f = 0) of Source

This implies that the source behaves like a DC. And we know that, in steady state, Vc = Vin i.e. the whole source voltage comes across the capacitor. But Vout = 0 in this case, as Vout is now the voltage across the resistor (Therefore, Vout = VR = 0)

Case 2: Very High Frequency of Source

At high frequency, the capacitive reactance is low –> This makes the capacitor to behave as short circuit–> This implies, there is no voltage drop across capacitor –> Therefore, Vc = 0 . But, because of this, the whole source voltage shifts to the resistor. 

This makes VR= Vout = Vin

If we get a voltage at Vout –> It implies that we have the signal of that frequency at output. So, in case of above circuit, we are getting voltage at Vout in case of high frequency 

  • Hence, as the above circuit allows high frequency signals to pass (from input to output), the circuit is known as High-Pass Filter

Conclusion :

We have discussed the basics of the High and Low Pass Filter Circuits. The most fundamental difference between the two is the position of output voltage. 

  • In case of Low Pass Filters, Vout is set across the capacitor
  • While, in case of High Pass Filers, Vout is set across the resistor

Keep Learning !

How to interface RGB Led with Arduino ? – Arduino Project 2

(View on Desktop/Laptop for Best Experience)


Click the photo to watch the associated video about this Project

RGB, as we all know, stands for :

  • Red
  • Green
  • Blue

They are one of the primary colours which can mixed in different proportions to result in various colours.

Table of Contents :

  • Problem Statement of our Project
  • How does RGB Led work ? – with Analogy
  • Components Required
  • Pinouts & Circuit Diagram
  • Explanation & Code Link
  • Assignment (Imp**)

1. Problem Statement 

  • We need to create a message for our loved ones but NOT as an direct text message. When I say loved one, it can be your mother, father, sister or just anyone whom you love and want to express your feelings ! 
  • This has to be done with the RGB LED, Arduino, etc. Frame your own way of conveying your message to the person with the help of components discussed

*Hint for the Solution : For this project, we will be showing ‘143’ with the help of RGB LED

2. How does RGB LED work ?

  • As we know, that Red, Green and Blue are one of the primary colours that can be used to obtain different colours.
  • This is done using different compositions or ratios of the 3 colours during mixing.
  • And how does mixing happen ? The answer is that – It just happens under one LED –> This makes the colours to get mixed

The best analogy is the painting palette which we normally use in our drawing classes. Consider having the smaller version of the paints. So how you used to obtain different colours ? –> By mixing those available colours in different ratios !

Just 6 colours poster paints
Drawing Palette
  • The given below are some of the shades which you can make with the help of RGB combinations : 
Photo Credits : https://en.wiktionary.org/

Also different shades of the colours can be obtained by varying the intensity of RGB colours

3. Components Required

  • Arduino Uno
  • RGB LED x1
  • Resistors (220 ohms) x3
  • Jumper Wires

4. Pinouts & Circuit Diagram

The RGB LED has 4 pins –

  • RED
  • BLUE
  • GREEN
  • GND

Always check the pin name associated with the pin. The pin order might change from manufacturer to manufacturer !

Important :

Treat each of the colour pin as a separate LED. Since only then you can control each colour on the LED individually.

  • This implies that you will need a separate resistor to protect each of the 3 LEDs – Therefore, we choose three, 220 ohms resistors
Schematic Diagram on TinkerCad :

Pin Connections :

5. Explanation & Code

So, as discussed in our Problem Statement, we are going to code our LED such that it somehow conveys the message ‘143’ (A modern way to say ” I love You “). This is how it can be done :

                                                                                                              Table for Code

  • If you look into the Pinouts Section above, you will notice that the Pins 5, 6 and 9 have a ‘~’ type of symbol adjacent to them on Arduino Board. This symbol represents that the Pin is a PWM pin.
  • PWM stands for Pulse Width Modulation
  • It’s a kind of additional Superpower which a digital pin is given in order to process the data in a different way if needed. We will be discussing about this in detail in upcoming Articles. 
  • For now Let’s take a small example and have an idea about PWM in Layman’s terms.

We know that Digital Pins have only 2 signals – ‘1’ and ‘0’ –> i.e. It’s either ON or it’s OFF respectively. This case is like a switch which we use to turn ON and turn OFF the fan. 


                                                                                   Fig. For Digital Pins without PWM

BUT Now, PWM is like adding a Regulator besides the switch (it’s just an addition to what we had before). This will allow us to vary and control the speed of the fan as well



                                                                                   Fig. For Digital Pins with PWM

Code :

The code to the Main Project Can be Found in the below attached GitHub File. The comments will guide you to understand the reasoning for that particular section of code.

GitHub Folder Link (Arduino Code for the Project) : Click Here

6. Assignment :

DOWNLOAD

assignment

Conclusion :

So, through this Mini Arduino Project-2, we learnt to interface RGB LED with Arduino and also learnt some basic working of the same. As discussed, we will be looking into PWM signals in a lot more detail in upcoming articles.

  • Don’t forget to attempt the Assignment Problem. It will allow you to apply the knowledge you gained in the article (Information + Arduino Code) 

Keep Learning !

Knowing about RC Circuits

(View the Article on Desktop for Better Experience)

Combining what we have learnt in previous articles, opens up a whole new set of ideas to explore. The combination of Resistor and Capacitors results in an RC Circuit. One of the very important type of electronic circuits to be studied due to their wide range of applications.

Previous articles Alert !

Table of Contents :

  • Basics of RC Circuits – Charging and Discharging
  • Derivation (for Interested Readers) – Recommended
  • Time Constant & It’s Importance

1. Basics of RC Circuit :

Charging without Resistor

Let’s consider a circuit with a battery of emf ‘E’ and a capacitor (capacitance ‘C’) connected in series to it via a switch ‘S’. Note that Capacitor is uncharged initially.

Fig.1 (a) Switch S is open
Fig.1 (b) Switch S is closed

We know, charging will start as soon as the Switch ‘S’ is closed and also it is seen that the capacitor gets charged very quickly. This is shown in Fig.2 where we plot the charge v/s time graph in order to keep a track of the charge appearing on capacitor plates w.r.t time

 

  • When we say that capacitor is fully charged, it means that, the capacitor plates have got the maximum charge they can hold. In this case it will be ‘CE’. Also this state where the charge doesn’t change anymore is called ‘Steady State
  • As the charge keeps on developing on the capacitor, the current in the circuit keeps on decreasing till it becomes zero at steady state. This whole situation where every parameter(charge, current) is going under a change is called ‘Transient state
Fig.2 With reference to Fig.1 (a) and (b)

What happens when Resistance is added ?

Charging with Resistor

Now, we add a resistor with resistance R in series with the capacitor. Capacitor is uncharged initially. We have the most basic RC Circuit possible for analysis.

Fig.3 (a) Resistor is attached in series
Fig.3 (b) Switch S is closed
  • We can sum up the role of resistor here in simple words. It is mainly used to increase the charging time of the capacitor. This makes the transient state to last a little longer. How long ?, can be decided and pre-calculated on the basis of R and C values chosen to build the resultant RC circuit.
Fig.4 – Charging in an RC Circuit

In case of Charging, you can imagine Resistor as an cunning friend who doesn’t want you(capacitor) to grow in his/her life. This friend somehow tries to delay the work which you would have achieved very easily earlier.

Discharging without Resistor :

Consider we have a capacitor, fully charged  with the help of battery of emf ‘E’ and we need to discharge it. 

  • This can be done by simply disconnecting the battery and then allowing the two plates of capacitor to be connected to each other.
Fig.5 Before closing the switch (Capacitor is fully charged with battery E)
Fig.6 Battery is removed and Switch S is closed
  • Similar to the charging process, the discharging of capacitor also happens instantly in absence of Resistor. This can be seen in the plot in Fig.7
Fig. 7 Plot of q v/s t for situations in Fig. 5 and 6
Discharging with Resistor :
  • In case of discharging, Resistor increases the discharging time . We can say that, Resistor here acts as a good friend who doesn’t allow you(capacitor) to fall(discharge) immediately.

Discharging still happens, but at a slower rate. This can be observed from the plot between q (charge on capacitor plate) v/s time ‘t’ as shown below.

So we can clearly see from Fig.8 that it takes time to reach 0 charge (for practical purpose). But how much time it takes, is decided by the R and C values

2. Derivations :

We see some non-linear curves in case of RC charging (Fig. 4) and in case of RC discharging (Fig. 8). But what is the nature of these graphs. How do we plot them exactly ? What is the equation. Let’s answer all of these through our Analysis

RC Charging :

DOWNLOAD

charge capacitor
RC Discharging :

DOWNLOAD

discharge capacitor

3. Time Constant & It’s Importance :

We represent ‘Time Constant’ by the greek letter ‘Tau’

  • Time Constant is mainly formulated as the product of the Resistance and the Capacitance. It’s an important representation mainly used in RC(resistance-capacitance) and RL (resistance-inductance) circuits.

Now that we know, how it is formulated, replace R X C with time constant. 

Let’s start with Charging case :


  • From the above analysis, We can define time constant (For charging) as the time required to charge the capacitor to 63% of the total charge it can achieve i.e. 63 % of the steady state charge
Let’s discuss Discharging case :


  • Again, from the above analysis, We can define time constant (For discharging) as the time required to discharge the capacitor to 37% of the total charge it had initially i.e. 37 % of the steady state charge

We can keep on inserting such time values and keep a track of the charge on capacitor.

Important : Note that q is the charge on the capacitor plates at time instant ‘t’

Charging case :
  • It is seen that approximately after minimum (t = 5 * time constant), the capacitor is 99% charged. We consider that as approx fully charged in reality while doing some projects and all !

Discharging case :
  • It can be seen again from the calculations below that, –> It takes about (t = 5 * time constant) in order to discharge the capacitor to an extent where only 1% of the initial charge remains on the plates.
  • We consider this as approx. fully discharged case for project purposes  

Conclusion :

So based on our previous articles knowledge (Resistors and Capacitors), we have learnt about the basics of RC Circuits. There will be another article to go into further depth in case of RC Circuits

  • Have a look at the derivations, as those will provide a proper insight and reasoning of why exactly things happen in that way. It’s always good to have a look at the mathematical analysis of the physics concept you study !

Keep Learning !

Arrow Indicator Circuit – Arduino Project

(View on Desktop/Laptop for Best Experience)

This project mainly aims to cover a part of Basics regarding Arduino IDE and Interfacing of Arduino with other components. Let’s get straight into building this project !

Table of Content :
  • Description of the Project
  • Components Needed
  • Understanding & Procedure
  • Explanation of Code

1. Description of the Project

Problem Statement :

Our main objective for the project is to make a Arrow Keypad like thing in order to control the LEDs. The LEDs indicates the direction corresponding to the button which we pressed on the keypad

Fig.1 Arrow Keypad
Fig.2 What LED pattern should appear when button is pressed

2. Components Needed

  • Arduino Uno
  • Breadboard
  • 4 Red LEDs 
  • 4 Push Buttons
  • 4 Resistors  (220 ohms)
  • Jumper Wires

Reference Article Alert !!

How to check Resistance value of your resistor? – Refer this Article : Dealing with Resistors

3. Understanding & Procedure

Understanding

Note that, there are no connections among the LEDs

  • Each LED is separately connected to Arduino
  • Similarly each push button is also connected separately to Arduino Board
  • But the connection between the two (LED and pushbuttons) is done through Arduino. That’s the job of a Microcontroller –> ‘To connect the things as instructed in code’
Fig. Each LED and each pushbutton connected separately

We will see how to connect each component with Arduino

3.1 Single LED Connections :
  • The adjacent circuit diagram shows the connections that are to be made to control LED with the help of Arduino
  • The diagram has been prepared with the help of TinkerCad (Simulation Software)

*Code for the Blinking of LED can be found in our GitHub Repository – Click Here

3.2 Single Push Button Connections :
  • The pushbutton serves as an INPUT for most of the times.
  • It gives a value of 0 or LOW when not pressed and gives a value of 1 or HIGH when pressed.
  • There is another way to connect a pushbutton i.e. by adding a Pull-up Resistor.  

*Code for the usage of Push Button is also added in our GitHub Repository – Click Here

3.3 LED + Push Button :
  • Now that, we have learnt to interface button and LED separately, it’s time to interface them with Arduino at once.
  • Check the code. The comments will guide you to understand the idea behind each line

*Code for the ‘controlling LED with Push Button’ is also added in the GitHub Repository – Click Here

– Procedure

After Being Comfortable with the above three mini-projects, the main project is very easy to do as we have do the same thing, but now, it has to be done multiple times.

Step-1 :

We need the LED matrix type setup to be in a square shape (diamond shape). So accordingly we arrange setting up the LEDs and corresponding resistors to protect those LEDs

Reference Article Alert :

How to choose correct Resistor for a specific coloured LED ? – Refer the Article : Dealing with Resistors

You will learn that –> It is safe to use a higher resistance resistor than the required value. So we go for 220 ohms.

Connect the LEDs as learnt in Section 3.1

Step-2 :

  • Attach the 4 Push Buttons to the breadboard in a keypad fashion. 
  • The connections of each button has to be done with Arduino as explained in Section 3.2

Overall Diagram in TinkerCad can be shown as :

The same thing in Reality looks something like :

4. Explanation of Code :

The Complete Code for this Project can be found in the GitHub Repository by name ‘Main Project Code’ – Click Here

  • We are using some kind of nomenclature here in order to properly keep a track of which LED we are talking about or else which button we are referring to.


Below is the attached file for Code Explanation. This will exactly give you an idea of the flow that the project code has in it.

Code Explanation - Main Arduino Project

Actual Execution :

When fwd key is pressed :

When left key is pressed :

When right key is pressed :

When back key is pressed :

Conclusion :

So, with this, we have learnt to do the basic interfacing of the components with Arduino. There’s a still lot to learn about Arduino. There are also many sensors that can be used in order for different projects. 

This Article was all about keeping it as basic as possible so that it is much interesting for people/students to read and see

Keep Learning !

Physics Experiment – Calculating e/m Ratio

https://www.youtube.com/watch?v=rxL8DkdYCTw

*Note : (Prefer Desktop for better Experience)

Calculation of charge-to-mass ratio is of great importance when it comes to the subject of Modern Physics. Understanding the procedure behind this experiment is equivalent to revising the following topics as well :

  • Moving charge in Magnetic Field
  • Behaviour of Charge in Electric Field
  • Projectile Motion
Sections :
  • Importance of calculating e/m ratio
  • Setup of the experiment
  • Procedure (*Imp) 
  • Final Data & Conclusion

1. Importance of e/m Ratio

Ok, so you have a value called e/m ratio ! But why is it important to caluculate this value? Is there any applications of it ?

  • In simple words, the charge-to-mass ratio of a charge helps us to predict the behaviour of the particle under electric and magnetic fields. This ability to predict the particles behaviour enables us to have an idea of adjusting the setup in order to have so and so outcomes.

We can see it’s application in

Electron Microscopes :

  • Electron Microscopes are known for their ability to magnify the images to a very high resolution & this is done with the help of a beam of electrons
  • Knowing the e/m ratio enables the scientists to control the movement of electrons and a result, they produce the required resolution of the image

Particle Accelerometers :

  • These are used in order to accelerate the charged particles.
  • By knowing the charge-to-mass ratios, we can actually control the trajectories of the particles.

2. Setup of the Experiment

The Setup mainly consists of the following things :

  • Filament F
  • Battery V
  • Pump
  • 2 parallel plates, across which another battery has been connected 
  • Current carrying coil wire (not shown in setup)
  • Screen S

                                                                                              Fig. Setup for the Experiement

Purpose :
  • Filament F : The filament is inclusive of that battery (not V) shown in figure.

  • Voltage V

       –   The plate attached to the positive terminal is used as anode to attract the electron cloud. This is done to make the electrons                         accelerate.

       –   Each electron has different energies when they come out from atoms. And when they are accelerated due to potential                                   difference of V, then they all end having different set of velocities. 

  • Pump : To create vacuum inside the tube
  •  The parallel plates kept facing each other + battery setup,  is used to create a uniform electric field E in the region between the two plates. Direction will be from positive plate to negative plate
  • Current carrying coil wire : This is done in order to setup a steady magnetic field (going into the plane)
  • Screen S : Whenever an electron strikes the screen S; it creates a spot on the screen which helps us to detect and hence analyze the trajectory/path taken by the electron.

Note that : The E and B vectors are perpendicular to each other

3. Procedure

Step-1 :

As discussed, the anode attracts the electron cloud which makes them to accelerate towards the screen S. But well before they reach the screen, the electrons are made to pass through a region R where, for now, only Electric field is applied (B is turned off).

The current setup for Step-1 looks like

As the electrons pass through ‘Region R‘ , they undergo deflection ‘y’ due to the electric field and follow a trajectory as shown (green) . We zoom into the Region R to get a better understanding of what’s happening

Zoomed picture of Region R :

We need the expression for deflection ‘y’.

Important : Note that the deflection is going to be measured from axis

Some of the Projectile comes into picture now !


  • This ‘y’ is measured during the experiment
Step-2 :

Now, our aim is to find the velocity ‘v’ of the electron. Recall that the ‘y’ is the deflection –> BUT Deflection from which path ? The answer is ‘the axis’ . We need to find the deflection caused in electron’s trajectory due to the electric field E because otherwise in the absence of E, it would just follow the straight path along axis.

  • For getting the speed (v) of the electrons which go undeflected, we introduce B now in addition to E in order to make zero deflection. This is equivalent to saying that there was none of the fields present in region R

We have to balance the forces (to get zero deflection). Remember it’s a negative charge.


We then adjust the values of E and B until the magnitudes of forces are same. This allows us to build a ‘velocity selector

Velocity Selector :

As discussed in Section 2 of this article, all the electrons come with different set of velocities. But, for continuing our experiment, we need only the electrons of specific velocity to be focused on. So, how to exactly distinguish those electrons ?

We can clearly see the relation of E and B with velocity. This means that controlling the values of E and B allows us to select the electrons which have their velocities as E/B. The electrons possessing this specific velocity will go through the region undeflected and hence we can separate them. 

Step-3 :

Calculating the e/m ratio with the expressions and equations we got till now :

Substituting v = E/B in the expression of y obtained in step-1, we get  :

4. Final Data

Conclusion

  •  This completes our e/m calculation experiment performed by Sir J.J. Thomson.  
  • The article or the whole experiment procedure itself has a lot of concepts involved in it which makes it even more important to understand, both as an Experiment as well as an good multi-concept level problem

Keep Learning !

Part-2 : More about Capacitors !

For Best Experience, View on Desktop/Laptop !

In the Part-1 : Learning about Capacitors, We already got an idea about the functioning of the capacitors. But now, with that understanding, how to make use of them in electric circuits !? 

This is what we focus in this article. Getting inclined towards the numerical aspect of the capacitors is our goal for this article !!

Topics to be Covered :

  • Clearing the basics
  • Parallel Plate Capacitors
  • What is dielectric & it’s use ?
  • Series & Parallel Combination 
  • Circuit simplifying methods
  • Special Equivalent capacitance problem

1. Clearing the basics

As discussed in part-1, more the charge separation happens (+Q on one plate and -Q on other), more will be the potential difference across the plates of capacitor(V). So basically we can say, 

Now we introduce the ‘constant’ of proportionality –> Capacitance (C). The relation becomes :

Note that :

  • Increasing the charge doesn’t increase it’s capacitance of the capacitor as it may appear in above equation. For simplicity remember it as –> Once a capacitor is made, it’s capacitance value is stamped on it !!
  • Instead, capacitance is decided by the physical dimensions and the dielectric used. (For understanding, once the vessel is manufactured, it has some dimensions to it and based on that dimensions, you can decide the capacity of vessel)

2. Parallel Plate Capacitors

There are many configurations possible to make a capacitor, but the most simplest one to analyze is the Parallel plate Capacitor. This setup basically consists of :

  • 2 metal plates of area ‘A’ kept at a distance ‘d’ apart from each other
  •  Dielectric medium (of dielectric constant ‘k’) inserted in between the plates
  • Important Condition : (A>>d)

The capacitance of the parallel plate capacitor is given by :

We can clearly verify from the above expression that, the capacitance just depends upon the geometrical factors and the dielectric constant.

*Interested readers can have a look at the derivation of the above expression in document attached at the end of the article or can download the file directly

Click here to download the file – DOWNLOAD

3. What is dielectric & it’s use ?

“In simple words, Dielectric are a type of insulating materials which allow Electric field but don’t allow electric current to pass through them”

They are majorly used to serve 3 purpose: 

  • Maintaining Gap

It is necessary to maintain the gap (even though small) between the metal plates. Because, the capacitor would loose all of it’s storing capacity if the metal plates come in contact with each other; since in that case, it would just behave as a simple conductor.

  • Increasing max. voltage without breakdown

Dielectric Breakdown

  • Each dielectric material has it’s own breakdown voltage. 
  • If the applied voltage becomes greater than the breakdown voltage of the dielectric material, the atoms start to get ionized and we know that , ions do conduct electricity. 
  • Because of this, the whole capacitor starts to act as a conductor 

Better the dielectric material, more will be the dielectric breakdown voltage. Let’s consider 2 situations :


                              Situation-1 (Air between plates)

      Situation – 2 (Dielectric material D2 inserted between plates)

The dielectric breakdown voltage of material (say D2) is more than that of air. This implies that more voltage across capacitor plates is required in case of D2 for breakdown to happen. This proves our point that, the insertion of dielectric allows us to apply more voltage across capacitor plates without causing any dielectric breakdown.

  • Increasing Capacitance

Suppose we have a capacitor with just air between the plates. Now we insert a dielectric material of dielectric constant ‘k’ between the plates completely. Have at the look at the flowchart below to just get an quick overview of what happens !

                                                          Flowchart – Summary of how Dielectrics help to increase Capacitance

4.1 Series Combination in Capacitors

                  “Like the way we have current in case of resistors, in the same way, for capacitors, we have charge”

  • For Capacitors to be said in Series combination, the charge flowing through them should be the same.

Consider 3 capacitors C1, C2 and C3 in series combination and V1, V2 and V3 are the potential differences across them respectively.

Since we need to find the ‘equivalent’ capacitance :

So, we can observe that, by keeping capacitors in series, we get the value of equivalent or resultant capacitance which is even lesser than the one which has least capacitance among the three. Suppose,  C2 < C1 < C3, then Ceq < C2 

4.2 Parallel Combination in Capacitors

                Again :  “Like the way we have current in case of resistors, in the same way, for capacitors, we have charge”

  • For the Capacitors to be in Parallel, the potential difference across all should be same.

Consider 3 Capacitors C1, C2 and C3 in parallel combination and the charges passing through them are q1, q2 and q3 respectively.

We know the relation from KCL : 

The equivalent capacitance incase of parallel combination will be greater than the greatest among the three (here)

5. Circuit simplifying methods

Now, there are again some types of network circuits in which we are expected to find the equivalent Capacitance. 

There are several methods to simplify and solve such type of circuits like :

  • Mirror Symmetry
  • Folding symmetry
  • Voltage method (Rearrangement)

We have already looked at the above methods with context to resistors in Part-2 : Combining Resistors

Though the article is for Resistors, the approach of simplifying the circuit/network still remains the same !

6. Special equivalent capacitance problem :

Example : 

Step-1 :

Distribute the voltages across all plates. In this example we consider the voltage/potential at A to be ‘a’ and at B, to be ‘b’. Still we are not able to cover all the plates. So we introduce another unknown potential ‘x’

Remember that : Potential always remains constant on a conductor

Step-2 :

Assign the numbers to each face of the plates 

Step-3 :

Keep points ‘a’ and ‘b’ at the ends and all the unknowns which we introduced should come in between.

Step-4 :

To make a capacitor, we need 2 plates and separate them by a distance

  • Faces 2 and 3 make a capacitor
  • Faces 4 and 5 make a capacitor
  • Faces 6 and 7 make a capacitor
  • Faces 8 and 9 make a capacitor

So, now, we just look at the numbers assigned to their faces and make a simlified circuit

Step-5 :

Solve by normal Series- Parallel concepts

The equivalent capacitance of the simplified circuit is 5C/3,  where C is :

Conclusion :

  • Just Combining these 2 components – Resistors and Capacitors opens up a whole new set of things that can be developed. We will be looking into these in our upcoming articles.

Till then, Keep Learning !

Attached Document : Reference for Derivation of Capacitance for Parallel Plate Capacitors

DOWNLOAD 

Reference - Capacitor Derivation