I'm stuck on a matrix multiplication problem

Click For Summary

Homework Help Overview

The discussion revolves around a matrix multiplication problem involving the properties of matrices A and B, specifically under the condition that AB = BA. The original poster seeks to demonstrate that (AB)^p = (A^p)(B^p) for a nonnegative integer p, expressing confusion about how to approach the problem and the significance of the commutative property in this context.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various approaches, including the use of mathematical induction and specific examples to clarify the problem. Questions about the implications of the commutative property and the structure of matrix powers are raised, along with attempts to manipulate expressions involving matrix multiplication.

Discussion Status

Several participants have provided insights and suggestions for tackling the problem, including the idea of starting with a base case for induction and exploring specific instances like p=2. There is an ongoing exploration of the implications of the properties of matrices, though no consensus has been reached on a definitive method or solution.

Contextual Notes

The original poster expresses frustration due to a lack of resources and guidance on related concepts such as matrix powers and inverses, indicating that the course has focused more on numerical problems than on proofs. This context may influence the participants' approaches and the types of guidance offered.

nietzsche
Messages
185
Reaction score
0

Homework Statement



If AB = BA and p is a nonnegative integer, show that (AB)^p = (A^p)(B^p)

Homework Equations



N/A

The Attempt at a Solution



I would love to attempt a solution, but I don't even know where to begin. I guess my first question is, how can I generalize matrices so that AB = BA? And why is it important that AB = BA?

Thanks in advance.
 
Physics news on Phys.org
You're not generalizing matrices. The problem means, suppose you have two particular matrices, called A and B, and for these two particular matrices, it happens to be the case that AB = BA. Now, you are supposed to show that (AB)^p = A^p B^p.

It might help to first try a specific example, p=2.
 
Avodyne said:
You're not generalizing matrices. The problem means, suppose you have two particular matrices, called A and B, and for these two particular matrices, it happens to be the case that AB = BA. Now, you are supposed to show that (AB)^p = A^p B^p.

It might help to first try a specific example, p=2.

thanks for the reply. i find this kind of weird...so is it...

(AB)^p
= ABABAB...AB
= A(BA)(BA)(BA)...(BA)B
= A(AB)(AB)(AB)...(AB)B
= AA(BA)(BA)...(BA)BB
= AAA(BA)(BA)...(BA)BBB

and so on? it makes sense to me, but I'm not sure if this is the correct way to do it.
 
Rather than a proof with "..." in the middle, I think you want to do this by mathematical induction. Show that the statement is true for some base case, such as p = 2. Assume that it is true for p = k. Finally show that if it is true for p = k, it must also be true for p = k + 1.
 
how about an inductive proof?

(AB)^2 = (AB)(AB) = A(BA)B = A(AB)B = (A^2)(B^2)

assume that (AB)^p = (A^p)(B^p).

(AB)^(p+1) = (AB)^p (AB)
= (A^p)(B^p)(AB)
= (A^p)(B^p)(BA)
= (A^p)(B^p+1)(A)
...
not sure where to go from here. am i allowed to just move that last (AB) into the middle?

thanks mark, i got your reply while i was typing this.
 
i'm really confused now. the next couple of homework questions i have are:

If p is a nonnegative integer and c is a scalar, show that (cA)^p = c^p A^p.

For a square matrix A and a nonnegative integer p, show that (A^T)^p = (A^p)^T.

For a nonsingular matrix A and a nonnegative integer p, show that (A^p)^-1 = (A^-1)^p.

For a nonsingular matrix A and nonzero scalar k, show that (kA)^-1 = (1/k)(A^-1).

i'm frustrated because my textbook tells me practically nothing about A^p and A^-1. my instructor didn't go over it much either. we basically just did problems with concrete numbers in class, no proofs.

well, if anyone has any hints, i'd really appreciate it. otherwise, I'm just going to keep trying to figure it out.
 
(AB)p + 1 = (AB)pAB = ApBpAB
= ApBp - 1BAB
= ApBp - 1ABB
= ApBp - 1AB2

If I continue this process p - 1 more times, I'll end up with all the A's on one end and all the B's on the other end. At each step I'm using the facts that AB = BA and that matrix multiplication is associative.

That's the best I can come up with at the moment. Maybe someone else in this forum has a better idea.
 
Mark44 said:
(AB)p + 1 = (AB)pAB = ApBpAB
= ApBp - 1BAB
= ApBp - 1ABB
= ApBp - 1AB2

If I continue this process p - 1 more times, I'll end up with all the A's on one end and all the B's on the other end. At each step I'm using the facts that AB = BA and that matrix multiplication is associative.

That's the best I can come up with at the moment. Maybe someone else in this forum has a better idea.

Thank you.
 
nietzsche said:
i'm really confused now. the next couple of homework questions i have are:

If p is a nonnegative integer and c is a scalar, show that (cA)^p = c^p A^p.

For a square matrix A and a nonnegative integer p, show that (A^T)^p = (A^p)^T.

For a nonsingular matrix A and a nonnegative integer p, show that (A^p)^-1 = (A^-1)^p.

For a nonsingular matrix A and nonzero scalar k, show that (kA)^-1 = (1/k)(A^-1).

i'm frustrated because my textbook tells me practically nothing about A^p and A^-1. my instructor didn't go over it much either. we basically just did problems with concrete numbers in class, no proofs.

well, if anyone has any hints, i'd really appreciate it. otherwise, I'm just going to keep trying to figure it out.
For a nonnegative integer p, Ap = AA...A where there are p factors of A.
A-1 is read as "A inverse" and that's the reason for the requirement that A be nonsingular, which is the same as saying that A has an inverse. It is implicit that A is a square matrix. For a nonsingular or invertible matrix A, AA-1 = A-1A = I, the identity matrix, a matrix with 1s down the main diagonal and 0s everywhere else. If A is n x n, I has to be the n x n identity matrix.

You didn't ask, but just to be complete, AT is the transpose of A, a matrix obtained by switching the rows and the columns.

Being that all these problems have some matrix raised to the power p, induction proofs are called for.
 
  • #10
Mark44 said:
For a nonnegative integer p, Ap = AA...A where there are p factors of A.
A-1 is read as "A inverse" and that's the reason for the requirement that A be nonsingular, which is the same as saying that A has an inverse. It is implicit that A is a square matrix. For a nonsingular or invertible matrix A, AA-1 = A-1A = I, the identity matrix, a matrix with 1s down the main diagonal and 0s everywhere else. If A is n x n, I has to be the n x n identity matrix.

You didn't ask, but just to be complete, AT is the transpose of A, a matrix obtained by switching the rows and the columns.

Being that all these problems have some matrix raised to the power p, induction proofs are called for.

tyvm, that helps a lot.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K