So I have H(E,X)=0.01EX and g(x)=0.02[x-0.001x^2) where G=H , so I want to redo the whole thing so everything is function of E, the result should be something like that Y(E)= 10E-0.4E^2 soo..how do I do that? how do I proceed?
Thanks in advance
So I have H(E,X)=0.01EX and g(x)=0.02[x-0.001x^2) where G=H , so I want to redo the whole thing so everything is function of E, the result should be something like that Y(E)= 10E-0.4E^2 soo..how do I do that? how do I proceed?
Thanks in advance
Since $G= H$, you can set the functions equal to one another:
$$0.01EX = 0.02(X-0.001X^2)\iff 0.01 EX = 0.02X(1-0.001X)$$
Now, provided $X \neq 0$, we have $$0.01 E = 0.02(1 - 0.001X)\iff E = 2- 0.002 X\iff \dfrac {2-E}{0.002} = X,\;\;X\neq 0$$
(When $X = 0$, we cannot determine anything about $E$.)
Provided $X\neq 0$, you can express each either G or H as a function of E by substitution.