Question:medium

Let \( u + v + w = 3 \), \( u, v, w \in \mathbb{R} \) and \( f(x) = ux^2 + vx + w \) be such that \( f(x + y) = f(x) + f(y) + xy \) for all \( x, y \in \mathbb{R} \). Then \( f(1) \) is equal to:

Show Hint

Always compare the coefficients carefully when matching expansions. Special attention to cross terms like \(xy\) is key!
Updated On: Nov 28, 2025
  • \( \frac{5}{2} \)
  • \( \frac{1}{2} \)
  • \( \frac{1}{\sqrt{2}} \)
  • \( 3 \)
Hide Solution

The Correct Option is D

Solution and Explanation


Step 1: Expand \( f(x+y) \).
\n\nSince \( f(x) = ux^2 + vx + w \), we have\n\[\nf(x+y) = u(x+y)^2 + v(x+y) + w = u(x^2 + 2xy + y^2) + v(x+y) + w,\n\]\n\[\n= ux^2 + 2uxy + uy^2 + vx + vy + w.\n\]\n\n
Step 2: Expand \( f(x) + f(y) + xy \).
\n\nAlso,\n\[\nf(x) = ux^2 + vx + w, \quad f(y) = uy^2 + vy + w,\n\]\nthus\n\[\nf(x) + f(y) + xy = ux^2 + uy^2 + vx + vy + 2w + xy.\n\]\n\n
Step 3: Compare coefficients.
\n\nFrom\n\[\nux^2 + 2uxy + uy^2 + vx + vy + w = ux^2 + uy^2 + vx + vy + 2w + xy,\n\]\nwe equate coefficients:\n\n Coefficient of \(x^2\): \( u = u \) (holds).\n
\n Coefficient of \(y^2\): \( u = u \) (holds).\n
\n Coefficient of \(xy\): \( 2u = 1 \quad \Rightarrow \quad u = \frac{1}{2} \).\n
\n Coefficient of \(x\): \( v = v \) (holds).\n
\n Coefficient of \(y\): \( v = v \) (holds).\n
\n Constant term: \( w = 2w \quad \Rightarrow \quad w = 0 \).\n
\n\n
Step 4: Find \(v\) using the given condition.
\n\nGiven:\n\[\nu + v + w = 3.\n\]\nSubstituting \( u = \frac{1}{2} \) and \( w = 0 \),\n\[\n\frac{1}{2} + v + 0 = 3 \quad \Rightarrow \quad v = \frac{5}{2}.\n\]\n\n
Step 5: Find \( f(1) \).
\n\nNow,\n\[\nf(1) = u(1)^2 + v(1) + w = \frac{1}{2} + \frac{5}{2} + 0 = 3.\n\]
Was this answer helpful?
0