Step 1: Simplify the Integral
The given integral is of the form ∫−aaf(x)dx. We can use the property ∫−aaf(x)dx=∫0a[f(x)+f(−x)]dx.
Let the integrand be f(x)=(1+πx)sinxsin(nx).
Now, we find f(−x):
f(−x)=(1+π−x)sin(−x)sin(n(−x))=(1+1/πx)(−sinx)−sin(nx)=(πxπx+1)sinxsin(nx)=(1+πx)sinxπxsin(nx)
Next, we compute the sum f(x)+f(−x):
f(x)+f(−x)=(1+πx)sinxsin(nx)+(1+πx)sinxπxsin(nx)=(1+πx)sinx(1+πx)sin(nx)=sinxsin(nx)
So, the integral In simplifies to:
In=∫0πsinxsin(nx)dx
Step 2: Establish a Recurrence Relation for In
Let's consider the difference In−In−2 for n≥2:
In−In−2=∫0πsinxsin(nx)dx−∫0πsinxsin((n−2)x)dx=∫0πsinxsin(nx)−sin((n−2)x)dx
Using the trigonometric identity sinA−sinB=2cos(2A+B)sin(2A−B):
sin(nx)−sin((n−2)x)=2cos(2nx+(n−2)x)sin(2nx−(n−2)x)=2cos((n−1)x)sinx
Substituting this back into the integral:
In−In−2=∫0πsinx2cos((n−1)x)sinxdx=∫0π2cos((n−1)x)dx
For n≥2, n−1≥1. Evaluating the integral:
In−In−2=2[n−1sin((n−1)x)]0π=n−12[sin((n−1)π)−sin(0)]=n−12[0−0]=0
Thus, we have the recurrence relation In=In−2 for all n≥2. This can be rewritten as In+2=In for n≥0.
Step 3: Calculate Base Cases and Find a General Formula for In
Let's calculate the first few values of In:
For n=0:
I0=∫0πsinxsin(0x)dx=∫0π0dx=0
For n=1:
I1=∫0πsinxsin(1x)dx=∫0π1dx=[x]0π=π
Using the recurrence relation In=In−2:
- If n is an even number (n=2k for k≥0), then In=I2k=I2(k−1)=⋯=I2=I0=0.
- If n is an odd number (n=2k+1 for k≥0), then In=I2k+1=I2(k−1)+1=⋯=I3=I1=π.
So, we have a general formula for In:
In={0πif n is evenif n is odd
Step 4: Evaluate the Given Options
A: In=In+2
From our recurrence relation derived in Step 2, In+2=In for n≥0. This is true for all non-negative integers n. Thus, option A is correct.
B: m=1∑10I2m+1=10π
The index 2m+1 is always odd. For any odd integer k, Ik=π. Therefore, I2m+1=π for all m=1,2,…,10.
The sum is:
∑m=110I2m+1=∑m=110π=10×π=10π
Thus, option B is correct.
C: m=1∑10I2m=0
The index 2m is always even. For any even integer k, Ik=0. Therefore, I2m=0 for all m=1,2,…,10.
The sum is:
∑m=110I2m=∑m=1100=0
Thus, option C is correct.
D: In=In+1
This implies the sequence is constant. Let's check for n=0 and n=1. We have I0=0 and I1=π. Since I0=I1, this statement is not generally true. Thus, option D is incorrect.
Conclusion:
Options A, B, and C are correct.