
So I have this problem, and what I do is to set up the max problem.( for Lambda Ill use the letter "L" and for what it looks like gamma Ill use letter "g" )
Objective function is Bln(x-t) and the constraint is Px=y
I set up the Lagrangian as follows Bln(x-g)+L(y-Px).
I then write the FOC , so derivatives of the Langrangian in respect to x , y and L.
(1) respect to x => ((b)/(x-g))-L*P = 0
(2) respect to y => L =0
(3) respect to L => y-P*x = 0
So I made it up to here, I thinkI have made some mistakes as equation number 2 doesnt really make sense, I had never done an optimization problem with paramters. Any help please?