Hi, the problem is given below,
Clear[x, a, b, c];
Integrate[(x - a)^2 (x - c)^2, {x, b, c}] /. {a -> Subscript[x, i],
b -> Subscript[x, i - 1],
c -> Subscript[x, i + 1]} // TraditionalForm
the answer for this problem is:
.............................................................................................................................................................
the problem is: I need this answer in the form of 'h'
where

Could you please help me out?