• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math gurus - tell me why this is wrong.

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: hypn0tik
Originally posted by: MrChad
For N = 1:

L = (a/1) + (b/1)

For N = 2:

L = (a/2) + (b/2) + (a/2) + (b/2)
L = 2*(a/2) + 2*(b/2)

For N = 3:

L = (a/3) + (b/3) + (a/3) + (b/3) + (a/3) + (b/3)
L = 3*(a/3) + 3*(b/3)

For N = n
L = n*(a/n) + n*(b/n)

Now, take the limit as n -> 8

You find that the n's cancel out and you are left with a + b.

Now, I know that's not the expected result, but I can't see why.



For N = n
L = n*(a/n) + n*(b/n)

Now, take the limit as n -> 8



Chances are this is expandable as some infinite series which will lead to an known identity equation, then using some algebra it is morphable into sqrt(a^2+b^2).
 
hilarious how half the people in this thread didn't even know what the fvck was going on here and spouted their babble anyway.
 
Originally posted by: Goosemaster
Wait, so the hypothenuse of a triangle now has infinate length?

Why didn't I get the memo?
No it is divided into N "steps". What is the length as N approaches 8?
 
Originally posted by: MrChad
For N = 1:

L = (a/1) + (b/1)

For N = 2:

L = (a/2) + (b/2) + (a/2) + (b/2)

For N = 3:

L = (a/3) + (b/3) + (a/3) + (b/3) + (a/3) + (b/3)

Extrapolate that out to N = 8

L = (a/8) + (b/8) + (a/8) + (b/8) + (a/8) + (b/8) + (a/8) + (b/8) + ...

The formula breaks down as N approaches infinity, because essentially you start adding up an infinite number of 0-length sides.

 
Originally posted by: her209
Originally posted by: Goosemaster
Wait, so the hypothenuse of a triangle now has infinate length?

Why didn't I get the memo?
No it is divided into N "steps". What is the length as N approaches 8?

Liek I said, I didn't get the memo so I am jsut winging it at the memo as if I did.
 
Originally posted by: her209
Originally posted by: Goosemaster
Wait, so the hypothenuse of a triangle now has infinate length?

Why didn't I get the memo?
No it is divided into N "steps". What is the length as N approaches 8?

There is no special case as it approaches infinity. For N=any integer, you get a+b as expected. At N=infinity, the length of each step is exactly zero, so you don't add them in the conventional way.
 
Originally posted by: her209
So why does it not work in this case but works when approximating the area under a "curve" as N approaches 8?

When you take the limit of a sequence a functions, the properites of the those functions will not necessarly be preserved in the limit. Your example is one where the limit of the arclength is not the arclength of the limit.

Even area under the curve is not always preserved under the limit. For example, consider the interal of the constant function 1/n on the entire real line. Clearly the area under the curve is infinite for any positive integer. However as n goes to infinity the limiting function is 0 and the integral of 0 is just 0.
 
Originally posted by: hypn0tik
Originally posted by: MrChad
For N = 1:

L = (a/1) + (b/1)

For N = 2:

L = (a/2) + (b/2) + (a/2) + (b/2)
L = 2*(a/2) + 2*(b/2)

For N = 3:

L = (a/3) + (b/3) + (a/3) + (b/3) + (a/3) + (b/3)
L = 3*(a/3) + 3*(b/3)

For N = n
L = n*(a/n) + n*(b/n)

Now, take the limit as n -> 8

You find that the n's cancel out and you are left with a + b.

Now, I know that's not the expected result, but I can't see why.

Right.

You're on the right track. The A+B that you're measuring is different from the square root that you're expecting. One is measuring the distance from the two points and the other is measuring the path that you took the get there. The n -> infinity case is NOT the squareroot A squared plus B squared because it's measuring path, not straight line distance.
 
Back
Top