Casio ClassPad II Custom Commands

infpts (Program)

Command last updated 23/11/2022.

Download

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

infpts(f, l, u)

Returns a list of coordinates of points on f in the domain xϵ[l, u] where the second derivative equals 0.

Each point must be verified to determine whether it is really a point of inflection.

Example

Find the coordinates of any points of inflection of the graph of \(\dfrac{x}{1+x^{3}}\). (2017 Specialist Exam 2 Section B Question 1aiii)

Each point must be verified to determine whether it is really a point of inflection.

infpts(x/(1+x^3), -∞, ∞)

Contributed by Nhan