tamtam402
- 199
- 0
Homework Statement
I'm trying to prove f(r) = A \bullet (r - kz) is a linear operator, but I don't understand why it is linear.
Homework Equations
A function of a vector is called linear if:
f(r1+r2) = f(r1) + f(r2) and f(ar) = af(r)
The Attempt at a Solution
f(r1+r2) = A \bullet (r1+r2 - kz) = A\bulletr1 + A\bulletr2 - A\bulletkz
However, f(r1) + f(r2) = A\bulletr1 - A\bulletkz
+ A\bulletr2 - A\bulletkz
So, I just proved that the function is NOT a linear function, how great... :(
By the way, r = (x,y,z) in this book, if that changes anything.