I'm not really sure how to do this, I guessed it had something to do with Vector Functions but overall couldn't find a way to do it. Can you please help?
The equations are:
$$f(x,y) = x^2 + y^2 \ g(x,y) = xy + 10 $$
and I need a Vectorial equation. Thank you in advance!




We look for the intersection of the two surfaces (which are a paraboloid and a hyperbolic paraboloid):
$$\tag{0}\cases{z=x^2+y^2 & (a)\\z=xy+10 & (b)}$$
Let $(r,\theta)$ be the polar coordinates of $(x,y)$; i.e,
$$\tag{1}x=r \cos(\theta), \ \ y=r \sin(\theta).$$
Plugging these expressions in (0)(a) gives
$$\tag{2}r=\sqrt{z}.$$
Using $(0)(b)$, $(1)$ and $(2)$: $z=\sqrt{z} \cos(\theta) \sqrt{z}\sin(\theta)+10$, yielding:
$$z(1-\frac12 \sin(2 \theta))=10 \ \ \iff z=f(\theta) \ \ \text{with} \ \ f(\theta):=\dfrac{20}{2-\sin(2 \theta)}$$
Plugging this expression of $z$ in $(1)$ gives the final description of the intersection curve as a vector function of one variable, the polar angle:
$$\cases{x=\sqrt{f(\theta)}\cos(\theta)\\y=\sqrt{f(\theta)}\sin(\theta)\\z=f(\theta)}$$
(valid for any value of $\theta$ because $f(\theta)>0$ )