- Dec 11, 2002
- 18,409
- 39
- 91
You'll need Maple or Mathematica for this.
Evaluate the limit x->0 f(x) to find sufficiently many terms in the Taylor series of the numerator and denominator.
f(x)= (sin(tan(x))-tan(sin(x)))/(arcsin(arctan(x))-arctan(arcsin(x)))
The command in maple goes something like taylor(f(x),x=a,n).
What do you use for a and n?
Evaluate the limit x->0 f(x) to find sufficiently many terms in the Taylor series of the numerator and denominator.
f(x)= (sin(tan(x))-tan(sin(x)))/(arcsin(arctan(x))-arctan(arcsin(x)))
The command in maple goes something like taylor(f(x),x=a,n).
What do you use for a and n?
