This lesson works through several questions from Exercise 3.2 on matrices. It covers adding matrices whose entries form perfect squares, simplifying matrices built from trigonometric functions, and solving matrix equations for unknown matrices and unknown variables.
Adding matrices with square identities
When two matrices are added, you add the corresponding entries. In this question each resulting entry matches a perfect square identity, a2+b2+2ab=(a+b)2 and a2+b2−2ab=(a−b)2.
[a2+b2+2aba2+c2−2acb2+c2+2bca2+b2−2ab]=[(a+b)2(a−c)2(b+c)2(a−b)2]
A matrix of trigonometric squares
Given a matrix whose entries are cos2x and sin2x, adding it to its partner so that each entry becomes sin2x+cos2x uses the identity sin2x+cos2x=1.
[cos2xsin2xsin2xcos2x]+[sin2xcos2xcos2xsin2x]=[1111]
Simplifying a sum of two trigonometric products
Multiplying out and adding two matrices of sinθ and cosθ terms gives entries that simplify with cos2θ+sin2θ=1 and with the cross terms cancelling.
Diagonal entries: cos2θ+sin2θ=1.
Off-diagonal entries: sinθcosθ+(−sinθcosθ)=0.
[cos2θ−sinθcosθsinθcosθcos2θ]+[sin2θsinθcosθ−sinθcosθsin2θ]=[1001]
Finding X and Y from their sum and difference
Given X+Y=[7205] and X−Y=[3003], treat these like two linear equations and use elimination.
Add the two equations to remove Y:
2X=[10208],X=21[10208]=[5104]
Substitute X back into X+Y to find Y:
Y=[7205]−[5104]=[2101]
Solving for an unknown matrix
Given Y=[1124] and 2X+Y=[1−302], substitute the value of Y and isolate 2X.
2X=[1−302]−[1124]=[0−4−2−2]
Divide every entry by 2:
X=21[0−4−2−2]=[0−2−1−1]
Comparing entries to find x, y, z and t
Given 2[xyzt]+3[10−12]=[9121518], carry out the scalar multiplication and addition.
[2x+32y2z−32t+6]=[9121518]
Compare corresponding entries to get four equations:
2x+3=9⇒x=3,2z−3=15⇒z=9
2y=12⇒y=6,2t+6=18⇒t=6
Finding x, y, z and w from a matrix equation
Given 3[xzyw]=[x+4−1+z+w6+x+y2w+3], compare corresponding entries.
Top left: 3x=x+4⇒2x=4⇒x=2.
Top right: 3y=6+x+y⇒2y=6+2=8⇒y=4.
Bottom right: 3w=2w+3⇒w=3.
Bottom left: 3z=−1+z+w⇒2z=−1+w=−1+3=2⇒z=1.
So x=2, y=4, z=1, w=3.
Key takeaways
- Matrix addition works entry by entry, so look for algebraic and trigonometric identities hiding in the entries.
- A sum and a difference of two matrices behave like two linear equations: add to eliminate one matrix, then substitute back.
- Two matrices are equal only when every corresponding entry is equal, which turns one matrix equation into a set of ordinary equations to solve.