Solving the Difference Between h(t + Δt) and h(t): Explained

  • Context: Undergrad 
  • Thread starter Thread starter Husaaved
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Husaaved
Messages
19
Reaction score
1
h(t) = [itex]\sqrt{t - 1}[/itex]
h(t + Δt) = [itex]\sqrt{t + Δt - 1}[/itex]
h(t + Δt) - h(t) = [itex]\sqrt{t + Δt - 1}[/itex] - [itex]\sqrt{t - 1}[/itex]

So far so good. This is where I get confused:

[itex]\frac{h(t + Δt) - h(t)}{Δt}[/itex] = [itex]\frac{1}{\sqrt{t + Δt - 1} - \sqrt{t - 1}<br /> }[/itex]

I don't understand why dividing both sides by Δt allows for this statement to be true. Can someone explain this to me? It would be very much appreciated.

Thanks a lot.
 
Physics news on Phys.org
That should be
[itex]\frac{h(t + Δt) - h(t)}{Δt}[/itex] = [itex]\frac{1}{\sqrt{t + Δt - 1} + \sqrt{t - 1}<br /> }[/itex]
to show it observe that
$$\frac{h(t + Δt) - h(t)}{Δt} = \frac{\sqrt{t + Δt - 1} - \sqrt{t - 1}
}{Δ t} \cdot \frac{\sqrt{t + Δt - 1} + \sqrt{t - 1}}{\sqrt{t + Δt - 1} + \sqrt{t - 1}} =\frac{1}{\sqrt{t + Δt - 1} + \sqrt{t - 1}
}$$
That is often called rationalizing the numerator, but in this case we don't really care that the numerator is rational we want to have a sum instead of a difference.
 
  • Like
Likes   Reactions: 1 person
Thank you very much for your response, sorry for the typo.