Input := Plot[{v[t],v2[t]},{t,0,endTime}]
Output = -Graphics-
Input := voldiff[t_]=v[t]-v2[t];
Input := Plot[voldiff[t],{t,0,endTime}]