You can apply calculus of variations to this problem. You will use the Euler Lagrange Equation. Let $f(x,y)=\alpha x+\beta y$. The functions $x$ and $y$ that minimize the functional $F(\gamma)=\int_0^1 f(x,y)\,dt$ will satisfy the Euler-Lagrange Equations are satisfied:
$$\frac{\partial f}{\partial x}-\frac{d}{dt}\frac{\partial f}{\partial x'}=0$$
and
$$\frac{\partial f}{\partial y}-\frac{d}{dt}\frac{\partial f}{\partial y'}=0.$$
Evaluating both of these, we get $\alpha=0$ and $\beta=0$, which is a contradiction (unless you chose those particular and boring values for $\alpha$ and $\beta$). We conclude, therefore, that there is no minimizing curve $\gamma$. In retrospect, this makes sense because if, say, $\alpha=\beta=1$, we could choose many functions which make our functional evaluate to very very small numbers. We could choose $x(t)=y(t)=-10^9$, or $x(t)=y(t)=-10^{10},$ or even $x(t)=y(t)=-10^{10!}$. There is no limit to how small a value your functional can evaluate to.
You may look at this paper on constrained calculus of variations if you want to constrain $x$ and $y$ to just certain types of functions.
The point is, though, when you have multiple functions in your functional, the Euler Lagrange Equation has to be satisfied for each of them.