Graphic slider tool: full example.

A simple equation \( y_1 = 10 \times b \times \frac{sin(a \times x) \times sin(b \times x)}{cos(b \times x) + 10} \) can be plotted.

Currently \(a\) is

This one \( y_2 = sin(a \times x) \) will be overlayed on top.

Currently \(b\) is

To change \(a\) use:

To change \(b\) use:

Second input for b:

return 10.0 * b * Math.sin(a * x) * Math.sin(b * x) / (Math.cos(b * x) + 10); Math.sin(a * x); function helperFunc(c1) { return c1 * c1 - a; } return helperFunc(x + 10 * a * b) + Math.sin(a - x); a return 0; 30 120 0, 3, 30 -1.5, 1.5, 13.5 \(cm\) \(m\)