Given the non-smoothed starting points shown as black dots m…

Given the non-smoothed starting points shown as black dots match the smoothed path that would result from each expression. The Start and Finish points are fixed. Expression 1 = min( || xi – yi ||2 )Expression 2 = min( || yi – yi+1 ||2 )Expression 3 = c1 * min( || xi – yi ||2 ) + c2 * min( || yi – yi+1 ||2 ) xi = non-smoothed path starting pointsyi = smoothed points