Need the domain of integral values that satisfy

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Domain Integral
AI Thread Summary
The discussion revolves around solving the inequality 4x^2 - 160x + 1500 ≤ 900. The roots were found to be approximately 35.81 and 4.19, leading to the consideration of the integral values that satisfy the inequality. It was clarified that the correct domain of integral values is indeed 5 ≤ x ≤ 35, despite initial confusion regarding the interpretation of the roots. The quadratic function's behavior indicates that it is negative between the roots, confirming the range of valid x values. Ultimately, the conclusion reached is that the domain stated in the original post is correct.
cscott
Messages
778
Reaction score
1
I have this inequality:

4x^2 - 160x + 1500 \le 900

I brought the 900 to the LHS and found the roots (35.81, 4.19). Now I just need the domain of integral values that satisfy. Can I say 5 \le x \le 35?
 
Last edited:
Physics news on Phys.org
The range (5\le x\le 35) you have is not correct. Thinking of like this might help get you a range: (x-35.81)(x-4.91)\le 0. From the solution you can see what range you should have.
 
assyrian_77 said:
The range (5\le x\le 35) you have is not correct. Thinking of like this might help get you a range: (x-35.81)(x-4.91)\le 0. From the solution you can see what range you should have.

Sorry, I meant domain not range. Or is that what you meant too?
 
(x-35.81)(x-4.91)\le 0 gives you two inequalities, right? What can you conclude from them?
 
x \le 35.81
x \le 4.91

The second one can't be right...
 
cscott said:
x \le 35.81
x \le 4.91

Correct?
Yep. And what can you say from this?
 
Well, the first would be redundant.

How can this be correct, because if I substitute x = 3 in my orginal inequality, I get 1056 \le 900
 
cscott said:
x \le 35.81
x \le 4.91

The second one can't be right...

No, that's not right. Think about the graph of a quadratic. If
y= 4x^2 - 160x + 1500 that's a parabola opening upward.
Where is
y= 4x^2 - 160x + 1500= 0
y will be negative between them.
 
cscott said:
I have this inequality:

4x^2 - 160x + 1500 \le 900

I brought the 900 to the LHS and found the roots (35.81, 4.19). Now I just need the domain of integral values that satisfy. I can say 5 \le x \le 35, but this doesn't hold true for the inequality with 900 on the RHS because the values go below zero for a bit (which doesn't make sense in this problem). What am I missing here?
Hmm, okay, say you have the a quadratic function:
f(x) := ax2 + bx + c, which has 2 solutions:
x1, and x2. (And x1 < x2)
Then if x0 is in ]x1, x2[
Then af(x0) < 0, that means if a > 0, then f(x0) < 0, and vice versa, if a < 0, then f(x0) > 0.
If x0 is not in ]x1, x2[, then af(x0) > 0.
---------------
Example:
Solve:
x2 - 3x - 1 > -3
<=> x2 - 3x + 2 > 0
<=> (x - 2) (x - 1) > 0
<=> x < 1, or x > 2 (since a = 1 > 0, x1 = 1, and x2 = 2).
So can you apply it to your problem? :)
 
Last edited:
  • #10
So if I'm interpreting you guys correctly, then the domain in my OP is correct? (5 <= x <= 35)
 
  • #11
cscott said:
So if I'm interpreting you guys correctly, then the domain in my OP is correct? (5 <= x <= 35)
Yes, it's correct. :smile:
 

Similar threads

Back
Top