Hacker News new | past | comments | ask | show | jobs | submit login

> What is the reason that when different powers of the same quantity are multiplied together their exponents are added?

As a math professor, I think this is a great question. Students learn that math is about manipulating formulas and equations, or about excessive formalities. But being able to explain simple arithmetic facts in clear and plain English is often neglected, and is of the utmost value.




That question stood out to me as a particularly bad question. What is the answer supposed to be? I completely understand how multiplication of exponents works, but I have no idea how to describe the "reason." You can give a simple algebraic proof quite easily (especially if we're just dealing with integer exponents), but unless "reason" had a more specific mathematical meaning in that time, it seems like a very vague question to me.


That's the point -- you don't understand it well enough to explain it.


I would have to brush up a bit, but when I was in school I wouldn't have had much trouble proving it. But that's not the real issue.

My main problem is the vagueness in wording (which might be attributable to the lack of formalization in mathematics in 1869). What does "reason" mean? Is it asking for a proof? And if so, what axioms and lemmas are you allowed to use? Are we talking about integer bases and exponents (things get much more complicated with rational and irrational exponents)? If you're allowed to assume the definition of exponentiation, then the behavior of multiplied exponents probably follows almost trivially.

To me, this question is equivalent to asking the "reason" that 2 plus 2 equals 4. Everyone "knows why," and understands it pretty well (and could even give an intuitive "proof" by counting), but the question is poorly specified.


Raising a base to a power is a prescription for how many times to multiply by the base. If you first raise it to one exponent, m say, then to another exponent, n say, and then multiply, you have first multiplied by the base m times, then multiplied by the same base a further n times. In total you have multiplied by the base m + n times.

Back in those days they would have used slide rules and understood logarithms very well (which they used for multiplication by adding logarithms, essentially). So they may have just answered that to multiply values is to add their logarithms and exponentiate. If the logarithm is taken to the common base, the logarithms are given by the respective exponents.


That explanation is somewhat problematic with fractional exponents.

The generalization of exponentiation makes the "multiply N times" explanation fail.


Not really; a fractional exponent n yields the quantity one would have to multiply 1/n times to return the original value. Multiplication an integer number of times could be seen as a special case of a broader concept of "fractional" multiplication (much like the gamma function (Γ(n)) extends the discrete factorial to a continuous domain).


1/n times may not necessarily be whole either.

How do you explain irrational exponents this way, for example? What about complex exponents?

Indeed you can extend the special case to the continuous domain -- but then the definition is expanded as well.

I still think "multiply N times" is just a special-case, and as such, not usable as a definition -- let alone an explanation of why we can add exponents in the general case.


I don't think that's the case. As baddox says, it's trivial to show it is true, especially using simplified definitions for exponentiation (i.e. sticking with integer or perhaps rational exponents), but demonstrating truth doesn't tell you about the "reason".

Is the question about a philosophical position as to how mathematics relates to God? A "reason" seems to imply a purpose.


Being able to explain proofs intuitively is a valuable way to check how deeply you know them.

In this case, the reason that when different powers of the same quantity are multiplied together their exponents are added is because powers are short hand for a series of multiplications:

2^4 == 2 * 2 * 2 * 2

When you multiply 2^4 * 2^4, that is short hand for:

2^4 * 2^4 == 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 == 2^8

Of course you can also prove this using algebra, but the intuitive explanation is IMO more useful for building understanding.


That works for positive integer bases and exponents, but try giving an "intuitive proof" with irrational exponents. Most things in math, even seemingly obvious things in arithmetic, require a lot of shared background knowledge (at least propositional logic, basic set theory, and a construction of the natural numbers) for two people to even converse formally.


It still works with irrational exponents (start with fractional numbers and work towards that). It also works with imaginary exponents. It works because the power notation is short hand. But that wasn't the point of my reply. The point was that stating things multiple ways assists us in understanding. Does this not match your experience?


It still works with irrational exponents (start with fractional numbers and work towards that).

So why e^pi * e^e = e^(pi + e)? Yes, it follows from the fact that it works for rational numbers, but in order infer this, you'd need to prove the continuity of exponential function, which is nontrivial at best.

Of course, if you define a^x to be the unique continuous function f: R -> R, such that f(1) = a and f(a)f(b) = f(a+b), as soon as you proved the existence and uniqueness of this function, this follows straight from definition.

There are also different definitions of exponential functions, like exp(x) = lim n->inf (1+x/n)^n, or exp(x) = sum_{n=0}^inf x^n/n! . How easy it is to prove now that exp(pi)exp(e) = exp(pi+e) ?


Well explained, but 2^4 * 2^4 doesn't take into account the "different powers" part.


2^3 == 2 * 2 * 2

2^2 == 2 * 2

2^3 * 2^2 == 2 * 2 * 2 * 2 * 2 == 2^5


The explanation is trivial, what i meant is that using 2^4 * 2^4 as an example will make you fail this point of the exam.


I would say that "reason" in mathematics is akin to "motivation" for a definition.

In this particular case, the property a^x a^y = a^(x+y) (plus some very weak technical condition, like Lebesgue measurability) uniquely defines exponential functions.

So, in hindsight, you can think of exponentials as arising in the classification of homomorphisms from the additive group to the multiplicative group of reals.

It actually goes deeper than that. You can extend the reasoning to complex numbers (as everyone knows), to matrices, to Lie algebras, and probably beyond.


I think "reason" here is implying "show me how you think (that is, your reasoning).

In fact, I was impressed at how open-ended these questions were. For instance: "Leonidas, Pausanias, Lysander" is about as open-ended as you can get.

I for one, would just create a list of interesting anagrams. (eg: Paranoia Saleslady Snide Sun) I figure it would show my moxie.


jamieb "google that for you service" (TM):

http://dictionary.reference.com/browse/reason

1. a basis or cause, as for some belief, action, fact, event, etc. ...

3. the mental powers concerned with forming conclusions, judgments, or inferences.

So, its the difference between "reasoning", which we do in math and logic all the time, and "belief" or "motive". That is "reason" did indeed have a specific mathematical meaning at that time, and it still does today.

One might also google "mathematical reasoning"...


Do you actually find college students that don't know what an exponent is?

I feel like anybody with a basic understanding of what an exponent represents should be able to explain why you add exponents.


They have a working knowledge of it, with very rare exceptions -- but I find that students are taught math as a bunch of rules and not all of them are comfortable giving explanations.


Yeah, that is what I perceive as the greateset failing of modern math education. More emphasis on memorization rather than a deep understanding.


The thing is, most fields that apply math do not need to "deeply understand" math. I think it is highly arrogant to imply that everyone needs a deep understanding of math to use the tools it provides. For most people which aren't mathematicians, it's perfectly fine to just be able to apply formula. They don't gain anything from a deep understanding of the matter.

It's the same as libraries in programming, really. You don't need to understand how a library works, you need to know what it does and how to use it. And in many cases, that's perfectly fine. After all, who would have the time to study the source code[1] of all libraries they use? You'd study that if you are interested, noticed a bug or need to know some specific detail of the implementation, not just because you need to use it.

[1] Not to mention those unfree binary libraries which you couldn't inspect even if you wanted.


A deep understanding allows one to deal with problems that they have not only been explicitly taught, but those they have also never encountered.

I don't think your example regarding libraries really applies well here. I think a more appropriate example would be knowing how to do a few things with a library without a real ( or any ) understanding of the language its based upon.

I'm no mathematician, nor am I a (professional) programmer for that matter, yet I've seen real benefits going back and really learning some of those topics that were kinda passed over in high school ( so what exactly is sine doing to my numbers? Taylor series? Fourier series? Optimization functions?). Besides, math teaches you to think, memorization doesn't.


Who here can come up with the most concise explanation?


(a^n) * (a^m)

  =

  (a*a*a*a*a) * (a*a*a*a*a*a*a)

      ^              ^

   n times        m times
I don't see what is simpler than this, It comes from the basic definition of what a power is.


this, with the associative law


I could have wrote it without ( ) and I don't think we learn what associative means in highschool.


Me, me! Let me try!

    X^N * X^M
    = N copies of X, multiplied by M copies of X
    = N+M copies of X multiplied together
    = X^(N+M)


That's not very rigorous, especially with fractional (or God forbid, irrational) exponents.


Given that the exam is from 1869 for entrance into college, I suspect that's basically what they are looking for.


Yes, because irrational numbers wouldn't be discovered until the 1900's....


Actually one of the ways to prove that requires the fact that R completes Q. The concept of completeness was introduced by Cauchy in the 19th century and it might not have been completely popularised in 1869.


Indeed this is informal and could be made more rigorous, but even at the highest level of rigor, I think it's most natural to do integral exponents and then rational. Indeed you have to construct the integers before you can construct the rationals.


Yeah, and I'd be even more interested in a similarly intuitive explanation for the case of complex exponents ;-)


That would be difficult, since a formal construction of even the real numbers is a somewhat advanced (3rd or 4th year college mathematics) topic. I forget the details, but I believe a^n for real a and complex n is formally defined using the exponential function (e^x).


At least in the Netherlands, construction of the reals (for example from rational Cauchy sequences) is standard 1st semester stuff. Understanding reals is required or provides a good source of examples for virtually all mathematics courses, so I can't imagine how some universities teach mathematics without it.


Another "proof":

x^n = exp((log x)n). By definition, exp(n+m)=exp(n)exp(m). By definition, a(b+c) = ab + ac (for the log x thing). QED.

By the way, (the infamous calculus book) Baby Rudin has the poor reader show this property holds in exponentiation for reals, starting with integers and via rationals, as an exercise on its first chapter. Insane difficulty for me, even though the author practically holds your hand along the way! Cool read, though.


The process of explanation by example (though I agree with others that it is really intrinsic in the meaning of a power - id like to hear impendia's explanation):

a^(n+1)=a^n * a

a^(n+2)=a^n * a^2

a^(n+3)=a^n * a^3

a^(n+0)=a^n * a^0

therefore

a^(n+m)=a^n * a^m


> id like to hear impendia's explanation

I personally like cousin_id's the best, as it is (IMHO) the simplest.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: