P-R
AI

In the context of electronics, the abbreviation **P-R** most commonly refers to the relationship between **Power ($P$)** and **Resistance ($R$)**. These are two fundamental variables in Ohm's Law and Joule's Law.
---
## 1. Fundamental Relationship
The relationship between Power and Resistance is governed by the formula derived from combining Ohm's Law ($V = IR$) and the Power formula ($P = VI$).
### The Power Formulas
| Formula | Description |
| :--- | :--- |
| $P = I^2 \times R$ | Power is proportional to resistance when current ($I$) is constant. |
| $P = \frac{V^2}{R}$ | Power is inversely proportional to resistance when voltage ($V$) is constant. |
---
## 2. Component Characteristics
When selecting electronic parts (specifically resistors), "P" and "R" represent the two most critical specifications:
### A. Resistance ($R$)
- **Unit:** Ohms ($\Omega$)
- **Function:** Determines how much the component opposes the flow of electrical current.
- **Selection:** Chosen based on the required circuit behavior (e.g., current limiting, voltage division).
### B. Power Rating ($P$)
- **Unit:** Watts ($W$)
- **Function:** Indicates the maximum amount of heat the component can dissipate before failing.
- **Common Sizes:** $1/8W$, $1/4W$, $1/2W$, $1W$, $5W$, and $10W+$.
---
## 3. Comparison of Common "P-R" Components
Different resistor types are chosen based on their power-to-resistance handling capabilities:
| Component Type | Resistance Range ($R$) | Typical Power ($P$) | Primary Use |
| :--- | :--- | :--- | :--- |
| **Carbon Film** | $1\Omega$ - $10M\Omega$ | $0.125W$ - $0.5W$ | General purpose signal circuits. |
| **Metal Film** | $1\Omega$ - $1M\Omega$ | $0.25W$ - $1W$ | Precision audio and sensors. |
| **Wirewound** | $0.1\Omega$ - $100k\Omega$ | $5W$ - $500W$ | High-power loads, braking. |
| **SMD (Surface Mount)** | $0\Omega$ - $20M\Omega$ | $0.05W$ - $0.5W$ | Compact consumer electronics. |
---
## 4. Practical Example: Selecting a Part
If you have a $12V$ circuit and a $100\Omega$ resistor:
1. **Calculate Current:** $I = V / R = 12 / 100 = 0.12A$
2. **Calculate Power Dissipation:** $P = I^2 \times R = (0.12)^2 \times 100 = 1.44W$
3. **Part Selection:** You must choose a resistor with a Power Rating ($P$) of at least **2W** (always use a safety margin of $1.5\times$ to $2\times$ the calculated power).
- ⤷
How do I calculate the heat sink requirements for a high-power resistor?
- ⤷ What happens to resistance (R) if the power (P) exceeds the component's rating?
- ⤷ Are there specific 'P-R' markings on SMD resistors?