Concept:Use the property ∫abf(x)dx=∫abf(a+b−x)dx to simplify the integral when a+b=0.Explanation:Let I=∫abcosxx7+sinxdx.Since a+b=0, apply the property: I=∫abcos(a+b−x)(a+b−x)7+sin(a+b−x)dx.Because a+b=0, we have a+b−x=−x.Thus I=∫abcos(−x)(−x)7+sin(−x)dx.Now (−x)7=−x7, sin(−x)=−sinx, and cos(−x)=cosx.So I=∫abcosx−x7−sinxdx=−∫abcosxx7+sinxdx.But the last integral is exactly I, so I=−I.Hence 2I=0, giving I=0.Answer:0