Casio ClassPad II Custom Commands

difft (Function)

Command last updated 23/11/2022.

Download

difft(x, y, t, n)

n must be 0, 1 or 2.

Returns \(\dfrac{ d^{n} y }{ d x^{n} }\).

Example

Find \(\dfrac{dy}{dx}\) when \(t=2\) given that \(x = \dfrac{6t}{t+1}\) and \(y = \dfrac{-8}{t^2 + 4}\). (2023 Specialist Exam 2 Section A Question 9)

difft(6t/(t+1), -8/(t^2+4), t, 1), t=2

Contributed by Nhan