Casio ClassPad II Custom Commands

arcLenv (Function)

Command last updated 23/11/2022.

Download

aroc(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 = \sin(2t)\) and \(y = 2\cos(t)\), between \(t = 0\) and \(t = 2\pi\). (2018 Specialist Exam 2 Section A Question 7)

arcLenv([sin(2t),2cos(t)], 0, 2pi)

Contributed by Nathan Chen