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.

sao123

Lifer
May 27, 2002
12,653
205
106
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).
 

dethman

Lifer
Oct 12, 1999
10,263
3
76
hilarious how half the people in this thread didn't even know what the fvck was going on here and spouted their babble anyway.
 

her209

No Lifer
Oct 11, 2000
56,336
11
0
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?
 

imported_Rat

Senior member
Sep 11, 2006
264
0
0
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.

 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
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.
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
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?

length of the total = sqrt(a^2^ + b^2^) / N
 

imported_Rat

Senior member
Sep 11, 2006
264
0
0
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.
 

SpecialEd

Platinum Member
Jul 18, 2001
2,110
0
0
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.
 

Savij

Diamond Member
Nov 12, 2001
4,233
0
71
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.