Solve the inequality problem that involves modulus

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
4 replies · 1K views
chwala
Gold Member
Messages
2,843
Reaction score
428
Homework Statement
See attached
Relevant Equations
modulus
This is the question * consider the highlighted question only *with its solution shown (from textbook);

1639307124007.png


My approach is as follows (alternative method),
##|\frac {5}{2x-3}| ##< ## 1##
Let, ##\frac {5}{2x-3} ##⋅##\frac {5}{2x-3}##=##1##
→##x^2-3x-4=0##
##(x+1)(x-4)=0##
it follows that the critical values are ##x_1=-1## and ##x_2=4##, which will give the correct solution once we confirm/establish the valid region in the given inequality.
Is their another method on this type of questions? ... regards
 
Physics news on Phys.org
[tex]5<|2x-3|[/tex]
[tex]5/2<|x-3/2|[/tex]
[tex]x-3/2<-5/2, \ 5/2<x-3/2[/tex]
[tex]x<-1, \ 4<x[/tex]
 
Reply
  • Like
Likes   Reactions: chwala
anuttarasammyak said:
[tex]5<|2x-3|[/tex]
[tex]5/2<|x-3/2|[/tex]
[tex]x-3/2<-5/2, \ 5/2<x-3/2[/tex]
[tex]x<-1, \ 4<x[/tex]
Nice one, I will write this in my notebook ...good way to simplify ...##ax...##
 
anuttarasammyak said:
##5<|2x-3|##
##5/2<|x-3/2|##
##x-3/2<-5/2, \ 5/2<x-3/2##
##x<-1, \ 4<x##
The use of commas in the last two lines implies "and", which can't happen here, as it's impossible for x to be both less than -1 and larger than 4.
Here's how I would write this:
##|2x - 3| > 5##
##2x - 3 > 5 \text{ or } 2x - 3 < -5##
##2x > 8 \text{ or } 2x < -2##
##x > 4 \text{ or } x < -1##
 
Reply
  • Like
Likes   Reactions: chwala and anuttarasammyak
Thanks Mark...a learning point for me too...
Mark44 said:
The use of commas in the last two lines implies "and", which can't happen here, as it's impossible for x to be both less than -1 and larger than 4.
Here's how I would write this:
##|2x - 3| > 5##
##2x - 3 > 5 \text{ or } 2x - 3 < -5##
##2x > 8 \text{ or } 2x < -2##
##x > 4 \text{ or } x < -1##