Skip to main content

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


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 the eraser so that it blocks half of the opening of the 1st straw.

Working, Troubleshooting and Variations

To use this mist sprayer, insert 2nd straw into a glass of water and blow air forcefully through 1st straw. Observe a perfect misty spray coming out from the junction of the two straws.

Troubleshooting:
Here is a checklist in case the sprayer doesn't work:

  • Make sure that you are blowing air from 1st straw and not the 2nd straw.
  • You are blowing air forcefully and not gently.
  • The insulation tape is not compressing the straws.

Variations:

Encourage students to think of different variations and note down their observations. Students can experiment by varying the length or diameter of the straw or experiment by dissolving sugar in water and vary its density.


What's Going On

According to Bernoulli’s Theorem, the pressure is inversely proportional to the square of the velocity. In other words, the faster a fluid(gas or liquid) moves, the lower the pressure.

In this activity, we have attached two straws in such a way that one straw is partially blocking the opening of the other straw. This blocking results in creating a nozzle-like effect at the blocked end of the straw. Now, when we blow air through the partially blocked straw this nozzle increases the speed of the air and the air comes out at a much faster velocity, thereby reducing the air pressure at the junction of the two straws. This difference in pressure at the end of the second straw results in sucking up of water from the glass.

This combined role of two straws results in a perfect misty spray coming out from the junction of the two straws using Bernoulli’s Theorem.

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 ...