Solveeit Logo

Question

Question: f:R $\to$ R, f(x) = $\frac{3x^2 + mx + n}{x^2 + 1}$. If the range of this function is [-4, 3), then ...

f:R \to R, f(x) = 3x2+mx+nx2+1\frac{3x^2 + mx + n}{x^2 + 1}. If the range of this function is [-4, 3), then find the value of m2+n2m^2 + n^2.

Answer

16

Explanation

Solution

Let the given function be y=f(x)=3x2+mx+nx2+1y = f(x) = \frac{3x^2 + mx + n}{x^2 + 1}. Rearranging the equation to form a quadratic in xx: y(x2+1)=3x2+mx+ny(x^2 + 1) = 3x^2 + mx + n yx2+y=3x2+mx+nyx^2 + y = 3x^2 + mx + n (y3)x2mx+(yn)=0(y-3)x^2 - mx + (y-n) = 0

For real solutions of xx, the discriminant of this quadratic equation must be non-negative, provided y3y \neq 3.

Case 1: y3y \neq 3 The discriminant D=(m)24(y3)(yn)0D = (-m)^2 - 4(y-3)(y-n) \ge 0. m24(y2ny3y+3n)0m^2 - 4(y^2 - ny - 3y + 3n) \ge 0 m24y2+4ny+12y12n0m^2 - 4y^2 + 4ny + 12y - 12n \ge 0 Rearranging into a quadratic inequality in yy: 4y2(4n+12)y(m212n)04y^2 - (4n+12)y - (m^2 - 12n) \le 0

Since the range of the function is [4,3)[-4, 3), the quadratic 4y2(4n+12)y(m212n)4y^2 - (4n+12)y - (m^2 - 12n) must be less than or equal to zero for yy values between 4-4 and 33. This means the roots of 4y2(4n+12)y(m212n)=04y^2 - (4n+12)y - (m^2 - 12n) = 0 are 4-4 and 33.

We can write the quadratic in terms of its roots: 4(y(4))(y3)=4(y+4)(y3)=4(y2+y12)=4y2+4y484(y - (-4))(y - 3) = 4(y+4)(y-3) = 4(y^2 + y - 12) = 4y^2 + 4y - 48.

Equating the coefficients of 4y2(4n+12)y(m212n)4y^2 - (4n+12)y - (m^2 - 12n) and 4y2+4y484y^2 + 4y - 48:

  1. Coefficient of yy: (4n+12)=4    4n+12=4    4n=16    n=4-(4n+12) = 4 \implies 4n+12 = -4 \implies 4n = -16 \implies n = -4.
  2. Constant term: (m212n)=48    m212n=48-(m^2 - 12n) = -48 \implies m^2 - 12n = 48. Substitute n=4n=-4: m212(4)=48    m2+48=48    m2=0    m=0m^2 - 12(-4) = 48 \implies m^2 + 48 = 48 \implies m^2 = 0 \implies m = 0.

Case 2: y=3y = 3 If y=3y=3, the equation (y3)x2mx+(yn)=0(y-3)x^2 - mx + (y-n) = 0 becomes: 0x2mx+(3n)=0    mx+(3n)=00x^2 - mx + (3-n) = 0 \implies -mx + (3-n) = 0. For y=3y=3 not to be in the range, this equation must not have a real solution for xx. If m0m \neq 0, then x=3nmx = \frac{3-n}{m} is a real solution, which means y=3y=3 would be in the range, contradicting the given range. Therefore, mm must be 00. If m=0m=0, the equation becomes 3n=03-n = 0, so n=3n=3. If m=0m=0 and n=3n=3, the function is f(x)=3x2+3x2+1=3f(x) = \frac{3x^2+3}{x^2+1} = 3, so the range is {3}\{3\}, which contradicts the given range [4,3)[-4, 3).

Thus, the values obtained from Case 1 (m=0,n=4m=0, n=-4) are correct. We need to find m2+n2m^2 + n^2. m2+n2=(0)2+(4)2=0+16=16m^2 + n^2 = (0)^2 + (-4)^2 = 0 + 16 = 16.