Roman C. answered 12/12/17
Tutor
5.0
(868)
Masters of Education Graduate with Mathematics Expertise
We need ∇U = λ∇(px+qy) so the system is:
1/(2√𝑥) = pλ
1/(2√y) = qλ
px+qy=m
So we have:
q/√𝑥 = p/√y ⇒ q2y = p2x
(p+p2/q)x=m ⇒ p(q+p)x = mq ⇒ x=mq/[p(p+q)]
y = mp/[q(p+q)]
The corresponding Lagrange multiplier is:
λ = √[(1/p + 1/q) / m] / 2.
To test that this is where the maximum is one option is that by the Extreme Value Theorem, either this point or one of the two endpoints of the constraint must be the site of the maximum.
At the critical point found: U = √[m(1/p+1/q)]
At the endpoint (0,m/q): U = √(m/q)
At the endpoint (m/p,0): U = √(m/p)
Clearly, the critical point wins out.
%MCEPASTEBIN%