Michael K. answered 04/26/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Since we are interested in a Taylor series expansion up to degree three we are looking for...
P(x) = a0 + a1(x-2) + a2(x-2)2 + a3(x-2)3
ak (k = 0..3) are the successive derivatives of f(x) evaluated at the center point of a = 2 divided by k!
f(a=2) = 2
f'(x) = 1/2 * 1/sqrt(2+x)
f'(a=2) = 1/2 * 1/2 = 1/4
f''(x) = 1/2 * -1/2 * 1/[sqrt(2+x)]3 = -1/4 * 1/[sqrt(2+x)]3
f''(a=2) = -1/32 = -1/4 * 1/8
f'''(x) = 1/2 * -1/2 * -3/2 * 1/[sqrt(2+x)]5 = 3/8 * 1/[sqrt(2+x)]5
f'''(a=2) = 3/8 * 1/32
P(x) = f(a=2)/0! + f'(a=2)/1! * (x-2) + f''(a=2)/2! * (x-2)2 + f'''(a=2)/3! * (x-2)3
P(x) = 2 + 1/4*(x-2) - 1/32*(x-2)2 + 3/256*(x-2)3
If you want to simplify further, you can multiply out all the pieces and rearrange collecting like components for x, x2, x3 to get another representation of the polynomial.