Functional Equality
Problem 1 (Functional Equality) Let \(f: \R \to \R\) be a function such that \[ f(x+y) = f(x) + f(y) + 3xy. \tag{1}\] If \(f^\prime(1) = 4\), then find \(f^\prime(0)\).
Answer 1 Take the partial derivative of both sides of Equation 1 with respect to \(y\): \[ f^\prime(x + y) \cdot 1 = f^\prime(y) + 3x \] Evaluating this at \(y=0\) yields \(f^\prime(x) = f^\prime(0) + 3x\). Now, evaluate at \(x=1\) to obtain \[ 4 = f^\prime(1) = f^\prime(0) + 3. \] Solving for \(f^\prime(0)\), we find that \(\boxed{f^\prime(0) = 1}\).
As a bonus, along the way, we determined that \(f^\prime(x) = 1 + 3x\). This means that \[ f(x) = \int_0^x f^\prime(y) \dd y = \int_0^x (1 + 3y) \dd y = \frac{3}{2}x^2 + x + C. \] By Equation 1, we know that \(f(0) = 0\), which implies that \(C = 0\). Hence, we deduce that \[ \boxed{f(x) = x \left( 1 + \frac{3}{2}x \right)}. \]