Capacitance is proportional to plate area ========================================= If a capacitor is composed of two equal parallel plates, its capacitance is proportional to the area of the plates and the inverse of the distance between the plates. It also depends on the permittivity of the medium that fills the space between the plates. **Conditions:** #. The plates must be large enough for the electric field to be constant between the plates. **Links:** #. `Wikipedia, formula in box `__. .. py:currentmodule:: symplyphysics.laws.electricity.circuits.capacitance_is_proportional_to_plate_area .. py:data:: capacitance :attr:`~symplyphysics.symbols.electrodynamics.capacitance` of the capacitor. Symbol: :code:`C` Latex: :math:`C` Dimension: :code:`capacitance` .. py:data:: absolute_permittivity :attr:`~symplyphysics.symbols.electrodynamics.absolute_permittivity` of the medium between the plates. Symbol: :code:`epsilon` Latex: :math:`\varepsilon` Dimension: :code:`capacitance/length` .. py:data:: area :attr:`~symplyphysics.symbols.classical_mechanics.area` of the plates. Symbol: :code:`A` Latex: :math:`A` Dimension: :code:`area` .. py:data:: distance :attr:`~symplyphysics.symbols.classical_mechanics.euclidean_distance` between the plates. Symbol: :code:`d` Latex: :math:`d` Dimension: :code:`length` .. py:data:: law :code:`C = epsilon * A / d` Latex: .. math:: C = \frac{\varepsilon A}{d}