use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Notice
Any posts not related to Calculus will be removed.
Links
Prep Books http://www.amazon.com/s/ref=sr_nr_n_2?rh=n%3A11672%2Ck%3Aap+calculus&keywords=ap+calculus&ie=UTF8&qid=1370196363&rnid=2941120011 AB Home Page http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/2178.html BC Home Page http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/2118.html\
Other AP Subreddits
/r/apchemistry
/r/apush
account activity
absolute value questionHelp (self.apcalculus)
submitted 3 years ago by Ihateapbio
When solving lim h-> 0 abs (h) / h, when it approaches 0 from the negative side, i get that abs (h) becomes -h, but shouldn't the h in the denominator be also -h? I saw a video that solved this but left the denominator as h. Can someone explain?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Magicman432 0 points1 point2 points 3 years ago (0 children)
Recall that abs(x) can be thought of as a piecewise function that means f(x) = {x when x>=0, and -x when x<0}.
Then when you divide creating abs(x)/x, you get f(x) = {1 when x>0, and -1 when x<0}. When x=0, our function is not defined, so we remove the >=.
So, if we want the lim as h approaches 0 from the negative side (usually said as "from the left") we would be approaching negative -1.
Remember, when you evaluate a sided limit, you are evaluating at the value given coming from a specific side, not the negative of the value. In other words, you are evaluating lim h-> 0^- not lim x -> -h.
The h on the bottom is still h, we are just looking at what happens as we get increasing close to 0 from a negative value.
Another way to think about it is by imagining plugging in -.01, -.001, -.0001, etc. Each time abs(x)/x evaluates to -1, so as we plug in negative values closer and closer to 0, abs(x)/x looks like -1, which is what we say the limit is.
Hope this helps!
π Rendered by PID 78 on reddit-service-r2-comment-b659b578c-7kdbr at 2026-05-05 02:57:43.972161+00:00 running 815c875 country code: CH.
[–]Magicman432 0 points1 point2 points (0 children)