Live data from Hacker News

Infinite Grid of Resistors

mathpages.com

101–110 of 117 posts

Re: Infinite Grid of Resistors

#102
post #93
post #89

Earlier quoted context omitted.

You're describing thin film resistors, and they exist. They also just convert current to heat though. Some amount of current moving through a material with some amount of resistance always produces a fixed amount of current in accordance with Ohm's law. You can't really get away from that.

Thanks. So Is there a physical reason resistors have to make heat? Is it theoretically possible to find a material that limits current but produces very little heat? I guess the explanations always confuse me. Let’s say a short circuit with no resistors has a certain amount of power. Then we add a resistor and the power in the circuit goes down. The resistor isn’t turning the difference in power into heat, right.

[deleted]

Re: Infinite Grid of Resistors

#103
post #93
post #89

Earlier quoted context omitted.

You're describing thin film resistors, and they exist. They also just convert current to heat though. Some amount of current moving through a material with some amount of resistance always produces a fixed amount of current in accordance with Ohm's law. You can't really get away from that.

Thanks. So Is there a physical reason resistors have to make heat? Is it theoretically possible to find a material that limits current but produces very little heat? I guess the explanations always confuse me. Let’s say a short circuit with no resistors has a certain amount of power. Then we add a resistor and the power in the circuit goes down. The resistor isn’t turning the difference in power into heat, right.

There is no such thing as a short circuit with no resistance, because everything (other than superconductors) has a resistance. If you had a circuit with a magical ideal voltage source and no resistance, you'd have infinite current.

But let's talk about short-circuiting lithium batteries for example. They have a roughly 50 milliohm (aka 0.05 ohm) of "equivalent series resistance".

That means, if you short circuit a lithium battery with a superconductive wire (aka with 0 resistance), the circuit has a resistance of 0.05 ohms. We can compute the current with Ohm's law: I=V/R. V is typically 3.6 volts for li-ion batteries, R is 0.05 ohm, so I (aka current) is 3.6/0.05 = 72 amperes. 72 amperes * 3.6 volts is 259 watts. Now in the real world, the battery's chemistry would step in here and limit current in complicated ways, but this means that under the assumption that our battery would work as an ideal voltage source + a 0.05 ohm resistor, and if there was no extra heat coming from the chemical reactions, a shorted battery would produce 259 watts of heat.

We can add a 1 ohm resistor to the circuit, which means our circuit's combined resistance would be 1.05 ohm. Using Ohm's law again, we find that the current would be 3.6/1.05 = approx 3.43 amperes. 3.43 amperes * 3.6 volts is 12.35 watts of heat.

So thanks to our resistor, we're now producing 12.35 watts instead of 259 watts of heat, because the resistor limits the current going through the circuit. With a higher resistance resistor we'd produce even less heat.

A core idea here is that power consumptions equals heat. I don't understand the physics reasons why, but "this thing consumes 10 watts of power" means the same as "this thing produces 10 watts of heat". Higher resistance means less current which means less watts, which means both less heat and less power consumption because those are the same.

Re: Infinite Grid of Resistors

#104
post #70

People think this is not relevant to real world problems but it actually is, albeit all the calculations aren't that relevant. Silicon substrate's resistance is basically an infinitely large grid of unut resistances at the distances relevant for a local point of an IC. Note that silicon substrate is often heavily doped (p-type) and all info you get from the fab is it's resistivity (often somewhere between 1 to 100 oh…

I'd argue the case you're describing is mathematically simpler precisely because it is continuous.

True, but the continuous solution is just a limit condition of tge discrete one. It doesn't make it any harder or easier, at least from what I know fron calculus. The software tools use numerical methods to solve this type of problems and they tend to divide the continuous substrate into a mesh of discrete elements to model them as lumped circuit elements so that we can represent them in a matrix and simulate the circuit using linear algebra. They often use random walk in their algorithm to find a mesh which introduces a minimum error.

Re: Infinite Grid of Resistors

#105
post #103
post #93

Earlier quoted context omitted.

Thanks. So Is there a physical reason resistors have to make heat? Is it theoretically possible to find a material that limits current but produces very little heat? I guess the explanations always confuse me. Let’s say a short circuit with no resistors has a certain amount of power. Then we add a resistor and the power in the circuit goes down. The resistor isn’t turning the difference in power into heat, right.

There is no such thing as a short circuit with no resistance, because everything (other than superconductors) has a resistance. If you had a circuit with a magical ideal voltage source and no resistance, you'd have infinite current. But let's talk about short-circuiting lithium batteries for example. They have a roughly 50 milliohm (aka 0.05 ohm) of "equivalent series resistance". That means, if you short circuit a l…

Thanks! That’s helpful.

Re: Infinite Grid of Resistors

#106
post #93
post #89

Earlier quoted context omitted.

You're describing thin film resistors, and they exist. They also just convert current to heat though. Some amount of current moving through a material with some amount of resistance always produces a fixed amount of current in accordance with Ohm's law. You can't really get away from that.

Thanks. So Is there a physical reason resistors have to make heat? Is it theoretically possible to find a material that limits current but produces very little heat? I guess the explanations always confuse me. Let’s say a short circuit with no resistors has a certain amount of power. Then we add a resistor and the power in the circuit goes down. The resistor isn’t turning the difference in power into heat, right.

> So Is there a physical reason resistors have to make heat?

Look at it like this: resistors produce heat by definition.

What you are describing isn't a resistor. It's actually a switched power supply, but that material is probably more heterogeneous than you wanted.

Re: Infinite Grid of Resistors

#107
post #93
post #89

Earlier quoted context omitted.

You're describing thin film resistors, and they exist. They also just convert current to heat though. Some amount of current moving through a material with some amount of resistance always produces a fixed amount of current in accordance with Ohm's law. You can't really get away from that.

Thanks. So Is there a physical reason resistors have to make heat? Is it theoretically possible to find a material that limits current but produces very little heat? I guess the explanations always confuse me. Let’s say a short circuit with no resistors has a certain amount of power. Then we add a resistor and the power in the circuit goes down. The resistor isn’t turning the difference in power into heat, right.

Resistors doesn't "limit the current flow", they just (let's say) make it harder to "push" the same amount of current through. (If you increase the voltage you will get higher current flowing through any resistor.)

There are ways to limit the current through some components regardless of the applied voltage (to a sane level) without producing much heat. These are active switching mode DC-DC converters widely used eg. for driving LEDs in (higher quality) light bulbs and charging batteries.

Re: Infinite Grid of Resistors

#108

I don't get why EE education emphasizes problems of this sort. The infinite grid is an extreme example, but solving weirdly complicated problems involving Kirchoff's laws and Thevenin's theorem was a common way to torture students back in my day... Here, I don't think it's even useful to look at this problem in electronic terms. It's a pure math puzzle centered around an "infinite grid of linear A=B/C equations". Not…

To make you think, and not become another monkey moving blocks along

Re: Infinite Grid of Resistors

#109
post #83

Aside: Veritasium had a great video similar to this on the paths that light takes. I'll link to the part where they do the best physics demo I have ever seen : https://www.youtube.com/watch?v=qJZ1Ez28C-A&t=1500

sadly the demo is not so impressive as they make it out to be: The extra-path light is 'caused' by exit diffraction of the light source.

Now, the same underlying theory also explains why there will always be diffraction from any finite boundary resulting in a reality which is indistinguishable from one where light actually takes all possible paths. But to argue that it actually does is arguably more meta-physics than physics. The demonstration is further compromised by the fact that the laser's diffraction performance is also presumably far from the physical limit.

So a cynic seeing that demo would say "Isn't that just due to some of the light from the laser being off-axis" -- and it absolutely is. The physics means that some of the light will always be off-axis, but the demonstration does nothing to establish that.

Re: Infinite Grid of Resistors

#110
post #70

People think this is not relevant to real world problems but it actually is, albeit all the calculations aren't that relevant. Silicon substrate's resistance is basically an infinitely large grid of unut resistances at the distances relevant for a local point of an IC. Note that silicon substrate is often heavily doped (p-type) and all info you get from the fab is it's resistivity (often somewhere between 1 to 100 oh…

The units of resistivity are ohm * cm not ohm/cm. (I worked at Fairchild a long time ago.)
Post reply on HN