Linear Transformation: Proving Linearity with Function T : P3 → ℝ3

hackett5
Messages
9
Reaction score
0

Homework Statement


Define a Function T : P3 → ℝ3 by
T(p) = [p(3), p'(1), 01 p(x) dx ]

Show that T is a linear transformation

Homework Equations


From the definition of a linear transformation:
f(v1 + v2) = f(v1) + f(v2)
and
f(cv) = cf(v)


The Attempt at a Solution


This is how I've started the problem, but I'm not sure I'm heading in the right direction. Either way I'm stuck.

T(p+q) = (p+q)(3), (p+q)'(1), ∫(p+q)(x)dx
= p(3) + q(3), p'(1) + q'(1), ∫p(x)dx + ∫q(x)dx

I'm not sure where to go from here. Thanks
 
Physics news on Phys.org
hackett5 said:

Homework Statement


Define a Function T : P3 → ℝ3 by
T(p) = [p(3), p'(1), 01 p(x) dx ]

Show that T is a linear transformation

Homework Equations


From the definition of a linear transformation:
f(v1 + v2) = f(v1) + f(v2)
and
f(cv) = cf(v)

The Attempt at a Solution


This is how I've started the problem, but I'm not sure I'm heading in the right direction. Either way I'm stuck.

T(p+q) = (p+q)(3), (p+q)'(1), ∫(p+q)(x)dx
= [p(3) + q(3), p'(1) + q'(1), ∫p(x)dx + ∫q(x)dx]

I'm not sure where to go from here.

Just keep going. Does that = T(p)+T(q)? (And remember, those are definite integrals; no constants of integration there).
 
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