a. $f(x,y) = \begin{cases} \frac{x^2y^3}{2x^2+y^2} & \text{si } (x,y) \neq (0,0) \\ 1 & \text{si } (x,y) = (0,0) \end{cases}$ \\
b. $g(x,y) = \begin{cases} \frac{xy}{x^2+xy+y^2} & \text{si } (x,y) \neq (0,0) \\ 0 & \text{si } (x,y) = (0,0) \end{cases}$ \\
c. $h(x,y) = \begin{cases} \frac{x^2-y^2}{x^2+y^2} & \text{si } (x,y) \neq (0,0) \\ 0 & \text{si } (x,y) = (0,0) \end{cases}$ \\
? d. $i(x,y) = \begin{cases} \frac{x\ln(1+x^3)}{y(x^2+y^2)} & \text{si } (x,y) \neq (0,0) \\ 0 & \text{si } (x,y) = (0,0) \end{cases}$