You're offline — cached pages and worlds still work
Drishti Innovations logo
Drishti Innovations

Bernoulli's Equation and Applications

Mechanical Properties of Fluids: Bernoulli's Equation and Applications

Bernoulli's Equation and Applications

Bernoulli's Equation and Applications

What you'll learn

  • State Bernoulli's principle and explain why faster flow implies lower pressure
  • Write Bernoulli's equation and identify every term's physical meaning
  • Apply the equation of continuity A₁v₁ = A₂v₂
  • Derive and apply the Venturi meter formula
  • Use Torricelli's theorem to find efflux speed from a tank
  • Solve JEE problems on pipe flow, venturi meters, and pitot tubes

Key concepts

Level 1 — Foundations

Bernoulli's Principle

For an ideal fluid (incompressible, non-viscous, steady flow) flowing along a streamline:

P+12ρv2+ρgh=constantP + \frac{1}{2}\rho v^2 + \rho g h = \text{constant}

  • P = static pressure (Pa)
  • ½ρv² = dynamic pressure (kinetic energy per unit volume)
  • ρgh = potential energy per unit volume
  • All three terms have units of Pa (J/m³)

Faster flow → lower static pressure. This seems counterintuitive but follows directly from energy conservation.

Equation of Continuity

For incompressible fluid (density constant), mass conservation gives:

A1v1=A2v2A_1 v_1 = A_2 v_2

Narrow cross-section → higher speed; wide cross-section → lower speed. Volume flow rate Q = Av = constant along a pipe.

Real-world Bernoulli applications:

ApplicationHow Bernoulli applies
Aircraft liftFaster flow over curved wing top → lower pressure on top → net upward force
Spray atomiserFast air flow over tube reduces pressure → liquid drawn up and sprayed
Venturi meterPressure drop at narrow section measures flow rate
Pitot tubeStagnation pressure compared to static pressure gives airspeed
Ball spinning in air (Magnus effect)Spinning ball deflects airflow → asymmetric pressure

Level 2 — JEE Depth

Derivation via Work-Energy Theorem

Consider a fluid element of mass Δm moving from point 1 to point 2:

Work done by pressure forces: W_pressure = P₁A₁Δx₁ − P₂A₂Δx₂ = (P₁ − P₂)ΔV (since A₁Δx₁ = A₂Δx₂ = ΔV for incompressible fluid)

Work done by gravity: W_gravity = −Δm · g(h₂ − h₁) = −ρΔV · g(h₂ − h₁)

Change in kinetic energy: ΔKE = ½ΔmV₂² − ½Δmv₁² = ½ρΔV(v₂² − v₁²)

Work-energy theorem: W_pressure + W_gravity = ΔKE

(P1P2)ΔVρΔVg(h2h1)=12ρΔV(v22v12)(P_1 - P_2)\Delta V - \rho\Delta V g(h_2 - h_1) = \frac{1}{2}\rho\Delta V(v_2^2 - v_1^2)

Rearranging: P₁ + ½ρv₁² + ρgh₁ = P₂ + ½ρv₂² + ρgh₂ ✓

Venturi Meter

A Venturi meter measures flow rate by measuring pressure drop at a constriction.

At the throat (narrower section, area A₂) vs inlet (area A₁):

  • Same horizontal level: h₁ = h₂ → Bernoulli gives: P₁ − P₂ = ½ρ(v₂² − v₁²)
  • Continuity: A₁v₁ = A₂v₂ → v₂ = (A₁/A₂)v₁

Substituting: P1P2=12ρv12(A12A221)=12ρv12A12A22A22P_1 - P_2 = \frac{1}{2}\rho v_1^2\left(\frac{A_1^2}{A_2^2} - 1\right) = \frac{1}{2}\rho v_1^2 \cdot \frac{A_1^2 - A_2^2}{A_2^2}

Solving for v₁:

v1=A22(P1P2)ρ(A12A22)v_1 = A_2\sqrt{\frac{2(P_1-P_2)}{\rho(A_1^2 - A_2^2)}}

If a height difference h in a manometer shows pressure difference ρ_m gh (manometer fluid density ρ_m):

v1=A22ρmghρ(A12A22)v_1 = A_2\sqrt{\frac{2\rho_m g h}{\rho(A_1^2 - A_2^2)}}

Volume flow rate: Q = A₁v₁

Torricelli's Theorem (Efflux Speed)

A hole at depth h below the free surface of a large tank (open to atmosphere):

Apply Bernoulli between free surface (point 1) and hole (point 2), at same height reference:

  • P₁ = P₂ = P_atm (both open to atmosphere)
  • v₁ ≈ 0 (tank is large, surface drops slowly)
  • Height of free surface above hole = h

Patm+0+ρgh=Patm+12ρv2+0P_{atm} + 0 + \rho g h = P_{atm} + \frac{1}{2}\rho v^2 + 0

v=2ghv = \sqrt{2gh}

Same as free-fall speed from height h — Torricelli's theorem.

Horizontal range of efflux: if hole is at height y from ground and tank height is H:

  • Time to reach ground: y = ½gt² → t = √(2y/g)
  • Range: x = v·t = √(2gh) · √(2y/g) = 2√(hy)
  • Maximum range when y = H/2 (hole at midpoint of tank)

Pitot Tube

Measures fluid speed. One tube opens facing flow (stagnation point, v=0) and one opens sideways (static pressure).

PstagPstatic=12ρv2v=2ΔPρP_{stag} - P_{static} = \frac{1}{2}\rho v^2 \Rightarrow v = \sqrt{\frac{2\Delta P}{\rho}}

Worked example

Example 1: Pipe narrows from cross-section 4 cm² to 2 cm², inlet velocity 2 m/s — find exit velocity and pressure drop

Given: A₁ = 4 cm² = 4×10⁻⁴ m², A₂ = 2 cm² = 2×10⁻⁴ m²
       v₁ = 2 m/s, ρ = 1000 kg/m³ (water), assume horizontal pipe

Step 1: Find v₂ using continuity
  A₁v₁ = A₂v₂
  4×10⁻⁴ × 2 = 2×10⁻⁴ × v₂
  v₂ = 4 m/s

Step 2: Find pressure drop using Bernoulli (h₁ = h₂ for horizontal pipe)
  P₁ + ½ρv₁² = P₂ + ½ρv₂²
  P₁ − P₂ = ½ρ(v₂² − v₁²)
  P₁ − P₂ = ½ × 1000 × (4² − 2²)
  P₁ − P₂ = 500 × (16 − 4)
  P₁ − P₂ = 500 × 12 = 6000 Pa = 6 kPa

Pressure drops at the constriction — higher speed means lower pressure.

Example 2: Tank with hole 1.5 m below water surface — find efflux speed

Given: h = 1.5 m (depth of hole below free surface), g = 10 m/s²

Using Torricelli's theorem:
  v = √(2gh)
  v = √(2 × 10 × 1.5)
  v = √30
  v ≈ 5.48 m/s

If hole is 0.8 m above the ground:
  Time to hit ground: 0.8 = ½ × 10 × t² → t = 0.4 s
  Horizontal range: x = v × t = 5.48 × 0.4 ≈ 2.19 m

Check: Is this maximum range? Maximum range at y = H/2.
If tank height H above ground is 1.6 m → max range hole is at 0.8 m ✓

Common mistakes

MistakeWhy it happensFix
Applying Bernoulli to viscous/turbulent flowBernoulli looks universally applicableBernoulli valid only for ideal (non-viscous), steady, incompressible flow along a streamline
Forgetting the ρgh term for non-horizontal pipesSeems like extra complicationAlways include ρgh; set h=0 only when explicitly told pipe is horizontal
Using A in cm² directly in Venturi formulaUnit confusion under the square rootConvert all areas to m² before substituting; pressure will be in Pa
Confusing static pressure with total (stagnation) pressurePitot tube problemsStatic P is measured by sideways-facing hole; stagnation P is measured by forward-facing hole

Quick check

  • Q1 Water flows through a pipe of radius 2 cm at 3 m/s. The pipe narrows to radius 1 cm. Find the exit velocity.
  • Q2 In Q1, if the narrow section is 0.5 m above the inlet, find the pressure drop P₁ − P₂. (ρ = 1000 kg/m³)
  • Q3 A tank of height 2 m has a hole at 0.5 m from the bottom. Using Torricelli's theorem, find efflux speed. (g = 10 m/s²)
  • Q4 An aircraft wing has air speed 60 m/s below and 90 m/s above. Find the lift force per m² of wing area. (ρ_air = 1.2 kg/m³)
  • Stretch: Q5 A Venturi meter has inlet area 20 cm², throat area 5 cm², and the manometer shows a height difference of 0.1 m of mercury (ρ_Hg = 13,600 kg/m³) for water flow. Find the volume flow rate Q.

NCERT Chapter 9 link: Section 9.4 covers Bernoulli's principle with full derivation, the equation of continuity (Section 9.3), Torricelli's theorem, and the Venturi meter. The derivation via work-energy theorem in NCERT closely matches the JEE Advanced approach. NCERT examples 9.4–9.7 are essential.

Exam connections: JEE Main: equation of continuity, Bernoulli's equation for horizontal/inclined pipes, Torricelli theorem. JEE Advanced: Venturi meter derivation, pitot tube, flow from a tank with a moving container, pressure at intermediate points in networks. Dynamic lift (Magnus effect) is conceptual but appears as assertion-reasoning type.

Study strategy: Draw every pipe-flow problem as a diagram with labelled cross-sections, velocities, pressures, and heights. Write Bernoulli's equation symbolically first, then substitute. Always check units — mix-ups between cm² and m² are the most common numerical error. Solve Torricelli theorem problems by deriving from Bernoulli each time, not just plugging v = √(2gh).

Interactive Exploration Suggestions (Drishti Live Worlds)

  • Use the platform-native live simulation: Bernoulli pipe-flow simulator where you control cross-sectional areas and observe speed and pressure changes with a colour-coded pressure map.
  • Mirror / body / home activity: hold two pieces of A4 paper 3–4 cm apart and blow through the gap — they move toward each other, demonstrating Bernoulli's pressure reduction.
  • Voice or text reflection with AI Mentor: explain to a family member why an aeroplane wing generates lift even though it is solid.

AI Mentor Prompts (Socratic, Board-Adaptive)

  • "Explain why blowing between two pieces of paper makes them move toward each other, using Bernoulli's equation."
  • "What are the assumptions of Bernoulli's equation, and in which real situations would it give wrong answers?"
  • Stretch: "How does a Venturi meter let you measure water flow rate in a pipe without any moving parts? Walk through the physics step by step."

Gamification, Portfolio & Parent Visibility

  • Complete the core practice + one extension activity (photo, table, short reflection, or mini-project) for base XP + topic badge.
  • 5-7 day streak or family discussion note = multiplier + visible artifact in parent/principal dashboard.
  • Best real-world application stories (anonymised) featured on class or national leaderboard.

Robotics, STEM & Future Skills Bridges

  • Build a simple Venturi meter from PVC tubing and measure the water flow rate by reading water column heights in two connected manometer tubes.
  • Future Skill track: Green Tech — Bernoulli's equation underpins the design of efficient water distribution systems and wind turbine blade profiles.
  • Coding extension: Simulate flow through a Venturi meter — read A₁, A₂, and pressure difference, and output v₁, v₂, and flow rate Q using continuity and Bernoulli in a Python function.

NEP 2020 & Full Education OS Alignment

This material emphasises experiential "learning by doing", competency (apply/create/analyse), vocational exposure, critical thinking, and multidisciplinary connections. Designed to feed live worlds, AI Mentor (with memory), gamification, robotics, parent analytics, and future skills — not just exam prep.

Portfolio Evidence Idea: Your photo/table/reflection/project + one sentence on "How this helps me in real life or a possible future path."

Open the Practice tab for aligned questions (easy/medium/hard + case-based) with full AI scaffolding.

See curriculum for cross-links and the full future-skills/robotics chapters.

Key Takeaways (TL;DR)

  • What you'll learn
  • Key concepts
  • Worked example
  • Common mistakes

Master this topic with Drishti OS

Get unlimited mock tests, AI-powered mentorship, and complete video courses when you join.

Start Free Practice