Results 1 to 14 of 14

Thread: x/0 ??

  1. #1
    sql_lall
    Guest

    Lightbulb x/0 ??

    I know it is said that anything divided by 0 is undefined, but is it possible that x/0 (where x <> 0) could equal some constant (let's call it @)
    note that 0/0 is still undefined, but 1/0 = 2/0 = 3/0 =... = @
    I thought about this going to sleep late one night, so it may be flawed, but just wondering if anyone could see how you could use this to proove untrue stuff like 1=2 or something like that.

    Note: you can't do stuff like this:
    3/0 = @ = 4/0 ==> 3=4
    Because that leaves out:
    3/0 = 4/0 ==> 3*(0/0) = 4*(0/0) ==> 3 = 4
    because this involves 0/0.

    Sorry if no-one undestands, this is just a thought.

  2. #2
    Fanatic Member riis's Avatar
    Join Date
    Nov 2001
    Posts
    551
    @ equals positive infinity?
    But if x < 0 then @ equals negative infinity.

    Why would 3/0 be equal to 3*(0/0)?

  3. #3
    PowerPoster beachbum's Avatar
    Join Date
    Jul 2001
    Location
    Wollongong, NSW, Australia
    Posts
    2,274

    Re: x/0 ??

    Originally posted by sql_lall
    I thought about this going to sleep late one night
    Note to self... stop thinking about women and/or goats and try to solve mathematical problems
    Stuart Laidlaw
    Brightspark Financial Software
    http://www.gstsmartbook.com

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    you can proove anything if your premisses are inconsistent
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Member
    Join Date
    Mar 2001
    Location
    Delaware
    Posts
    50
    isnt that imaginary numbers?

    Like E = MC^2

    if you apply that past the speed of light
    then you get into the imaginary numbers
    ones that arent true. but are made up to
    solve problems.

    Like
    the square root of 4 is 2 and also -2 two seperate values
    yet there is no square root of -4
    its done with imaginary numbers ?
    OddPrime
    MCP

    The wild world of geeks
    coming soon at:

    www.renegadegeeks.com

  6. #6
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    MC^2 is the amount of enery that mass represents, nothing to do with imaginary numbers really.
    The imaginary number i is defined as sqrt(-1), which explores another dimension which with real numbers is called complex numbers. To calculate with complex numbers you use euler transformation as follows:
    e^ix = cos(x) + i sin(x)
    there's a lot more cool stuff to read about complex numbers, you can find around the net for instance
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  7. #7
    sql_lall
    Guest

    Talking Just to keep it going...

    Quote from Riis:
    @ equals positive infinity?
    But if x < 0 then @ equals negative infinity.
    Why would 3/0 be equal to 3*(0/0)?
    It's not that 3/0 = 3*(0/0), just that that is how the cancellation was made, and so the final result of 3=4 was wrong. (Which it is.)

    Also, take note that anything/0 currently has no value (yup, no even INFINITY), but is referred to as "Undefined". What this is about is whether it should have a value, and what form it wold take.

    Kedaman, what did you mean by "you can proove anything if your premisses are inconsistent". Is this about how there are always things you can't prove??

    Finally, similarly to how you can graph imaginary numbers, you can also graph Numbers with @. It would be kinda like binary, as each real number would have two states, with or without @. (Notice that @*@ = @)

  8. #8
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    on the contrary, you can proove anything
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  9. #9
    Fanatic Member Gandalf_Grey_'s Avatar
    Join Date
    Oct 2001
    Location
    the 42nd dimension
    Posts
    665
    No you are thinking about another equation by einstien umm i cna't remember it exactly however it is something like T = (something) / something else but anyways (i will look it upp later. Ass you approach the spead of light you get infinite time or maybe mass I cant remember

  10. #10
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Originally posted by Gandalf_Grey_
    No you are thinking about another equation by einstien umm i cna't remember it exactly however it is something like T = (something) / something else but anyways (i will look it upp later. Ass you approach the spead of light you get infinite time or maybe mass I cant remember
    I suppose you mean the time contraction due to relativistic velocities. Should be a factor reverse proportional to the root of reverse squared velocity per squared lightspeed
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  11. #11
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Posted by kedaman
    The imaginary number i is defined
    as sqrt(-1), which explores another
    dimension which with real numbers
    is called complex numbers.
    kedaman is the reason that
    taking the sqr root of a negative
    number produces a complex number
    because of the inverse nature of roots?
    -2 * -2 = 4 not -4

    And would the cyclic manner in which
    imaginary numbers move presented below
    be consistent with your findings?
    Code:
    i = sqr(-1) 
    i^2 = i * i  = sqr(-1)*sqr(-1) = -1 
    i^3 = i^2 * i = -1 * i = -i 
    i^4 = i^3 * i = -i * i = -i^2 = +1 
    i^5 = i^4 * i = 1 * i = i and so on.......

  12. #12
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Complex multiplication and division will indeed be additive for the angle, reason why you note its cyclic behavour.

    There is no reason why complex numbers are used, other than that they are useful for a range of applications, math is tool to model with, not the representation of reality.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  13. #13
    sql_lall
    Guest

    Arrow Using i

    My teacher once told me that in designing fans, or anything of a similar nature (rotating blades through air), you constantly use i to figure stuff out. (I don't know how, but that's what he said...)

    Also, the complex plane (mapping of a + ib) can be used to make som COOL fractals!!

    Also the Einstein theing was that if you reach the speed of light, you have infinite mass, so you can't go any faster (or get any fatter ). Also, no time will pass.
    It is easy to mix this up with the fact that as you get closer and closer to a black hole, it seems to an observer you get slower and slower, eventually stopping.

  14. #14
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    about Relativistic velocity, you won't get any fatter in your own reference frame, however from the point of view of someone passing by at close to ligthspeed, you will be a fat, short and motionless guy.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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