x= intended size
y= shrinkage size
s= shrinkage percentage
c=correctional length
s= 1 - (y / x)
c= (1 + s) x
For a quick fix, I want to figure out what size I can enter in the rip to compensate for shrinkage.
This set of equations look correct?
All of that would appear to reduce to 2x-y which intuitively doesn't seem quite right since it's linear. I should think that something like x^2/y might yield a better number.