Electrostatics

SA
StudyAI Editorial
Reviewed by StudyAI tutors
· Published Updated

From the https://www.vedantu.com/syllabus/cbse-class-12-physics-syllabus curriculum

Electrostatics

TL;DR

Electrostatics is all about how electric charges behave when they're not moving. You'll learn about the forces between charges, the energy they possess, and how electric fields describe their influence over space. This topic lays the groundwork for understanding circuits, electronics, and even lightning.

1. The Mental Model

Imagine tiny particles carrying "electric juice" — some positive, some negative. When these juicy particles are just sitting still, they push or pull each other. Electrostatics helps us understand these pushes and pulls and how they affect the space around them.

2. The Core Material

Electrostatics deals with electric charges at rest and the forces, fields, and potentials associated with them. It's the foundation for many other concepts in physics.

2.1 Electric Charge

Charge is an intrinsic property of matter.
* There are two types: positive and negative.
* Like charges repel (pos-pos, neg-neg).
* Unlike charges attract (pos-neg).
* Charge is quantized, meaning it comes in discrete packets. The smallest unit is the elementary charge, e, which is about 1.602 x 10^-19 Coulombs. So, any charge q you encounter will be an integer multiple of e (q = ne).
* Charge is conserved. It can't be created or destroyed, only transferred.

2.2 Coulomb's Law

This law tells you the force between two point charges. The force is:
* Directly proportional to the product of the magnitudes of the charges.
* Inversely proportional to the square of the distance between them.
* Acts along the line joining the two charges.

The formula is:
F = k * |q1 * q2| / r^2

Where:
* F is the electrostatic force.
* q1 and q2 are the magnitudes of the charges.
* r is the distance between the charges.
* k is Coulomb's constant, approximately 9 x 10^9 N m^2/C^2.
* The force is repulsive if q1 and q2 have the same sign, and attractive if they have opposite signs. The formula only gives magnitude; remember direction.

2.3 Electric Field

An electric field is a region around a charged object where another charged object would experience a force. It's a way to describe how charges "influence" the space around them.
* The electric field E at a point is defined as the force F a small positive test charge q0 would experience at that point, divided by q0. So, E = F / q0.
* The unit of electric field is Newtons per Coulomb (N/C).
* For a single point charge Q, the electric field at a distance r is E = k * |Q| / r^2. The direction is radially outward for positive Q and inward for negative Q.
* Electric field lines are a visual way to represent electric fields. They start on positive charges, end on negative charges, never cross, and their density indicates the strength of the field.

2.4 Electric Potential and Potential Energy

Just like gravity, charges have potential energy because of their position in an electric field.
* Electric potential energy (U): The work done to bring a charge from infinity to a specific point in an electric field. For two point charges q1 and q2 separated by r, U = k * q1 * q2 / r. Remember, unlike force, U can be negative, indicating attraction (it takes work to pull them apart).
* Electric potential (V): The potential energy per unit charge at a point. V = U / q0. It's a scalar quantity (just a number, no direction).
* For a point charge Q, the potential at a distance r is V = k * Q / r.
* The unit of electric potential is Volts (V), where 1 V = 1 Joule/Coulomb.
* Potential difference (Voltage): The difference in electric potential between two points. It represents the work done per unit charge to move a charge between those points. ΔV = - ∫ E • dl (don't worry too much about the integral, it just means you're summing up E times distance). A simpler way to think of it is ΔV = W/q.
* Charges naturally move from higher potential to lower potential (if positive) or lower to higher potential (if negative), just like a ball rolls downhill.

2.5 Capacitance

A capacitor is a device designed to store electric charge and electrical energy.
* It typically consists of two conducting plates separated by an insulating material (dielectric).
* When a voltage is applied across the plates, charge moves from one plate to the other, creating a separation of charge.
* Capacitance (C): A measure of a capacitor's ability to store charge. It's defined as the ratio of the charge stored (Q) to the potential difference (V) across its plates: C = Q / V.
* The unit of capacitance is the Farad (F), where 1 F = 1 Coulomb/Volt. Farads are very large, so you'll often see microfarads (µF) or nanofarads (nF).
* For a parallel plate capacitor, C = ε₀ * A / d, where ε₀ is the permittivity of free space, A is the area of the plates, and d is the distance between them.

graph TD
    A["Electric Charge"] --> B["Coulomb's Law (Force)"];
    B --> C["Electric Field (Force per Charge)"];
    C --> D["Electric Potential (Potential Energy per Charge)"];
    D --> E["Electric Potential Energy (Stored Energy)"];
    E --> F["Capacitance (Ability to Store Charge/Energy)"];
    A --> G["Charge is Quantized"];
    A --> H["Charge is Conserved"];

3. Worked Example

Let's find the force and electric field at a point due to two charges.

Problem: Two point charges are placed on the x-axis: q1 = +2 µC at x = 0 and q2 = -4 µC at x = 3 m.
Calculate:
1. The net electric force on a third charge q3 = +1 µC placed at x = 5 m.
2. The electric field at x = 5 m (where q3 was placed).

Solution:
Remember k = 9 x 10^9 N m^2/C^2 and 1 µC = 1 x 10^-6 C.

Part 1: Net Electric Force on q3

  • Force due to q1 on q3 (F13):

    • q1 = +2 x 10^-6 C, q3 = +1 x 10^-6 C.
    • Distance r13 = 5 m - 0 m = 5 m.
    • Since q1 and q3 are both positive, F13 is repulsive, meaning it points in the positive x-direction.
    • F13 = k * |q1 * q3| / r13^2
    • F13 = (9 x 10^9) * (2 x 10^-6) * (1 x 10^-6) / (5)^2
    • F13 = 0.0072 N (in the +x direction)
  • Force due to q2 on q3 (F23):

    • q2 = -4 x 10^-6 C, q3 = +1 x 10^-6 C.
    • Distance r23 = 5 m - 3 m = 2 m.
    • Since q2 is negative and q3 is positive, F23 is attractive, meaning it points towards q2 (in the negative x-direction).
    • F23 = k * |q2 * q3| / r23^2
    • F23 = (9 x 10^9) * (4 x 10^-6) * (1 x 10^-6) / (2)^2
    • F23 = 0.009 N (in the -x direction)
  • Net Force (F_net):

    • F_net = F13 + F23 (summing vectors, considering direction)
    • F_net = 0.0072 N - 0.009 N
    • F_net = -0.0018 N

The net electric force on q3 is 0.0018 N in the negative x-direction.

Part 2: Electric Field at x = 5 m

You can either calculate the field directly from q1 and q2, or use the net force on q3. Let's use the latter, as it's quicker given Part 1.

  • E_net = F_net / q3
  • E_net = (-0.0018 N) / (1 x 10^-6 C)
  • E_net = -1800 N/C

Alternatively, calculating E from each charge:

  • Field due to q1 (E1):

    • E1 = k * |q1| / r13^2
    • E1 = (9 x 10^9) * (2 x 10^-6) / (5)^2
    • E1 = 720 N/C (in the +x direction, as q1 is positive)
  • Field due to q2 (E2):

    • E2 = k * |q2| / r23^2
    • E2 = (9 x 10^9) * (4 x 10^-6) / (2)^2
    • E2 = 9000 N/C (in the -x direction, as q2 is negative and attracting a positive test charge)
  • Net Electric Field (E_net):

    • E_net = E1 + E2 (summing vectors)
    • `E

Frequently asked about Electrostatics

# Electrostatics ## TL;DR Electrostatics is all about how electric charges behave when they're not moving. You'll learn about the forces between charges, the energy they possess, and how electric fields describe their influence over space. This topic lays the groundwork for Read the full notes above.

Electrostatics is a core topic in https://www.vedantu.com/syllabus/cbse-class-12-physics-syllabus. Most exam papers test it via a mix of definitions, worked examples, and applied problems. The notes above cover the high-yield sub-topics, common pitfalls, and the kind of questions examiners typically set.

Yes. Every note in the StudyAI Campus Hub is free to read. Create a free account if you want to clone the full plan, generate your own notes from your textbook, or get AI-powered practice quizzes and flashcards.

More from https://www.vedantu.com/syllabus/cbse-class-12-physics-syllabus


Get the full https://www.vedantu.com/syllabus/cbse-class-12-physics-syllabus curriculum

Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.

Create Free Account