In electromagnetic theory, B represents the Magnetic Flux Density, which is the actual concentration of magnetic field lines passing through a specific unit area of space, measured in Tesla (T) or Gauss (G). When you are designing inductors, transformers, or motor controllers, B is the number that tells you how much magnetic 'work' is actually happening inside your core material, making it the most critical variable for preventing component failure.
The Math and a Worked Numeric Example
To understand B, you have to look at how it relates to the magnetizing force applied to a material. The fundamental equation linking them is:
B = μ × H
- B = Magnetic Flux Density (Tesla, T)
- H = Magnetic Field Strength (Amperes per meter, A/m)
- μ = Permeability of the material (Henry per meter, H/m)
Permeability (μ) is the product of the permeability of free space (μ₀, which is exactly 4π × 10⁻⁷ T·m/A) and the relative permeability of your core material (μᵣ).
Worked Example: Sizing a Solenoid Core
Imagine you are winding a custom relay coil. You pass a current through it that generates a Magnetic Field Strength (H) of 500 A/m. You want to use a standard grain-oriented silicon steel core, which has a relative permeability (μᵣ) of roughly 2,000.
Let's calculate the resulting flux density (B):
- μ = μ₀ × μᵣ = (1.2566 × 10⁻⁶ T·m/A) × 2,000 = 0.002513 T·m/A
- B = μ × H = 0.002513 × 500 A/m
- B = 1.256 Tesla
Where You Meet B in Practice (Circuits and Installations)
Abstract physics formulas don't mean much until a component smokes on your workbench. Here is what B actually changes in real-world electrical and electronic designs:
- Transformer and Inductor Core Sizing: In switch-mode power supplies (SMPS), ferrite cores are typically limited to a peak B of 0.2 T to 0.3 T at high frequencies (e.g., 100 kHz) to prevent excessive core heating from hysteresis losses. In 50/60 Hz mains transformers, silicon steel is pushed to 1.2 T - 1.5 T. If you calculate a B value higher than the material's limit, you must increase the core's cross-sectional area or add more turns of wire.
- Motor Torque Generation: The torque produced by a DC or BLDC motor is directly proportional to the flux density (B) in the air gap between the stator and rotor. Stronger neodymium magnets yield a higher B, which means more torque for the same physical motor size.
- Hall Effect Sensor Calibration: When measuring the position of a rotor or the current flowing through a busbar, you are measuring B. If your local B field exceeds the linear range of your sensor, your microcontroller will receive clipped, inaccurate data.
B vs. H vs. Φ: Clearing Up the Alphabet Soup
The most common mistake makers and junior engineers make is confusing B (Flux Density) with H (Field Strength) and Φ (Total Flux). Here is the definitive breakdown.
| Symbol | Name | Unit | What it Actually Means |
|---|---|---|---|
| H | Magnetic Field Strength | Amperes/meter (A/m) | The 'effort' applied by the electrical current, regardless of the surrounding material. |
| μ | Permeability | Henry/meter (H/m) | How easily the surrounding material supports the formation of a magnetic field. |
| B | Magnetic Flux Density | Tesla (T) or Gauss (G) | The actual resulting magnetic concentration at a specific point in space. |
| Φ | Total Magnetic Flux | Weber (Wb) | The total volume of the magnetic field passing through an entire defined area (Φ = B × Area). |
The Water Analogy: Think of H as the water pressure generated by a pump. The pipe's diameter and internal smoothness represent the material's permeability (μ). B is the actual velocity and density of the water flowing through the pipe. If the pipe gets clogged with debris (representing magnetic saturation), cranking up the pump pressure (H) will no longer increase the water flow (B). (Note: For a deeper look at magnetic hysteresis and saturation curves, refer to the excellent breakdown on All About Circuits).
Decision Path: Selecting a Sensor for Your B Field
When you need to measure B in an Arduino or ESP32 project, you cannot just buy 'a magnetic sensor.' You must match the sensor's range to the expected B field. Use this decision tree to pick the exact part number for your workbench.
If-Then Sensor Selection Matrix
- IF you are measuring the Earth's magnetic field or building a digital compass (Expected B: < 0.1 mT / 1 Gauss)
THEN choose a Magnetoresistive sensor.
Concrete Pick: Bosch BMM150 or Honeywell HMC5883L. - IF you are measuring BLDC motor rotor position or current sensing via a flux concentrator (Expected B: 10 mT to 100 mT / 100 to 1000 Gauss)
THEN choose a Linear Hall Effect sensor with ratiometric analog output.
Concrete Pick: Allegro A1324 (5 mV/G sensitivity) or Honeywell SS49E. - IF you are detecting the proximity of a strong neodymium magnet for a limit switch or RPM counter (Expected B: > 200 mT / 2000+ Gauss)
THEN choose a Digital Hall Latch or Switch.
Concrete Pick: Texas Instruments DRV5055 or Melexis MLX90224.
FAQ: Common Magnetic Flux Density Questions
Q: Is 1 Tesla a strong magnetic field?
A: Yes, in practical terms, 1 Tesla is very strong. A standard refrigerator magnet produces about 0.005 T (50 Gauss). A high-end MRI machine operates at 1.5 T to 3.0 T. If you are working with 1 T fields on the bench, you need to keep loose ferrous tools, pacemakers, and magnetic storage media far away.
Q: How do I convert Tesla to Gauss?
A: The conversion is a simple metric shift. 1 Tesla (T) = 10,000 Gauss (G). Therefore, 1 milliTesla (mT) = 10 Gauss. Most American datasheets for legacy components still use Gauss, while modern SI-compliant engineering uses Tesla or milliTesla. (For official SI unit definitions, you can reference the NIST guide to SI units).
Q: Why does my inductor get hot even if the wire is thick enough for the current?
A: You are likely driving the core into saturation, exceeding its maximum B limit. When the core saturates, the magnetic hysteresis loop widens drastically, converting your electrical energy into heat inside the core material itself, regardless of the copper wire's low resistance. Lower your frequency, reduce your peak current, or switch to a core material with a higher saturation flux density (like powdered iron instead of standard ferrite).






