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?