Exercise 3.A.8

Give an example of a function φ : R 2 R such that

f ( av ) = af ( v )

for all a R and for all v R 2 but f is not linear.

Answers

Consider a function φ ( v ) = v 1 3 + v 2 3 3 , where v 1 and v 2 are the first and second entries of v , respectively. We can verify that

φ ( av ) = ( a v 1 ) 3 + ( a v 2 ) 3 3 = a 3 ( v 1 3 + v 2 3 ) 3 = a v 1 3 + v 2 3 3 = ( v ) .

Additionally, since addition does not distribute over exponentiation, we can see that φ ( u + w ) = ( u 1 + w 1 ) 3 + ( u 2 + w 2 ) 3 3 is not always equal to φ ( u ) + φ ( w ) = u 1 3 + u 2 3 3 + w 1 3 + w 2 3 3 ; one such counter example is u = [ 1 0 ] and w = [ 0 1 ] .

User profile picture
2025-04-25 04:42
Comments