Not using differentiable functions, you can't. That is signaled by the sharp edges on the cube. Our ways of writing formulas have developed so that only smooth curves are surfaces can be represented by a single formula. Typically, you have "corners" or "edges" you need to break the problem into pieces.
Well, yes, "like" x and y. A surface is, by definition, two dimensional. That means that every point on a (smooth) surface can be represented as some function of two parameters. I'd be very surprised if you got this far without having met parametric equations for at least curves (which depend on one parameter because a curve is one dimensional). I was using u and v to represent whatever the parameters are. Of course, if you can write z as a function of x and y for the surface then you can use x and y themselves as the parameters. For example, the parabolid z= x2+ y[/sup]2[/sup] can be written with parametric equations x= u, y= v, z= u2+ v[/sup]2[/sup], so that a vector equation is \vec{r}(u,v)= x\vec{i}+ y\vec{v}+ z\vec{k}=u\vec{i}+ v\vec{v}+ (u^2+ v^2)\vec{k} or just use the letters x and y instead of u and v:\vec{r}(x,y)= x\vec{i}+ y\vec{v}+ (x^2+ y^2)\vec{k}
On the other hand, we cannot do that with a sphere, because z cannot be written as a single valued function of x and y (nor can y be written as a function of x and z nor x as a function of y and z). What we can do in that situation is use the spherical coordinates for 3-space with \rho set equal to the radius of the sphere: x= R cos(\theta) sin(\phi), y= R sin(\theta) sin(\phi), z= R cos(\phi) where the parameters are now \theta and \phi.
In your problem, you could represent the side of the cube where y= 1 by using x and z, which can take on any values between 0 and 1, as parameters. You could write the vector equation of that side as \vec{r}(x,z)= x\vec{i}+ \vec{j}+ z\vec{k}[/tex].