Determining whether a matrix function is linear?

Click For Summary
The discussion focuses on determining the linearity of several matrix functions using the criteria for linearity: f(x+y) = f(x) + f(y) and f(cx) = cf(x). The functions presented include R, S, T, and U, with varying degrees of linearity. The user expresses confusion about how to apply the criteria, prompting clarification on the correct approach to verify linearity. Ultimately, the functions must be tested against the linearity conditions to conclude whether they are linear or not.
Crosshash
Messages
50
Reaction score
0

Homework Statement


Which of the following functions is linear? Give reasons if they are not linear. If they are linear, give the corresponding matrix.


Homework Equations



a) <br /> R <br /> \begin{pmatrix}<br /> x\\<br /> y\\<br /> \end{pmatrix} = <br /> <br /> \begin{pmatrix}<br /> x - y \\ <br /> x\\ <br /> \end{pmatrix}<br />

b) <br /> S <br /> \begin{pmatrix}<br /> a\\<br /> b\\<br /> \end{pmatrix} = <br /> <br /> \begin{pmatrix}<br /> 5 \\ <br /> b\\ <br /> \end{pmatrix}<br />

c) T(x \textbf{i} + y \textbf{j} + z \textbf{k}) = 6x \textbf{i} + y \textbf{j} - y \textbf{k}

d)<br /> U <br /> \begin{pmatrix}<br /> x\\<br /> y\\<br /> z\\<br /> \end{pmatrix} = <br /> <br /> \begin{pmatrix}<br /> xy \\ <br /> y\\<br /> z\\ <br /> \end{pmatrix}<br />

The Attempt at a Solution



I have no idea how to do this question, I've tried to find some advice online and neither my notes nor the resources seem to help me.

Could someone possibly tell me what I'm supposed to do please?

Thanks
 
Physics news on Phys.org
If a function f is linear then f (x+y) = f(x) + f(y) and f(cx) = cf(x) for a constant c and x, y in your domain. Check to see if the functions satisify these two criteria by checking with arbitrary scalar c and variables x and y.
 
Ok, I think I understand, so if I take the first question and use the criteria f(cx) = cf(x).

a)
<br /> \begin{pmatrix}<br /> a &amp; b\\<br /> c &amp; d\\<br /> \end{pmatrix} <br /> \begin{pmatrix}<br /> x\\<br /> y\\<br /> \end{pmatrix} = \begin{pmatrix}<br /> x - y \\ <br /> x\\ <br /> \end{pmatrix}<br />

I get

<br /> \begin{pmatrix}<br /> ax + by\\<br /> cx + dy\\<br /> \end{pmatrix} = \begin{pmatrix}<br /> x - y \\ <br /> x\\ <br /> \end{pmatrix}<br /> <br />

So R = \begin{pmatrix}<br /> 1 &amp; -1\\ <br /> 1 &amp; 0\\ <br /> \end{pmatrix}<br />

So my R value is this constant? So now I just need to multiply f(x) by R and see if I still get the answer right?
 
No, you do not assume that f(cx) = cf(x). You want to check if that is true. So compute cf(x) and compute f(cx) and see if they are equal. Then move onto computing f(x+y) and f(x) + f(y) and see if they are equal. The function is linear if and only if those two statements are true. If one or both are false then the function is not linear.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K