1

Options ; $A)~ (1,\infty)~~ B)~(0,\infty)~~C)~(-1,\infty)~~D)~(-\frac 14 , \infty)$

Obviously $$16-4(k)(3k+1)<0$$ $$k\in (-\infty, -\frac 43)\cup (1,\infty)$$

And also $k>0$ so the answer should be A)

The answer is, however, A, B, D

I think it has something to do with ‘ least one $x>0$’ but I don’t know what the question exactly means by that

Aditya
  • 6,191

3 Answers3

3

Case 1, when $k>0$

Then $f(x)=kx^2-4x+3k+1$ is vertical upward parabola which will be positive definite for infinitely many values of $x$. So $k>0$ will enable $f(x)$ to become positive for many values of $x$.

Case 2: when $k<0$

$f(x)$ will be a downward parabola and it will be positive for at least one value of $x>0$ if at least one of its roots is positive and this happens when $B^2 \ge 4AC \implies k[-4/3. 1]$ and when the product of the roots is negative $\implies \frac{3k+1}{k} \implies -1/3<k<0$. The overlap of the previous two domains is $\implies -1/3<k <0.$

If $k<0$, this equation cannot have both roots positive because sum of the roots $\alpha+\beta=4/k<0.$

Final answer is the union of these two cases: $k\in(-1/3, \infty).$

Z Ahmed
  • 43,235
  • If the product of both roots is positive, doesnt that count too? – Aditya Jul 19 '20 at 17:55
  • Yes, good point. But both roots cannot be positive if $k<0$, because sum of the roots=4/k<0$. I have added this point in my answer now. – Z Ahmed Jul 19 '20 at 18:15
2

If $k\ge 0$, then the said condition will always be true, as we get an upward facing parabola. (or a line, for the $k=0$ case)

If $k\lt 0$, then we need the discriminant to be $\gt 0$, for otherwise the quadratic always assumes negative values, i.e. $$16-4k(3k+1) \gt 0 \\ \implies k\in \left(-\frac 43, 1\right ) $$ Now, since the quadratic must be positive for at least one positive $x$, at least one of the roots must be positive (can you see why?), so $$\frac{4+\sqrt{16-4k(3k+1)}}{2k} \gt 0 $$ But this is never true for $k\lt 0$. Although $$\frac{4-\sqrt{16-4k(3k+1)}}{2k} \gt 0 $$ is true for $$k\in \left(-\frac 13,0\right)$$

Taking the union of the two cases, we must have that $$\boxed{k\in \left(-\frac 13, \infty\right)} $$ Only options (A),(B),(D) are subsets of this set.

Vishu
  • 14,469
  • From the question, the parabola must always be upward facing – Aditya Jul 19 '20 at 16:51
  • @Aditya How so? – Vishu Jul 19 '20 at 16:52
  • The given function is greater than 0, so it never intersects the x axis – Aditya Jul 19 '20 at 17:02
  • "The given function is greater than 0, so it never intersects the x axis" No-where does it say the function is always greater than $0$. It only says it is greater than $0$ for at least one $x$. In other words it is sometimes greater than $0$. – fleablood Jul 19 '20 at 17:09
  • @fleablood I did say it had something to do what that particular line, I just wasn’t sure what it actually meant by that – Aditya Jul 19 '20 at 17:13
  • @Aditya See my edit, and feel free to ask for clarification on anything you don’t understand. – Vishu Jul 19 '20 at 17:25
1

$\lim_{x\to0^+}f(x)=3k+1$ which is positive for $k\in(-1/3,\infty)$ so the condition holds in this interval. For any other values of $k$ the condition is false because $f'(x)=2kx-4$ is negative for $x\gt2/k$ and in particular this is true for $x\ge0$ so the function is globally maximised (over the positive reals) at $\lim_{x\to0^+}f(x)=3k+1\le0$.

Peter Foreman
  • 19,947