Positive Integer Powers
Exponents and Powers · Class VII
Slide a base a and exponent n and watch a^n grow.
- a^n8
- a^{n+1}16
- Ratio2
- a^x
Formulas in this lab
- a^n
- a^{n+1}
- Ratio
Frequently asked questions
▶What does a^n mean?
a raised to the power n means multiplying a by itself n times. So 2^3 = 2 * 2 * 2 = 8 and 5^2 = 25. By convention, a^0 = 1 for any non-zero a, which the lab confirms when you set n = 0.
▶How do I use the positive integer powers lab?
Slide base a between 1 and 10 and exponent n between 0 and 10. The lab shows a^n and also a^(n+1) so you can see how each step of n multiplies the answer by a. Try a = 3 and n = 4 to see 81 and 243.
▶Where do powers show up in real life?
Computer memory uses powers of 2: 2^10 = 1024 bytes is 1 KB, and 2^20 is about a megabyte. Indian population growth, virus spread, and even pocket-money doubling each week (1, 2, 4, 8, 16...) are all powers. The lab lets you watch this growth in real time.
▶Multiplication vs exponentiation: what is the difference?
Multiplication adds in groups (3 * 4 = 3 + 3 + 3 + 3 = 12). Exponentiation multiplies in groups (3^4 = 3 * 3 * 3 * 3 = 81). Powers grow much faster: at a = 3 and n = 10, the answer is 59049, far larger than 30. The lab makes this explosion clear.