when i apply limit(x^3-​6*(x-sin(x​)))/(6*(x^​4)*sin(x))​, i am getting: ans = 0; but correct ans. is 1/120; Am i doing something wrong?can i replace x by theta?

1 view (last 30 days)
when i apply
limit(x^3-6*(x-sin(x)))/(6*(x^4)*sin(x))
i am getting: ans = 0; but correct ans. is 1/120; Am i doing something wrong? can i replace x by theta to get the same value:1/120

Accepted Answer

Triveni
Triveni on 26 Jan 2016
syms x
a = limit(( (x^3)- 6* (x - sin(x)))/(6* ((x^4))* sin(x)))
  3 Comments
Triveni
Triveni on 9 Feb 2016
Actually tried limit(x^3-6*(x-sin(x))) upon (6*(x^4)*sin(x)) and question was
limit([( (x^3)- 6* (x - sin(x)))/(6* ((x^4))* sin(x))])
check [] in equation.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!