A basic function question - with a strange absolute value placement

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
3 replies · 2K views
latefreight
Messages
2
Reaction score
0

Homework Statement



If f(x) is equal to...

x+9 if x<-3
-2x if |x|[tex]\leq[/tex] 3
-6 if x > 32. The attempt at a solution

The first and third "segments" of when the function is defined as being x+9 and -6 are pretty straightforward to me, however I am unaware of the significance of the placement of the absolute value of x in the middle if statement of when the function is equal to -2x. Is it significant at all? Does this imply this function is undefined when -3 < x < 0? Or is it, as my initial hunch was, really just some type of a distraction?
 
Physics news on Phys.org
[tex] 0 \le \left| x \right| \le a \; \Leftrightarrow \; -a \le x \le a[/tex]
 
Thank you. I didn't choose my word "distraction" cautiously enough. Since the statements you both posted are equivalent - that was indeed what I needed to know.