Tested tool guide
Tested browser tools
Checked August 16, 2026
What Trigonometric Function Explorer does, with a checked example
Drag a slider and the curve on the grid redraws while you drag. Pick sine, cosine, tangent, or one of the inverses, then set amplitude, period, phase shift, and vertical shift; the tool plots the transformed function for whatever combination you land on. It is a graphing board, not a solver - you read the consequences of each parameter off the curve. Two things surprise first-time users. Tangent has no amplitude: it has no peaks or troughs, and its period is pi, not 2pi. And the inverses are single-valued: selecting arcsin shows only the principal branch, not every angle with a given sine.
Worked example
A concrete input and expected output from the current implementation.
Input
Function: sin. Sliders: amplitude 2, period pi, phase shift 0, vertical shift 1.
->
Expected output
Graph of f(x) = 2 sin(2x) + 1: one full cycle every pi units, midline at y = 1, peaks of 3 at x = pi/4 + k*pi and troughs of -1 at x = 3pi/4 + k*pi, so the curve stays between -1 and 3.
A period slider value of pi gives B = 2pi/pi = 2, so the curve completes one cycle between x = 0 and x = pi. Amplitude 2 stretches the sine swing from +/-1 to +/-2, and the vertical shift of +1 lifts the midline from 0 to 1, moving the range to [-1, 3].