function u = f_Extrap( t, x )

u = 1/3*sin(10*x) + cos(1+4*t).^2;

end