Powers and logarithms

A quick reference ranging from core operational rules to the details that prevent domain and algebraic-manipulation errors.

Basic notation and definitions

Power

an means multiplying a by itself n times, when n is a natural number.

Base and exponent

The base is the number being raised; the exponent tells how many times the factor is repeated.

Logarithm

logb(x)=y is equivalent to saying that by equals x.

Fundamental properties of powers

Property Formula Conditions Example
Product am·an=am+n Same base 23·24=27
Quotient aman=am-n a0 5652=54
Power of a power (am)n=amn Valid in the usual domains (32)4=38
Power of a product (ab)n=anbn Product as the base (2·3)2=22·32
Power of a quotient (ab)n=anbn b0 (62)3=6323
Power of 1 1n=1 For every exponent 1100=1
Power of 0 0n=0 n>0 05=0
Zero exponent a0=1 a0 70=1
Warning: 0^0 is an indeterminate form in the most common context and must be handled with care.

Negative and fractional exponents and radicals

a-n=1an a1n=an amn=amn
  • a-n requires a0.
  • a1n over the reals requires attention to the sign of a and to whether n is even or odd.
  • For a<0, even-index roots are not real; an odd-index root does have a real value.
  • Rational exponents let us rewrite many radicals as powers and vice versa.

Definition of a logarithm

Definition

logb(x)=y if and only if by equals x.

Existence conditions

b>0,b1,x>0.

Interpretation

A logarithm gives the exponent to which the base must be raised to obtain the argument.

Logarithms invert exponentiation, which makes them useful when moving between multiplicative and exponential growth.

Properties of logarithms

Property Formula Conditions Example
Product logb(xy)=logb(x)+logb(y) x,y>0 log2(8·4)=log2(8)+log2(4)
Quotient logb(xy)=logb(x)-logb(y) x,y>0 log10(10010)=2-1
Power logb(xk)=k·logb(x) x>0 log3(27)=log3(33)=3
Base and argument logb(b)=1 b>0,b1 log5(5)=1
One logb(1)=0 b>0,b1 log7(1)=0
Inverse logb(bx)=x b>0,b1 log2(28)=8

Change of base and common logarithms

Change of base

loga(b)=logc(b)logc(a)

With c any valid base. This is the most convenient form to remember.

Natural logarithm

ln(x) is the logarithm to base e, widely used in calculus and continuous growth.

Common logarithm

log(x) or log10(x) often denotes the base-10 logarithm, especially in school mathematics.

log2(8)=ln(8)ln(2)=3

Take the logarithm of the argument in any valid base and divide it by the logarithm of the original base in that same base.

Exercises with hidden solutions

Each exercise covers a typical case; open the solution to reveal the answer.

1. Product of powers with the same base

Simplify 23·25.

Show answer

Answer: 28 = 256

Add the exponents because the base is the same.

2. Quotient of powers with the same base

Simplify 5752.

Show answer

Answer: 55 = 3125

Subtract the exponents: 7-2=5.

3. Power of a power

Simplify (32)4.

Show answer

Answer: 38 = 6561

Multiply the exponents: 2·4=8.

4. Power of a product

Simplify (2·4)3 and rewrite it by separating the bases.

Show answer

Answer: 83 = 23·43 = 512

Distribute the exponent over each factor.

5. Zero exponent

Calculate 90.

Show answer

Answer: 1

Every nonzero base raised to zero equals 1.

6. Negative exponent

Calculate 4-2.

Show answer

Answer: 116

A negative exponent takes the reciprocal: 4-2=142.

7. Fractional exponent

Calculate 1612.

Show answer

Answer: 4

12 denotes the square root.

8. General rational exponent

Calculate 2723.

Show answer

Answer: 9

First take the cube root: 2713=3, then square the result.

9. Logarithm from the definition

Find log2(32).

Show answer

Answer: 5

Because 25=32.

10. Sum of logarithms

Simplify log10(2)+log10(5).

Show answer

Answer: log10(10)=1

Use the product property: logb(x)+logb(y)=logb(xy).

11. Difference of logarithms

Simplify log3(81)-log3(3).

Show answer

Answer: 3

log3(81)=4 and log3(3)=1, so 4-1=3.

12. Change of base

Rewrite log2(8) using natural logarithms.

Show answer

Answer: ln(8)ln(2)=3

Apply the formula logb(x)ln(b).

13. Domain check

Decide whether log5(-2) is defined over the reals.

Show answer

Answer: it is not defined over the reals.

The argument of a real logarithm must be positive.

Useful notes and cases to remember

  • A logarithm’s argument must always be positive: x>0.
  • A logarithm’s base must satisfy b>0,b1.
  • Do not apply logarithm properties mechanically before checking that the expression lies in the correct domain.
  • Power rules require care with a zero base, negative bases and non-integer exponents.
  • A sum inside a logarithm cannot be split: log(x+y)log(x)+log(y).
  • Likewise, (x+y)nxn+yn in general.
Practical rule: check the domain first, then apply algebraic properties, and simplify numerical values only at the end.

This page is a compact but complete reference for review, exercises and quick formula checks.