# Resistivity and Resistance

> AP Physics 2 · Electric Circuits
> Source: https://www.owlsprep.com/study/ap-physics-2-u4-resistivity-and-resistance/

This module covers core definitions of resistance and resistivity, their relationship to material geometry and temperature, classification of Ohmic/non-Ohmic materials, and problem-solving for AP Physics 2 circuit questions.

**Prerequisites:** Definition of electric current and potential difference; [Basic properties of electric circuits](https://www.owlsprep.com/study/ap-physics-2-u4-overview/)

## Learning objectives

- Distinguish between resistance (extensive) and resistivity (intensive) properties
- Apply the relationship $R = \rho L/A$ to solve for unknown resistance, resistivity, or dimensions
- Calculate temperature-dependent resistance using the temperature coefficient of resistivity
- Classify materials as Ohmic or non-Ohmic from experimental data
- Solve common AP-style problems involving stretched wires, resistivity measurement, and component design

## Core Definitions: Resistance vs Resistivity

Resistance (symbol $R$, unit ohm $\Omega$) is a measure of how much a material component opposes the flow of electric current through it, conventionally defined as the ratio of the potential difference across the component to the current passing through it. Resistivity (symbol $\rho$, unit ohm-meter $\Omega \cdot \text{m}$) is an intensive intrinsic property of a material, meaning it does not depend on the size or shape of the sample, only on the type of material and its temperature.

This topic accounts for approximately 12% of the AP Physics 2 Unit 4 exam weight, and appears regularly in both multiple-choice and free-response sections, often combined with other circuit concepts like power dissipation or equivalent resistance. AP exam questions frequently test the ability to distinguish between the two properties and relate changes in wire dimensions or temperature to changes in resistance.

**Intensive vs Extensive Properties** — Intensive properties (like resistivity) do not depend on the amount of material present. Extensive properties (like resistance) depend on the amount and geometry of material.

*Example:* Cutting a wire in half halves the resistance (extensive) but leaves resistivity (intensive) unchanged.

## The Resistance-Resistivity Relationship

The fundamental relationship between the resistance of a uniform sample and its resistivity depends directly on the sample's geometry. For a wire of uniform cross-sectional area $A$ and length $L$, resistance is given by:

$$R = \rho \frac{L}{A}$$

Increasing the length of the wire means current passes through more resistive material, so resistance increases linearly with $L$. Increasing the cross-sectional area gives more space for charge carriers to flow, so resistance decreases inversely with $A$. This formula only applies to uniform, isotropic materials, which is the only case tested on AP Physics 2.

**Worked example:** A copper wire of length 2.0 m, cross-sectional diameter 1.0 mm, has resistivity $\rho = 1.7 \times 10^{-8} \Omega \cdot \text{m}$. What is the resistance of the wire?

1. Convert diameter to meters and calculate radius:

   $$d = 1.0 \text{ mm} = 1.0 \times 10^{-3} \text{ m}, \quad r = d/2 = 0.5 \times 10^{-3} \text{ m}$$
2. Calculate cross-sectional area:

   $$A = \pi r^2 = \pi (0.5 \times 10^{-3})^2 \approx 7.85 \times 10^{-7} \text{ m}^2$$
3. Substitute into the resistance formula:

   $$R = \rho \frac{L}{A} = \frac{(1.7 \times 10^{-8} \Omega \cdot \text{m})(2.0 \text{ m})}{7.85 \times 10^{-7} \text{ m}^2}$$
4. Calculate the final value:

   $$R \approx 0.043 \Omega$$

> **tip**
>
> Always convert all dimensions to meters and square meters before substituting into the formula; mismatched units (like mm for diameter) will give an answer off by multiple orders of magnitude, which is a common MCQ distractor.

*Calculator:* allowed

## Temperature Dependence of Resistivity

Resistivity of a material depends on temperature, because temperature changes the motion of charge carriers and the atoms they collide with. For most metallic conductors, increasing temperature increases the kinetic energy of lattice atoms, leading to more frequent collisions between free electrons and the lattice, so resistivity increases. For semiconductors, increasing temperature releases more charge carriers from the lattice, which more than offsets the increased collision rate, so resistivity decreases as temperature increases.

The approximate linear relationship for small temperature changes around a reference temperature $T_0$ is:

$$\rho(T) = \rho_0 \left[ 1 + \alpha (T - T_0) \right]$$

Where $\rho_0$ is the resistivity at reference temperature $T_0$ (usually 20°C), and $\alpha$ is the temperature coefficient of resistivity. For metals, $\alpha$ is positive; for semiconductors, $\alpha$ is negative. Since resistance is proportional to resistivity, the same relationship applies directly to resistance:

$$R(T) = R_0 [1 + \alpha (T - T_0)]$$

**Worked example:** A tungsten filament in a light bulb has a resistance of 0.50 Ω at 20°C. The temperature coefficient of resistivity for tungsten is $\alpha = 4.5 \times 10^{-3} \text{°C}^{-1}$. What is the resistance of the filament when it heats up to 2500°C?

1. Identify known values: $R_0 = 0.50 \Omega$, $T_0 = 20°C$, $T = 2500°C$, $\alpha = 4.5 \times 10^{-3} \text{°C}^{-1}$
2. Calculate the temperature change:

   $$\Delta T = T - T_0 = 2500 - 20 = 2480 °C$$
3. Substitute into the resistance temperature formula:

   $$R = 0.50 \left[ 1 + (4.5 \times 10^{-3})(2480) \right]$$
4. Simplify the term inside the brackets:

   $$(4.5 \times 10^{-3})(2480) = 11.16, \quad 1 + 11.16 = 12.16$$
5. Calculate final resistance:

   $$R = 0.50 \times 12.16 \approx 6.1 \Omega$$

> **tip**
>
> Always check the sign of $\alpha$ when working with semiconductors; a negative $\alpha$ means resistance decreases as temperature increases, which is the opposite of conductors, and is a common point tested in MCQ reasoning questions.

*Calculator:* allowed

## Ohmic vs Non-Ohmic Materials

A material or component is classified as Ohmic if it obeys Ohm's law, meaning that the resistance of the component is constant regardless of the potential difference applied across it or the current passing through it, at constant temperature. For an Ohmic material, a graph of potential difference $V$ vs current $I$ is a straight line passing through the origin, with slope equal to the constant resistance $R$.

Non-Ohmic materials do not have a constant resistance; resistance changes with applied voltage or current. The most common examples are filament light bulbs (resistance increases as current heats the filament) and diodes (high resistance in one direction, low in the other). A critical point to remember: the definition of resistance as $R = V/I$ still applies to non-Ohmic materials at any given point—resistance is just not constant for different operating points.

**Worked example:** A student measures voltage and current for an unknown component at constant temperature, collecting the following data: $V = 2.0 \text{ V}, I = 0.50 \text{ A}$; $V = 4.0 \text{ V}, I = 1.0 \text{ A}$; $V = 6.0 \text{ V}, I = 2.0 \text{ A}$. Is the component Ohmic? What is the resistance of the component at 6.0 V?

1. For a component to be Ohmic, $R = V/I$ must be constant for all data points at constant temperature.
2. Calculate $R$ for each point:

   $$R_{2V} = 2.0 / 0.50 = 4.0 \Omega; \quad R_{4V} = 4.0 / 1.0 = 4.0 \Omega; \quad R_{6V} = 6.0 / 2.0 = 3.0 \Omega$$
3. Resistance is not constant across operating points, so the component is non-Ohmic.
4. Even for non-Ohmic components, resistance at a specific point is still $V/I$, so resistance at 6.0 V is 3.0 Ω.

> **tip**
>
> For a non-linear V-I graph, calculate resistance at a specific point as $V/I$ for that point, do not use the tangent slope unless explicitly asked for differential resistance, which is not tested on AP Physics 2.

*Calculator:* allowed

## Additional AP-Style Worked Problems

**Worked example:** A uniform wire of resistance $R$ is stretched uniformly to three times its original length, with no change in density. What is the resistance of the stretched wire?

Options: A) $\frac{R}{3}$, B) $3R$, C) $9R$, D) $27R$

1. When stretched uniformly, volume remains constant because mass and density do not change. Original volume $V = LA$.
2. New length $L' = 3L$, so solve for new cross-sectional area:

   $$A' = V / L' = \frac{LA}{3L} = \frac{A}{3}$$
3. Substitute into the resistance formula:

   $$R' = \rho \frac{L'}{A'} = \rho \frac{3L}{A/3} = 9 \left(\frac{\rho L}{A}\right) = 9R$$
4. The correct answer is C.

**Worked example:** A student is testing the resistivity of an unknown cylindrical material sample. The sample has length 10.0 cm and diameter 2.0 cm. The student measures current through the sample for different potential differences at constant room temperature, with results: $V = 0.5 \text{ V}, I = 0.20 \text{ A}$; $V = 1.0 \text{ V}, I = 0.41 \text{ A}$; $V = 1.5 \text{ V}, I = 0.59 \text{ A}$; $V = 2.0 \text{ V}, I = 0.81 \text{ A}$.

(a) Determine if the sample is Ohmic. (b) Calculate average resistivity. (c) Heating by 40°C increases resistance by 12%, find $\alpha$ and identify material type.

1. Part (a): Calculate $R = V/I$ for each point:

   $$0.5/0.20 = 2.5 \Omega, \quad 1.0/0.41 \approx 2.4 \Omega, \quad 1.5/0.59 \approx 2.5 \Omega, \quad 2.0/0.81 \approx 2.5 \Omega$$
2. Resistance is constant within experimental uncertainty, so the sample is Ohmic.
3. Part (b): Convert dimensions to SI units and calculate area:

   $$L = 0.100 \text{ m}, \quad r = 0.010 \text{ m}, \quad A = \pi r^2 \approx 3.14 \times 10^{-4} \text{ m}^2$$
4. Average $R = 2.5 \Omega$, rearrange to solve for $\rho$:

   $$\rho = \frac{RA}{L} = \frac{(2.5 \Omega)(3.14 \times 10^{-4} \text{ m}^2)}{0.100 \text{ m}} \approx 7.9 \times 10^{-3} \Omega \cdot \text{m}$$
5. Part (c): Use $R = R_0(1 + \alpha \Delta T)$, with $R = 1.12 R_0$:

   $$1.12 = 1 + 40\alpha \implies \alpha = 0.12/40 = 3.0 \times 10^{-3} ^\circ\text{C}^{-1}$$
6. Positive $\alpha$ means resistance increases with temperature, so the material is most likely a metallic conductor.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Assuming stretching a wire uniformly by a factor of $k$ only changes length, so resistance increases by a factor of $k$.
  - Why it fails: Students forget that volume is conserved when stretching, so cross-sectional area also decreases by a factor of $k$ to keep volume constant.
  - Correct: Always apply volume conservation $L_1 A_1 = L_2 A_2$ when a wire is stretched or compressed before calculating new resistance.
- **Wrong:** Claiming that cutting a wire in half halves its resistivity.
  - Why it fails: Students mix up the definitions of intensive (resistivity) and extensive (resistance) properties.
  - Correct: Always remember: only changes to the material or temperature change resistivity; changes to size/shape only change resistance.
- **Wrong:** Generalizing that all materials have increasing resistance as temperature increases.
  - Why it fails: Students mostly work with metallic conductors in examples, so they forget the opposite behavior of semiconductors.
  - Correct: Always check the sign of $\alpha$: positive $\alpha$ (metals, resistance increases with T), negative $\alpha$ (semiconductors, resistance decreases with T).
- **Wrong:** Stating that $R = V/I$ does not apply to non-Ohmic materials.
  - Why it fails: Students confuse the definition of resistance with Ohm's law (which requires constant resistance).
  - Correct: Use $R = V/I$ to find resistance at any point for any component, whether it is Ohmic or non-Ohmic.
- **Wrong:** Using millimeters for diameter to calculate area without converting to meters, leading to resistance that is six orders of magnitude too large.
  - Why it fails: Units of resistivity are given in $\Omega \cdot \text{m}$, so all input lengths must match this unit.
  - Correct: Always convert all length units to meters before substituting into $R = \rho L / A$.

## Cheatsheet

| Category | Formula / Property | Key Notes |
| --- | --- | --- |
| Resistance from resistivity | $R = \rho \frac{L}{A}$ | Applies to uniform isotropic materials; $L$ = length, $A$ = cross-sectional area, units of $\rho$: $\Omega \cdot m$ |
| Resistivity property | Intensive material property | Does not change when sample size/shape changes; only changes with material or temperature |
| Definition of resistance | $R = \frac{V}{I}$ | Always valid for any component, Ohmic or non-Ohmic |
| Temperature dependence of resistance | $R(T) = R_0 [1 + \alpha (T-T_0)]$ | Linear approximation for small $\Delta T$; $\alpha > 0$ for conductors, $\alpha < 0$ for semiconductors |
| Temperature dependence of resistivity | $\rho(T) = \rho_0 [1 + \alpha (T-T_0)]$ | Identical form to resistance relationship, since $R \propto \rho$ at fixed dimensions |
| Ohmic material | $R = \text{constant (fixed T)}$ | V-I graph is a straight line through the origin |
| Volume conservation (stretched wire) | $L_1 A_1 = L_2 A_2$ | Use for uniform stretching/compression; volume is constant for fixed mass and density |

## What's next

This topic is the foundation for all further work in electric circuits, as all circuit components have resistance that contributes to overall circuit behavior. Next you will apply the concepts of resistance and resistivity to analyze power dissipation in resistors, calculate equivalent resistance for series and parallel resistor combinations, and solve for currents and voltages in complex DC circuits using Kirchhoff's laws. Without a solid understanding of how resistance depends on material, dimensions, and temperature, you will not be able to correctly interpret circuit behavior or solve common FRQ problems requiring reasoning about changing circuit conditions. This topic also connects to broader concepts across AP Physics 2, including the behavior of semiconductors in modern electronic devices.

- [Ohm's Law, Kirchhoff's Loop Rule and Power](https://www.owlsprep.com/study/ap-physics-2-u4-ohm-s-law-kirchhoff-s/)
- [Kirchhoff's Junction Rule and Conservation of Charge](https://www.owlsprep.com/study/ap-physics-2-u4-kirchhoff-s-junction-rule-and/)
- [Steady-State DC Circuits with Resistors and Capacitors](https://www.owlsprep.com/study/ap-physics-2-u4-steady-state-dc-circuits-with/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-physics-2-u4-resistivity-and-resistance/
