How do I determine the value of L^n (3, 5) as n approaches infinity?

  • Context: Undergrad 
  • Thread starter Thread starter salman213
  • Start date Start date
  • Tags Tags
    Linear
Click For Summary

Discussion Overview

The discussion revolves around determining the value of L^n(3, 5) as n approaches infinity, where L is a linear map on R2 with given eigenvalues and eigenvectors. Participants explore the implications of diagonalization, eigenvalues, and the application of linear transformations in this context.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant describes the process of finding the coordinates of the vector (3, 5) with respect to the basis B and expresses confusion about the application of L^n.
  • Another participant explains the diagonalization of the associated matrix and how to compute L^n using the eigenvalues, noting that one eigenvalue approaches zero as n increases.
  • A different participant clarifies that the eigenvalue 1/2 is raised to the nth power because it is an eigenvalue of L, while the coefficient 2 is not an eigenvalue but a scalar multiplier in the linear combination.
  • Some participants discuss the validity of the distributive property for iterated linear mappings and how it applies to the transformation of vectors.
  • There is a debate about whether the matrix representation of the linear map is necessary for the calculations, with differing opinions on the approach to take.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of the matrix representation for the linear map and the interpretation of applying eigenvalues in the context of repeated transformations. No consensus is reached on the best approach to determine L^n(3, 5).

Contextual Notes

Some participants highlight the importance of understanding the properties of linear transformations and eigenvalues, while others emphasize the computational aspects of the problem. There are unresolved questions regarding the application of the distributive property in this context.

salman213
Messages
301
Reaction score
1
Hi I have a final coming up soon so I was looking at an older final and saw this question

the prof did it already but I don't understand how...here it is

You are given that L : R2 −> R2 is a linear map for which B =
{(1, 1), (1, 2)} is a basis of R2 consisting of eigenvectors of L with corresponding
eigenvalues 1/2 and 1 respectively – i.e. L(1, 1) = 1/2(1, 1) and
L(1, 2) = (1, 2).

c) Determine the coordinates of the vector (3, 5) with respect to the basis
B and determine the value of L^n (3, 5) as n tends to infinity

--------------------------------------------------------------------
Ok to find coordinates of that vector 3,5 its easy enough

[1 1 | 3 ]
[1 2 | 5 ]

and row reduce it to get

[1 0 | 1 ]
[0 1 | 2 ]

so (3,5)B = (1,2)

to determine L(3,5) I got 1/2(1,1) + 2(1,2)

now the prof said to determine L^n (3,5) that equals (1/2)^n(1,1) + 2(1,2)


why didnt he put the 2^n why do you put the 1/2^n only and NOT the 2 to the power of n??

I don't get how to get L^n (3,5)
HELPPP??
 
Physics news on Phys.org
You've learned diagonalization of square matrices right? So once you see that that there are 2 eigenvalues associated with that 2x2 matrix you know that it is diagonalizable. The 2x2 matrix concerned is the standard matrix associated with linear mapping L. Let's call it A. Once you've worked out the invertible matrix P associated with diagonalizing A, then all you need do is to find the diagonal matrix D, then multiply raise its diagonal entries to the power of n. You notice that one of the diagonal entries is 1/2 and the other one is 1. 1^n = 1 for all n, but for (1/2)^n and n->infinity, you'll get the limit as 0. Once you get that, multiply calculate P(D^n)P^-1 and then multiply this matrix on the right by (3,5), and that's your answer. Should be (2,4), as given by your prof.

I don't get your professor's method above. How is the distributive property valid for iterated linear mappings?
 
If x= au+ bv, where a, b are scalars and u, v are vectors, then for linear transformation L, Lx= a Lu+ b Lv. In particular, if Lu= (1/2)u and Lv= v, then Lx= a(1/2)u+ bv, L2x= a(1/2) Lu+ b Lv= a(1/2)2u+ b v, L3x= a(1/2)3+ b Lv, etc.

To answer your question, "why didnt he put the 2^n why do you put the 1/2^n only and NOT the 2 to the power of n??", what you really should be asking is "why is the 1/2 to the nth power", not "why is the 2 not to the nth power"!

The "1/2" is raised to a power because it is an eigenvalue of L- each time you apply L you get another "1/2". The "2" is NOT an eigenvalue of L, it is the coefficient of (1, 2) in the linear combination for (3, 5)- it just goes along for the ride: Ln(au+bv)= aLnu+ bLnv. Then eigenvalue corresponding to (1, 2) is 1. If you insist upon "consistencey", you could write Ln(3,5)= Ln(1(1,1)+ 2(1,2))= (1)(1/2)n(1, 1)+ (2)(1n)(1, 2). Of course, 1n= 1!

I don't get how to get L^n (3,5)
Your professor told you exactly how:
to determine L^n (3,5) that equals (1/2)^n(1,1) + 2(1,2)
Even if you were not sure why that was true you ought to be able to use it!
Ln(3, 5)= (1/2)^n(1, 1)+ 2(1, 2)= ((1/2)n+ 2, (1/2)n+ 4).

As defnnnder said, since the limit, as n goes to infinity, of (1/2)n is 0, the limit of Ln, as n goes to infinity, is (2, 4).

defnnnder said:
I don't get your professor's method above. How is the distributive property valid for iterated linear mappings?
?? Since the "distributive property" is true for a linear transformation (by definition of "linear transformation") it is trivially true for iterated linear mappings:

L2(au+ bv)= L(L(au+bv))= L(aLu+ bLv)= a L(Lu)+ b L(Lv)= aL2u+ bL2v. The general case could be proved by induction.
 
so (3,5)B = (1,2)

the b coordinate of 3,5 is (1,2)

but to calculate L(3,5)

don't I need to know

1) the matrix representation of linear map with respect to the basis

2) then multiply that by the B coordinates like the following

[1/2...0]
[0...1]B


[1/2...0][1]
[0...1][2] =

[ 1/2]
[ 2 ]


therefore L(3,5) = 1/2*(1,1) + 2*(1,2)



so if the transformation is applied again the EIGENVALUE will be applied to each?

L^2(3,5) = (1/2 (1/2*(1,1)) + (1(2*(1,2))

repeadat
 
Last edited:
salman213 said:
so (3,5)B = (1,2)

the b coordinate of 3,5 is (1,2)

but to calculate L(3,5)

don't I need to know

1) the matrix representation of linear map with respect to the basis

2) then multiply that by the B coordinates like the following

[1/2...0]
[0...1]B


[1/2...0][1]
[0...1][2] =

[ 1/2]
[ 2 ]


therefore L(3,5) = 1/2*(1,1) + 2*(1,2)
No, you don't need to know any of those things. You only need to know that (3,5)= (1,1)+ 2(1,2) and that L(1,1)= 1/2, L(1,2)= 1. L(3,5)= L(1,1)+ 2L(1,2)= 1/2(1,1)+ 2(1)(1, 2)= (1/2, 1/2)+ (2, 4)= (5/2, 9/2). And Ln(3,5)= Ln(1,1)+ 2Ln(1, 2)= (1/2)n(1,1)+ 2(1, 2).

(It's not a bad exercise, though!)


so if the transformation is applied again the EIGENVALUE will be applied to each?

L^2(3,5) = (1/2 (1/2*(1,1)) + (1(2*(1,2))

repeadat

Well, I wouldn]t say "applied" to each- it is multiplied by each. You know that L(1,1)= 1/2(1,1) so L2(1,1)= L(L(1,1))= L((1/2)(1,1)= (1/2)L(1,1) (by the L(av)= aL(v) property of linear transformations) = (1/2)(1/2)(1, 1)= (1/4)(1,1).
 
alright pretty cool

thanks
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K