#given 

a = 1.5 #m/s^2
s = 2000
v = var('v')
u = 10 #m/s

# final velocity is found using
v = sqrt(u^2 +  2*a*s )
print v

        
78.1024967590665