Jump to content

HalfWit

Senior Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Favorite Area of Science
    Hoboken

Recent Profile Visitors

1519 profile views

HalfWit's Achievements

Quark

Quark (2/13)

10

Reputation

  1. The mathematical abstraction that describes distances is called a metric space. In a metric space, distance is required to be a nonnegative real number. There's no mathematical theory of negative lengths. That's not to say that someday someone won't come up with something like that, but it's not currently available. The field's wide open to you. http://en.wikipedia.org/wiki/Metric_space
  2. I hear the blacksmiths have been put out of business by these newfangled automobiles.
  3. Pi is finite in every base. It's between 3 and 4 no matter how you represent it. It can't possibly have a terminating or repeating expansion in any integer or rational base (however you define rational bases, it's tricky) because pi is an irrational number.
  4. Young man, in mathematics you don't understand things. You just get used to them. -- John von Neumann http://en.wikiquote.org/wiki/John_von_Neumann
  5. The reason that a negative times a negative equals a positive is that it is a logical consequence of the basic properties of the integers, which are known as the ring axioms. You can read (way too much) about them here ... http://en.wikipedia.org/wiki/Ring_(mathematics) I have to apologize in advance for that link because it's way too technical and fails to provide a simplified introduction to the subject. But basically we define a "ring" as any mathematical system in which we can add, subtract, and multiply; and that addition and multiplication are related by the distributive law a(b + c) = ab + ac valid for all objects a, b, and c, as long as they are members of the system in which we're interested. [From now on I'll use the word "numbers" to refer to the members of our system; but keep in mind that these are not necessarily the familiar integers, but rather the members of any system that obeys these rules.] The ring axioms say that there's a magic number called 0 that has the property that 0 + n = n for all numbers n and that for each number n there is an "additive inverse" called -n, whose defining property is that = n + (-n) = 0. There's also a magic number called 1 with the property that 1 * n = n for all numbers n. All these things are true about the everyday integers, so we can use these properties to prove things about the integers. And it turns out to be the distributive property that is crucial. Here's a formal derivation. We want to find out what is (-1)(-1). The way I'm going to do this is to evaluate the quantity (-1)(-1) - 1 and show that it must be zero. This will then prove that (-1)(-1) = 1. I'll use C++ style comments ('//') to provide hopefully helpful commentary. (-1)(-1) - 1 // Expression we want to evaluate. = (-1)(-1) + (-1) // Because "subtraction" is actually adding the additive inverse. = (-1)(-1) + (-1)(1) // Multiplying something by 1 doesn't change it. = (-1)(-1 + 1) // This is the distributive law, which says that a(b + c) = ab + ac. = (-1)(0) // Because -1 + 1 = 0 by definition. -1 is the additive inverse of 1. = 0 // Anything times zero is zero. That's actually a consequence // of the ring axioms and requires proof, which which we'll assume. We just derived a logically certain chain of equality between (-1)(-1) - 1 and 0. If we add 1 to both sides of the equation, we get (-1)(-1) = 1. Conclusion: The ring axioms logically imply that (-1)(-1) = 1. One is still free to impute metaphysical significance to all this, or to try to "figure it out." Mathematicians prefer abstraction. We write down the properties of the thing being studied; and then we derive logical consequences. This methodology of abstraction often provides structural insight. We just discovered that the reason a negative times a negative is positive is simply that it's a logical consequence of the distributive law. Once you accept the distributive law, you have no other choice. That's interesting! By the way we should complete the job by proving the general case (-a)(-b) = ab. That's left to the reader of course
  6. Jeez I'm not going to read about this in the newspapers I hope!
  7. Where do you live? If you are in the SF Bay area you can get a job easily. There's a huge tech boom right now. If you live in a small town in a place with no tech, you will find it much more difficult. Perhaps you might consider moving to where the jobs are.
  8. How do you figure that? If a/i = ai and you multiply both sides by i you get a = -a. Surely you don't believe that every number is equal to its negative.
  9. Yes. 1, x, x^2, ... are a basis for P(x). There are infinitely many vectors in the basis. And each element of P(x) can be written as a finite linear combination of basis vectors. It doesn't make a whole lot of sense to point out that x^2 = 0 + 0*x + 1*x^2 + 0*x^3 ... It's true, but so what? In any vector space V, any vector v whatsoever can be written v = v + 0*x1 + 0*x2 + ... where the xi's are all the other vectors in the entire vector space. But so what? What's the significance of this to you? That would be true about any basis vector in any vector space. In the Cartesian plan with standard basis {(1,0), (0,1)} you could certainly make the point that (1,0) = (1,0) + 0 * (0,1) but what would be the point of saying that?
  10. No, because "root" is ambiguous. Every nonzero complex number has two distinct square roots. And there is no canonical way to distinguish them. So you have to say which of the two roots you mean in the equation above. All the problems in this thread come down to choosing one square root on the left side and the other square root on the right. This is different from defining sqrt(2) as the positive of the two real numbers whose square is 2. In the real numbers, we can define a privileged subset of positive numbers. In the real numbers, 2 can be algebraically distinguished from -2. But in the complex numbers, there are no positive numbers so that we can not distinguish between the two square roots of a number without explicitly saying which square root we're choosing. There's a somewhat heavygoing discussion of this subject here ... http://en.wikipedia.org/wiki/Branch_point Basically they teach you this stuff in a math major class on complex analysis. The key point is that in the reals, sqrt can be defined unambiguously as the positive one. In the complex numbers, sqrt can not be defined unambiguously except by explicit saying which square root you mean.
  11. No, -1^3 = 1(1^3) since exponentiation has precedence over negation. One of the many persistent errors in this thread. Hello, people, two things please: 1) (-2)^2 = 2^2 does not imply that -2 = 2. 2) -1^48 = -1. (-1)^48 = 1.
  12. I haven't been following this (silly IMO) thread in any detail. But I'm not aware of the above either. Please explain.
  13. If you find a polynomial with rational coefficients that has e as a zero, then e would not be transcendental. That's the definition.
  14. How do you figure that? Multiplying both sides by i gives a = -a, which is your mistake.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.