1. Problem
Define a function:
for t>=0, f(x,t) = { x for 0 <= x <= sqrt(t), -x + 2sqrt(t) for sqrt(t) <= x <= 2sqrt(t), 0 elsewhere}
for t<0 f(x,t) = - f(x,|t|)
Show that f is continuous in R^2. Show that f_t (x, 0) = 0 for all x.
Then define g(t) = integral[f(x,t)dx] from -1 to 1. Show...