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
  • Physics Class-12th Notes
  • Physics Formulas
  • Physics Symbol
  • Application of Physics
  • Class 8 Science
  • Class 9 Science
  • Class 10 Science
  • Class 11 Science
  • Class 12 Science
  • Class 8 Study Material
  • Class 9 Study Material
  • Class 10 Study Material
  • Class 11 Study Material
  • Class 12 Study Material
Open In App
Next Article:
How to Calculate the Capacitance of a Parallel Plate Capacitor
Next article icon

How to Calculate the Capacitance of a Parallel Plate Capacitor

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

Capacitor is one of the fundamental electronic components that store electric energy. The capacity of a capacitor is measured through a parameter called capacitance, which is measured Farads. This article explores how the capacitance of the most basic type of capacitor, the parallel plate capacitor, is calculated.

Table of Content

  • What is a Parallel Plate Capacitor?
  • Parallel Plate Capacitor Formula
  • Why is Capacitance Important?
  • Parallel Plate Capacitor Derivation

What is a Parallel Plate Capacitor?

Basically, the parallel plate capacitor is one of the basic electrical devices composed of two conducting plates that are parallel to each other with an insulating material, termed dielectric, sandwiched within it. In other words, it can be defined as the device that is responsible for temporarily storing electrical energy.

Also Read: Capacitance

How to Calculate the Capacitance of a Parallel Plate Capacitor

Here’s the formula for how to calculate capacitance in parallel plate capacitors. A parallel plate capacitor exists if two conducting plates are placed parallel to one another and separated by a thin insulating material known as the dielectric. The capacitance C of A is directly proportional to the area A of the plate and inversely proportional to the separation d between the plates. This is expressed as:

C = ε ×(A / d)

where:

  • C: Capacitance in Farads (F)
  • ε: Permittivity of the material between the plates (F/m)
  • For air or vacuum, ε = ε₀ (permittivity of free space) ≈ 8.854 × 10⁻¹² F/m
  • The permittivity (ε) is a material-specific property that influences the capacitor's capacitance. When a dielectric material with permittivity ε (greater than ε₀) fills the space between the plates, the capacitance increases.
  • A: Area of each plate in square meters (m²)
  • d: Distance between the plates in meters (m)

Also Read: Capacitor and Capacitance

Parallel Plate Capacitor Derivation

A parallel plate capacitor is formed with two parallel conducting plates separated by a distance and are connected to a voltage source. Applying a voltage to the plates causes one plate to receive a positive charge density +? and the other an equal and opposite charge density -? .

Electric Field Calculation

  • 1. Outer Region: The electric field above Plate 1 and below Plate 2 cancels out due to equal and opposite charges. Thus, E_outer = 0.
  • 2. Inner Region: Between the plates, the electric fields due to the charged plates add up linearly, yielding a uniform electric field E_inner = σ/ϵ₀.

Also Read: Effect of Dielectric on Capacitance

Potential Difference Calculation

  • 3. The uniform electric field between the plates generates a potential difference 'V' given by V = Ed, where 'E' is the electric field magnitude. Substituting E = σ/ϵ₀, we get V = σd/ϵ₀.

Capacitance Calculation

  • 4. The capacitance 'C' is defined as the charge (Q) stored per unit potential difference (V), i.e., C = Q/V. For a parallel plate capacitor, Q = σA, where 'A' is the area of one plate.
  • 5. Substituting Q = σA and V = σd/ϵ₀ into the capacitance formula, we get C = (σA)/(σd/ϵ₀).
  • 6. Simplifying, we find C = (ϵ₀A)/d.

The capacitance 'C' of a parallel plate capacitor is directly proportional to the permittivity of free space (ϵ₀) and the area of the plates (A), and inversely proportional to the separation distance between the plates (d). This derivation provides a fundamental understanding of how capacitance is determined in such capacitors, crucial for designing electronic circuits and systems.

Key Points to Remember

  • Larger plate area (A) leads to higher capacitance.
  • Smaller plate separation (d) results in greater capacitance.
  • The dielectric material's permittivity (ε) significantly impacts capacitance.

Solved Examples

Example 1. A parallel plate capacitor has plates with an area of 0.01 m² each, separated by a 0.001 m air gap. Calculate its capacitance.

Solution:

ε (air) ≈ 8.854 × 10⁻12 F/m

A = 0.01 m2

d = 0.001 m

C = ε × A / d

= (8.854 × 10⁻12 F/m) × (0.01 m2) / (0.001 m)

≈ 8.854 × 10⁻10 F

Example 2: A capacitor with plates of area 0.02 m² has a capacitance of 2 × 10⁻¹⁰ F. The plates are separated by a dielectric material with a permittivity of 6. Determine the distance between the plates.

Solution:

C = 2 × 10⁻10 F

ε = 6 × ε₀ (given that ε is 6 times the permittivity of free space)

A = 0.02 m2

Rearranging the formula:

d = ε × A / C

Substituting values:

d = (6 × ε₀) × (0.02 m2) / (2 × 10⁻10 F)

Note: Due to the limitations of representing very small values accurately, it's recommended to use a scientific calculator for this calculation.

By comprehending the concept of capacitance and its calculation for parallel plate capacitors, you'll gain a solid foundation for analyzing and designing.

Conclusion

It is essential to comprehend capacitance in parallel plate capacitors to develop highly effective electronic circuits. Plate area, gap between them, and dielectric properties are carefully evaluated, optimized and utilized by engineers changing how conventional capacitors work. This knowledge has been fundamental in developing electronic component-based systems suited for different applications and operational use.

Also, Check

  • Capacitors in Series and Parallel
  • Miller Capacitance
  • Capacitive Reactance

Next Article
How to Calculate the Capacitance of a Parallel Plate Capacitor

D

dahiyasourabh444
Improve
Article Tags :
  • School Learning
  • Physics
  • Class 12
  • Electrostatics
  • Physics-Class-12
  • How To

Similar Reads

    What is a Parallel Plate Capacitor?
    Answer: A Parallel Plate Capacitor is a capacitor with two parallel conducting plates separated by an insulating material and capable of storing electrical charge. Capacitance can be defined in Layman's terms as a physical quantity that indicates the ability of a component or circuit to collect and
    8 min read
    Derive and Expression for the Capacitance of a Parallel Plate Capacitor with and without Dielectric Medium between the Plates
    Parallel plate capacitors have already been addressed. But do you have any idea what they are? Is it a configuration in which two plates are parallel to one another? Why don't you try to figure it out for yourself? To understand the concept of the parallel plate capacitor, read this article. The Par
    6 min read
    AC Voltage Applied to a Capacitor
    Alternating Currents and Voltages vary and change their directions with time. They are widely used in modern-day devices and electrical systems because of their numerous advantages. Circuits in everyday life consist of resistances, capacitors, and inductance. Capacitors are the devices that accumula
    6 min read
    How to calculate the Volume of an Ellipsoid?
    Mensuration is a sub-branch of mathematics that is used to discuss different types of geometrical shapes like cube, cylinder, ellipsoid, their areas, and volume. It is used to find the geometric and algebraic equations that are used to measure various aspects of objects or shapes like Surface Area,
    5 min read
    Capacitors in Series and Parallel
    Capacitors are special devices that can hold electric charges for instantaneous release in an electric circuit. We can easily connect various capacitors together as we connected the resistor together. The capacitor can be connected in series or parallel combinations and can be connected as a mix of
    7 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