How Do You Solve the Inequality |x-6| > |x^2-5x+9|?

  • Thread starter Thread starter Kartik.
  • Start date Start date
  • Tags Tags
    domains
AI Thread Summary
To solve the inequality |x-6| > |x^2-5x+9|, it is essential to analyze the signs of the expressions inside the absolute values. The quadratic x^2-5x+9 is always positive since its discriminant is negative, indicating no real roots. This allows for simplification of the inequality based on the sign of x-6. The solution involves determining intervals where x-6 is positive or negative and applying the appropriate transformations to the inequality. Understanding these conditions will lead to the correct values of x that satisfy the original inequality.
Kartik.
Messages
55
Reaction score
1
mod(x-6) > mod(x^2 - 5x + 9)

Can anyone tell me about domain fixtures with mods using the above inequation?

A real beginner, so have mercy, be elementry .:D
 
Physics news on Phys.org
Kartik. said:
mod(x-6) > mod(x^2 - 5x + 9)

Can anyone tell me about domain fixtures with mods using the above inequation?

A real beginner, so have mercy, be elementry .:D

The word "mods" can have different meanings in Maths. I think you're using it in the sense of "modulus", or absolute value here.

So just to be clear, are you asking how to solve this inequality?

|x-6| > |x^2 - 5x + 9|

You should start by making a careful sketch of both curves. Remember to consider the discriminant of the quadratic expression, its minimum point and the fact that |x-6| is actually represented by two lines at right angles to each other.
 
I am going to assume you are using "mod" to mean "absolute value" (unfortunately "mod" has many different meanings in different circumstances.)

To find values of x for which |x- 6|> |x^2- 5x+ 9| consider the possible signs for the quantities inside the absolute values. Solve x- 6> 0 and x^2- 5x+ 9> 0 to determine where those are positive or negative.

Where x- 6 and x^2- 5x+ 9 are both positive, the absolute values can be taken off to give x- 6> x^2- 5x+ 9 or 0> x^2- 5x+ 9. Solve that inequality and take the values of x that satisfy it as well as x- 6> 0 and x^2- 5x+ 9> 0.

Where x- 6 is positive and x^2- 5x+ 9 is negative, the absolute values can be taken off to give x- 6> -(x^2- 6x+ 9) which is the same as x^2- 5x+ 3> 0.

Where x- 6 is negative and x^2- 5x+ 9 is positive, the absolute values can be taken off to give -(x- 6)> x^2- 6x+ 9 which is the same as 0>x^2- 5x+ 3> 0.

Where both x- 6 and x^2- 5x+ 9 are negative, the absolute values can be taken off to give -(x- 6)> -(x^2- 6x+ 9) which is the same as x^2- 7x+ 15> 0.
 
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