Function profile

images/download/attachments/128532499/image2024-8-8_17-23-1.png

Create curve that passes through points whose coordinates are calculated by expression provided by user.

images/download/attachments/128532499/image2024-8-8_17-32-43.png

Points are calculated by substituting t with values from Argument minimum to maximum into expressions for X and Y. It is possible to set curve insertion point and add rotation around that point.

Click the images/download/attachments/128532499/image2024-8-8_17-33-34.png button or click in the graphic window to finish curve definition.

Expressions recognizes common mathematical functions:

  • sin(t) - sine of t

  • cos(t) - cosine of t

  • tan(t) - tangent of t

  • cotan(t) - cotangent of t

  • arctan(t) - arc-tangent of t

For trigonometrical functions the argument is in radians. Pi is the π number.

  • exp(t) - e raised to the power of t

  • ln(t) - natural logarithm of t

  • sqrt - square root of t

Examples of function profiles

Quadratic function (parabola): Y = X2

images/download/attachments/128532499/image2024-8-8_17-35-18.png

Exponential: Y = 10x