Design and CAE Analysis of Yagi-Uda Antennas

Category: Electromagnetic Field Analysis / Antennas | Consolidated Edition 2026-04-11
Yagi-Uda antenna radiation pattern simulation showing director and reflector element arrangement with far-field gain contour
Visualization of Yagi-Uda antenna element arrangement and far-field radiation pattern

Theory and Physics

Overview and Operating Principle

🧑‍🎓

Yagi antennas are those old TV antennas, right? Are they still used today?

🎓

Absolutely, they are still active. They are widely used for terrestrial digital broadcast receiving antennas, amateur radio in HF to UHF bands, and even for IoT sensors in the ISM band. Their greatest strength is achieving high gain and high directivity despite their simple structure.

🧑‍🎓

It's amazing that such a simple structure can produce such directivity. How does it work?

🎓

The Yagi-Uda antenna is composed of three types of elements. The radiator (driven element) is the only element supplied with power, typically a half-wave dipole. A reflector is placed behind it, and one or more directors are placed in front. The reflector and directors operate parasitically through electromagnetic coupling—meaning they are not directly fed but are driven by induced currents from the radiator.

🧑‍🎓

So the parasitic elements spontaneously create a phase difference, concentrating power forward?

🎓

Exactly. The reflector is set slightly longer than the resonant length to have inductive reactance, causing the phase of the reradiated wave to shift in a direction that reinforces forward radiation. Conversely, directors are set shorter than the resonant length to have capacitive reactance, achieving similar forward reinforcement. The length and spacing of each element determine this phase difference, which is the key to the design.

Element Roles and Design Parameters

🧑‍🎓

Specifically, how long should each element be set?

🎓

First, think in terms of the wavelength $\lambda$. The wavelength in free space is:

$$ \lambda = \frac{c}{f} $$

where $c = 3 \times 10^8$ m/s (speed of light) and $f$ is the operating frequency. For example, in the 430 MHz band, $\lambda \approx 0.698$ m. Typical design values for each element are:

ElementTypical LengthTypical SpacingRole
Reflector$l_{\text{ref}} \approx 0.50\lambda$$d_{\text{ref}} \approx 0.15\text{--}0.25\lambda$ behind radiatorSuppresses rear radiation
Radiator$l_{\text{drv}} \approx 0.47\text{--}0.48\lambda$(Reference position)Feeding / Main radiation
Director$l_{\text{dir}} \approx 0.40\text{--}0.45\lambda$$d_{\text{dir}} \approx 0.15\text{--}0.35\lambda$Enhances forward directivity
🧑‍🎓

Can directors be added indefinitely? Does gain increase the more you add?

🎓

Gain increases with more directors, but diminishing returns occur. Adding 1-3 directors has a significant effect, but beyond 10, the gain increase per director drops to about 0.2-0.3 dB. Simultaneously, the antenna becomes longer, raising issues like wind load and mounting strength. Practically, a balanced design is around 5-15 elements for UHF bands and 3-7 elements for VHF bands.

Governing Equations

🎓

The starting point is Maxwell's equations. Under the time-harmonic assumption ($e^{j\omega t}$):

$$ \nabla \times \mathbf{E} = -j\omega\mu\mathbf{H} $$
$$ \nabla \times \mathbf{H} = j\omega\varepsilon\mathbf{E} + \mathbf{J} $$

Introducing the vector potential $\mathbf{A}$, the electric field becomes:

$$ \mathbf{E} = -j\omega\mathbf{A} - \nabla\Phi $$

For wire antennas, using the thin-wire approximation, Pocklington's integral equation for the current distribution $I(z')$ on the conductor becomes fundamental:

$$ \int_{-L/2}^{L/2} I(z') \left[\frac{\partial^2}{\partial z^2} + k^2\right] G(z, z') \, dz' = j\omega\varepsilon E_z^{\text{inc}}(z) $$

Here, $k = 2\pi/\lambda = \omega\sqrt{\mu\varepsilon}$ is the wavenumber, and $G(z, z')$ is the free-space Green's function:

$$ G(z, z') = \frac{e^{-jkR}}{4\pi R}, \quad R = \sqrt{(z - z')^2 + a^2} $$

where $a$ is the conductor radius.

🧑‍🎓

What does the Green's function in the integral equation mean physically?

🎓

Roughly speaking, it's a kernel function representing "how much electromagnetic field a tiny current source at one location creates at another location." Imagine it like the ripple spread when you throw a stone into a pond. The influence weakens with distance, and the phase also rotates. In a Yagi antenna, all points on each element are coupled to each other via this Green's function, resulting in a system of integral equations.

Radiation Pattern and Gain

🧑‍🎓

Is the gain formula determined solely by the number of elements?

🎓

A commonly used simplified gain estimation formula is this:

$$ G \approx 10\log_{10}\!\bigl(N_{\text{dir}} + 1\bigr) \;\text{[dBi]} $$

But this is only a guideline; in reality, element spacing, individual element lengths, and conductor diameter have a combined effect. Accurately, the far-field must be calculated as the product of the array factor and the element pattern. The far-field from an array of $N$ elements is:

$$ \mathbf{E}_{\text{far}}(\theta,\phi) = \sum_{n=1}^{N} I_n \, f_n(\theta) \, e^{jk \hat{r} \cdot \mathbf{r}_n} $$

Here, $I_n$ is the current amplitude and phase of each element (obtained via MoM), $f_n(\theta)$ is the radiation pattern of each individual element, and $\mathbf{r}_n$ is the position vector of the element.

🧑‍🎓

As a concrete number representing directivity, for example, what gain can be achieved with 5 elements?

🎓

For a properly designed 5-element Yagi with appropriate spacing and lengths, typically around 9-10 dBi. For 10 elements, about 12-13 dBi; for 15 elements, about 14-15 dBi. Optimization using MoM or FDTD often yields a 1-2 dB improvement over initial hand calculations. In practice, this "extra 1 dB" impacts the overall system link budget, making simulation optimization highly valuable.

F/B Ratio and Directivity

🧑‍🎓

I often hear about F/B ratio; what does it represent?

🎓

The Front-to-Back ratio (F/B ratio) is the ratio, expressed in dB, of the radiated power in the main direction ($\theta=0°$) to that in the opposite direction ($\theta=180°$):

$$ \text{F/B} = 10\log_{10}\!\left(\frac{P(\theta=0°)}{P(\theta=180°)}\right) \;\text{[dB]} $$

It can be controlled by adjusting the length and spacing of the reflector. Generally, a target of 15-25 dB is aimed for. For instance, in terrestrial digital reception, if there is another relay station behind the antenna, a low F/B ratio can pick up interference, causing block noise in the video.

🧑‍🎓

I see, so F/B ratio directly affects reception quality. Does it get even better with two reflectors instead of one?

🎓

Using two reflectors or a reflector grid (lattice reflector) improves the F/B ratio, but it significantly impacts input impedance, making balance difficult. Practically, aiming for an F/B ratio above 20 dB with a single reflector and fine-tuning its spacing if further needed is more cost-effective.

Input Impedance and Matching

🧑‍🎓

I've heard Yagi antennas have low input impedance; how is that addressed?

🎓

Good question. Due to mutual coupling with parasitic elements, the radiator's input impedance drops significantly from the 73Ω of a standalone half-wave dipole, typically to around 20-35Ω. Direct connection to 50Ω coaxial cable worsens VSWR. Commonly used countermeasures include:

  • Folded dipole: Transforms impedance by approximately a factor of 4 (bringing $Z \approx 4 \times 20 = 80$Ω closer).
  • Gamma match / Delta match: An adjustable rod is placed between the radiator and the boom for impedance transformation.
  • Balun (balanced-to-unbalanced transformer): Converts between coaxial cable (unbalanced) and dipole (balanced).

In simulation, the quality of matching is evaluated using the S-parameter $S_{11}$ and VSWR (Voltage Standing Wave Ratio):

$$ \text{VSWR} = \frac{1 + |\Gamma|}{1 - |\Gamma|}, \quad \Gamma = \frac{Z_{\text{in}} - Z_0}{Z_{\text{in}} + Z_0} $$

A common target is VSWR below 1.5 ($S_{11} < -14$ dB).

Coffee Break Trivia Corner

A Japanese Invention First Evaluated by Enemy Radar

The Yagi-Uda antenna was presented in 1926 by Hidetsugu Yagi and Shintaro Uda of Tohoku Imperial University, but it received little attention in Japan at the time. However, during World War II, during the capture of Singapore, the British military's radar antenna was found to use the Yagi structure. A captured British engineer is said to have been surprised, asking, "Don't you know about the Yagi antenna?" This ironic history of rediscovering one's own invention via an enemy country symbolizes how the application potential of basic research is unpredictable.

Physical Meaning of Each Term in Pocklington's Integral Equation
  • Kernel $G(z,z')$: The strength and phase of the electromagnetic field created at position $z$ by a tiny current source at position $z'$. It is inversely proportional to distance $R$ and includes the phase rotation $e^{-jkR}$.
  • Differential operator $(\partial^2/\partial z^2 + k^2)$: A Helmholtz-type operation concerning the axial component (along the element axis) of the electric field. It handles both near-field and far-field uniformly.
  • Right-hand side
関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

シミュレーター一覧

関連する分野

電磁気解析連成解析構造解析
この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ
About the Authors