Viewing a single comment thread. View all comments

Own-Cupcake7586 t1_j6eidx7 wrote

One is the default for the functions. If you’re looking for the output to be a length, you need to scale them accordingly. For example, for a circle of radius 3, you’d write:

3 x (sin^2 + cos^2 ) = 3(x1)

The definition of the equation stays the same, but both sides get scaled evenly.

Hope that helps.

3