eddybob123
- 177
- 0
Hi guys I am just wondering if there exists an alternate nth power function that doesn't involve any exponents. Thank you in advance.
eddybob123 said:Hi guys I am just wondering if there exists an alternate nth power function that doesn't involve any exponents. Thank you in advance.
Mark44 said:"nth power" is another way of saying that the exponent is n.
I don't see what this has to do with what the OP asked.dipole said:if n is an integer you can just express it as a sum or product.
eddybob123 said:But there should obviously be one that exists. For example, if one lists out the squares of the integers and find their differences, one will achieve all the positive odd numbers. Likewise, if one lists out the cubes of the integers, and find their differences and the differnece of their difference, one will achieve all the multiples of 6. I was just wondering whether their was a general formula for all the nth powers.
eddybob123 said:Hi guys I am just wondering if there exists an alternate nth power function that doesn't involve any exponents. Thank you in advance.
Yes, you can achieve rn (plus smaller terms) by doing n summations up to r of the constant n!:eddybob123 said:if one lists out the cubes of the integers, and find their differences and the differnece of their difference, one will achieve all the multiples of 6.
Mark44 said:eddybob123,
If by "power function" you mean a function in which a variable is raised to a constant power (xn), then no, there is no way to express it without an exponent.
If that's not what you mean by power function, then please clarify for us what you're asking.
I don't see what this has to do with what the OP asked.
OK, I'm game - show me.dipole said:xn = x*x*x*x... n times. This can also be written as a sum.
haruspex said:3! S(3, r) = 3! Ʃ S(2, r) = r(r+1)(r+2) = r3 + 2r2 + 2r