WLJS LogoWLJS Notebook

AsymptoticEquivalent

AsymptoticEquivalent[f, g, x -> x*] gives conditions for f(x) ~ g(x) as x -> x*.

AsymptoticEquivalent[f, g, {x1, ..., xn} -> {x1*, ..., xn*}] gives conditions for the multivariate case.

Examples

Test asymptotic equivalence:

AsymptoticEquivalent[x^2 + x, x^2, x -> Infinity]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page