Results 1 to 14 of 14

Thread: Maths is wrong ?

  1. #1

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Maths is wrong ?

    Code:
    1=0
    
    Let x = 1
    
    Then, x^2=x
    
    x^2-1 = x-1
    
    Dividing both sides by (x-1), we get
    
    x+1 = 1
    
    x+1-1 = 0
    
    Since x=1,
    
    1=0
    ???
    Zeegnahtuer?

  2. #2
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: Maths is wrong ?

    x^2-1 = x-1
    so:
    X^2=X

  3. #3
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Maths is wrong ?

    Quote Originally Posted by thegreatone
    [code]
    Dividing both sides by (x-1), we get
    So what you're doing is dividing 0/0 and this can be anything. For example: 0/0 = 27.43 just because 0 = 0*27.43
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  4. #4
    New Member
    Join Date
    Nov 2005
    Posts
    6

    Re: Maths is wrong ?

    becaus x-1=0

  5. #5
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Maths is wrong ?

    Again the 1=0 proofs I saw a cool Calculus one a while back, lemme see if I can remember it

    12=1
    22=2+2=4
    32=3+3+3=9
    x2=x+x+x...[x times]

    d (x2) = 2x
    dx

    d (x+x+x...[x times]) = 1+1+1... [x times] = x.
    dx

    2x = x, defined at the least for all nonnegative integers x. Where's the error? (I actually don't know concretely myself)
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  6. #6
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Re: Maths is wrong ?

    For the calculus one:

    d(x + x + x + ... + x) [x times]
    dx

    this is the same as:
    d (cx)
    dx

    where c is a constant. As when x changes, the number of x's in the addition is still the same. It's not the same as x^2, except for the value at x = c.
    sql_lall

  7. #7
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Maths is wrong ?

    Is this inspired by the recently-dredged-up "2=1" post from the pre-Jurassic thread, c/o bver?

    Shall we just put a "Links to 2=1, 0.9r =1 etc" sticky at the top of this forum? That way everybody can help themselves to another nauseating spoonful every couple of years when they have forgotten the last set of proofs or when yet another smart 11 year old noob joins VBF.


    I have been up for about 36hrs now. Top tips: Don't smoke, don't drink and drive, and don't fly BWIA and post. Take no offence, anybody.

    VB Code:
    1. Do While zaza = tired
    2.    rant
    3. Loop

  8. #8
    New Member
    Join Date
    Nov 2005
    Posts
    2

    Re: Maths is wrong ?

    Quote Originally Posted by jemidiah
    Again the 1=0 proofs I saw a cool Calculus one a while back, lemme see if I can remember it

    12=1
    22=2+2=4
    32=3+3+3=9
    x2=x+x+x...[x times]

    d (x2) = 2x
    dx

    d (x+x+x...[x times]) = 1+1+1... [x times] = x.
    dx

    2x = x, defined at the least for all nonnegative integers x. Where's the error? (I actually don't know concretely myself)
    Forgive me if I'm wrong. But isn't differentiation only valid when the function is continuous?

    f(x) = x2 above is clearly discrete.

  9. #9
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Maths is wrong ?

    I'm not sure what you mean by discrete. By x2 is a continuous function.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  10. #10
    New Member
    Join Date
    Nov 2005
    Posts
    2

    Re: Maths is wrong ?

    Consider the domain of f(x) = x<sup>2</sup> in question:

    1<sup>2</sup> = 1
    2<sup>2</sup> = 2 + 2
    ...
    x<sup>2</sup> = x + x + ... + x

    it only contains positive integers, which makes it a discrete function.

    When you graph it, you will see dots and dots, not connected curve.

    Differentiation determines the gradient of the tangent at any particular point on the graph. There is no tangent to a discrete graph (tangent to a point?), and it's meaningless to ask for one.

    So by differentiating f(x) = x<sup>2</sup> in question, you're not getting anywhere.

    Hope that is right.

  11. #11
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Maths is wrong ?

    I'm kinda new to a lot of the stuff you are mentioning so please bare with me...

    How is 22 = 2 + 2... isn't it 2 * 2?

    Also you said there is no tangent to a discrete graph. Is that a well-known fact that I just don't know about.

    I guess if you define a discrete function as only graphing points (is that what it is), then you are correct about differentiating a point. It wouldn't make any sense or work. I just don't see why x2 is discrete (just points?), unless you choose to define it that way for the currenct function. In which case you are bringing the lack of continiuity upon yourself by defining it that way.

    Maybe someone can clear up where I am going wrong here?
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  12. #12
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Maths is wrong ?

    eyeR, don't get into these threads. Get out now while you still have a chance.

    2^2 = 2*2 = 2+2
    3^2 = 3*3 = 3+3+3
    4^2 = 4*4 = 4+4+4+4 etc.

    What lambchopz is saying, I believe, is that this function is defined only for positive integers in the case of the "cool calculus "puzzle"" given above. Clearly the function y=x^2 is continuous, generally. However, if in the "puzzle" given above you were to try putting in 1.2^2, you would not be able to define this as x+x+... because you can't add 1.2 to itself 1.2 times. Hence the whole argument falls down because the approximation has implicitly been made that the function only applies to integers, whilst also claiming that it is differentiable. I think you seem to have the right idea.

    sql_lall is along the right track - the function x^2 is not the same as the function nx, except at the point n=x. So you can't equate the function x^2 with x+x+x+... because this is not the same function for all values of x, so all your points on the graph belong to different functions. Clearly the way to define the function in terms of the sum is to set n=x, at which point we have
    x*x = x^2, exactly what we wanted.


    I hope that clears things up a bit...

    zaza

  13. #13
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Maths is wrong ?

    I see now. Thanks zaza. I still feel like the problem isn't that logical just because you are putting so many limitations on the function (only positive integers) that it obviously won't be differentiable. Thats just my 2 cents and you guys are way above me to begin with so don't mind me.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  14. #14
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Maths is wrong ?

    After reading though these posts, I think if we simply go back to the limit definition of the derivative, we'll see why d(x2)/dx can't be defined as I've defined it.

    f(x) = Sum[i=1..x, x]

    lim h-->0 (f(x + h)-f(x))/h will get to a closer and closer approximation for smaller and smaller values of h which get ever closer to 0. However, the only values for which h is defined are when h is an integer; the basic value that any limit describes is not fulfilled because the function is not continuous for a finite distance around the point, so the limit itself can't exist in the current form.

    However

    I got to thinking about this, and thought I'd define f(x) for rational numbers as well.

    1.22 = ?
    (1+2/10)2=

    (A+B/10)2=A2+AB/5+B2/100 = A+A+A...A times + B+B+B...B times/100 + A+A+A...B times / 5

    Yay, it works!
    1+2/5+4/100 = 1.44 = 1.22

    So, let's redefine the function to be
    f(x) = f(A, B) = Sum[i=1..A, A]+Sum[i=1..B, B]/100+Sum[i=1..A, B]/5


    Granted, this doesn't change the invalidity of differentiating f(x), but it makes it more difficult to spot the mistake

    d/dx (f(x)) = d/dA (f(A, B)) + d/dB (f(A, B)) 'Note: partial derivatives there
    = 2A + B/5 + 2B + A/5 with the A2 version, and
    = (1+1+1... A times) + (1+1+1...B times)/5 + (1+1+1...B times)/100 = A+B/5+B/100 {or A+A/5+B/100 if you feel like it}. These two equations should be equal, and the function is defined at all rational numbers. They of course are not equal to each other, and math is wrong yet again (more or less)!

    Note: I may have taken d/dx in terms of A and B wrong, but in any case, they should be equal and they won't be.


    Now all that's left is to define f for irrationals, yay!
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width