To determine which of the given statements are correct, we first solve the given differential equation for the function y=f(x).
Step 1: Solving the Differential Equation
The given differential equation is:
xdxdy=y−x3for x∈(0,∞)
Rearranging the terms:
xdxdy−y=−x3
Dividing both sides by x2 (since x>0):
x2xdxdy−y=−x
The left-hand side is the derivative of xy:
dxd(xy)=−x
Integrating both sides with respect to x:
xy=−2x2+C
y=−2x3+Cx
Using the initial condition y(1)=0:
0=−213+C(1)⟹C=21
Thus, the function f(x) is given by:
f(x)=2x−x3
Step 2: Analyzing Maxima and Minima (Options A and B)
To find the local extrema, we differentiate f(x) with respect to x:
f′(x)=dxd(2x−x3)=21−3x2
Setting f′(x)=0 for x∈(0,∞):
1−3x2=0⟹x=31
Now, computing the second derivative:
f′′(x)=dxd(21−3x2)=−3x
Evaluating f′′(x) at the critical point x=31:
f′′(31)=−3(31)=−3<0
Since f′′(31)<0, the function f(x) has a local maximum at x=31.
- Therefore, Option A is FALSE and Option B is TRUE.
Step 3: Analyzing Monotonicity in the Interval (1,2) (Option C)
For any x∈(1,2):
x>1⟹x2>1⟹3x2>3⟹1−3x2<−2<0
Since f′(x)=21−3x2<0 for all x∈(1,2), the function f(x) is strictly decreasing in the interval (1,2).
- Therefore, Option C is FALSE.
Step 4: Number of Solutions for f(x)=g(x) (Option D)
Given:
g(x)=4x3−5x2+23xfor x>0
Setting f(x)=g(x):
2x−x3=4x3−5x2+23x
Since x>0, we can divide the entire equation by x:
21−x2=4x2−5x+23
Multiplying both sides by 2:
1−x2=8x2−10x+3
Rearranging into a quadratic equation:
9x2−10x+2=0
Using the quadratic formula, the roots are:
x=2(9)−(−10)±(−10)2−4(9)(2)=1810±100−72=1810±28=95±7
Both roots are positive real numbers:
x1=95+7>0andx2=95−7>0(since 7≈2.65<5)
Thus, there are exactly 2 elements in the set {x∈(0,∞):f(x)=g(x)}.
- Therefore, Option D is TRUE.
Conclusion
The correct options are B and D.