Finding x Values for x + 4 > 2/|x+3|: Algebraic Solution

  • Thread starter Thread starter phospho
  • Start date Start date
  • Tags Tags
    Drawing Graphs
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
phospho
Messages
250
Reaction score
0
find the values of x for which

[itex]x + 4 > \dfrac{2}{|x+3|}[/itex]

as the | x + 3 | is positive I thought it would be okay to just bring it over so:

[itex](x+4)(x+3) > 2[/itex] solving this, I get x > -2 and x < - 5

however drawing a sketch of the original question shows that the only value needed is x > - 2

my question is why doesn't my method work, and is there a way to do this algebraically without any graph drawing?
 
Physics news on Phys.org
phospho said:
as the | x + 3 | is positive I thought it would be okay to just bring it over so:

[itex](x+4)(x+3) > 2[/itex] solving this, I get x > -2 and x < - 5
It may be okay to "just bring it over," but that does not mean you can drop the absolute value symbol. You still need them:
[itex](x+4)|x+3| > 2[/itex]

phospho said:
my question is why doesn't my method work, and is there a way to do this algebraically without any graph drawing?
Make a sign chart. Find values that make the original inequality 0 or undefined, and plot them on a number line:
Code:
<--------+--------+--------+-------->
        -5       -3       -2
Test a value in each interval to see if the inequality holds.