I am trying to figure out the equation of a specific curve. This is for a CAD model that I am trying to generate. Essentially, I am trying to model a curve that would essentially look like a cross section of corrugated sheet metal, similar to a sinewave shape, that has been rolled up into a spiral. Essentially a sinewave of constant period and amplitude that is imposed on a larger spiral curve. Could someone help me figure this one out?
The program will accept an explicit form or parametric form of the equation.
The parametric spiral equation that gives me the correct shape I am looking at has the form:
$$x(t) = a\cdot t\cdot \cos(t)$$ $$y(t) = a\cdot t\cdot\sin(t)$$
Then I am trying to impose a sinewave of constant amplitude and period over this curve. I have forgotten the math to do this but I can see that the secondary sine term I want to overlay has to have some sort of logarithmic decay as t increases so the period can remain constant.

