Tristin S. answered 02/24/21
Recent College Graduate Looking for Opportunities to Tutor Others
The first two can be done simply by plugging in.
a) If we plug in a1 = 1 and b1 = 2
Let a2 = 2 and b2 = 3 and plug those in:
So G(a1,b1) = (1(2), 2) = (2,2)
G(a2, b2) = (2*3 , 3) = (6,3)
G(a1 + a2, b1+b2) = (G(3, 5)) = (15,5)
G(a1, b1) + G(a2, b2) = (2,2)+(6,3) = (8,5) ≠(15,5)
So, G is not linear.
b) Take a =1 , b = 1, c = 2
G(1,1) = (1+1,1 ) = (2,1)
G(c(1,1)) = G(2(1,1)) = (G(2,2)) = (3,2)
2G(1,1) = 2(2,1) = (4,2) ≠ (3,2)
Therefore G(2(1,1)) ≠ 2G(1,1) so this function is not linear
c) This is a bit more rigorous:
Take any two sets of numbers (a1, b1) and (a2, b2) ∈ R2
G(a1+a2 , b1+b2) = (3(a1+a2)+ 2(b1+b2), 4(b1+b2))
G(a1, b1) + G(a2, b2) = (3a1 + 2 b1, 4b1) +(3a2 + 2 b2, 4b2) = (3a1+3a2 + 2 b1+ 2 b2, 4b1+ 4 b2)
= (3(a1+a2)+ 2(b1+b2), 4(b1+b2)) = G(a1+a2 , b1+b2)
Therefore our first property of linearity is proven.
Now onto the second. Take any (a,b) ∈ R2 and c ∈ R.
G(c(a,b)) = G(ca, cb) = (3ca + 2cb, 4cb) = c(3a + 2b, 4b) = c G(a,b)
Therefore G(c(a,b)) = c G(a,b), so our second property of linearity is proven.
Since both properties of linearity are satisfied, G is a linear function.