Limits, Continuity and Differentiability: Mathematics | JEE Main
If the functions f(x)=3x3+2bx+2ax2 and g(x)=3x3+ax+bx2, a=2b have a common extreme point, then a+2b+7 is equal to:
Your answer stays private
What feels right?
Hint 1 of 3
What condition must a common extreme point x0 satisfy for both f(x) and g(x)?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Setting f′(x)=g′(x)=0 yields x=1, which requires a+2b=−1, making a+2b+7=6.
Option analysis
Why each option works or fails
A · 23
Solving x(a−2b)−(a−2b)=0 incorrectly as x=−1, leading to an erroneous calculation of a+2b. Factor out (a−2b) carefully: (x−1)(a−2b)=0 with a=2b gives x=1, not x=−1.
B · 3
Assuming that finding a+2b=−1 directly yields a final answer of 7−4=3 by confusing the coefficients. Substitute the found value directly into the requested expression: a+2b+7=−1+7=6.
C · 4
Setting f′(x)−g′(x)=0 while dropping the linear coefficient, yielding a+2b=−3 instead of −1. Ensure the derivatives f′(x)=x2+ax+2b and g′(x)=x2+2bx+a are subtracted term-by-term without sign errors: (a−2b)x−(a−2b)=0.
D · 6
None. This is the correct option. Correct: equating the derivative conditions gives the shared critical point at x=1, which leads to 1+a+2b=0, giving a+2b+7=6.
Reviewed route
Solution
StepWorking
01given
f(x)=3x3+2ax2+2bx and g(x)=3x3+bx2+ax, with a=2b, having a common extreme point.
02goal
Find the value of a+2b+7.
03approach
For a polynomial function, an extreme point occurs where its derivative is zero. Since f(x) and g(x) share a common extreme point, the quadratic equations f′(x)=0 and g′(x)=0 share a common root. Subtract the two equations to locate this common root and substitute back.
04execute
Differentiate both functions:
f′(x)=x2+ax+2b=0g′(x)=x2+2bx+a=0
Subtract the two equations:
(x2+ax+2b)−(x2+2bx+a)=0⟹(a−2b)x−(a−2b)=0(a−2b)(x−1)=0
Since a=2b, we have a−2b=0, which uniquely gives the common root x=1.
05execute
Substitute the common root x=1 into f′(x)=0:
12+a(1)+2b=0⟹1+a+2b=0⟹a+2b=−1
Now evaluate the requested expression:
a+2b+7=−1+7=6
✓verify
Substituting x=1 into g′(x)=0 gives 1+2b+a=0, which is consistent. Thus a+2b+7=6 holds without contradiction.
Hints that build this answer step by step
What condition must a common extreme point x0 satisfy for both f(x) and g(x)?
f′(x0)=0 and g′(x0)=0
Computing f′(x)=x2+ax+2b and g′(x)=x2+2bx+a, what is the value of the common critical point x0 given a=2b?
x0=1
Using x0=1 in f′(x0)=0, what is the value of a+2b+7?
Why are we allowed to just subtract the two equations to find the common root?
If a value x=x0 satisfies both P(x)=0 and Q(x)=0, it must satisfy any linear combination P(x)−Q(x)=0. Subtracting eliminates the x2 term, isolating x0 directly.