📖 Explanation
The expression ex−[x] simplifies to e{x}, where {x} is the fractional part of x. Because the function [sin2πx] repeats every integer interval and the fractional part function shares this periodicity, the integrand itself is periodic with period 1. The integral from 0 to 10 is therefore equivalent to 10 times the integral over the single interval [0,1], which can be written as 10∫01ex[sin2πx]dx because {x}=x within this range.
The floor function [sin2πx] behaves predictably within [0,1]. For 0≤x<21, the argument 2πx ranges from 0 to π, which means sin2πx resides in [0,1) and forces [sin2πx] to be 0. For 21≤x<1, the argument 2πx ranges from π to 2π, so sin2πx resides in [−1,0), resulting in [sin2πx]=−1. This simplifies the entire expression to −10∫211e−xdx.
Computing the antiderivative of e−x results in −e−x. Applying the limits from 21 to 1 yields −10(−e−1−(−e−21)), which simplifies to 10e−1−10e−21+0. Comparing this result to the form αe−1+βe−21+γ, the coefficients are α=10, β=−10, and γ=0. Summing these values gives α+β+γ=0.