Solving inequality with different power variables

Click For Summary

Homework Help Overview

The discussion revolves around solving the inequality k² - 16k < 0, with participants expressing confusion about the derivation of the solution 0 < k < 16 from the original inequality.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss factoring the inequality into k(k - 16) < 0 and question the implications of dividing by k, particularly regarding the sign of k. They explore different cases based on the value of k, including k > 0 and k < 0, and consider how these affect the inequality.

Discussion Status

There is an ongoing exploration of the problem, with participants examining different cases and the implications of dividing by k. Some have suggested analyzing the number line and the signs of the factors, while others are still grappling with the correct interpretation of the inequality.

Contextual Notes

Participants note that k = 0 is not allowed in the context of the inequality, which influences their reasoning and the cases they consider.

BMW
Messages
32
Reaction score
0

Homework Statement


Solve for k:
k2 - 16k < 0

In the answer it has 0 < k < 16, I do not know how they get there from the original question.
 
Physics news on Phys.org
BMW said:

Homework Statement


Solve for k:
k2 - 16k < 0

In the answer it has 0 < k < 16, I do not know how they get there from the original question.

Show us what you have done so far.
 
Ray Vickson said:
Show us what you have done so far.

Well I factorise it to this k(k - 16) < 0 then what? I tried dividing both sides by k, then I get k < 16 but how can I divide both sides by k as I don't know if its positive/negative? And how do I get the 0 < k?
 
BMW said:
Well I factorise it to this k(k - 16) < 0 then what? I tried dividing both sides by k, then I get k < 16 but how can I divide both sides by k as I don't know if its positive/negative? And how do I get the 0 < k?

There are two possible cases (since k = 0 is not allowed). These are
Case (1): k > 0
Case (2): k < 0
Just look at what you get in each case. Of course, you have already dealt with case (1), so now go ahead and look at case (2).
 
you just solve it like it were an equality. when you have k(k-16)=0 you know that you have k=0 and k-16=0
 
Eagle's Wings said:
you just solve it like it were an equality. when you have k(k-16)=0 you know that you have k=0 and k-16=0

Ok, then I get k < 0 and k < 16, but it should be 0 < k < 16
 
Ray Vickson said:
There are two possible cases (since k = 0 is not allowed). These are
Case (1): k > 0
Case (2): k < 0
Just look at what you get in each case. Of course, you have already dealt with case (1), so now go ahead and look at case (2).

Ok, so if I say k < 0 (case 2), then when I divide both sides by k I flip the sign. Then I get k > 16 ?
 
I would take a different tack. The equation k(k - 16) = 0 is different from your inequality, but there is a connection. The two solutions are k = 0 and k = 16.

The two solutions divide the number line into three regions: (-∞, 0), (0, 16), (16, ∞). Note that these are all open intervals: they don't include any endpoints.

Since the only values for which k(k - 16) = 0 are 0 or 16, any other values make this expression positive or negative.

Pick any number from the first interval (-∞, 0). Determine the sign of x(x - 16). If it's negative, this interval is part of your solution.

Do the same for the other two intervals.
 
It's always tricky to deal with inequalities in this way, as you need to keep track of when you divide by negative numbers so you can flip the sign. Once you know that the equality k² - 16k = 0 holds for k = 0 and k = 16, I always prefer to draw them on the number line:

Code:
          0                    0                         <-- k² - 16k
----------|--------------------|-----------------
         k=0                 k=16

Now you know that on each of the three pieces, an inequality will hold. It cannot flip signs because if you go from k² - 16k > 0 to k² - 16k < 0 there should be a point in between where k² - 16k = 0, but you have just found all of these. So you just have to put either < or > over the three intervals, and the easiest way to do that is pick a k inside of them:

Code:
  </>?    0        </>?        0         </>?            <-- k² - 16k
----.-----|-----.--------------|------.----------
 k=-1    k=0   k=1           k=16     k=20

Plugging these in, you find
(-1)² - 16 (-1) = 1 + 16 = 17 > 0
1² - 16 (1) = 1 - 16 = -15 < 0
(20)² - 16(20) = 400 - 320 = 80 > 0

so you can complete the diagram as
Code:
   >0     0       <0           0         >0              <-- k² - 16k
----------|--------------------|-----------------
         k=0                 k=16

so the inequality k² - 16k < 0 is solved by 0 < k < 16.
 
  • #10
BMW said:
Ok, so if I say k < 0 (case 2), then when I divide both sides by k I flip the sign. Then I get k > 16 ?

Right: you have both k < 0 and k > 16 in case (2). What does that tell you?
 
  • #11
CompuChip said:
It's always tricky to deal with inequalities in this way, as you need to keep track of when you divide by negative numbers so you can flip the sign. Once you know that the equality k² - 16k = 0 holds for k = 0 and k = 16, I always prefer to draw them on the number line:

Code:
          0                    0                         <-- k² - 16k
----------|--------------------|-----------------
         k=0                 k=16

Now you know that on each of the three pieces, an inequality will hold. It cannot flip signs because if you go from k² - 16k > 0 to k² - 16k < 0 there should be a point in between where k² - 16k = 0, but you have just found all of these. So you just have to put either < or > over the three intervals, and the easiest way to do that is pick a k inside of them:

Code:
  </>?    0        </>?        0         </>?            <-- k² - 16k
----.-----|-----.--------------|------.----------
 k=-1    k=0   k=1           k=16     k=20

Plugging these in, you find
(-1)² - 16 (-1) = 1 + 16 = 17 > 0
1² - 16 (1) = 1 - 16 = -15 < 0
(20)² - 16(20) = 400 - 320 = 80 > 0

so you can complete the diagram as
Code:
   >0     0       <0           0         >0              <-- k² - 16k
----------|--------------------|-----------------
         k=0                 k=16

so the inequality k² - 16k < 0 is solved by 0 < k < 16.
I would like to add to this. Once you have the number lines with the places where the factors of ##k(k-16)## are ##0##, and you know the only two places that function can change sign are at the roots of the factors (##k=0,~k=16##), you can find out the sign of the expression by analyzing the signs of the factors. You don't need to plug in any values to do this.

For example, it is clear that if ##k>16##, both ##k## and ##k-16## are positive. So above the line to the right of ##16## put ##+~+##. Now think of ##k## sliding to the left across ##k=16##. That changes the sign of the factor ##k-16## to negative, so above that section of the line put ##+~-##. Now as ##k## moves left across ##k=0## the ##k## factor changes sign so on the left part of the line put ##-~-##. The sign of the product depends on how many minus signs there are and it obviously negative on ##(0,16)##. You just have to look at which factor changes sign. One advantage of doing it this way is it doesn't matter how many factors there are or whether they are in the numerator or denominator. Just remember if a factor is squared, it doesn't change sign when the variable crosses its root.
 

Similar threads

Replies
6
Views
3K
  • · Replies 15 ·
Replies
15
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K