Find the min value of $3a+b$

97 Views Asked by At

If $ax^2+bx+c=0$ has no real roots then find min value of $3a+b$ for $c=6$;

Please tell me how to proceed , i don't have any clue of what to do.

3

There are 3 best solutions below

2
On BEST ANSWER

The equation has non-real roots whenever $b^2 < 4ac$. Since you are given $c=6$, the problem is $\inf \{ 3a+b | b^2 < 24 a \}$.

The problem has no minimum, because if $(a,b)$ solved the problem, then since $b^2<24a$, we can reduce $a$ by a small amount and produce a smaller value. So we 'relax' the problem to $\inf \{ 3a+b | b^2 \le 24 a \}$.

Notice, as above, that if $b^2<24 a$, then $a$ can be changed slightly to reduce the objective. Hence either the problem is unbounded below, or the constraint must be active. However, if $b^2<24 a$, then $3a+b > \frac{1}{8}b^2+b$, and the latter is bounded below because it is a quadratic with positive leading coefficient.

So, the problem is equivalent to $\inf \{ 3a+b | b^2 = 24 a \}= \inf \{ \frac{1}{8}b^2+b | b^2 = 24 a \}=\inf \frac{1}{8}b^2+b = -2$.

3
On

This question focuses on the discriminant of a quadratic function. The discriminant, let's call it $d$, is defined as $b^2 - 4ac$. In this case, there are no real roots. Hence, the discriminant is less than $0$, or $d<0$.

Considering that $c$ = 6, you can form an inequality $$ \begin{align*} b^2 - 4ac &<0\\ b^2 - 24a &<0\\ \end{align*} $$

Find the minimum of $3a+b$ which satisfies the above inequality.

4
On

So, we need the discriminant $b^2-4\cdot a\cdot6<0\implies b^2<24a$

So, $24a>b^2, 24a=b^2+\epsilon$ where real number $\epsilon>0$

So, $8(3a+b)=24a+8b=\epsilon+b^2+8b=\epsilon+(b+4)^2-16\ge \epsilon -16$

So, $3a+b>\frac{\epsilon-16}8=\frac{\epsilon}8-2$

Now, $\epsilon$ can be made arbitrarily small keeping it positive.

So, $3a+b$ can be made arbitrarily close to $-2,$ but always $>-2$

So, there is no minimum value as such unless further restriction(s) (like $a,b$ are integer etc.) are included.