Notation or whatever you want to call it

  • Thread starter Thread starter rocomath
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
rocomath
Messages
1,752
Reaction score
1
Example:

[tex]\lim_{x \rightarrow 0^+}|x|[/tex]

[tex]x \geq 0[/tex]

[tex]\lim_{x \rightarrow 0^-}|x|[/tex]

[tex]x < 0[/tex]

now for a similar limit, such as

[tex]\lim_{x \rightarrow -4^+}|x+4|[/tex]

the Domain is from

[tex]x > -4[/tex]

Why isn't it like |x|, whose Domain is greater than or equal to 0? Which in this case, greater than or equal to -4.
 
Last edited:
Physics news on Phys.org
What you typed doesn't really make much sense :( Really you just wrote some lines of tex and expected us to follow >.< They mean nothing on their own.
 
rocophysics said:
Example:

[tex]\lim_{x \rightarrow 0^+}|x|[/tex]

[tex]x \geq 0[/tex]
For [itex]x\ge 0[/itex] |x| is just x

[tex]\lim_{x \rightarrow 0^-}|x|[/tex]

[tex]x < 0[/tex]
For [itex]x< 0[/itex] |x| is just -x

now for a similar limit, such as

[tex]\lim_{x \rightarrow -4^+}|x+4|[/tex]

the Domain is from

[tex]x > -4[/tex]

Why isn't it like |x|, whose Domain is greater than or equal to 0? Which in this case, greater than or equal to -4.
Not unless it is specified to be that. The domain for |x+4|, just like the domain for |x| is "all real numbers". Of course |y| is y if [itex]y\ge 0[/itex], -y if y< 0. Letting y= x+4, |x+4|= x+4 if [itex]x+4\ge 0[/itex] which is the same as [itex]x\ge -4[/itex], and |x+4|= -(x+4) if x+4< 0 which is the same as x< -4. That's why it is convenient sometimes to restrict |x| to [itex]x\ge 4[/itex] or |x+4| to [itex]x\ge -4[/itex].
 
Last edited by a moderator: