Task list filter?

Choose required ranks and required tasks. The table of contents will list only tasks having one of the required ranks in corresponding rankings and at least one of the required tags (overall). If you wish to filter only according to some rankings or tags, leave the other groups empty.

Task rankings

Difficulty level

Task tags

Task type
«
«
«

Kerne, image, preimage

Task number: 4530

For the mapping f:R3R3 given by f(x,y,z)=(xy,yz,zx)T determine its kernel ker(f), the image space f(R3) and the preimeage f1((1,1,2)T)
  • Solution

    The matrix of the mapping with respect to the standard bases is [f]E,E=(110011101)∼∼(110011000)(101011000)

    The kernel of the mapping is the set of solutions of the homogeneous system of equations with this matrix. Here z is a free variable, and therefore the solution set is ker(f)=span((1,1,1)T).

    The range is the space generated by the columns corresponding to the basic variables, i.e. f(R3)=span((1,0,1)T,(1,1,0)T).

    The preimage of the vector (1,1,2)T is obtained as the affine space formed by adding one particular solution of the equation f(\boldsymbol x)=(1, 1, -2)^\mathsf T to the kernel of the mapping. This is the solution of the non-homogeneous system with the right-hand side (1, 1, -2)^\mathsf T:

    \left( \begin{array}{ccc|c} 1 & -1 & 0 & 1\\ 0 & 1 & -1 & 1\\ -1 & 0 & 1 & -2\\ \end{array} \right) \sim\sim \left( \begin{array}{ccc|c} 1 & -1 & 0 & 1\\ 0 & 1 & -1 & 1 \\ 0 & 0 & 0 & 0\\ \end{array} \right) \sim \left( \begin{array}{ccc|c} 1 & 0 & -1 & 2 \\ 0 & 1 & -1 & 1 \\ 0 & 0 & 0 & 0\\ \end{array} \right)

    Therefore f^{-1}((1, 1, -2)^\mathsf T)=(2{,}1,0)^\mathsf T+\operatorname{span}((1{,}1,1)^\mathsf T).

Difficulty level: Moderate task
Routine calculation training
Cs translation
Send comment on task by email