EQUATION 1:
$\text{Constant} = \frac{\ln(y-x)}{\ln(y)}$
GIVEN:
- $0 <$ Constant $< 1$
- The $x$ and $y$ values are always positive. The closed form solution may ignore zero and negative $x$ and $y$ values.
SIMPLIFIED EQUATION 1:
Equation 1 may be simplified using log rules to $y-y^\text{Constant} = x $
The simplified equation is $x$ as a function of $y$. I would like to solve $y$ as a function of $x$. I am stuck at this point.
BACKGROUND: I upload a table of $x$ and $y$ values to legacy software. I am commonly told to change the constant. I am able to solve $y$ computationally using Excel. Using Excel introduces manual steps in my workflow when I am told to change the constant. For example, my current workflow is: change the constant, use Excel solver to solve Equation 1 using the updated constant for y as a function of $x$ (e.g., $x$ values $.01$ to $9,999.99$ at a step size of $.01$) , upload table with $x$ and $y$ values from excel into legacy software. The legacy software is able to handle closed form solutions. Thus my desire to automate the process of generating the table in the legacy software using the closed-form solution (i.e., without Excel).
QUESTION: Is there a closed-form solution to the equation $1$? If so, what is the closed-form solution?