I was hoping someone could check if my solution to this question is correct and hopefully offer some feedback if the answer is not correct.
Question: Is $U = \{(x,y)\in \mathbb{R}^2 : sin(\frac{x^3}{x^4 + y^2}) > 0 \}$ an open subset of $\mathbb{R}^2$?
I think that it is open, because the functions $f(x,y) = x^4 + y^2$ and $g(x,y) = sin(\frac{x^3}{x^4+y^2})$ are continuous and so
$U = \{(x,y)\in \mathbb{R}^2 : x^4+y^2 > 0, sin(\frac{x^3}{x^4 + y^2}) > 0 \} = (f^{-1}(0,\infty) \cap g^{-1}(0,\infty))$
Since, $f,g$ are continuous $f^{-1}(X), g^{-1}(X)$ are open for any open set X. So $U$ is open since it is a finite intersection of open sets.