To find the value of ∑n=15(α+f(n)), we first determine the explicit form of the function f(x) and the value of the constant α.
The given functional equation is:
f(x+y)=f(x)+2y2+y+αxy∀x,y∈R
Substitute x=0 into the equation:
f(y)=f(0)+2y2+y+α(0)y
Given f(0)=−1, we get:
f(y)=2y2+y−1
Thus, for any x∈R, the function is:
f(x)=2x2+x−1
To find α, we substitute f(x) and f(x+y) back into the functional equation:
2(x+y)2+(x+y)−1=(2x2+x−1)+2y2+y+αxy
Expanding the left side:
2x2+4xy+2y2+x+y−1=2x2+x−1+2y2+y+αxy
Comparing the coefficient of xy on both sides:
α=4
We can verify f(1)=2(1)2+1−1=2, which satisfies the given condition f(1)=2.
Now, we calculate the term inside the summation:
α+f(n)=4+(2n2+n−1)=2n2+n+3
We need to evaluate the sum:
∑n=15(α+f(n))=∑n=15(2n2+n+3)
Using standard summation formulas:
∑n=15(α+f(n))=2∑n=15n2+∑n=15n+∑n=153
Calculating each sum individually:
∑n=15n2=65×(5+1)×(2⋅5+1)=65×6×11=55
∑n=15n=25×(5+1)=15
∑n=153=3×5=15
Substituting these values back into the expression:
∑n=15(α+f(n))=2(55)+15+15=110+30=140
Thus, the correct answer corresponds to Option B.