I'm an amateur radio operator, and part of this involves making antennas. One of the simplest is a dipole, which requires two pieces of wire. The total length of these is given by the formula:
Total length (in metres) = $143$ / Frequency (in MHz)
You then divide this number by two (and usually add a bit for safety as it's easier to cut wire off the end than add more) and cut your wires.
$143$ is a "standard constant". In the real world, this number varies due to a variety of factors and has to be measured by experimentation. Essentially by raising and lowering the antenna, cutting a bit off each time. It's really quite time-consuming.
Here's the problem I'd like to solve:
My measuring instruments are limited to a ruler and a metre stick. So I can measure long distances (metres) with poor accuracy, and short distances (up to $60$ cm) with good accuracy. In other words, if I've cut a wire to $14.2$m, it's probably $15$ or $14.7$ or something (but both wires will be equal because I've used one to cut the other).
Conversely, if I've cut $15$cm off the end of a wire, I know that I've cut $15$cm off, and that it's accurate, because it's a single measurement.
Here's the problem I'd like to solve:
- Let's say I have a magical instrument which tells me the frequency of my antenna (this is a real thing: it's called an antenna analyser). This tells my that my antenna works at $F1$. I don't know what the length truly is, so $L1$ is unknown.
- Now I cut a known length of wire off the end of each leg of my antenna (it has to be symmetrical). Let's say $15$cm. Now I have a new, higher, resonant frequency measurement, $F2$.
- Knowing $F1$, $F2$ and the change in length, is it possible to calculate the value of the "constant" $143$, to get a better idea what my next change in length should be?
In actuality, the length starts out as (L + n), then changes to (L + n - c); where L = the 'wanted' length, n is an unknown offset, and c is the amount we cut off (which we know because we measured it accurately).
My goal here is to go from time-consuming "successive approximation" to a method which allows the antenna to be raised and lowered an absolute minimum number of times.
Is this possible?
I've had a go with dividing the deltas between the lengths and frequencies, but the numbers I get don't make sense to me.
I asked here because I was interested in it as a pure math problem, and wondered if there was some known method (which I don't know about) which could do what I want.
– philpem Oct 09 '16 at 14:37