Skip to main content

Ohm's Balloons

From switching a light bulb in our house On and Off to sending and receiving signals to the Mars rover, electrical circuits are ubiquitous in our day-to-day lives and Ohm's Law (V = IR) is as fundamentally important in electronics as Einstein's Relativity equation (E = mc²) is to physicists.

Ohm's law is the basis of all electrical systems. Electrical engineers use this equation to guide the design of electrical systems. Students need a strong foundation in Ohm's law while designing circuits on their own but it is observed that students often get confused between Voltage(V) and Ampere(I).

As a teacher, I have always been an advocate of Montessori education. I always try to include hands-on activities, role-plays, and games in my lesson plan to amplify the engagement, understanding, and learning of my students. So, here I'm sharing an activity that my students love doing while understanding the difference between Volt and Amps.


Things We Need

  1. 4 Large balloons
  2. Electric/Insulation Tape
  3. Scissors
  4. Screwdriver or any pointed object to poke a hole on balloons.


Case I: High Voltage

Procedure:

  1. Take two balloons and fill them with water until it's about 90 percent full so that we have two balloons that are of the same size.
  2. Tape the top portion of both the balloons leaving different-sized spaces(5 mm and 10 mm, respectively) in between.
  3. Using a pointed object, poke a hole between the untaped square area.

Observations:

When we poke holes in the balloons we observe that:

  • water starts flowing out of the balloons like a fountain.
  • amount/volume of water coming out is different.
  • water is coming out at the same rate/speed.


Case II: Low Voltage

Procedure:

  1. Take two balloons and fill them with water until it's about 40 percent full so that we have two balloons that are of the same size.
  2. Now, tape the top part of the balloon leaving a small square space(hole) of about 4-5mm in the middle.
  3. Similarly, tape the other balloon leaving a slightly bigger space(hole) of about 10 mm in the middle.
  4. Using a pointed object, poke a hole between the untapped square area.

Observations:

When we poke holes in the balloons we observe:

  • water starts flowing out of the balloons like a fountain.
  • amount of water coming out is different.
  • water is coming out at the same rate/speed.
  • the height of the water fountain coming out of the balloon is higher in the balloon with a bigger hole as compared to the balloon with a smaller hole.

Understanding Observations

In this activity, we have assumed the size of the balloons as the Voltage and the size of the holes as Ampere.

In Case I, both balloons have around 9V, but one balloon has 10 A and the other has 5 A, ie the same amount of voltage but different amounts of current. Due to the bigger size of the balloons and hence higher pressure when we poke holes in the balloons it creates a lot of water outflow. We can see that water is actually coming out at the same rate/speed but the amount that is coming out is different.

Checking the result mathematically using Ohm's law:

Ohm's Law: V = IR or R = V/I

where V = Voltage, I = Current and R = Resistance (SI unit = Ohms)

For balloon with larger hole:

R = V/I

R = 9/10 = 0.9 Ohms


For balloon with smaller hole:

R = V/I

R = 9/5 = 1.8 Ohms

In Case II, with lower voltage or less water in the balloon, the pressure in the balloons is less, therefore water is not coming out that high or shooting up. Also, the water coming out from the balloon with a smaller hole is even less because Amp is different(less).

Checking the result mathematically using Ohm's law.

Ohm's Law: V = IR or R = V/I

where V = Voltage, I = Current and R = Resistance (SI unit = Ohms)

For balloon with a larger hole:

R = V/I

R = 2/10 = 0.2 Ohms


For balloon with smaller hole:

R = V/I

R = 2/5 = 0.4 Ohms


In both cases, we can clearly see the higher the value of R, lower the amount of water coming out of the balloon, ie R resists the flow of water from the balloon.


Result

According to Ohm's law, the current flowing in a circuit is directly proportional to the applied potential difference(V) and inversely proportional to the resistance(R) in the circuit.

In our activity, we observed that:

  • the higher the voltage or water in the balloon, higher the pressure in the balloons.
  • the amount of water coming out of the larger hole(higher Ampere) is more because it has less resistance as compared to the balloon with a smaller hole.

Therefore, the water flowing out of the balloons is directly proportional to the size of the balloons(V) and inversely proportional to the Resistance(R) generated because of the size of the balloon(V) and the size of the hole(A) in the balloons.

Comments

Popular posts from this blog

Rose Window with Tinkercad

I love to study ancient civilizations and architecture. Last summer I attended a 3D printing workshop, "Tinkering with Tinkecad" at my school. At the workshop, I learned how 3D printing is not only revolutionizing STEM learning but also aiding other streams like Geography and History. I learned how I can print out historical artifacts to examine and understand them much better. Here, I'm sharing how I used Codeblocks to create the Rose Window of the Abbey of Fiastra . Things We Need Computer Internet 3D software ( Tinkercad ) Computer mice, 3D printer, and filaments for printing(optional) Division For convenience, we will divide the Rose Window into 2 parts,   Inner Shell  and  Outer Shell . Inner Shell: Division and Identification The Inner shell of the Rose Window can divide it into 3 parts: Central Part:   made up of a solid cylinder at the center with hole cylinder with 12 cylindrical holes with the base pointing towards you. Middle Part:   is made up of ...

Space Invader With MakeCode

  Microsoft MakeCode is a framework for creating interactive and engaging programming experiences for those new to the world of programming. The platform provides the foundation for a tailored coding experience to create and run user programs on actual hardware or in a simulated target. MakeCode uses the blocks programming model to let the user learn coding concepts in a more tangible fashion. The blocks map directly to actual lines of code in a programming language. So, once a user has a sense of confidence and familiarity with how the blocks work, they can transition to coding more complex programs in the programming language itself. In this Instructable,  we'll develop  a simplified version of the classic ' Space Invaders ' game using Microsoft MakeCode. As opposed to the real game of Space Invaders game, our Invader(enemy) will be firing and moving horizontally across the top of the screen. The player will control a laser cannon by moving it horizontally across the ...

Bernoulli’s Mist Sprayer

  No doubt students learn more when they are mentally and physically engaged in the learning process, regardless of the subject they are studying, and when it comes to STEM education , hands-on experiential learning is an indispensable part of the learning process. In this hands-on activity, we will make a water sprayer using two straws, and experience Bernoulli’s Theorem . Category:  Physics Sub Topic:   Fluid Pressure Time Required : 20-30 min Difficulty:  Easy Things We Need 2 Straws (4 inches each) Insulation Tape Eraser Scissors A glass of water Assembly Pic 1:   Cut two insulation tape pieces and attach them to either end of both the straws. Pic 2:   While attaching the tape, make sure to leave some space from the end(4-5mm approx). Pic 3 : Tape the 1st straw(I used Green straw as 1st) to the eraser so that the straw is exactly aligned with the edge of the eraser. Pic 4:   Next, tape the second straw(I used Orange straw as 2nd) to the edge of th...