Analyzing the Setup
We are tasked with finding the number of elements in the set S={x:x∈[0,100] and ∫0xt2sin(x−t)dt=x2}.
At first glance, this integral appears complex. However, we can simplify the expression by utilizing the symmetry property of definite integrals.
The King's Property
We invoke the property ∫0af(t)dt=∫0af(a−t)dt. By applying this to our integral with a=x, we substitute t=x−u.
The integral transforms into:
I=∫0x(x−u)2sin(u)du
This substitution isolates the variable u within the sine function, making the integration process significantly more manageable.
The Expansion and Integration
Next, we expand the term
(x−u)2 into
x2−2xu+u2. Distributing
sin(u) across these terms, we obtain:
I=x2∫0xsin(u)du−2x∫0xusin(u)du+∫0xu2sin(u)du
Since x is treated as a constant relative to the variable of integration u, we evaluate these integrals using standard methods and integration by parts (ILATE rule).
The evaluation yields:
I=x2(1−cos(x))−2x(sin(x)−xcos(x))+(2xsin(x)−(x2−2)cos(x)−2)
The Grand Cancellation
Upon simplifying the expression, the terms involving
x2cos(x) and
xsin(x) cancel out perfectly. We are left with the simplified result:
I=x2+2cos(x)−2
Equating this to the right-hand side of our original equation,
x2, we get:
x2+2cos(x)−2=x2
This simplifies further to:
2cos(x)−2=0⇒cos(x)=1
The Final Count
We must solve cos(x)=1 for x∈[0,100]. The general solution is x=2nπ for integers n.
Given the interval
[0,100], we find the values of
n such that:
0≤2nπ≤100⇒0≤n≤2π100≈15.91
Thus, n∈{0,1,2,…,15}. There are exactly 16 values of x that satisfy the condition.