Thread: Concept of Quantity

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    Quote Originally Posted by KAUFMANN View Post
    Any number multiplied by its inverse is 1 since N*(1/N)=1 because the N's cancel on each other. Now, since 0 is the inverse of infinity, is it safe so assume that 0*infinity=1? Methinks so.
    It depends. Do you mean 0 multiplied by something that approaches infinity or something that approaches 0 multiplied by something that approaches infinity? If the former, no, it would be 0. If the latter, sometimes; It could approach anything, because it is an indeterminate form(Indeterminate form - Wikipedia, the free encyclopedia).

    Quote Originally Posted by whiteflags View Post
    inf/inf = 1
    1/inf = 0
    0inf = 0
    lim(x->inf)x/lim(x->inf)x^2 = lim(x->inf)x/x^2 = lim(x->inf)1/x = 0
    The second is correct. (I even used it above.)
    lim(x->inf)1/x * lim(x->inf)x = lim(x->inf)x/x = lim(x->inf)1 = 1

    The first and third are indeterminate, and can't be given a general rule.
    Last edited by User Name:; 04-01-2011 at 11:11 AM.

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    0 isn't the reciprocal of infinity.

    inf/inf = 1
    1/inf = 0
    0inf = 0

    All of these are made rigorous by the limit concept.

  3. #3
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by whiteflags View Post
    0 isn't the reciprocal of infinity.

    inf/inf = 1
    1/inf = 0
    0inf = 0

    All of these are made rigorous by the limit concept.
    They are rigorous if you actually write them as limits. Written in the above way they are just nonsense.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Think of it this way:
    Think infinity as the universe ( and ignore my signature ).
    The universe is constantly expanding. Likewise, two infinities may not be the same...

    I know... I think... I guess... who am I kidding?
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. left shifting signed quantity
    By BEN10 in forum C Programming
    Replies: 6
    Last Post: 04-01-2009, 07:39 AM
  2. "Magos is an unknown quantity at this point"
    By Magos in forum A Brief History of Cprogramming.com
    Replies: 36
    Last Post: 04-30-2004, 11:27 AM
  3. Trivial Trigonometry Question, Need Help Understanding Concept
    By SourceCode in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-14-2003, 05:50 PM
  4. help !!concept of class templates
    By sanju in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2003, 09:12 AM
  5. linkedlist concept please!
    By SAMSAM in forum C Programming
    Replies: 3
    Last Post: 03-15-2003, 01:50 PM