∣x∣=x<em>12+x</em>22. Examples: |\begin{pmatrix}1\2\end{pmatrix}|=\sqrt5,\;|\begin{pmatrix}3\1\end{pmatrix}|=\sqrt{10}. (Used later for triangle inequality.)
Geometric Constructions with Two Given Basis Vectors
Two specific vectors (diagrammed) named x,y.
Students practiced identifying: 2y,x+y,2x−y,x+2y. Key points:
• Head-to-tail rule for addition.
• Parallel scaling recognisable on grid lines drawn parallel to x,y.
Trick question: no arrow in diagram equalled x−y.
Linear Combinations
General form in 2-D: ax+by. Scalars a,b∈R.
Example 1: c=x+y⇒(1)x+(1)y.
Example 2 (non-integer coefficients).
• Target \mathbf{v}=\begin{pmatrix}5\4\end{pmatrix}.
• Algebraic system \begin{cases}a+3b=5\2a+b=4\end{cases} solved to a=57,b=56.
• Therefore v=57x+56y.
Example 3 (impossible case).
• Showed \mathbf{w}=\begin{pmatrix}5\2\end{pmatrix} cannot be written from the set x,y,2y because all three candidate vectors are parallel; algebraic system inconsistent.
Using Linear Combinations in Dot-Product Problems
To find angle between v=x+y and w=3x−2y given ∣x∣=5,∣y∣=10,x⋅y=5.
Algebraic expansion (linearity): v⋅w=(x+y)⋅(3x−2y)=3x⋅x−2x⋅y+3y⋅x−2y⋅y. Simplifies to 0.
Hence cosθ=0⇒θ=90∘.
Magnitude of a Linear Combination
Computed ∣v∣=∣x+y∣.
• Direct triangle inequality only gives an upper bound.
• Dot-product route: ∣v∣2=(x+y)⋅(x+y)=∣x∣2+2x⋅y+∣y∣2=5+2⋅5+10=25.
• Thus ∣v∣=5.
Projections
Definition: Projection of v onto u (notation projuv) is the “shadow” of v on a line having direction u, with light rays perpendicular to that line.
Facts observed geometrically:
• If angle between v,u is acute ⇒ projection is positive multiple of u.
• Obtuse ⇒ negative multiple.
• Right angle ⇒ zero vector.
• If v is already parallel to u ⇒ projection equals v itself.
Numerical Example: project \begin{pmatrix}2\3\end{pmatrix} onto \mathbf{u}=\begin{pmatrix}-1\0\end{pmatrix}.
• Direction line horizontal (slope 0).
• Projection found visually: \begin{pmatrix}-2\0\end{pmatrix} (opposite orientation still valid).
Algebraic formula deferred to later lecture; focus kept on geometric intuition.
Definition: For A=\begin{pmatrix}a&b\c&d\end{pmatrix},\;\mathbf{v}=\begin{pmatrix}v1\v2\end{pmatrix}
A\mathbf{v}=\begin{pmatrix}(a,b)\cdot(v1,v2)\(c,d)\cdot(v1,v2)\end{pmatrix}=\begin{pmatrix}av1+bv2\cv1+dv2\end{pmatrix}. (Row-dot-vector rule.)
Practice:
• A=\begin{pmatrix}1&2\4&-1\end{pmatrix},\;\mathbf{e}1=\begin{pmatrix}1\0\end{pmatrix}\Rightarrow A\mathbf{e}1=\begin{pmatrix}1\4\end{pmatrix}.
• Same matrix with \begin{pmatrix}2\1\end{pmatrix}\Rightarrow\begin{pmatrix}4\7\end{pmatrix}.
Important Special Matrices
Identity I=\begin{pmatrix}1&0\0&1\end{pmatrix}
• Acts as identity function: Iv=v∀v.
Rotation by 90∘ counter-clockwise: J=\begin{pmatrix}0&-1\1&0\end{pmatrix}.
• Maps (v<em>1<ˇ/em>2)↦(−v<em>2<ˇ/em>1).
• Proven via correspondence with multiplying complex number a+bi by i.
Reflection across the line y=x (direction vector \begin{pmatrix}1\1\end{pmatrix}): R=\begin{pmatrix}0&1\1&0\end{pmatrix}.
• Swaps coordinates: R(v<em>1<ˇ/em>2)=(v<em>2<ˇ/em>1). Not a rotation (angle depends on input).
Conceptual View: Matrices as Functions
Any 2 × 2 matrix defines a linear transformation T:R2→R2,T(v)=Av.
Examples:
• I → identity function.
• J → rotation by 2π.
• R → reflection about line in direction \begin{pmatrix}1\1\end{pmatrix}.
Additional Numerical & Diagram Insights
Slope connection: direction vector (−1,0) ⇒ horizontal line (slope 0).
Direction vectors for lines used in projection tasks: any non-zero scalar multiple qualifies.
Emphasis that vectors have no fixed location ⇒ rotations/reflections independent of centre, lines only need direction.
Triangle Inequality revisited: ∣x+y∣≤∣x∣+∣y∣.
Perpendicular vectors have zero projection, dot product 0.
Parallelism & scalar multiples: ku gives same direction for any non-zero k∈R.
Copyright notice: material protected; printing for personal use only.
Reminder about class schedule break for July 4.
Takeaways & Next Steps
Comfort with writing/solving linear combinations is foundational for future study (basis, span, linear independence upcoming).
Geometric intuition of projection critical for later formula derivation and applications (least squares, components, work).
Matrix arithmetic (especially multiplication) lays groundwork for solving systems, transformations and later eigenvalues.
Upcoming classes will delve deeper into projections’ algebraic formula, conditions for expressing vectors as combinations, and broader linear algebra concepts.