Simplifying compound fractions

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
datafiend
Messages
31
Reaction score
0
Hi all,
I'm having a problem simplifying this:

[1/(1+x+h) - 1/(1+x)] / h

How do you get the common denominators for the top 2 fractions?

Thanks
 
Physics news on Phys.org
Maybe try to find a common denominator for 1+x+h and 1+x.

$(1+x+h)\times(1+h) = x^2+x(2+h)+1+h$
 
Last edited:
In the numerator, I would use:

$$\frac{1}{a}-\frac{1}{b}=\frac{b-a}{ab}$$
 
mark,
thanks again!