Electric Field Due to Point Charges
Imagine you have a single, stationary electric charge. This charge creates an invisible influence around itself, a region in space where another charge would experience a force. This influence is called an electric field. We can visualize this field, and mathematically describe its strength and direction.
For a single point charge, 'q', the electric field it produces at a distance 'r' is given by Coulomb's law, but expressed as a field. The electric field strength, denoted by 'E', is the force per unit positive test charge. A test charge is a hypothetical small charge that doesn't disturb the field of the source charge.
The formula for the electric field intensity (E) at a point due to a point charge (q) is:
$E = k \frac{|q|}{r^2}$
Where:
- E is the electric field strength (measured in Newtons per Coulomb, N/C).
- k is Coulomb's constant, approximately $9 \times 10^9 \, N \cdot m^2/C^2$.
- |q| is the magnitude of the source charge (measured in Coulombs, C).
- r is the distance from the source charge to the point where the field is being measured (measured in meters, m).
The direction of the electric field is crucial. If the source charge 'q' is positive, the electric field lines point radially outwards from the charge. If the charge 'q' is negative, the electric field lines point radially inwards towards the charge. This direction is the same direction as the force that would be exerted on a positive test charge placed at that point.
Let's consider an example. Suppose we have a positive point charge of $+2 \mu C$ ($2 \times 10^{-6} \, C$). We want to find the electric field at a distance of 0.5 meters from it.
Using the formula:
$E = (9 \times 10^9 \, N \cdot m^2/C^2) \times \frac{|2 \times 10^{-6} \, C|}{(0.5 \, m)^2}$
$E = (9 \times 10^9) \times \frac{2 \times 10^{-6}}{0.25}$
$E = (9 \times 10^9) \times (8 \times 10^{-6})$
$E = 72 \times 10^3 \, N/C$
$E = 72,000 \, N/C$
Since the charge is positive, the electric field at this point is directed radially outward from the charge.
Principle of Superposition for Electric Fields
When we have multiple point charges, the total electric field at any point is the vector sum of the electric fields produced by each individual charge. This is known as the principle of superposition.
If we have charges $q_1, q_2, q_3, \dots, q_n$ creating fields $E_1, E_2, E_3, \dots, E_n$ at a point P, the net electric field E at point P is:
$E = E_1 + E_2 + E_3 + \dots + E_n$ (vector addition)
This means we calculate the electric field due to each charge at point P, considering both magnitude and direction, and then add these vectors together.
Electric Field Lines
Electric field lines are a visual tool used to represent the electric field in space. They were first introduced by Michael Faraday. These lines are not physical entities but are a way to map out the direction and relative strength of the electric field.
The rules for drawing electric field lines are as follows:
- Field lines originate from positive charges and terminate on negative charges.
- The direction of the electric field at any point is tangent to the field line passing through that point.
- The relative density of field lines (the number of lines per unit area perpendicular to the line) represents the strength of the electric field. Where lines are closer together, the field is stronger; where they are farther apart, the field is weaker.
- Field lines never intersect. If they did, it would imply that the electric field has two different directions at the same point, which is impossible.
- Field lines are continuous curves and do not form loops, as electric fields are non-conservative in the presence of changing magnetic fields, but for static charges, they start on positive and end on negative charges.
- The number of field lines drawn originating from a positive charge or terminating on a negative charge is proportional to the magnitude of the charge.
Visualizing Field Lines
For a single positive point charge, the field lines radiate outwards in all directions. For a single negative point charge, the field lines converge inwards from all directions.
For a pair of equal and opposite charges (a dipole), field lines emerge from the positive charge and curve around to terminate on the negative charge.
For two positive charges, field lines emerge from both charges and repel each other, bending away from the region between the charges.
For two negative charges, field lines converge onto both charges, and in the region between them, they bend away.
For a positive charge and a larger negative charge, the field lines from the positive charge will mostly terminate on the negative charge, but some will extend to infinity, and field lines from infinity will terminate on the negative charge.
Electric field lines are a powerful conceptual tool. They help us understand the behavior of charges and the nature of electric forces without needing to perform complex calculations for every scenario.
Electric Dipole
An electric dipole consists of two point charges of equal magnitude and opposite sign, separated by a small distance. Common examples include polar molecules like water ($H_2O$) and hydrogen chloride ($HCl$), where the distribution of electrons is uneven, creating a separation of positive and negative charge centers.
Let's consider a dipole with a charge $+q$ and a charge $-q$, separated by a distance 'd'. The midpoint between the charges is often taken as the origin.
The **dipole moment** is a vector quantity that characterizes the dipole. It is defined as the product of the magnitude of one of the charges and the vector distance separating them. The vector points from the negative charge to the positive charge.
The magnitude of the dipole moment, 'p', is given by:
$p = qd$
The direction of the dipole moment vector $\vec{p}$ is from the negative charge towards the positive charge.
The unit of dipole moment is Coulomb-meter ($C \cdot m$). A related unit, the Debye (D), is often used for molecular dipoles, where $1 \, D = 3.33564 \times 10^{-30} \, C \cdot m$.
Electric Field Due to a Dipole
The electric field produced by a dipole is more complex than that of a single point charge. We typically analyze the field at points along the axis of the dipole (an axial point) and at points on the perpendicular bisector of the dipole axis (a broadside or equatorial point).
1. Electric Field at an Axial Point
Consider a point P on the axis of the dipole, at a distance 'r' from the center of the dipole. Let the dipole have charges $+q$ and $-q$ separated by distance 'd'. The center of the dipole is the midpoint between the charges.
The distance from $+q$ to P is $(r - d/2)$.
The distance from $-q$ to P is $(r + d/2)$.
The electric field $E_+$ at P due to $+q$ is:
$E_+ = k \frac{q}{(r - d/2)^2}$ (directed away from $+q$)
The electric field $E_-$ at P due to $-q$ is:
$E_- = k \frac{q}{(r + d/2)^2}$ (directed towards $-q$)
Since both fields are along the dipole axis, we can subtract their magnitudes. The net field E at P is $E_+ - E_-$.
$E = k q \left( \frac{1}{(r - d/2)^2} - \frac{1}{(r + d/2)^2} \right)$
Combining the fractions:
$E = k q \left( \frac{(r + d/2)^2 - (r - d/2)^2}{((r - d/2)(r + d/2))^2} \right)$
Expanding the numerator: $(r^2 + rd + d^2/4) - (r^2 - rd + d^2/4) = 2rd$.
Expanding the denominator: $(r^2 - (d/2)^2)^2 = (r^2 - d^2/4)^2$.
So, $E = k q \left( \frac{2rd}{(r^2 - d^2/4)^2} \right)$.
Rearranging: $E = k \frac{2rdq}{(r^2 - d^2/4)^2}$.
Since $p = qd$, we have $E = k \frac{2rp}{(r^2 - d^2/4)^2}$.
For a short dipole, $r \gg d$, so $d^2/4$ is negligible compared to $r^2$. The denominator becomes approximately $(r^2)^2 = r^4$.
Thus, for a short dipole, the electric field at an axial point is:
$E_{axial} \approx k \frac{2rp}{r^4} = k \frac{2p}{r^3}$
The direction of the field is along the dipole axis, in the same direction as the dipole moment vector (from $-q$ to $+q$).
2. Electric Field at a Broadside (Equatorial) Point
Consider a point P on the perpendicular bisector of the dipole axis, at a distance 'r' from the center of the dipole.
Let the charges be $+q$ and $-q$ at $(-d/2, 0)$ and $(d/2, 0)$ respectively. The point P is at $(0, r)$.
The distance from $+q$ to P is $\sqrt{(d/2)^2 + r^2}$.
The distance from $-q$ to P is also $\sqrt{(d/2)^2 + r^2}$.
Let this distance be $R = \sqrt{r^2 + d^2/4}$.
The electric field $E_+$ at P due to $+q$ has magnitude:
$E_+ = k \frac{q}{R^2} = k \frac{q}{r^2 + d^2/4}$
The electric field $E_-$ at P due to $-q$ has magnitude:
$E_- = k \frac{q}{R^2} = k \frac{q}{r^2 + d^2/4}$
Both $E_+$ and $E_-$ have the same magnitude. However, they point in different directions. $E_+$ points away from $+q$, and $E_-$ points towards $-q$.
Let $\theta$ be the angle between the dipole axis and the line connecting the charge to point P.
The components of $E_+$ along the dipole axis cancel out the components of $E_-$ along the dipole axis. The components perpendicular to the dipole axis add up.
The component of $E_+$ perpendicular to the axis is $E_+ \sin\theta$.
The component of $E_-$ perpendicular to the axis is $E_- \sin\theta$.
These components are in the same direction (opposite to the dipole moment vector).
The net field E at P is $2 \times (E_+ \sin\theta)$.
From the geometry, $\sin\theta = \frac{d/2}{R} = \frac{d/2}{\sqrt{r^2 + d^2/4}}$.
$E = 2 \times \left( k \frac{q}{r^2 + d^2/4} \right) \times \left( \frac{d/2}{\sqrt{r^2 + d^2/4}} \right)$
$E = k \frac{2q(d/2)}{(r^2 + d^2/4)^{3/2}}$
$E = k \frac{qd}{(r^2 + d^2/4)^{3/2}}$
Since $p = qd$:
$E = k \frac{p}{(r^2 + d^2/4)^{3/2}}$
For a short dipole, $r \gg d$, so $d^2/4$ is negligible compared to $r^2$. The denominator becomes approximately $(r^2)^{3/2} = r^3$.
Thus, for a short dipole, the electric field at a broadside point is:
$E_{broadside} \approx k \frac{p}{r^3}$
The direction of this field is opposite to the direction of the dipole moment vector.
- Axial Point: $E \approx \frac{2kp}{r^3}$ (along dipole axis)
- Equatorial Point: $E \approx \frac{kp}{r^3}$ (opposite to dipole axis)
3. Electric Field at Any General Point
For a point P that is not on the axis or the perpendicular bisector, we can resolve the dipole moment vector $\vec{p}$ into two components: one along the line joining the center of the dipole to P ($p\cos\theta$), and one perpendicular to this line ($p\sin\theta$). Here, $\theta$ is the angle between the dipole moment vector and the line joining the center to P.
The component $p\cos\theta$ acts like a dipole along the direction to P, creating an axial field. The component $p\sin\theta$ acts like a dipole perpendicular to the direction to P, creating an equatorial field.
The electric field due to the $p\cos\theta$ component (axial field) is $E_{axial}' = k \frac{2(p\cos\theta)}{r^3}$. This field is directed along the line joining the center to P.
The electric field due to the $p\sin\theta$ component (equatorial field) is $E_{equatorial}' = k \frac{p\sin\theta}{r^3}$. This field is directed perpendicular to the line joining the center to P, opposite to the direction of $p\sin\theta$.
The resultant electric field E at point P is the vector sum of these two perpendicular components. Using the Pythagorean theorem:
$E = \sqrt{(E_{axial}')^2 + (E_{equatorial}')^2}$
$E = \sqrt{\left(k \frac{2p\cos\theta}{r^3}\right)^2 + \left(k \frac{p\sin\theta}{r^3}\right)^2}$
$E = \frac{kp}{r^3} \sqrt{4\cos^2\theta + \sin^2\theta}$
We can simplify $4\cos^2\theta + \sin^2\theta = 3\cos^2\theta + \cos^2\theta + \sin^2\theta = 3\cos^2\theta + 1$.
So, for a general point P at distance r and angle $\theta$ from the dipole axis:
$E = \frac{kp}{r^3} \sqrt{1 + 3\cos^2\theta}$
The direction of the net field can be found by calculating the angle $\alpha$ it makes with the dipole axis.
$\tan\alpha = \frac{E_{equatorial}'}{E_{axial}'} = \frac{k p \sin\theta / r^3}{2 k p \cos\theta / r^3} = \frac{1}{2} \tan\theta$.
This formula for the general point is powerful because it encompasses the axial and equatorial cases:
- If $\theta = 0^\circ$ (axial point), $\cos\theta = 1$, $\sin\theta = 0$. $E = \frac{kp}{r^3}\sqrt{1+3(1)^2} = \frac{kp}{r^3}\sqrt{4} = \frac{2kp}{r^3}$. $\tan\alpha = \frac{1}{2}\tan(0^\circ) = 0 \implies \alpha = 0^\circ$.
- If $\theta = 90^\circ$ (equatorial point), $\cos\theta = 0$, $\sin\theta = 1$. $E = \frac{kp}{r^3}\sqrt{1+3(0)^2} = \frac{kp}{r^3}$. $\tan\alpha = \frac{1}{2}\tan(90^\circ) \to \infty \implies \alpha = 90^\circ$ (meaning the field is perpendicular to the axis).