- #1
negation
- 818
- 0
Homework Statement
The Attempt at a Solution
I don't think I'm interpreting the question correctly. Maybe someone can point me in the right direction?
There are 2 conditions: if y =/=0 then f(x,y) = x^2/y and if y=0 then f(x,y) = 0
Let u =(1,1) and v = (1,1)
f(v) = f(1,1) = 1^2/1 = 1
f(u) = f(1,1) = 1
f(u) + f(v) = 2
f(u+v) = 2
testing for the second condition: if y=0 then f(x,y) = 0
let u = (1,0) v = (1,0)
f(u) = 0 since if y = 0, f(x,y) = 0
f(v) = 0
f(u) + f(v) = 0
f(u+v) = f(2,0) = 0