function [ f_t ] = f_t(t) %f_t This function is the integrand to be solved f_t = @(t) sqrt((.3 + 7.8*t-14.1*t^2)^2 + (.3+1.8*t-8.1*t^2)^2) ; end