Finding an infinitesimal limit function

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
6 replies · 2K views
greswd
Messages
764
Reaction score
20
TL;DR
A function which is the infinitesimal limit of another function
I have the function: ##\sqrt{\left(\frac{x}{h}+1\right)^{2}+\left(\frac{y}{h}\right)^{2}}-\sqrt{\left(\frac{x}{h}\right)^{2}+\left(\frac{y}{h}\right)^{2}}##

I would like to find an analytical solution, the equivalent function, in the limit of h approaching zero.Additional info which might be useful, there's the function: ##\frac{1}{k}\left(\sqrt{\frac{\left(\left(1-k^{2}\right)\cdot y\right)^{2}}{x^{2}+\left(1-k^{2}\right)\cdot y^{2}}+\left(\frac{x}{\sqrt{x^{2}+\left(1-k^{2}\right)\cdot y^{2}}}+k\right)^{2}}-1\right)##

I believe that it also approaches the same solution function in the limit of k approaching zero.
 
Last edited:
Physics news on Phys.org
$$\sqrt{a}-\sqrt{b} = \frac{a-b}{\sqrt{a}+\sqrt{b}}$$
The right hand side will make it easier to evaluate the limit.
 
  • Like
Likes   Reactions: PeroK
awesome, I was able to calculate it, ##\frac{x}{\sqrt{x^{2}+y^{2}}}##
 
  • Like
Likes   Reactions: PeroK
how do you think I can reduce the 2nd equation?