Given $F(x) = \int_c^\infty f(x,t)dt$ exists for each $x\in[a,b]$ and is continuous, $f(x,t), f_x(x,t)$ continuous on $D = [a, b] \times [c, \infty)$, show that
$$F'(x) = \int_c^\infty f_x(x,t)dt\text{,}$$
provided this integral converges uniformly.
This problem is very similar to the one here except that this integral is improper. I've been able to show the the proper case using a different approach from the one in the other post but my technique required using an $\epsilon$/(width of the interval), but this approach doesn't apply here.
Consider the sequence of functions $F_n:[a,b] \to \mathbb{R}$, where
$$F_n(x) = \int_c^{c+n} f(x,t) \, dt$$
Since $f,f_x$ are continuous on the compact set $[a,b] \times [c,c+n]$, it follows (from the linked result) that $F_n$ is differentiable on $[a,b]$ and
$$F_n'(x) = \int_c^{c+n} f_x(x,t) \, dt$$
By hypothesis, $F(x) = \int_c^\infty f(x,t) \, dt$ exists for all $x \in [a,b]$ and, thus, $F_n(x) \to F(x)$ as $n \to \infty$. We are also give that the improper integral $\int_c^\infty f_x(x,t) \, dt$ is uniformly convergent for $x \in [a,b]$, which implies that $F_n'(x) \to \int_c^\infty f_x(x,t) \, dt$ uniformly as $n \to \infty$ for $x \in [a,b]$.
Now we can apply a well-known theorem (Theorem 7.17 in Priciples of Mathematical Analyis by Rudin)
Applying this theorem, we get
$$F'(x) = \lim_{n \to \infty} F_n'(x) =\lim_{n \to \infty} \int_c^{c+n} f_x(x,t) \, dt= \int_c^\infty f_x(x,t) \, dt$$