Linear transformation / analysis help

eckiller
Messages
41
Reaction score
0
Hi,

I have that

|T(p)| <= sqrt(10)*|p|

where T is a linear mapping. The question is: How small must |p' - p''| be in order that |T(p') - T(p'')| <= 1/10.

This is what I did:

T linear, so

|T(p') - T(p'')| = |T(p' - p'')|.

Applying the bound:

|T(p' - p'')| <= sqrt(10)*|p' - p''|

So pick |p' - p''| = 1 / (sqrt(10)*10).

Then

|T(p' - p'')| = |T(p') - T(p'')| <= 1/10.

Is that right?
 
Physics news on Phys.org


Yes, your approach is correct. By using the given bound for T, you were able to find a value for |p' - p''| that would ensure that |T(p') - T(p'')| is less than or equal to 1/10. This shows that the bound given for T is tight and cannot be improved upon. Great job!
 
Back
Top