Xkcd: Web Comics for Smart Masses

  • Thread starter Thread starter D H
  • Start date Start date
  • Tags Tags
    Comics Web
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 13K views
From "xkcd.com"[/URL] :

[ATTACH=full]120592[/ATTACH]
 

Attachments

  • nerd_sniping.png
    nerd_sniping.png
    37.6 KB · Views: 703
Last edited by a moderator:
Physics news on Phys.org
Gokul43201 said:
Is it 0.916333... ohms?

Damn, I missed dinner! :mad:

How did you get that? I think that to solve such problems (where a simple superposition doesn't give you the answer), a discrete Fourier transform is required, and then the final integral which gives the resistance looks very tricky.
 
D H: 4 points (or is it 2 and 1, for the engineer? :-p)
 
D H said:
This http://arxiv.org/abs/cond-mat/9909120" (see appendix A) gives an absolute mess.

The article uses the same principle of taking the Fourier transform and applying ohm's law. The integral one gets after the Fourier transform is (eqn 25 in the article)

[tex]\frac{1}{4 \pi^2} \int_{-\pi}^{\pi} \int_{-\pi}^{\pi} \left( \frac{1-\cos(2x+y)}{2-\cos{x} - \cos{y}} \right) dx dy[/tex].

I'm at home and don't have access to an integrator. Does anyone have access to a math package that evaluates this integral, or a way to find the value? Does it come out as [itex](8-\pi)/(2\pi)\approx0.773[/itex]?

Mathworld seems to have used some substitution in its expression.

EDIT: Nevermind. They've apparently used a contour integral and then a substitution. It's there in appendix A, which I missed the first time.
 
Last edited by a moderator:
That's actually a normal person and Homer Simpson => Homer = Scientist??
 
siddharth said:
How did you get that? I think that to solve such problems (where a simple superposition doesn't give you the answer), a discrete Fourier transform is required, and then the final integral which gives the resistance looks very tricky.
I actually did use a superposition - I don't know why it fails! =(

I haven't yet looked at the article posted by D H.
 
Last edited:
It's funny how this thread turned into a discussion about the problem in the comic strip rather than the humour about it.
 
Oerg said:
It's funny how this thread turned into a discussion about the problem in the comic strip rather than the humour about it.

It just proves the first sketch of the comic strip. Nerd sniping in action.
 
D H said:
From "xkcd.com"[/URL] :

[/QUOTE]
A friend of mine finished school some years ago with a BS in physics and immediately chucked it all to become a lawyer. After seeing this Nerd Sniping XKCD strip I sent it to him on a workday to see if he was truly a lawyer or if he would be sniped, along with with full disclosure of my intentions. Couple days later I checked back, sure enough, four billable hours went down the drain. :devil: Good thing he wasn't standing in the road.

BTW, engineer's solution: assume the infinite grid looks like a short to anyone node except for the four resistors directly attached into the node. The parallel resistance into the node then is 1/4 ohm and therefore the resistance between any two, non-adjacent nodes is 1/2 ohm. With actual (cheap) 20% resistors that's close enough to the actual (.7xx is it?)
 
Last edited by a moderator:
The resistance betweeb any two horizontally or vertically adjacent nodes is exactly 1/2 ohms. The resistance between nodes further apart than that is not. That 20% fudge on top of 0.5 ohms yields 0.6 ohms, not 0.773 ohms. Its even worse for nodes further apart than that.

Why don't you try working out the answer for nodes separated by two diagonal hops?:devil:
 
D H said:
The resistance betweeb any two horizontally or vertically adjacent nodes is exactly 1/2 ohms. The resistance between nodes further apart than that is not. That 20% fudge on top of 0.5 ohms yields 0.6 ohms, not 0.773 ohms.
Yes, ok, :redface: I'll have to make clear I'm using really cheap resistors when I go for the Google interview. :wink:

Its even worse for nodes further apart than that.

Why don't you try working out the answer for nodes separated by two diagonal hops?:devil:
Think I'll code up a quick sim for fun.