Let f : R → R be a function such that f (x) = x3 + x2 f '(1) + xf ''(2) + f '''(3), x R. Then f (2) equals
f (x) = x3 + ax2 + bx + c
f '(x) = 3x2 + 2ax + b
f "(x) = 6x + 2a
f "' (x) = 6 a = f '(1) = 3 + 2a + b ⇒ a + b =–3
b = f " = 12 + 2a ⇒ 2a – b = –12
c = f "' (3) ⇒ c = 6 and a =–5, b = 2
⇒ f (x) – x2 + 5x2 + 2x – 6
⇒ f (2) = 8 – 20 + 4 + 6 = –2
We are given a function f: R → R defined as:
f(x) = x3 + x2 f'(1) + x f''(2) + f'''(3)
Our goal is to find f(2). Notice that f'(1), f''(2), and f'''(3) are constants because they are derivatives evaluated at specific points. Let's denote:
Let a = f'(1), b = f''(2), c = f'''(3)
So, f(x) = x3 + a x2 + b x + c
Differentiate f(x) with respect to x:
Differentiate f'(x) with respect to x:
Differentiate f''(x) with respect to x:
This is a constant value, independent of x.
We defined our constants as:
a = f'(1)
b = f''(2)
c = f'''(3)
From Step 3, we found that f'''(x) = 6. Therefore:
c = f'''(3) = 6
Now, let's find an expression for b using the second derivative:
f''(x) = 6x + 2a
Therefore, b = f''(2) = 6*(2) + 2a = 12 + 2a
Now, let's find an expression for a using the first derivative:
f'(x) = 3x2 + 2a x + b
Therefore, a = f'(1) = 3*(1)2 + 2a*(1) + b = 3 + 2a + b
This gives us an equation: a = 3 + 2a + b
Rearranging terms: a - 2a = 3 + b
-a = 3 + b
a = -3 - b ...(Equation 1)
We also have an expression for b from earlier: b = 12 + 2a ...(Equation 2)
We have two equations:
1) a = -3 - b
2) b = 12 + 2a
Substitute Equation 1 into Equation 2:
b = 12 + 2(-3 - b)
b = 12 - 6 - 2b
b = 6 - 2b
b + 2b = 6
3b = 6
b = 2
Now substitute b = 2 back into Equation 1:
a = -3 - (2)
a = -5
We already found c = 6.
We now know all constants:
a = -5, b = 2, c = 6
Therefore, the function is:
f(x) = x3 + (-5)x2 + (2)x + (6) = x3 - 5x2 + 2x + 6
Substitute x = 2 into the function:
f(2) = (2)3 - 5*(2)2 + 2*(2) + 6
f(2) = 8 - 5*4 + 4 + 6
f(2) = 8 - 20 + 4 + 6
f(2) = (8 + 4 + 6) - 20
f(2) = 18 - 20
f(2) = -2
f(2) = -2
Power Rule for Differentiation:
Derivative of a Constant:
Linearity of Differentiation:
Core Concept: The key insight in this problem was recognizing that f'(1), f''(2), and f'''(3) are simply constant numbers. This allowed us to treat the original equation as a standard polynomial and use differentiation to create a solvable system of equations for these constants.