Casio ClassPad II Custom Commands

statpts (Program)

Command last updated 9/7/2022.

Download

IMPORTANT - requires printpts stored in the same folder as your current folder or in the “library” folder (see the Variable Manager).

statpts(f, l, u)

Returns a list of coordinates of stationary points on f in the domain xϵ[l, u].

Example

The coordinates of the stationary points of \(y = (x-2)^2 (x-a)\) are \((2, 0)\) and \((p(a+1), q(a-2)^3)\). Find \(p\) and \(q\). (2017 NHT Methods Exam 2 Section B Question 2d)

statpts((x-2)^2 (x-a), -2, ∞)

Contributed by Nhan