Casio ClassPad II Custom Commands

arcLenv (Function)

Command last updated 23/11/2022.

Download

arcLenv(r, t, a, b)

Returns the arc length of r between t = a and t = b.

Example

Find the arc length of the curve described by \(x = 2 \cos(t) + 2\) and \(y = (e-2) \sin(t)\), between \(t = \dfrac{\pi}{2}\) and \(t = \pi\). (2023 Specialist Exam 2 Section B Question 1f)

arcLenv([2cos(t)+2, (e-2)sin(t)], t, pi/2, pi)

Contributed by Nathan Chen