Analyzing the Setup
Imagine you are standing on a landscape defined by the function y=alnx+bx2+x. You are looking for the peaks and valleys—the points where the ground levels off, and the slope of the tangent line becomes perfectly horizontal.
In the language of calculus, these are our local extrema. The problem asks us to find the constants a and b that create these specific features at x=−1 and x=2.
The Derivative
Our Mathematical Compass
To find where the landscape levels off, we need the derivative. The derivative, dxdy, tells us the slope at any point x. When we are at an extremum, the slope is zero.
Our first step is to differentiate the function:
dxdy=dxd(alnx+bx2+x)
Applying the power rule and the derivative of the natural log, we get:
dxdy=xa+2bx+1
This expression is our compass. It tells us the slope at any point x.
The Domain Paradox
Now, here is where the plot thickens. We are told an extremum exists at x=−1. But wait—the natural log function lnx is only defined for x>0.
Does this mean the problem is impossible? Not at all! In the world of competitive exams, we treat the derivative as a formal algebraic relation.
We are looking for the values of a and b that satisfy the condition dxdy=0 at these points, regardless of the domain constraints of the original function.
Solving the System
With our derivative dxdy=xa+2bx+1, we can now set up our system of equations.
At
x=2, we have:
2a+2b(2)+1=0⇒2a+4b=−1⇒a+8b=−2
At
x=−1, we have:
−1a+2b(−1)+1=0⇒−a−2b=−1⇒a+2b=1
We now have a system of two linear equations:
1) a+8b=−2
2) a+2b=1
Final Calculation
Subtracting Equation (2) from Equation (1) gives us:
6b=−3⇒b=−21
Substituting this back into Equation (2), we find:
a+2(−21)=1⇒a−1=1⇒a=2
We have arrived at our destination: a=2 and b=−21. You have successfully navigated the domain paradox and used the power of calculus to define the curve.