Technical Math Skills for DC Electronic Circuits (Outcome 9.1)

9.1.1 Display and interpret numbers in scientific notation and logarithmic scales

In DC electronic circuits, you constantly deal with quantities that can be extremely large or extremely small. For example, a resistor might be 4,700Ω4{,}700\,\Omega, a leakage current might be 0.000002A0.000002\,A, and the number of charge carriers in a conductor is astronomically large. Writing these in “ordinary” decimal form is slow and error-prone—especially when you need to multiply, divide, or compare values.

Scientific notation (what it is and why it matters)

Scientific notation expresses a number as a product of a coefficient and a power of ten:

a×10na \times 10^n

where 1a<101 \le a < 10 and nn is an integer. This matters because:

  • It keeps the significant digits clear (which digits are meaningful from measurement).
  • It makes multiplying/dividing by powers of ten straightforward.
  • It helps you quickly compare magnitudes (for example, microamps vs amps).

A useful engineering habit is to connect scientific notation to SI prefixes (covered more in 9.1.2):

  • 10310^{-3} corresponds to milli (m)
  • 10610^{-6} corresponds to micro (μ\mu)
  • 10310^{3} corresponds to kilo (k)
  • 10610^{6} corresponds to mega (M)
How to convert to and from scientific notation

To convert a decimal to scientific notation:

  1. Move the decimal point so the number becomes between 11 and 1010.
  2. Count how many places you moved the decimal.
  3. If you moved left, nn is positive; if you moved right, nn is negative.

Example 1 (large number):
Convert 47004700 to scientific notation.

  • Move the decimal 3 places left: 4.74.7
  • Therefore: 4700=4.7×1034700 = 4.7 \times 10^3

Example 2 (small number):
Convert 0.00000250.0000025 to scientific notation.

  • Move the decimal 6 places right: 2.52.5
  • Therefore: 0.0000025=2.5×1060.0000025 = 2.5 \times 10^{-6}

A common mistake is forgetting that moving the decimal right creates a negative exponent.

Engineering notation (practical variant)

In electronics, you often see engineering notation, which is like scientific notation except the exponent is a multiple of 33 (matching kilo, mega, milli, micro, etc.).

For instance:

4.7×103Ω=4.7kΩ4.7 \times 10^3\,\Omega = 4.7\,k\Omega

Engineering notation reduces mental conversion when reading component values.

Logarithmic scales (what they are and why they matter)

A logarithmic scale compresses large ranges of values by using logarithms. Instead of equal steps meaning “add the same amount,” equal steps mean “multiply by the same factor.” This is useful when:

  • Values span many orders of magnitude.
  • You care about ratios (how many times bigger), not differences.

In circuits, logarithmic scales show up when:

  • Reading graphs with a log axis (for example, semiconductor current over voltage where current changes drastically).
  • Using decibels (more common in AC and signals, but the log idea is still a core engineering tool).
Base-10 logarithms and interpreting log axes

The base-10 logarithm log10(x)\log_{10}(x) answers: “What power do I raise 1010 to in order to get xx?”

For example:

log10(1000)=3\log_{10}(1000) = 3

On a log axis, moving from 10110^1 to 10210^2 to 10310^3 is equal spacing, even though the values multiply by 1010 each time.

A key interpretation skill: on a log axis, points at 2×1022 \times 10^2 and 8×1028 \times 10^2 are within the same decade (between 10210^2 and 10310^3).

Log rules you actually use in calculations

You do not always “need” logs for basic DC, but when they appear, these rules prevent errors:

log10(ab)=log10(a)+log10(b)\log_{10}(ab) = \log_{10}(a) + \log_{10}(b)

log10(ab)=log10(a)log10(b)\log_{10}\left(\frac{a}{b}\right) = \log_{10}(a) - \log_{10}(b)

log10(ak)=klog10(a)\log_{10}(a^k) = k\,\log_{10}(a)

These explain why logs turn multiplication into addition and division into subtraction.

Exam Focus
  • Typical question patterns:
    • Convert between decimal form and a×10na \times 10^n form; sometimes also to an SI-prefixed form like kΩ\text{k}\Omega.
    • Read a value from a graph where one axis is logarithmic (identify the decade and the multiplier).
    • Compare magnitudes (which is larger: 3.2×1043.2 \times 10^{-4} or 7.5×1057.5 \times 10^{-5}?).
  • Common mistakes:
    • Writing coefficients outside [1,10)[1,10) (for example, 47×10247 \times 10^2 instead of 4.7×1034.7 \times 10^3).
    • Sign error on exponent for small numbers.
    • Treating a log axis as if it were linear (reading differences instead of ratios).

9.1.2 Describe and convert SI and US system units of measurement

Circuits are built in the real world, so every calculation eventually connects to measured quantities: length (wire), voltage, current, resistance, power, and physical dimensions of components. If you mix units or convert incorrectly, your numeric answer can be off by a factor of 1010, 10001000, or more—often without any obvious warning.

SI units (the backbone of engineering calculations)

The International System of Units (SI) is the standard system for science and engineering. For DC circuits, the most common SI base and derived units include:

  • Length: meter m\text{m}
  • Mass: kilogram kg\text{kg}
  • Time: second s\text{s}
  • Electric current: ampere A\text{A}

Common derived electrical units:

  • Voltage: volt V\text{V}
  • Resistance: ohm Ω\Omega
  • Power: watt W\text{W}

Even when you are not asked to “use SI,” SI keeps calculations consistent because many formulas assume SI coherence.

SI prefixes (and why they reduce errors)

Prefixes scale a unit by powers of ten. In circuits you will constantly encounter:

  • m=103\text{m} = 10^{-3} (milli)
  • μ=106\mu = 10^{-6} (micro)
  • n=109\text{n} = 10^{-9} (nano)
  • k=103\text{k} = 10^{3} (kilo)
  • M=106\text{M} = 10^{6} (mega)

So:

3.3kΩ=3.3×103Ω3.3\,k\Omega = 3.3 \times 10^3\,\Omega

470μA=470×106A=4.70×104A470\,\mu\text{A} = 470 \times 10^{-6}\,\text{A} = 4.70 \times 10^{-4}\,\text{A}

A common misconception is mixing up m (milli) and M (mega). The case matters.

US customary units (where they appear)

In the US, mechanical dimensions and shop measurements may use inches, feet, and pounds. Electronics technicians often encounter:

  • wire lengths in feet
  • enclosure dimensions in inches
  • drill bit sizes in fractional inches

Even if the circuit equations use SI, physical build constraints may begin in US units and must be converted.

Key exact conversion:

1in=2.54cm1\,\text{in} = 2.54\,\text{cm}

Also:

1ft=12in1\,\text{ft} = 12\,\text{in}

How unit conversion works (dimensional analysis method)

The safest method is dimensional analysis: multiply by “conversion factors” equal to 11 so the unwanted units cancel.

Example 1: convert inches to millimeters
Convert 7.5in7.5\,\text{in} to mm\text{mm}.

Use:

1in=2.54cm1\,\text{in} = 2.54\,\text{cm}

and:

1cm=10mm1\,\text{cm} = 10\,\text{mm}

Calculation:

7.5in×2.54cm1in×10mm1cm=190.5mm7.5\,\text{in} \times \frac{2.54\,\text{cm}}{1\,\text{in}} \times \frac{10\,\text{mm}}{1\,\text{cm}} = 190.5\,\text{mm}

Notice how in\text{in} cancels, then cm\text{cm} cancels.

Example 2: convert milliamps to amps
Convert 25mA25\,\text{mA} to amps.

25mA=25×103A=0.025A25\,\text{mA} = 25 \times 10^{-3}\,\text{A} = 0.025\,\text{A}

A common error is moving the decimal the wrong direction when converting prefixes.

Exam Focus
  • Typical question patterns:
    • Convert between SI prefix forms and base-unit forms (for example, μF\mu\text{F} to F\text{F}, kΩk\Omega to Ω\Omega).
    • Convert between US and metric length units for physical layouts.
    • Use dimensional analysis to confirm units cancel correctly.
  • Common mistakes:
    • Confusing milli 10310^{-3} with micro 10610^{-6}.
    • Treating m\text{m} (meter) as milli-prefix without checking context.
    • Converting numbers but forgetting to convert the unit label, leading to inconsistent results.

9.1.3 Identify and use both metric and inch rules

A rule (ruler) is a measuring instrument, but the deeper skill is reading its scale correctly and recording the measurement with appropriate precision. In electronics work—cutting wire, laying out holes on a chassis, checking component lead spacing—small reading mistakes can cause parts not to fit or measurements to mismatch a drawing.

Metric rules (millimeters and centimeters)

A metric rule typically shows centimeters with millimeter subdivisions.

  • Large numbered marks: cm\text{cm}
  • Small ticks: mm\text{mm}, where:

1cm=10mm1\,\text{cm} = 10\,\text{mm}

How to read it well:

  1. Identify the last whole centimeter mark before the object end.
  2. Count the additional millimeters past that mark.
  3. Record the value in mm\text{mm} or cm\text{cm} (be consistent).

Because electronic mechanical tolerances can be tight, recording in mm\text{mm} is often clearer.

Inch rules (fractional and decimal inches)

An inch rule may be marked in fractions like halves, quarters, eighths, sixteenths, sometimes thirty-seconds.

Key idea: each smaller tick is a fraction of an inch. For a rule with sixteenth marks:

1in=1616in1\,\text{in} = \frac{16}{16}\,\text{in}

So each smallest tick is:

116in\frac{1}{16}\,\text{in}

How to read fractional inches:

  1. Find the nearest inch.
  2. Count ticks from that inch mark.
  3. Write the fraction and simplify if needed.

For example, 816in\frac{8}{16}\,\text{in} should be simplified to 12in\frac{1}{2}\,\text{in}.

Many shops also use decimal inches (for example, 1.25in1.25\,\text{in}), which can be easier for calculations.

Avoiding parallax and zero errors

Measurement errors often come from technique rather than math.

  • Parallax error happens when your eye is not directly above the mark; the reading shifts.
  • Zero error happens if the ruler’s zero edge is damaged or you start from the wrong reference point.

A good practice is to align the object with a clear reference and keep your viewpoint perpendicular to the scale.

Example: measuring and converting for a layout

Suppose a mounting hole must be drilled 38in\frac{3}{8}\,\text{in} from an edge. Convert to millimeters to match a metric drill template.

Use:

38in=0.375in\frac{3}{8}\,\text{in} = 0.375\,\text{in}

Then convert:

0.375in×25.4mm1in=9.525mm0.375\,\text{in} \times \frac{25.4\,\text{mm}}{1\,\text{in}} = 9.525\,\text{mm}

In practice you might round appropriately based on tool precision (see significant digits in 9.1.4).

Exam Focus
  • Typical question patterns:
    • Read a measurement from a pictured metric or inch rule.
    • Convert a fractional inch measurement to decimal inches or to metric.
    • Determine which tool/scale is appropriate for a required tolerance.
  • Common mistakes:
    • Miscounting fractional ticks (especially sixteenths).
    • Reporting a measurement with unrealistic precision (claiming 9.5250mm9.5250\,\text{mm} from a coarse ruler).
    • Starting from the ruler’s edge instead of the zero mark.

9.1.4 Express physical quantities with appropriate number of significant digits, units and dimensions

In engineering, numbers are not just abstract—they come from measurements and instruments. A multimeter reading of 5.02V5.02\,\text{V} tells you something different than 5.0V5.0\,\text{V}. Significant digits (often called significant figures) communicate the precision of a measurement, and correct units and dimensions ensure your calculation describes a real physical quantity.

Significant digits (what they mean)

Significant digits are the digits in a number that carry meaning about its precision.

Rules you use most:

  • Nonzero digits are significant.
  • Zeros between nonzero digits are significant.
  • Leading zeros (at the start) are not significant.
  • Trailing zeros are significant only if a decimal point is shown (or the context states precision).

Examples:

  • 0.004500.00450 has three significant digits (the digits 44, 55, 00).
  • 45004500 is ambiguous without context; 4.50×1034.50 \times 10^3 clearly has three significant digits.
Why sig figs matter in DC circuits

Circuit calculations are often based on parts with tolerances:

  • A resistor might be ±5%\pm 5\%
  • A supply might regulate to within some tolerance
  • Instruments have finite resolution

If you report too many digits, you imply a precision you do not have. If you report too few, you may hide meaningful variation.

Rounding in calculations

A common classroom rule (often used in technical courses) is:

  • For multiplication/division: the result should have the same number of significant digits as the factor with the fewest significant digits.
  • For addition/subtraction: the result should have the same number of decimal places as the term with the fewest decimal places.

Example 1 (multiplication/division):
You measure V=12.1VV = 12.1\,\text{V} and I=0.24AI = 0.24\,\text{A} and compute power P=VIP = VI.

Compute:

P=12.1V×0.24A=2.904WP = 12.1\,\text{V} \times 0.24\,\text{A} = 2.904\,\text{W}

The least precise factor is 0.240.24 (two significant digits), so report:

P=2.9WP = 2.9\,\text{W}

Example 2 (addition/subtraction):
You measure two drops: V1=1.2VV_1 = 1.2\,\text{V} and V2=3.45VV_2 = 3.45\,\text{V}.

Vtotal=1.2V+3.45V=4.65VV_\text{total} = 1.2\,\text{V} + 3.45\,\text{V} = 4.65\,\text{V}

Because 1.21.2 is only precise to the tenths place, round to tenths:

Vtotal=4.7VV_\text{total} = 4.7\,\text{V}

Units and dimensions (not the same thing)
  • Units are the labels like V\text{V}, Ω\Omega, A\text{A}.
  • Dimensions describe the physical type of quantity (for example, current, length, time), independent of the chosen unit.

Dimensional thinking helps you catch mistakes. For example, if you compute resistance using Ohm’s law:

R=VIR = \frac{V}{I}

the units must be:

VA=Ω\frac{\text{V}}{\text{A}} = \Omega

If your final unit does not match what you intended (say you got A/Ω\text{A}/\Omega), something went wrong in algebra or setup.

Common pitfalls with units in electronics
  • Mixing mA\text{mA} and A\text{A} without conversion.
  • Mixing kΩk\Omega and Ω\Omega.
  • Forgetting that mV\text{mV} is 103V10^{-3}\,\text{V} and μV\mu\text{V} is 106V10^{-6}\,\text{V}.
Exam Focus
  • Typical question patterns:
    • Report a computed circuit quantity with correct sig figs and units.
    • Identify how many significant digits a measurement contains.
    • Use dimensional checks to verify a formula or an answer.
  • Common mistakes:
    • Rounding too early in a multi-step calculation (keep extra digits until the end).
    • Using the wrong rounding rule for addition vs multiplication.
    • Omitting units entirely, or mixing unit prefixes inside the same calculation without converting.

9.1.5 Perform operations on whole numbers, fractions and mixed numbers

DC circuit problems often look “physics-heavy,” but many errors are simple arithmetic errors—especially with fractions and mixed numbers. This shows up in:

  • reading inch-rule dimensions (fractions)
  • combining tolerances
  • working with ratios (like voltage dividers)
Whole-number operations (with attention to order)

Whole-number arithmetic seems basic, but engineering calculations often chain steps together, so order of operations matters:

  1. Parentheses
  2. Exponents
  3. Multiplication and division (left to right)
  4. Addition and subtraction (left to right)

A classic error is doing addition before division in a formula that requires division first.

Fractions: meaning and why they’re used

A fraction ab\frac{a}{b} represents division. Fractions are often clearer than decimals when dealing with inch measurements or exact ratios.

Key operations:

  • Multiply:

ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}

  • Divide:

ab÷cd=ab×dc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}

  • Add/subtract (need a common denominator):

ab+cd=ad+bcbd\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}

Mixed numbers (common in US measurements)

A mixed number combines a whole number and a fraction, like 2142\,\frac{1}{4}.

Convert to an improper fraction before doing calculations:

214=2×4+14=942\,\frac{1}{4} = \frac{2 \times 4 + 1}{4} = \frac{9}{4}

Worked example: adding inch measurements

A panel cutout is specified as 318in3\,\frac{1}{8}\,\text{in} plus an extra clearance of 316in\frac{3}{16}\,\text{in}. Find the total.

Convert to sixteenths:

318=32163\,\frac{1}{8} = 3\,\frac{2}{16}

Now add:

3216+316=3516in3\,\frac{2}{16} + \frac{3}{16} = 3\,\frac{5}{16}\,\text{in}

If you prefer improper fractions:

318=2583\,\frac{1}{8} = \frac{25}{8}

316=316\frac{3}{16} = \frac{3}{16}

Common denominator 1616:

258=5016\frac{25}{8} = \frac{50}{16}

So:

5016+316=5316=3516\frac{50}{16} + \frac{3}{16} = \frac{53}{16} = 3\,\frac{5}{16}

Worked example: fraction in a circuit ratio

In a voltage divider, you might see a ratio like:

R2R1+R2\frac{R_2}{R_1 + R_2}

If R1=2kΩR_1 = 2\,k\Omega and R2=1kΩR_2 = 1\,k\Omega, the ratio is:

12+1=13\frac{1}{2+1} = \frac{1}{3}

Keeping it as 13\frac{1}{3} can be cleaner than writing 0.33330.3333 too early.

Exam Focus
  • Typical question patterns:
    • Add/subtract fractional inch measurements from a drawing.
    • Convert mixed numbers to improper fractions (and back).
    • Simplify ratios that appear in circuit relationships.
  • Common mistakes:
    • Adding denominators when adding fractions (you must use a common denominator).
    • Forgetting to invert the divisor when dividing fractions.
    • Converting mixed numbers incorrectly (missing the “whole times denominator” step).

9.1.6 Analyze measurements and perform technical calculations

Engineering decisions rely on measured data, not just ideal formulas. In DC circuits, measurements come from tools like multimeters, power supplies, and rulers. The key skill is to combine measurement sense (how accurate is it?) with calculation skill (what does it imply?).

Measurement quality: accuracy, precision, and resolution

These terms are often mixed up, but they affect how you trust your result:

  • Accuracy: closeness to the true value.
  • Precision: repeatability (how close repeated measurements are to each other).
  • Resolution: the smallest change an instrument can display.

A digital multimeter might show 2.503V2.503\,\text{V} (high resolution), but if its accuracy specification is worse, those last digits may not be meaningful.

Tolerance (parts are not perfect)

Many electronic components come with a tolerance, meaning the actual value can vary around its nominal value.

If a resistor is labeled 100Ω100\,\Omega with ±5%\pm 5\% tolerance, its actual resistance could be:

Rmin=100Ω×(10.05)=95ΩR_\text{min} = 100\,\Omega \times (1 - 0.05) = 95\,\Omega

Rmax=100Ω×(1+0.05)=105ΩR_\text{max} = 100\,\Omega \times (1 + 0.05) = 105\,\Omega

Why this matters: when you compute current using Ohm’s law, the current range changes too.

Technical calculations in DC circuits (core relationships)

Even though this outcome is “technical math and science,” DC circuit work typically leans on a few fundamental formulas. You should understand what each variable means and what unit it should have.

Ohm’s law relates voltage VV, current II, and resistance RR:

V=IRV = IR

  • VV in volts V\text{V}
  • II in amperes A\text{A}
  • RR in ohms Ω\Omega

Rearrangements:

I=VRI = \frac{V}{R}

R=VIR = \frac{V}{I}

Electrical power can be expressed as:

P=VIP = VI

and by substitution with Ohm’s law:

P=I2RP = I^2R

P=V2RP = \frac{V^2}{R}

Power calculations matter for safety and design—choosing a resistor with a sufficient wattage rating depends on it.

Worked example: compute expected current with tolerance

A circuit applies 9.0V9.0\,\text{V} across a resistor labeled 330Ω330\,\Omega with ±5%\pm 5\% tolerance. Find the nominal current and the possible range.

Nominal:

Inom=9.0V330Ω=0.02727AI_\text{nom} = \frac{9.0\,\text{V}}{330\,\Omega} = 0.02727\,\text{A}

So:

Inom=27.3mAI_\text{nom} = 27.3\,\text{mA}

Now resistance range:

Rmin=330Ω×0.95=313.5ΩR_\text{min} = 330\,\Omega \times 0.95 = 313.5\,\Omega

Rmax=330Ω×1.05=346.5ΩR_\text{max} = 330\,\Omega \times 1.05 = 346.5\,\Omega

Current is inversely related to resistance:

Imax=9.0V313.5Ω=0.02871A=28.7mAI_\text{max} = \frac{9.0\,\text{V}}{313.5\,\Omega} = 0.02871\,\text{A} = 28.7\,\text{mA}

Imin=9.0V346.5Ω=0.02597A=26.0mAI_\text{min} = \frac{9.0\,\text{V}}{346.5\,\Omega} = 0.02597\,\text{A} = 26.0\,\text{mA}

A common error is assuming the tolerance changes current by the same percentage in the same direction without checking the inverse relationship.

Worked example: power and resistor rating

Using the nominal current above, compute nominal power in the resistor:

P=I2R=(0.02727A)2×330ΩP = I^2R = (0.02727\,\text{A})^2 \times 330\,\Omega

P=0.245WP = 0.245\,\text{W}

In practice, you would choose a resistor rated above that (for example, 12W\frac{1}{2}\,\text{W}), because real conditions can be hotter, supply voltage can vary, and airflow may be limited.

Reasonableness checks (how you catch wrong answers)

Good technicians and engineers sanity-check results:

  • If RR is in kΩk\Omega and VV is only a few volts, current should probably be in mA\text{mA} or less.
  • If your computed current is 20A20\,\text{A} from a small battery in a simple resistor circuit, you likely missed a prefix conversion.
  • If power is greater than a component’s rating, expect overheating.
Exam Focus
  • Typical question patterns:
    • Use measured VV and II to compute RR (or vice versa) with correct units.
    • Compute power and determine if a component rating is sufficient.
    • Use tolerance or measurement uncertainty to compute a range of possible outcomes.
  • Common mistakes:
    • Mixing mA\text{mA} and A\text{A} or kΩk\Omega and Ω\Omega mid-calculation.
    • Applying tolerance in the wrong direction (forgetting that larger RR means smaller II for fixed VV).
    • Reporting an answer with far too many digits, implying unrealistic precision.

9.1.7 Read and interpret charts and tables to analyze data and formulate outcomes

In electronics, you rarely work from a single number. You interpret tables (measurements, specifications) and charts (plots of relationships) to decide what is happening in a circuit and what to do next. This is a core engineering skill: turning data into conclusions.

What charts and tables represent

A table organizes values in rows and columns—useful when you need exact numeric lookup or when the independent variable takes discrete steps.

A chart/graph visualizes relationships—useful for spotting trends, proportionality, saturation, or anomalies.

In DC circuits, common data sources include:

  • your own measurement tables (voltage vs current)
  • component datasheet tables (ratings, tolerances, operating ranges)
  • calibration tables (instrument corrections)
Reading a table: identify variables, units, and meaning

Before doing any calculations, train yourself to answer:

  1. What is the independent variable (the one you control)?
  2. What is the dependent variable (the one you observe)?
  3. What are the units?
  4. Are these measured values, nominal values, or maximum ratings?

Misreading units is one of the fastest ways to produce a believable but wrong conclusion.

Example table: measuring an unknown resistor

Suppose you measure voltage across an unknown resistor and current through it:

MeasurementVoltage VV (V)Current II (mA)
11.002.0
22.004.1
33.006.1
44.008.0

To analyze this, first convert current to amps for Ohm’s law:

For measurement 1:

I=2.0mA=0.0020AI = 2.0\,\text{mA} = 0.0020\,\text{A}

Now compute resistance estimate:

R=VI=1.00V0.0020A=500ΩR = \frac{V}{I} = \frac{1.00\,\text{V}}{0.0020\,\text{A}} = 500\,\Omega

Try another row (measurement 4):

I=8.0mA=0.0080AI = 8.0\,\text{mA} = 0.0080\,\text{A}

R=4.00V0.0080A=500ΩR = \frac{4.00\,\text{V}}{0.0080\,\text{A}} = 500\,\Omega

Because the computed resistance is consistent across rows, the device behaves like an ohmic resistor of about 500Ω500\,\Omega.

A valuable outcome you can “formulate” from the data is: the relationship looks linear, so the component likely follows Ohm’s law in this range.

Reading charts: slope, intercepts, and proportionality

For a DC resistor, a plot of VV vs II (or II vs VV) should be linear.

  • If you plot VV on the vertical axis and II on the horizontal axis, the slope is:

slope=ΔVΔI=R\text{slope} = \frac{\Delta V}{\Delta I} = R

  • If you plot II on the vertical axis and VV on the horizontal axis, the slope is:

slope=ΔIΔV=1R\text{slope} = \frac{\Delta I}{\Delta V} = \frac{1}{R}

This is a common source of confusion: the slope means different things depending on which variable is on which axis.

Interpreting a non-ideal trend

If your table or chart shows resistance estimates drifting as voltage changes, possible interpretations include:

  • measurement error at low currents (meter resolution limits)
  • heating of the resistor changing resistance
  • the component is not ohmic (for example, a diode, though that is beyond basic resistor behavior)

The point is not just to compute numbers—it is to connect the pattern to a physical cause.

Datasheet-style tables: ratings vs typical values

Component tables often contain:

  • maximum ratings (do not exceed)
  • recommended operating conditions (where performance is intended)
  • typical values (common but not guaranteed)

A frequent student error is treating a “typical” value as a guaranteed value, or designing right up to an absolute maximum rating.

Worked example: using a table to make a decision

You have a resistor that will dissipate 0.245W0.245\,\text{W} (from 9.1.6). A parts table lists available resistor power ratings: 0.25W0.25\,\text{W}, 0.5W0.5\,\text{W}, 1.0W1.0\,\text{W}.

Even though 0.25W0.25\,\text{W} is slightly above your computed value, it leaves almost no safety margin. A better engineering decision is 0.5W0.5\,\text{W}, because real power can increase with supply variation and temperature.

Your outcome: choose 0.5W0.5\,\text{W} to reduce overheating risk.

Exam Focus
  • Typical question patterns:
    • Given a data table of VV and II, compute RR or identify whether the component is approximately ohmic.
    • Interpret a graph’s slope or trend and state what it implies physically.
    • Use a specification table to choose a component rating or operating condition.
  • Common mistakes:
    • Forgetting unit conversions (especially mA\text{mA} to A\text{A}) before using formulas.
    • Using the wrong slope interpretation because axes are swapped.
    • Treating maximum ratings as normal operating values or treating typical values as guaranteed.