• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Calculus: Limits: Simple question

Ultima

Platinum Member
It's been a long time since I've touched Math, and now I'm taking a Calculus course.. can anyone refresh my memory on how I would solve the following expression?

.. 1 ........... 1
------ .. - .. ---
a + h ........ a
----------------
........h........

or (( 1 / a + h) - ( 1 / a)) / h

a != 0


The limit is h-> 0. I can figure it out once I simplify the expression, but I forget how to deal with the 1 / stuff....

Edit:


 
Originally posted by: Hanpan
any further questions just ask.


Could you just tell me in more detail how you got from (1 / x + h) - ( 1 / x) to (x - x - h) / (x^2 + xh) ? Thx...
 
Originally posted by: Ultima
Originally posted by: Hanpan
any further questions just ask.


Could you just tell me in more detail how you got from (1 / x + h) - ( 1 / x) to (x - x - h) / (x^2 + xh) ? Thx...

1/(x+h)-1/x = x/(x*(x+h)) - (x+h)/(x*(x+h)) = (x-(x+h))/(x*(x+h)) = -h/(x*(x+h)).
 
Originally posted by: chuckywang
Originally posted by: Ultima
Originally posted by: Hanpan
any further questions just ask.


Could you just tell me in more detail how you got from (1 / x + h) - ( 1 / x) to (x - x - h) / (x^2 + xh) ? Thx...

1/(x+h)-1/x = x/(x*(x+h)) - (x+h)/(x*(x+h)) = (x-(x+h))/(x*(x+h)) = -h/(x*(x+h)).


That about covers it.
 
Originally posted by: Ultima
Originally posted by: Hanpan
any further questions just ask.


Could you just tell me in more detail how you got from (1 / x + h) - ( 1 / x) to (x - x - h) / (x^2 + xh) ? Thx...


Basically he brought everything to a common denominator.

Just like 1/3 + 1/4 = (4 + 3)/12
 
I'm trying to get it... but remember, I haven't even looked at algebra in more than a year...

What do I multiply the top half by to simplify it? I don't see how to get to your results.
 
Originally posted by: Ultima
I'm trying to get it... but remember, I haven't even looked at algebra in more than a year...

What do I multiply the top half by to simplify it? I don't see how to get to your results.

You multiply the first part of the top by x/x and multiply the second part by (x+h)/(x+h)
 
Back
Top