Suggestions on how to go about proving a^(m+n)=a^(m)a^(n)

  • Thread starter Thread starter alianna
  • Start date Start date
  • Tags Tags
    Suggestions
alianna
Messages
3
Reaction score
0
Let a be a nonzero number and m and n be integers. Prove the following equality. a^(m+n)=a^(m)a^(n)


Im not really sure what direction to go in. I am not sure if I need to show for n positive and negative separately or is there an easier way.


My attempt/ideas:
When n>0: a^(m)a^(n)= (a*a*...*a)(m times) *(a*a*a*a*...*a)(n times)
=a*a*...*a(m+n times)
=a^(m+n)
When n<0: a^(m)a^(n)=a^(m)=a...a(m times)/ a...a(n times)
 
Physics news on Phys.org
Are you familiar with induction?
 
Yes we just went over it but i wasn't sure how to go about induction with m and n being integers...
 
1) Take ##m=0##. Prove that ##a^{m + n} = a^m a^n##. This shouldn't be a problem.

2) Assume the result holds for ##m##. Prove it holds for ##m+1##. So you know that ##a^{m+n} = a^m a^n##. You need to prove ##a^{m + n + 1} = a^{m+1} a^n##.
 
So would you be able to say: Since a^(m+n)=a^(m)a^(n).
Then this implies that: a^(m+n+1)= a^(m+1+n)= a^(m+1)a^(n)?

This doesn't seem right because we are assuming what we are trying to prove.
Why are you allowed to show for m+1 but don't have to for n+1 or do you just assume since m+1 works then n+1 works?
Im still confused how this deals with the negative values of m and n.
 
alianna said:
So would you be able to say: Since a^(m+n)=a^(m)a^(n).
Then this implies that: a^(m+n+1)= a^(m+1+n)= a^(m+1)a^(n)?

This doesn't seem right because we are assuming what we are trying to prove.
Why are you allowed to show for m+1 but don't have to for n+1 or do you just assume since m+1 works then n+1 works?
Im still confused how this deals with the negative values of m and n.

Hint :

##a^{m+n+1} = aaaa...a##

(m+n) + 1 times.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top