Disecting Constant Product formula
The constant product is used in decentralized finance. It is used to calculate how much someone gets for currency $Y$ when giving funds of currency $X$. $X$ and $Y$ indicate the size of funds in the corresponding currencies, $z$ stands for the amount of funds of currency $X$ given into the pool, $a$ stands for the amount of funds received in currency $Y$.
$k = X * Y$
$a = Y - k / (X + z)$
I want to split $Y$ into $Y_1$ and $Y_2$:
$k = X * (Y_1 + Y_2)$
$a = (Y_1 + Y_2) - k / (X + z)$
Now my question is: How much does someone have to give to exactly receive $Y_1$? What the size of $z$ so that $a = Y_1$?
Example:
$X = 100, Y_1 = 50, Y_2 = 50, z = 10$
$k = 100 *(50+50)$
$a = (50+50) - 10000 / (100+10) = 9.09...$
So here the question is how to calculate $z$ so that $a=Y_1=50$
Answer
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.

-
Leave a comment if you need any clarifications.
- answered
- 750 views
- $5.00
Related Questions
- Contract Crediting Rate Formula
- Optimal Control - Calculus of Variations
- Fixed installment loans?
- Amortization Table
- Year 12 Finance - Combining Superannuation and withdrawals
-
A fund pays 1 at time t = 0, 2 at time t = 2n and 1 at time t = 4n. The
present value of the payments is 3.61. Calculate $(1 + i)^n$. -
You are given:
(i) X is the current value at time 2 of a 20-year annuity-due of $1 per annum.
(ii) The annual effective interest rate for year t is (1/(8+t)).
Find X. - Make a graphical of analysis of the Strong Axiom of Revelead Preference
Not complete question, define z
Thanks for your comment. I edited the question and hope to have added more clearity.
Your question is unclear. Does "z stands for the amount of funds of currency X" mean z=X?
If not, what does X stand for her?
No, z stands the amount of funds which are of the same currency as X