Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Sound
  • Matter
  • Reflection of Light
  • Equations of Motion
  • Kinematics
  • Wave Theory
  • Electromagnetic Induction
  • Physics Notes Class 8
  • Physics Notes Class 9
  • Physics Notes Class 10
  • Physics Notes Class 11
  • Physics Notes Class 12
Open In App
Next Article:
Voltage Drop Formula
Next article icon

Voltage Drop Formula

Last Updated : 22 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Voltage is the difference in electric potential between two points in a circuit. It is the driving force that causes electrons to move, creating an electric current. So, Voltage drop signifies the decrease in energy provided by a voltage source when electric current flows through circuit components that do not produce voltage. Because the supply energy is wasted, the voltage drop across conductors, connectors, and internal resistances of the source is undesirable. In simple words, the voltage drop is the amount of voltage loss that happens through all or part of a circuit because impedance is known as the voltage drop.

Voltage Drop


Here in the circuit, the battery (V) is the voltage or power source, V1 is the voltage drop across R1, V2 is the voltage drop across R2 and V3 is the voltage drop across R3.

How to Calculate Voltage Drop?

The Voltage drop formula can be calculated by using the formula below:

V = I×Z

Where,
I = the Current which is measured in Ampere,
Z = Impedance which is measured in ohms.

Voltage drop is measured in Volts ( V)

Sample Problems

Problem 1: A current of 5A is flowing through a closed circuit that has a resistance of 20 Ω. Compute the Voltage Drop across the circuit.

Answer:

Given: Here, we have

  • Current (I) = 5A,
  • Impedance (Z) = 20 Ω

Thus according to the Voltage Drop formula,

V = I×Z

Substituting the values of Current (I) and Impedance (Z) in the Voltage drop formula,

V = 5 × 20

V = 100 V

Thus voltage drop is 100V

Problem 2: In a closed circuit, there is a resistor of 50 Ω and a current of 2A. Find the Voltage drop if the current is doubled.

Answer:

Given: Here, we have

I = 2 A

According to the condition, Current is doubled

  • I  = 4 A
  • Z = 50 Ω

Thus according to the Voltage drop formula

V = I × Z

V = 4 × 50

V = 200 V

Thus voltage drop is 200V

Problem 3: In a closed circuit, the voltage drop is found to be 100 V and there was a resistance of 20 Ω. Find the current flowing through the circuit at that instance.

Answer:

Given: Here, we have

  • Voltage drop = 100 v
  • Z = 20 Ω

Thus rearranging the formula for Voltage drop,

I = V / Z

Substituting the value of Voltage drop and Impedance,

I = 100 v / 20 Ω

I = 5 A

Thus the current flowing from the circuit is 5 Ampere.

Problem 4: In a closed circuit, the voltage drop is found to be 150 V and there was a current of 7 A. Find the Impedance.

Answer:

Given: Here, we have

  • Voltage drop = 150 v
  • I = 7 A

Thus rearranging the formula for Voltage drop,

Z = V / I

Substituting the value of Voltage drop and current

Z = 150 / 7

Z = 21.43 Ω

Thus the impudence offered was 21.43 Ω

Problem 5: In a closed circuit with two resistors R1 and R2 in series with values as 15 Ω and 5 Ω respectively and current are 6 A. Find the voltage drop across the circuit.

Answer:

Given: Here, we have

The total resistance in the circuit is R1 + R2 =  (15 + 5) Ω = 20Ω

  • I = 6 A
  • Z = 20 Ω

Thus according to the Voltage drop formula,

V = I × Z

V = 6 × 20

V = 120 V

Thus the voltage drop is 120 V.

Problem 6:  In a closed circuit with two resistors R1 and R2 in series with values as 10 Ω and 2 Ω respectively and Voltage drop of 80 V. Find the current across the circuit.

Answer:

Given: Here, we have

The total resistance in the circuit is R1 + R2 =  (10 +2) Ω = 12Ω

  • V = 80 v
  • Z = 12 Ω

Thus rearranging the formula for Voltage drop,

I = V / Z

Substituting the value of Voltage drop and Impedance,

I = 80 / 12

I = 6.67 A

Thus the current flowing from the circuit is 6.6667 Ampere.

Problem 7: In a closed circuit with two resistors R1 and R2 in parallel with values as 8 Ω and 5 Ω respectively and current is 4A. Find the voltage drop across the circuit.

Answer:

Given:

  • Resistor values: R1=8 Ω, R2​=5Ω
  • Current: I=4 A

For resistors in parallel, the total resistance Rt is given by:

1/ Rt​1=1/R1​+1/R2​

1/ Rt​1=1/8+1/5

So, the total resistance is:

Rt​=40​/ 13 ≈3.08Ω

Now, using Ohm’s Law V=I×R

V=4A×3.08Ω=12.32V

The voltage drop across the circuit is 12.32 V


Next Article
Voltage Drop Formula

C

chanduat24work
Improve
Article Tags :
  • School Learning
  • Physics
  • Physics-Formulas

Similar Reads

    DC Voltage Drop Formula
    The decrease in electromotive force all along the route of a current that flows in an electrical system is referred to as a voltage drop. In addition, each point in the network can be given a voltage that is proportionate to its electrical elevation. To put it another way, the voltage drop is the ar
    2 min read
    Voltage Divider Formula
    A voltage divider is a circuit that is utilized to generate a part of the input voltage as an output. It is typically built using two resistors and a voltage source where the resistors are connected in series. The voltage is then applied across these two resistors. It is also known as a potential di
    4 min read
    Induced Voltage Formula
    Electromagnetic induction is the phenomenon in which a conductor is placed in a certain position and the magnetic field varies or remains stationary as the conductor moves. As a result, this produces a voltage or electromotive force across the electrical conductor known as the induced voltage. The c
    4 min read
    RMS Voltage
    Root Mean Square is referred to as RMS. The square root of the average of the squares of the values or the square of the function defining the continuous waveform is the Root Mean Square (RMS) of a collection of values or a continuous-time waveform. In this article, we will be going through what is
    7 min read
    Square Root Formula
    Square root formula is a mathematical expression that calculates the square root of a number. For a non-negative real number xx, the square root y is a number such that y2 = x. A square root is an operation that is used in many formulas and different fields of mathematics. This article is about squa
    8 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences