How can I use the given linear transformation to determine f(x,y)?

negation
Messages
817
Reaction score
0

Homework Statement



Say if f is a linear transformation from R2 to R3 with f(1,0) = (1,2,3) and f(0,1) = (0,-1,2).
Determine f(x,y).


The Attempt at a Solution




I understand the theorem on linear transformation and bases but unsure as to how I should apply it in practice. Should I be performing the linear transformation test? But the question has already specified that f is a linear transformation.

Edit: {u1,u2,u3...un} is a basis for Rn and {t1,t2,t3...tn} is a basis for Rm
then there is a unique linear transformation such that f maps (u1) to t1: f(u1) = t1

This can be expressed as f(u1) = t1, f(u2) = t2, f(u3) = t3...f(un) = tn

f:R2 →R3

f(e1) = (1,2,3)
∴f(1,0) = (1,2,3)
∴f(1) = 1, f(0) = 2

f(e2) = (0,-1,2)
∴f(0,1) = (0,-1,2)
∴f(0) = 0, f(1) = -1
 
Last edited:
Physics news on Phys.org
A linear transformation, f, has the property that f(\alpha u+ \beta v)= \alpha fu+ \beta fv where \alpha and \beta are scalars and u and v are vectors.

You know f(0,1) and f(1, 0) so given any (x, y), apply f to x(1, 0)+ y(0, 1).
 
negation said:

Homework Statement



Say if f is a linear transformation from R2 to R3 with f(1,0) = (1,2,3) and f(0,1) = (0,-1,2).
Determine f(x,y).


The Attempt at a Solution




I understand the theorem on linear transformation and bases but unsure as to how I should apply it in practice. Should I be performing the linear transformation test? But the question has already specified that f is a linear transformation.

Can you write (x,y) \in \mathbb{R}^2 as a linear combination of vectors for which you are given the value of f?
 
HallsofIvy said:
A linear transformation, f, has the property that f(\alpha u+ \beta v)= \alpha fu+ \beta fv where \alpha and \beta are scalars and u and v are vectors.

You know f(0,1) and f(1, 0) so given any (x, y), apply f to x(1, 0)+ y(0, 1).

Hi halls, I've added some content to the OP.
 
HallsofIvy said:
A linear transformation, f, has the property that f(\alpha u+ \beta v)= \alpha fu+ \beta fv where \alpha and \beta are scalars and u and v are vectors.

You know f(0,1) and f(1, 0) so given any (x, y), apply f to x(1, 0)+ y(0, 1).

pasmith said:
Can you write (x,y) \in \mathbb{R}^2 as a linear combination of vectors for which you are given the value of f?
Suppose u = (e1) and v = (e2)
f(u) = (1,2,3) and f(v) = 0,-1,2)

f(λ1u + λ2v) = λ1f(u) + λ2f(v)
= λ1 f(1,0) + λ2 f(0,1)
∴λ1(1,2,3) + λ2 (0,-1,2) = λ1(1,2,3) + λ2(0,-1,2)

and if I am given λ1 and λ2 I can find a vector as a linear combination of
λ1(1,2,3) + λ2(0,-1,2).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top