Let f:R→R be a function defined by f(x)=(2+3a)x2+(a−1a+2)x+b,a=1. If f(x+y)=f(x)+f(y)+1−72xy, then the value of 28i=1∑5∣f(i)∣ is
Options
Solution
Key Concepts and Formulas
Functional Equations: Properties of functions derived from equations involving f(x+y), f(x), f(y), etc. Specific substitutions like x=0,y=0 or y=−x are crucial.
Polynomial Identity: If a polynomial is identically zero for all real values of the variable, then all its coefficients must be zero.
Quadratic Functions: The form f(x)=Ax2+Bx+C, and how to find its coefficients.
Summation Formulas: Basic summation properties and the ability to evaluate sums of terms.
Step-by-Step Solution
Step 1: Determine the value of f(0) using the functional equation.
We are given the functional equation:
f(x+y)=f(x)+f(y)+1−72xy.... (1)
To find f(0), we substitute x=0 and y=0 into equation (1).
f(0+0)=f(0)+f(0)+1−72(0)(0)f(0)=2f(0)+1
Subtracting f(0) from both sides gives:
0=f(0)+1
Therefore,
f(0)=−1
Step 2: Determine the value of the constant b from the explicit form of f(x).
The function is given by f(x)=(2+3a)x2+(a−1a+2)x+b.
We can find f(0) by substituting x=0 into this explicit form:
f(0)=(2+3a)(0)2+(a−1a+2)(0)+bf(0)=0+0+bf(0)=b
From Step 1, we know f(0)=−1. Equating the two expressions for f(0), we get:
b=−1
Step 3: Determine the value of the constant a using the functional equation and the form of f(x).
We will now use the substitution y=−x in the functional equation (1).
f(x+(−x))=f(x)+f(−x)+1−72x(−x)f(0)=f(x)+f(−x)+1+72x2
Since f(0)=−1, we have:
−1=f(x)+f(−x)+1+72x2
Rearranging this equation, we get:
f(x)+f(−x)=−2−72x2.... (2)
Now, let's use the explicit form of f(x) with b=−1:
f(x)=(2+3a)x2+(a−1a+2)x−1
Let A=2+3a and B=a−1a+2. So, f(x)=Ax2+Bx−1.
Then, f(−x) is:
f(−x)=A(−x)2+B(−x)−1=Ax2−Bx−1
Now, we compute f(x)+f(−x):
f(x)+f(−x)=(Ax2+Bx−1)+(Ax2−Bx−1)f(x)+f(−x)=2Ax2−2
Substitute A=2+3a:
f(x)+f(−x)=2(2+3a)x2−2
Now, substitute this expression for f(x)+f(−x) into equation (2):
2(2+3a)x2−2=−2−72x2
Adding 2 to both sides, we get:
2(2+3a)x2=−72x2
This equation must hold for all real values of x. Therefore, the coefficients of x2 on both sides must be equal.
2(2+3a)=−72
Divide both sides by 2:
2+3a=−713a=−71−23a=−71−7143a=−715a=−715⋅31a=−75
Step 4: Reconstruct the function f(x) with the determined values of a and b.
We have a=−75 and b=−1.
Let's find the coefficients of f(x):
Coefficient of x2: 2+3a=2+3(−75)=2−715=714−15=−71.
Coefficient of x: a−1a+2=−75−1−75+2=7−5−77−5+14=7−1279=−129=−43.
Constant term: b=−1.
So, the function f(x) is:
f(x)=−71x2−43x−1
To simplify calculations for the sum, we find a common denominator for the coefficients, which is 28.
f(x)=−284x2−2821x−2828f(x)=−281(4x2+21x+28)
Step 5: Calculate the values of ∣f(i)∣ for i=1,2,3,4,5.
We need to calculate ∣f(i)∣=−281(4i2+21i+28)=281∣4i2+21i+28∣.
For i≥1, the expression 4i2+21i+28 is always positive because all terms are positive. Thus, ∣4i2+21i+28∣=4i2+21i+28.
So, ∣f(i)∣=281(4i2+21i+28).
Let's calculate for each i:
For i=1: ∣f(1)∣=281(4(1)2+21(1)+28)=281(4+21+28)=2853.
For i=2: ∣f(2)∣=281(4(2)2+21(2)+28)=281(4(4)+42+28)=281(16+42+28)=2886.
For i=3: ∣f(3)∣=281(4(3)2+21(3)+28)=281(4(9)+63+28)=281(36+63+28)=28127.
For i=4: ∣f(4)∣=281(4(4)2+21(4)+28)=281(4(16)+84+28)=281(64+84+28)=28176.
For i=5: ∣f(5)∣=281(4(5)2+21(5)+28)=281(4(25)+105+28)=281(100+105+28)=28233.
Algebraic Errors: Be meticulous with algebraic manipulations, especially when dealing with fractions and signs.
Sign of the Quadratic: Always check if the quadratic expression inside the absolute value is positive or negative for the given range of x. In this case, 4i2+21i+28 is positive for i≥1.
Substitution Strategy: The choice of substitutions in functional equations is key. x=0,y=0 and y=−x are standard and effective for quadratic forms.
Summary
The problem involves a functional equation and an explicit quadratic form of a function. We first used substitutions in the functional equation to find f(0) and then related it to the constant term b. By substituting y=−x and comparing coefficients of the resulting polynomial identity, we determined the value of a. With a and b found, we reconstructed the function f(x) and then computed the sum of ∣f(i)∣ for i=1 to 5, finally multiplying by 28 to get the desired result.