function dx = FuncP5(t, x)
%
% Derivada. Práctica 5, ejercicio 2
%
dx = (2 - x^2)/(t^2 + x^2);