Inductive proof for matrix multiplication problem

Click For Summary

Homework Help Overview

The discussion revolves around proving a statement related to matrix multiplication using mathematical induction. The specific matrix in question is a 2x2 matrix raised to the power of n, with an assumption about the value of a blank entry in the matrix.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the process of establishing a pattern through specific cases of n and express uncertainty about how to formally prove the inductive step for n+1. There is also a focus on clarifying the interpretation of the blank entry in the matrix.

Discussion Status

Participants are actively engaging with the problem, exploring the inductive proof process. Some guidance has been offered regarding the assumption of the statement's truth for n, but there is still a lack of clarity on how to express the intermediate steps in the proof.

Contextual Notes

There is a noted assumption about the blank entry in the matrix being zero, and participants are considering how to represent the matrix multiplication correctly in their proof.

jaejoon89
Messages
187
Reaction score
0

Homework Statement



Compute

[1 1]^n
[ 1]

This is what my book has. I am assuming the blank means 0 (please tell me if this is not the case).

Homework Equations



None really (matrix multiplication)

The Attempt at a Solution



I did n = 1, 2, 3, 4 and found a patten. It looks like:

[1 1]^n
[ 1]
=
[1 n]
[ 1]

But how do I show that? Obviously showing it for a couple cases doesn't mean it's actually true. Inductively, I can show the n = 2 case is true. but I don't really know how to show the n+1 case is true other than write

[1 1]^n+1
[ 1]
=
[1 n+1]
[ 1]

but that seems a little unsatisfactory or like I'm skipping steps or something. How do you do it?
 
Physics news on Phys.org
Assume that the statement is true for an exponent of n. Then use this to show that the (n + 1)st power of your matrix produces the right value.

The blank means 0, I'm pretty sure.
 
Right. But how do you do that?

Letting n be the natural numbers and assuming the following statement is true

[1 1]^n
[ 1]
=
[1 n]
[ 1]

Thus,

[1 1]^n+1
[ 1]
=
[1 n+1]
[ 1]I don't really know how to show it beyond that - is there some abstract way to write out the intermediate steps? As it is, it seems somewhat unsatisfactory.
 
I'm putting the 0 in the lower left corner since it looks silly to leave it out.

[1 1]^(n+1)
[0 1]

=
[1 1]^n [1 1]
[0 1] [0 1]

= ??
This is where you use what you have assumed.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K