Does anyone know how to calculate how the intensity of something declines as you move away from it's source? I know that typically such formulas would work in 3D space, but I'm actually after a formula that's more geared towards 2D space.
This is where I've gotten thus far:
Say you have a point that emits an effect on it's surroundings at a certain known intensity (I'll call this value "S"). Naturally, the further away one drifts from the source point, the lower the intensity of this effect will be. Theoretically, the intensity should get lower and lower as the distance from the source increases, but should never reach 0.
Now, obviously under these circumstances, there will be a distance where the intensity is 1/2 that of what is at the source point. I'll call this distance "h". So if that distance is doubled, the reduction of the effect will be double what is experienced at "h", in other words, it will be 1/4 of the source intensity. At a distance of 3 * h, the reduction will be trippled, so the intensity will be 1/6 that of the source. And so on.
Thus I can derive a formula for the intensity ("i") at any given distance ("d"):
$$ i = \left(\frac hd\right) * \left(\frac12\right) * S $$
or:
$$ i = \frac{Sh} {2d} $$
Which would seem to work pretty neatly - except when you get to a distance of h/2, the formula churns out a value of "S", or source intensity. It gets even weirder if you reduce the distance even further because then you are actually experiencing an intensity even greater then "S"!
Seeing as how the MAXIMUM intensity should only ever be "S", and that the only distance value that should ever deliver this result should be 0, I've obviously made a mistake somewhere.
If anybody knows the actual formula for this problem, I'd be grateful if you'd share it. Once again, I'm really after a 2D-space formula, not a 3D one, which I realize is probably a more obscure formula.
I can see how you might reach that conclusion - in some ways it seems intuitively true - but it's not quite correct. If the light bulb is fed 10W of energy then it is, as you correctly pointed out, distributing 10W of energy as well. But how is that energy distributed? If you were to place a 100% efficient solar panel ring at any arbitrary distance, then that ring must collect 10W of power, by definition - there's just nowhere else for the power to go.
Instead, let's say that we've got a panel on that ring (specifically a curved panel which matches the circle at that distance) which is 1 metre across, but 10 metres away. What would be the circumference of a ring at that distance? It's $2\pi r = 20\pi$. This means that the amount of energy harvested by that panel is $10\times\frac{1}{20\pi}=\frac{1}{2\pi}W$, and that's what we'd refer to as the intensity at that distance. If we were to double our distance, we would be doubling the circumference of the circle, while still having the same sized panel - and therefore we'd be halving the amount of energy collected. In this particular example, the closest the panel could get would be a distance $r$ such that $2\pi r=1$, or $r=\frac{1}{2\pi}$. At that distance, the energy collected is $10\div (2\pi\frac{1}{2\pi})=10W$.
Now let's assume that our panel is particularly special, and that if we decrease the distance below $r=\frac{1}{2\pi}$, the overlapping sections of the panel are both generating power (i.e. they're magically not hiding each other). If, for example, we set $r=\frac{1}{4\pi}$, then the energy collected would be $10\div(2\pi\frac{1}{4\pi})=20W$. Now obviously that doesn't make sense, but that's the point. The formula stops working when you start to get too close to the energy source - because it doesn't actually make sense to be able to get that close. In particular, if you were at a distance of 0 from the source, then no matter the size of the panel you were using, you'll still be harvesting 10W. That in turn means the intensity at that distance is undefined, because even though the power being produced is 10W, it could (theoretically) be harvested with a panel that is infinitely small.
The main question then, is, does your formula need to take into account a situation where the distance from the source will ever be that small? You'll save yourself a lot of trouble if you don't need to consider such a scenario. If you do, then there would be certain ways to approach the issue that recognized the specific parameters of the object on which the intensity is being measured - however these would need to be specialised for your particular scenario.