Combining Inequalities: Finding the Solution Set for Quadratic Inequalities

AI Thread Summary
To solve the inequality 4m² - 12m > 0, it is factored to 4m(m-3) > 0, leading to the conditions m > 0 or m > 3. However, the accurate solution set is 0 < m and m > 3, as confirmed graphically. The discussion clarifies that both conditions must be considered together, leading to the intersection of inequalities. This results in the final solution set being m < 0 and m > 3. The distinction between union and intersection of sets is emphasized to avoid confusion in language.
t_n_p
Messages
593
Reaction score
0
I want to find value for m for which:

4m2 - 12m > 0

Say I do this algebraically:

4m(m-3) > 0

so m > 0 or m > 3

The answer however is 0 < m and m > 3, I know this as a fact as I have looked graphically.

So, my question is, when done algebraically, how do I get 0 < m instead of m > 0 ?
 
Physics news on Phys.org
hi t_n_p! :smile:
t_n_p said:
4m(m-3) > 0

so m > 0 or m > 3

nooo :redface:

if AB is positive, then either both or neither are positive …

in this case either m > 0 and m > 3 (ie m > 3), or m < 0 and m < 3 (ie m < 0) :wink:
 
ah ok, so you need to take into account the 2 conditions.

if A = 4m and B = m-3

i.e. condition 1)
A>0 & B>0 yields m>0 and m>3

but m>3 is the overriding (is there a better word to use?) condition

condition 2)
A<0 and B<0 yields m<0 and m<3

but m<0 is the overriding condition

so then I combine the conditions to yield m<0 and m>3

Ok, makes sense now, thanks!
 
Yes it's called the intersection of the two inequalities :smile:
When you require both inequalities to hold, you say m<0 AND m<3, which leaves the intersection of the two, m<0.
 
Another way to think of it is this.
If m > 0 AND m > 3, then any number m larger than 3 is automatically larger than 0, so saying m > 0 is redundant. Note however, that a number m that is positive is not necessarily larger than 3.
 
t_n_p said:
so then I combine the conditions to yield m<0 and m>3

As an aside, I would like to point out an awkwardness of language. The two following statements are different:
  • The solution set is the union of the set described by "m<0" or the set described by "m>3".
  • The solution set is described by the system of inequalities "m<0 and m>3"
Although the English phrase you used could be interpreted either way. (You surely meant the first one)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top