Find the function

The purple curve is sin(X)
The grey curve is a mystery
The blue curve is f(x)
The red curve is f(sin(x))

Can you alter the definition of f(x) so that the red curve lies on top of the grey curve?

This document requires an HTML5-compliant browser.
f(x)

Use the pow function instead of ^.
So x squared should be written pow(x,2)
The square root of x can be written sqrt(x) or pow(x,0.5)

App generated by Geometry Expressions