Linear Algebra: Solving Rotation by Angle θ

Click For Summary
SUMMARY

The discussion focuses on finding the linear map fθ : R2 → R2 that describes rotation by an angle θ in the counterclockwise direction. The user attempts to express the rotation using the equations cosθ = ax1 + bx2 and sinθ = cx1 + dx2, ultimately relating it to the complex exponential e^(iθ). The key takeaway is the need to calculate fθ(1,0) and fθ(0,1) to derive the coefficients a, b, c, and d for the rotation matrix.

PREREQUISITES
  • Understanding of linear transformations in R2
  • Familiarity with complex numbers and Euler's formula
  • Knowledge of trigonometric functions, specifically sine and cosine
  • Basic skills in matrix representation of linear maps
NEXT STEPS
  • Study the derivation of rotation matrices in 2D space
  • Learn about the properties of linear transformations in vector spaces
  • Explore the application of Euler's formula in complex analysis
  • Practice solving problems involving trigonometric identities and their geometric interpretations
USEFUL FOR

Students in linear algebra, particularly those preparing for exams or quizzes involving transformations and rotations in R2, as well as educators looking for examples of applying trigonometric concepts in linear mappings.

theshonen8899
Messages
10
Reaction score
0
This is for my Linear Algebra class:

Homework Statement



For an angle θ ∈ [0, 2π), find the linear map fθ : R2 → R2, which describes the rotation
by the angle θ in the counterclockwise direction.

Hint : For a given angle θ, find a, b, c, d ∈ R such that fθ(x1, x2) = (ax1+bx2, cx1+dx2).

Homework Equations



e^(x+yi) = (e^x)*(cos(y) + sin(y)i)

The Attempt at a Solution



Circle in counterclockwise direction is (cosθ, sinθ)
therefore
cosθ = ax1 + bx2
sinθ = cx1 + dx2
i(sinθ = cx1 + dx2) = isinθ = icx1 + idx2

cosθ + isinθ = ax1 + bx2 + icx1 + idx2 = e^(0 + iθ) = e^(iθ)

This isn't much but I've really been working on this problem the entire day and I really have no clue what I'm supposed to do. I feel like a damned fool for having to resort to this but I'd really like to have a solution to this before I head off to my quiz.

Thanks guys.
 
Physics news on Phys.org
Hint: Calculate fθ(1,0) and fθ(0,1).
 

Similar threads

Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 14 ·
Replies
14
Views
6K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
6
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K