-
When the difference of the two functions is zero, the two functions have the same value.

Input := 


FindRoot[v'[t] == v2'[t],{t,2.5}]

Output =


{t -> 1.57179}

Input := 


FindRoot[v'[t] == v2'[t],{t,9}]

Output =


{t -> 9.10313}