1.4 Powers and roots
- Syllabus
- 2017
- Topic
- 1.4
- Level
- Foundation
A square number is the product of an integer with itself, n2=n×n. A cube number is the product of three equal integer factors, n3=n×n×n.
| Type | Sequence from non-negative integers | Recognition |
|---|---|---|
| squares | 0,1,4,9,16,25,36,… | 25=52 |
| cubes | 0,1,8,27,64,125,… | 27=33 |
Some numbers are both: 64=82=43. A negative integer can be a cube, such as −27=(−3)3, but an integer square cannot be negative.
To test a positive integer, find whether its square root or cube root is an integer.
A number containing a square digit is not necessarily square. The whole number must equal n2 for an integer n.
Squaring and taking the principal square root are inverse operations for non-negative numbers; cubing and taking the cube root are inverse operations for all real numbers.
| Power | Inverse statement |
|---|---|
| 142=196 | 196=14 |
| 193=6859 | 36859=19 |
| (−4)3=−64 | 3−64=−4 |
The symbol a means the non-negative principal root. Thus 49=7. But the equation x2=49 has two solutions, x=7 and x=−7.
Brackets matter: (−3)2=9, while −32=−(32)=−9 under the operation hierarchy.
There is no real square root of a negative number, but negative numbers do have real cube roots.
In an, a is the base and n is the index. Index laws compress repeated multiplication and extend consistently to zero and negative integer powers.
| Law, where defined | Result |
|---|---|
| am×an | am+n |
| am÷an | am−n |
| (am)n | amn |
| a0, a=0 | 1 |
| a−n, a=0 | an1 |
2−3×29=2−3+9=26. Also, 5−2=251; the negative index creates a reciprocal, not a negative value.
Multiplication and division laws require the same base. For division and negative powers the base must be non-zero.
Do not multiply indices when multiplying powers: aman=am+n. Indices multiply only in a power of a power.
A prime factor decomposition writes an integer greater than 1 as a product containing only prime factors. Repeated primes are collected as powers.
| Step | Example for 720 |
|---|---|
| divide repeatedly by prime numbers | 720=2×360=22×180=23×90=24×45 |
| continue until every remaining factor is prime | 45=3×3×5 |
| collect repeated factors | 720=24×32×5 |
Multiply the prime powers to check: 16×9×5=720. A different valid factor tree must finish with the same prime factors.
The number 1 is neither prime nor included as a prime factor; including it changes nothing but is not part of the decomposition.
Stopping at composite factors is incomplete. For example, 720=16×45 is a factorisation, but not yet a product of prime factors.
The highest common factor divides every given number and is as large as possible. The lowest common multiple is divisible by every given number and is as small as possible.
| Number | Prime decomposition |
|---|---|
| 72 | 23×32 |
| 108 | 22×33 |
For the HCF, keep only primes present in both and choose the smaller exponent: 22×32=36.
For the LCM, include every prime present and choose the larger exponent: 23×33=216. Check that 216 divides exactly by both 72 and 108.
Do not swap the exponent rules: HCF uses shared minimum powers; LCM uses all maximum powers.
A surd is an exact irrational root, such as 2 or 35, left in root form rather than replaced by a rounded decimal.
| Root | Type | Exact simplified value |
|---|---|---|
| 49 | rational | 7 |
| 8 | surd | 22 |
| 327 | rational | 3 |
Extract perfect-power factors: ab=ab for non-negative a,b, so 72=36×2=62.
Surd form preserves exact value. A calculator decimal such as 1.414… approximates 2 and should not replace it when an exact answer is required.
Roots do not distribute over addition: a+b is not generally a+b.
Simplify surds first, then combine only like surds: 38+32=62+42=102.
| Job | Exact move | Example |
|---|---|---|
| multiply surds | multiply coefficients and radicands | 3×12=36=6 |
| remove a single surd denominator | multiply top and bottom by that surd | 21=22 |
| remove a binomial surd denominator | multiply by its conjugate | 2−32×2+32+3=4+23 |
Conjugates use difference of squares: (a−bc)(a+bc)=a2−b2c, which is rational.
Expand brackets carefully and simplify every square root before collecting terms.
Unlike surds cannot be added: 2+3 does not become 5.
Fractional indices represent roots, while negative indices represent reciprocals. Together they extend the same index laws used for integer powers.
| Form | Meaning | Example |
|---|---|---|
| a1/n | na | 81/3=2 |
| am/n | (na)m | 82/3=22=4 |
| a−p | ap1 | 625−1/2=251 |
Apply the root and reciprocal meanings in either safe order: 16−3/4=1/(161/4)3=1/8.
For real-number work, even roots require a non-negative radicand. Negative powers require a non-zero base.
A negative index does not make the value negative, and am/n does not mean am÷an.