0

How can I proof In a two column table that $\left(\frac{a}{b}\right)^n= \frac{a^n}{b^n}$ given $n$ is any positive integer.

eniid15
  • 145

2 Answers2

0

Just use the laws of exponents. $(ab)^n=a^nb^n\Rightarrow (a/b)^n=(ab^{-1})^n=a^nb^{-n}=\frac{a^n}{b^n}$.

Simon Fraser
  • 2,528
0

To be precise, clearly $(a/b)^1 = a/b = a^1/b^1$ for $n=1$. Now assume that $(a/b)^n = a^n/b^n$ for some positive integer $n$. Then $$ (a/b)^{n+1} = (a/b)^n(a/b) = a^n/b^n\cdot a/b = a^{n+1}/b^{n+1}, $$ so we conclude by mathematical induction that $(a/b)^n = a^n/b^n$ for all positive integers $n$.

Math1000
  • 36,983