in maple how to find the asymptotic curve of $\frac{x}{lnx}$

130 Views Asked by At

In maple how can i find the asymptotic curve of $\frac{x}{lnx}$

I'd appreciate if one can tell me what's the output as well.

thanks.

1

There are 1 best solutions below

0
On

What you are looking for is properly called an "asymptotic series" rather than an "asymptotic curve". The Maple command is asympt(x/ln(x), x), but Maple's response is simply $x/ln(x)$, like @anon said.