3

http://farside.ph.utexas.edu/teaching/em/lectures/node94.html states:

Note that the formula (1100) is only valid for \$l\ll \lambda\$. This suggests that \$R_{\rm rad} \ll R\$ for most Hertzian dipole antennas: i.e., the radiated power is swamped by the ohmic losses. Thus, antennas whose lengths are much less than that of the emitted radiation tend to be extremely inefficient.

Of course, this is a well-known fact. But I don't see the reasoning for that.

Let's plug in some numbers (10 kHz, wavelength 300km; length of dipole \$l=300\mathrm{m}\$ (=100x less than wavelength).

\$ R_{\rm rad} = 789 \left(\frac{l}{\lambda}\right)^2 = 78.9m\Omega . \$

The text above does not clarify what exactly is meant by the swamp of ohmic losses. But on the back of some envelope, let's assume that the wire can't be longer than \$l\$ (by definition) but that also implies that it can't wider (otherwise it would get longer). So as an upper bound we have a metallic cube of length \$l\$. Resistivity of silver is 1e-8:

\$ R = 1\cdot 10^{-8} \frac{l}{l^2} = 33p\Omega . \$

Orders of magnitude smaller than the radiation resistance!

Even if I make the cross section 1000x smaller than the length, the ohmic losses are still just \$33\mu\Omega\$ ... orders of magnitude smaller than the radiation resistance.

I also take the Skin effect into account but it does not change the result significantly:

\$ R_{\rm skin} = \frac{\rho}{2\pi r \delta} = \frac{\rho}{2\pi r \sqrt{\frac{2\rho}{\mu 2\pi f}}} \approx 27\mu\Omega . \$

divB
  • 1,312
  • 14
  • 32

1 Answers1

3
  1. You haven't considered the loss in the matching network - practical inductors have a Q of only a few thousand, these would add significantly to the loss.

  2. You haven't considered the skin effect - at 900 MHz only the outside few microns of the metal are effectively carrying any current.

The most efficient-for-their-size antennas are a bit like two hemispheres fed in the middle, so your idea is as good as it gets.

Edit to add: Since matching networks have limited Q, the unmatched Q of the antenna is of little practical interest.
The main problem with high Q antennas and matching networks is that the available bandwidth is reduced, until they become useless. This is where there has been some interesting research.

Look up the Chu-Harrington Limit - relating the maximum efficiency, bandwidth and dimensions of electrically small antennas. This paper has a graph.
enter image description here
I have in my head a more recent graph with the same limit line, but various newer antennas like the two-hemisphere and others, but I can't find it.

tomnexus
  • 7,617
  • 3
  • 19
  • 35
  • This makes sense but is this really what the text in the link is referring to? This is basic physics do I don't think they'd discuss matching or skin effect. Let's say we don't do matching network, we terminate with the exact impedance (that me magically get). And let's work with 1 Hz (skin depth 5cm but wire length can be 3000km and cross section width maybe 30km) – divB Aug 21 '20 at 06:28
  • @divB try the calculation - efficiency of a dipole (scaled correctly) actually goes down at lower frequency, due to skin depth. – tomnexus Aug 21 '20 at 13:30
  • I wrote that I did the calculation, I don't see this. Skin effect seems to be negligible as compared to the dimensions of the dipole, if I am not mistaken. As I wrote, I would be interested in a universal argument, not just one frequency range. If skin effect is the universal reason why a Hertz dipole is not practical, it would be great to show this (then I would expect there would be a constraint like SkinDepth ~ radius of the conductor) – divB Aug 24 '20 at 18:53
  • EDIT: I may have misunderstood skin effect. So the **maximum** width my conductor can have at 10kHz is 634um? But why couldn't I scale down the length \$l\$ (and with it, cross section) much more until skin effect becomes negligible? – divB Aug 24 '20 at 19:08
  • Yes - the skin depth is the depth at which the current has dropped to 1/e of its surface value, it's also the "effective depth" if you want a rectangular current profile. so consider the resistance of a 300m cube of 600 um thickness and you get R=6.6e-6 Ohm. Efficiency is still high - so perhaps I should swap the order of the two points above. – tomnexus Aug 24 '20 at 19:27
  • 1
    @divB skin effect means that no matter how fat your conductor is, only a shell 634um deep from the surface "counts" for the purpose of figuring resistivity. So long as your wire is more than a couple mm thick, that's going to scale linearly with diameter. But Rrad scales quadratically with length in this regime. – hobbs Aug 24 '20 at 19:28
  • 1
    Skin depth gets thinner with increasing frequency too, but only with sqrt(f) while wavelength gets smaller with f, so you've correctly (re)discovered that higher frequency dipoles suffer *less* from skin-depth related losses. – tomnexus Aug 24 '20 at 19:29