Dividing with exponential functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
amaya244
Messages
7
Reaction score
0

Homework Statement



When attempting to divide the following equality (a "tangency condition" in microeconomic consumer theory), I'm puzzled by the solution derived here, please explain the procedure for arriving at the solution. Many thanks!

Homework Equations



I differentiated the Lagrangian wrt x and y:

L = P1x1 + P2x2 + λ[U - xαy1-α]

First order conditions

L'(x) = P1 - λαxα-1y1-α = 0

L'(y) = P2 - λ(1-a)xαy = 0

The "tangency condition" requires that we divide L'(x) by L'(y): Doing so, and carrying the second half of each function to the other side, we get:

P1/P2 = λαxα-1y1-α / λ(1-a)xαy

The Attempt at a Solution



Here is where I get confused. How did the we arrive at the next step:

P1/P2 = α/(1-α) . x/y

Please explain you get x/y from the tangency condition.
 
Physics news on Phys.org
Looks like they just simplified, but as written the factor should be y/x.
 
Muphrid said:
Looks like they just simplified, but as written the factor should be y/x.

You're right, it says y/x not x/y. My mistake. Does it all look okay to you then?
 
jedishrfu said:
I get P1/P2 = (a/1-a) * y/x

x^(a-1) / x^a --> x^(a-1-a) --> x^(-1)--> 1/x

and

y^(1-a) / y^(-a) --> y^(1-a+a) --> y^(1) --> y


Thanks.
Then, can we say 1/x times y is y/x?