Question
Question: Let f(x) =((x-1)^2.e^x)/(1+x^2)^2 , then which of the following statement(s) is (are) correct?...
Let f(x) =((x-1)^2.e^x)/(1+x^2)^2 , then which of the following statement(s) is (are) correct?

f(x) is strictly increasing in (-∞, -1)
f(x) is strictly decreasing in (1,∞)
f(x) has two points of local extremum
f(x) has a point of local minimum at some x ∈ (-1,0)
A, C
Solution
To analyze the function f(x)=(1+x2)2(x−1)2ex, we need to find its first derivative f′(x) and determine its sign.
1. Find the derivative f′(x):
We use the quotient rule: (vu)′=v2u′v−uv′.
Let u=(x−1)2ex and v=(1+x2)2.
First, find u′ using the product rule:
u′=dxd((x−1)2ex)=2(x−1)ex+(x−1)2ex=ex(x−1)[2+(x−1)]=ex(x−1)(x+1).
Next, find v′ using the chain rule:
v′=dxd((1+x2)2)=2(1+x2)⋅(2x)=4x(1+x2).
Now, substitute u,u′,v,v′ into the quotient rule formula:
f′(x)=((1+x2)2)2ex(x−1)(x+1)(1+x2)2−(x−1)2ex(4x(1+x2))
Factor out common terms from the numerator, which are ex(x−1)(1+x2):
f′(x)=(1+x2)4ex(x−1)(1+x2)[(x+1)(1+x2)−4x(x−1)]
Simplify the denominator:
f′(x)=(1+x2)3ex(x−1)[(x+1)(1+x2)−4x(x−1)]
Simplify the expression inside the square brackets:
(x+1)(1+x2)−4x(x−1)=(x+x3+1+x2)−(4x2−4x)
=x3+x2+x+1−4x2+4x
=x3−3x2+5x+1.
So, the derivative is: f′(x)=(1+x2)3ex(x−1)(x3−3x2+5x+1)
2. Analyze the critical points and the sign of f′(x):
The sign of f′(x) depends on the sign of (x−1)(x3−3x2+5x+1), because ex>0 and (1+x2)3>0 for all real x.
Let h(x)=x3−3x2+5x+1.
To find the roots of h(x), analyze its derivative:
h′(x)=3x2−6x+5.
The discriminant of this quadratic is Δ=(−6)2−4(3)(5)=36−60=−24.
Since Δ<0 and the leading coefficient (3) is positive, h′(x) is always positive for all x∈R. This means h(x) is a strictly increasing function.
As a cubic polynomial, a strictly increasing function has exactly one real root.
Evaluate h(x) at some integer values:
h(−1)=(−1)3−3(−1)2+5(−1)+1=−1−3−5+1=−8.
h(0)=03−3(0)2+5(0)+1=1.
Since h(−1)<0 and h(0)>0, the unique real root of h(x)=0, let's call it β, lies in the interval (−1,0).
The critical points for f′(x)=0 are x=1 (from x−1=0) and x=β (from h(x)=0).
Now, let's analyze the sign of f′(x) in different intervals determined by β and 1:
- For x<β: (x−1) is negative, and h(x) is negative (since h(x) is increasing and h(β)=0). Therefore, (x−1)h(x) is positive, so f′(x)>0. f(x) is strictly increasing.
- For β<x<1: (x−1) is negative, and h(x) is positive. Therefore, (x−1)h(x) is negative, so f′(x)<0. f(x) is strictly decreasing.
- For x>1: (x−1) is positive. h(1)=13−3(1)2+5(1)+1=1−3+5+1=4. Since h(1)=4>0 and h(x) is increasing, h(x) is positive for x>1. Therefore, (x−1)h(x) is positive, so f′(x)>0. f(x) is strictly increasing.
3. Evaluate the given statements:
-
A. f(x) is strictly increasing in (−∞,−1).
From our analysis, f(x) is strictly increasing in (−∞,β). Since β∈(−1,0), the interval (−∞,−1) is a subset of (−∞,β). Thus, f(x) is strictly increasing in (−∞,−1).
Statement A is Correct. -
B. f(x) is strictly decreasing in (1,∞).
From our analysis, f(x) is strictly increasing in (1,∞).
Statement B is Incorrect. -
C. f(x) has two points of local extremum.
At x=β, f′(x) changes from positive to negative, indicating a local maximum at x=β.
At x=1, f′(x) changes from negative to positive, indicating a local minimum at x=1.
Thus, f(x) has two points of local extremum.
Statement C is Correct. -
D. f(x) has a point of local minimum at some x∈(−1,0).
We found a local minimum at x=1. The point of local extremum in (−1,0) is a local maximum (at x=β).
Statement D is Incorrect.
The correct statements are A and C.
The final answer is A,C.