#equivalence of sqrt

10 messages · Page 1 of 1 (latest)

subtle rune
#

Ca someone please help me find an equivalence to this function in +oo

hazy geyserBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
regal timber
subtle rune
#

I did that but apparently there is a mistake in the quest , the second one is sqrt(x^2 -1)

regal timber
#

Oh. Then that isn't defined around x = 0.

#

Ah. Or do you need around x = ∞?

subtle rune
#

Yeah I'm working around ♾️

regal timber
#

In that case you can do the following:
√(x^2 + 1) - √(x^2 - 1) = |x|(√(1 + 1/x^2) - √(1 - 1/x^2))
Then you can apply the series above, as 1/x^2 -> 0 as x -> ∞.

subtle rune
#

Ahh thank you +close