I want to compute the partial derivative of the following function:
$f(x,y)= \int_{x}^{y}e^{-{t^2}}dt$
Since $f$ is a continous function it has an antiderivative. Let $F$ be the antiderivative of f.
Then:
$\int_{x}^{y}e^{-t^2}dt = F(y) - F(x)$.
Now computing the partial derivatives of $F(y) -F(x)$ results in:
$\frac{\partial f}{\partial x} F(y)-F(x) = - e^{-x^2}$
$\frac{\partial f}{\partial y} F(y)-F(x) = e^{-y^2}$
Is that valid?
Recall from the Fundamental Theorem of Calculus, if we define ${f(x)=\int_{a}^{x}g(t)dx}$ then we have ${f'(x)=g(x)}$. In your case, a multivariate function is defined to be
$${f(x,y)=\int_{x}^{y}e^{-t^2}dt}$$
Remember when computing the partial derivatives of ${f(x,y)}$, you always treat the other variable as a constant. So in actuality we get
$${\frac{\partial f}{\partial y}(x,y)=e^{-y^2}}$$
Furthermore, we see $${\int_{x}^{y}e^{-t^2}dt=-\int_{y}^{x}e^{-t^2}dt}$$
And so ${\frac{\partial f}{\partial x}=-e^{-x^2}}$