Any Ideas how to solve the equation? Mathematica doesn't solve it.
The Original maximization problem was:
FullSimplify[D[(1-(g-(Subscript[p, b](s(1+u)-x)+k)/((Subscript[p, b]-Subscript[p, a])(s*(1+u)-x)-2k))?)(-g+(pb(s(1+u)-x)+k)),g]]
I don't' know how to put the constraints, but they are
Subscript[p, b] between 0-1
Subscript[p, a] between 0-1
When I try to solve it, it doesn't solve:
Input:
FullSimplify[Solve[-1 - ?*(-g + k + (s + s*u - x)*Subscript[p, b])*(g + (k + (s + s*u - x)*Subscript[p, b])/(2*k +
(s + s*u - x)*(Subscript[p, a] - Subscript[p, b])))^(-1 + ?) + (g + (k + (s + s*u - x)*Subscript[p, b])/(2*k +
(s + s*u - x)*(Subscript[p, a] - Subscript[p, b])))^? == 0, g]]
Output:
Solve[(g + (k + (s + s*u - x)*Subscript[p, b])/(2*k + (s + s*u - x)*(Subscript[p, a] - Subscript[p, b])))^? ==
1 + ?*(-g + k + (s + s*u - x)*Subscript[p, b])*(g +
(k + (s + s*u - x)*Subscript[p, b])/(2*k + (s + s*u - x)*(Subscript[p, a] - Subscript[p, b])))^(-1 + ?), g]