I've got an exercise and I am not really sure which is the correct answer.
Exercise
$f$ is R-integrable. Find the partial derivatives for function $g(x,y) = \int_0^{xy} \! f(t) \, \mathrm{d}t.$
End
I've found out that I should use The Second Fundamental Theorem of Calculus (from Michael Spivak - Calculus) which says:
If $f$ is integrable on $[a,b]$ and $f=g'$ for some function $g$ then
$\int_a^b \ = g(b) - g(a)$
I didn't found out how to apply it for my function $g(x,y)$.
I wanted to use The First Fundamental Theorem of Calculus, but function $f$ needs to be continuous and I don't have this information.
My Solution
$f = g'$ which means that:
$f(x) = \frac{\partial g}{\partial x} (x,y) = \frac{\partial g}{\partial x} \int_0^{xy} \! f(t) \, \mathrm{d}t.$
$f(y) = \frac{\partial g}{\partial y} (x,y) = \frac{\partial g}{\partial y} \int_0^{xy} \! f(t) \, \mathrm{d}t.$
What now? In my opinion the partial derivatives are $f(x)$ and $f(y)$, but I have no proof for that.