# Antenna Length Math for Makers

Estimate wavelength, quarter-wave, and half-wave starter lengths from frequency before changing antennas, cutting wire, or trusting a build video.

## Outcome
Convert frequency into wavelength fractions, compare meters/feet/inches, apply a velocity factor, and explain why the result is only a starter estimate.

## Safe first step
Stay receive-first unless you have the right authorization. Write frequency, units, antenna type, and tuning check before any transmit use.

## Ladder steps
### 1. Write the frequency
Antenna length math starts with a frequency and unit, usually MHz for maker radio notes.

Check: Your note names the band or signal and the exact frequency used in the estimate.

### 2. Find the wavelength
Wavelength in meters is roughly 299.792458 divided by frequency in MHz.

Check: You can explain why higher frequency means a shorter physical scale.

### 3. Choose a fraction
Quarter-wave, half-wave, and full-wave lengths answer different design questions.

Check: Your note says which fraction you chose and why.

### 4. Apply the caveat
Velocity factor, antenna type, nearby objects, feedline, ground plane, and enclosure can change the useful physical length.

Check: Your estimate is labeled as a starter length, not a final tuned antenna.

### 5. Stop before transmit assumptions
An antenna estimate does not grant license, safe RF exposure, clean SWR, or equipment compatibility.

Check: Your next step names the measurement/tuning and legal checks needed before transmit.

## Examples
### Find the full-wave scale
```sh
wavelength_m = 299.792458 / frequency_mhz
```
Expected signal: The result is the approximate free-space wavelength in meters

Caution: Keep MHz and meters visible so the unit conversion is inspectable.

### Estimate a starter radiator length
```sh
quarter_wave = wavelength_m * 0.25 * velocity_factor
```
Expected signal: The result is a practical starting measurement, not a tuned final dimension

Caution: Do not transmit from the estimate without proper checks.

### Check a two-meter-band scale
```sh
146.52 MHz -> about 2.05 m full wave -> about 0.51 m quarter wave
```
Expected signal: The name '2 meter' makes physical sense once wavelength is visible

Caution: The exact build still depends on antenna design and measurement.

## Common traps
- Using a frequency without units.
- Confusing full wavelength, half wavelength, and quarter wavelength.
- Treating a calculator output as a final tuned antenna.
- Ignoring velocity factor, nearby metal, ground plane, enclosure, or feedline effects.
- Using receive-only math practice as permission to transmit.

## Practice task
Enter one frequency into the calculator, copy the estimate note, then write full-wave, half-wave, quarter-wave, velocity factor, and the next verification step before any real build.

## Next steps
- Use this page before the stepper antenna sweep lesson when antenna scale is unclear.
- Use the RSSI page to reason about receive-only signal strength after you understand wavelength scale.
- Use packet radio only as receive-first signal context unless transmit authorization and equipment checks are clear.
- Save the Obsidian note with [[Frequency]], [[Wavelength]], [[Quarter Wave]], [[Half Wave]], [[Velocity Factor]], [[SWR]], [[Receive-Only]], and [[RF Safety]] backlinks.

## Related
- [Radio and Signals topic group](/topics/rf/)
- [RSSI mapping for direction finding](/learn/rf/rssi-mapping-for-direction-finding/)
- [Stepper antenna sweep for direction finding](/learn/rf/stepper-antenna-sweep-for-direction-finding/)
- [Packet radio receive-first path](/learn/rf/packet-radio-baofeng-aprs-first-pass/)
- [Trigonometry for rotation and layout](/learn/trigonometry-for-rotation-and-layout/)
- [Scale, ratio, and unit conversions](/learn/scale-ratio-and-unit-conversions/)
- [Make an Obsidian project note](/learn/make-an-obsidian-project-note/)
- [Maker Math routes](/topics/math/)

## Obsidian backlinks

Use these wiki links to connect this note inside a local maker vault:

- [[TopicLadder]]
- [[Maker Learning]]
- [[Antenna Length Math for Makers]]
- [[Radio and Signals]]
- [[rf]]
- [[receive-first]]
- [[Write the frequency]]
- [[Find the wavelength]]
- [[Choose a fraction]]
- [[Apply the caveat]]
- [[Radio and Signals topic group]]
- [[RSSI mapping for direction finding]]

## Source and next routes

Source: https://topicladder.com/learn/rf/antenna-length-math-for-makers/

- [Radio and Signals topic group](/topics/rf/)
- [RSSI mapping for direction finding](/learn/rf/rssi-mapping-for-direction-finding/)
- [Stepper antenna sweep for direction finding](/learn/rf/stepper-antenna-sweep-for-direction-finding/)
- [Packet radio receive-first path](/learn/rf/packet-radio-baofeng-aprs-first-pass/)
- [Trigonometry for rotation and layout](/learn/trigonometry-for-rotation-and-layout/)
- [Scale, ratio, and unit conversions](/learn/scale-ratio-and-unit-conversions/)
- [Make an Obsidian project note](/learn/make-an-obsidian-project-note/)
- [Maker Math routes](/topics/math/)
