Linear Algebra Transformations

AI Thread Summary
The discussion focuses on applying the linear transformation T defined as T(a0 + a1t + a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2 to specific vectors. Participants are tasked with finding the images of the vectors 1, t, and t2 under this transformation. The correct results are T(1) = 3 + 5t, T(t) = -2t + 4t2, and T(t2) = t2. The challenge lies in substituting the coefficients a0, a1, and a2 correctly for each vector. Understanding the transformation's definition and applying it accurately is essential for solving these problems.
henry3369
Messages
194
Reaction score
0

Homework Statement


T(a0 + a1t+a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2
Find the image of the vectors :
1. 1
2. t
3. t2

Homework Equations


T(a0 + a1t+a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2

The Attempt at a Solution


I don't know how my book solves these transformations, but the answers are:
T(1) = 3+5t
T(t) = -2t+4t2
T(t2) = t2

How do you substitute a single vector for an entire expression to solve for each of these?
When it was a simple transformation (T(x) = x^2), you just replace x with the input, but for this one, you have to substitute an entire expression to find the transformation.
 
Last edited:
Physics news on Phys.org
henry3369 said:

Homework Statement


T(a0 + a1t+a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2
Find the image of the vectors :
1. 1
2. t
3. t2
This is just a matter of understanding and applying the given definition (and arithmetic).
You are told that T(a0 + a1t+a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2
and asked to find T(1). 1= 1+ 0x+ 0x2. a0= 1, a1= 0 and a2= 0
T(1+ 0x+ 0x2)= 3(1)+ (5(1)- 2(0))t+ (4(0)+ 0)t2= 3+ 5t.

Similarly, t= 0+ 1t+ 0t2 so a0= 0, a1= 1, and a2= 0.

t2= 0+ 0t+ 1t2 so a0= 0, a1= 0, and a2= 1.
2. Homework Equations
T(a0 + a1t+a2t2) = 3a0 + (5a0 - 2a1)t + (4a1 + a2)t2

The Attempt at a Solution


I don't know how my book solves these transformations, but the answers are:
T(1) = 3+5t
T(t) = -2t+4t2
T(t2) = t2

How do you substitute a single vector for an entire expression to solve for each of these?
When it was a simple transformation (T(x) = x^2), you just replace x with the input, but for this one, you have to substitute an entire expression to find the transformation.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top