수리논술, 배움에서 논증의 완성까지.

상경계열 2번

문제

🔒
짧은 시간에 너무 많은 문제를 여셔서 열람을 잠시 제한했습니다. 잠시 후 다시 시도하시거나 로그인해 주세요.
해설강의 준비중

1.슈주는 q1\displaystyle q_1이 주어져 있는 상태에서 다음을 극대화하는 q2\displaystyle q_2를 찾아야 한다.π2(q2)=(ab(q1+q2))q2c2q2\displaystyle \pi_2(q_2)=(a-b(q_1+q_2))q_2-c_2q_2.극대화를 위하여 이 식을 미분하여 0으로 놓으면 다음과 같다.a=2bq2+bq1+c2\displaystyle a=2bq_2+bq_1+c_2.따라서 답은 다음과 같다.q2=abq1c22b, if abq1c2>0\displaystyle q_2=\frac{a-bq_1-c_2}{2b},\ \text{if }a-bq_1-c_2>0.q2=0 if abq1c20\displaystyle q_2=0\ \text{if }a-bq_1-c_2\le0.(여기서 If 구문을 abq1c20\displaystyle a-bq_1-c_2\ge0abq1c2<0\displaystyle a-bq_1-c_2<0로 바꾸어도 됨.)여기서 b=1\displaystyle b=1이고 c2=0\displaystyle c_2=0이므로 답은,q2=aq12, if aq1>0\displaystyle q_2=\frac{a-q_1}2,\ \text{if }a-q_1>0q2=0 if aq10\displaystyle q_2=0\ \text{if }a-q_1\le0(여기서 If 구문을 aq10\displaystyle a-q_1\ge0aq1<0\displaystyle a-q_1<0로 바꾸어도 됨.)

2.슈주의 생산전략을 q2(q1)\displaystyle q_2(q_1)이라고 표시하자. 소시는 슈주의 생산전략을 감안하여 다음을 극대화하여야 한다.π1(q1)=(ab(q1+q2(q1)))q1c1q1\displaystyle \pi_1(q_1)=(a-b(q_1+q_2(q_1)))q_1-c_1q_1.소시의 이익함수를 미분하고 0으로 놓으면,π1(q1)=a2bq1+c22c12=0\displaystyle \pi_1^{\prime}(q_1)=\frac{a-2bq_1+c_2-2c_1}2=0.따라서 소시와 슈주의 최적 생산량은,(q1,q2)=(c22c1+a2b,a3c2+2c14b)\displaystyle (q_1,q_2)=\left(\frac{c_2-2c_1+a}{2b},\frac{a-3c_2+2c_1}{4b}\right).여기서 b=1\displaystyle b=1이고 c2=0\displaystyle c_2=0이므로 답은,(q1,q2)=(a2c2,a+2c4)\displaystyle (q_1,q_2)=\left(\frac{a-2c}2,\frac{a+2c}4\right)

3.소시의 시장점유율은 다음과 같다.q1q1+q2=2(a2c1)3a2c1diff:8c(3a2c1)2>0\displaystyle \frac{q_1}{q_1+q_2}=\frac{2(a-2c_1)}{3a-2c_1}\Rightarrow diff:\frac{8c}{(3a-2c_1)^2}>0소시의 시장점유율은 a\displaystyle a의 증가함수이다. a\displaystyle a는 가정에 의하여 3ca14c\displaystyle 3c\le a\le14c. 따라서 소시의 시장점유율의 범위는 [2/7,3/5]\displaystyle [2/7,3/5]이다.소시의 시장점유율의 범위 = [2/7,3/5]\displaystyle [2/7,3/5]

4.슈주의 생산량과 총생산량은 다음과 같다.q2=aq12\displaystyle q_2=\frac{a-q_1}2, 그리고 Q=q1+q2=a+q12\displaystyle Q=q_1+q_2=\frac{a+q_1}2따라서 가격과 매출액은 다음과 같다.P(Q)=aq12\displaystyle P(Q)=\frac{a-q_1}2R2(q2)=(aq12)2\displaystyle R_2(q_2)=\left(\frac{a-q_1}2\right)^2한편 소시의 생산량 q1\displaystyle q_1[0,θ]\displaystyle [0,\theta]구간에서 연속확률변수로 가정하였고 그 구간에서 확률밀도함수가 상수라고 가정하였다. 따라서 확률밀도함수는 1/θ\displaystyle 1/\theta이다. 여기서 θ=ac\displaystyle \theta=a-c. 결국 슈주의 매출액의 기댓값은 다음과 같다.0θ(aq12)21θdq1=a2+ac+c212\displaystyle \int_0^\theta\left(\frac{a-q_1}2\right)^2\frac1\theta\,dq_1=\frac{a^2+ac+c^2}{12}.기댓값 = a2+ac+c212\displaystyle \frac{a^2+ac+c^2}{12}

5.슈주의 평균비용이 m\displaystyle m이다. 그래서 슈주에게 m\displaystyle m은 단위당 생산비용이다. 따라서 슈주의 이익함수는 다음과 같다.π2(q2)=P(Q)q2mq2\displaystyle \pi_2(q_2)=P(Q)q_2-mq_2.소시가 q1\displaystyle q_1만큼 생산할 때 슈주의 최적 생산량과 세금은,q2=max(amq12,0)\displaystyle q_2=\max\left(\frac{a-m-q_1}2,0\right),tax=max((amq12)m,0)\displaystyle tax=\max\left(\left(\frac{a-m-q_1}2\right)m,0\right).따라서 세금의 기댓값은tax=0am(amq1)m21acdq1=m(ma)24(ac)\displaystyle tax=\int_0^{a-m}\frac{(a-m-q_1)m}2\frac1{a-c}\,dq_1=\frac{m(m-a)^2}{4(a-c)}정리하면, 슈주의 최적 생산량q2=amq12, if amq1>0\displaystyle q_2=\frac{a-m-q_1}2,\ \text{if }a-m-q_1>0. And, q2=0 if amq10\displaystyle q_2=0\ \text{if }a-m-q_1\le0.(여기서 If 구문을 amq10\displaystyle a-m-q_1\ge0amq1<0\displaystyle a-m-q_1<0로 바꾸어도 됨.)슈주의 세금 기댓값tax=0am(amq1)m21acdq1\displaystyle tax=\int_0^{a-m}\frac{(a-m-q_1)m}2\frac1{a-c}\,dq_1dtax/dm=0\displaystyle dtax/dm=0을 풀면 m=a/3\displaystyle m=a/3.최적 tax m=a/3\displaystyle m^*=a/3

6.(q1,q2)\displaystyle (q_1,q_2)를 결정하여 π1(q1)+π2(q2)\displaystyle \pi_1(q_1)+\pi_2(q_2)를 최대화하는 문제이다. 그런데 소시의 평균생산비용은 항상 c\displaystyle c이고 슈주의 평균생산비용은 항상 0이다. 따라서 소시는 생산을 안 하고 슈주만 생산하는 게 이익이다. 결국 (aq2)q2\displaystyle (a-q_2)q_2을 최대화 하여야 한다. 따라서 (q1,q2)=(0,a/2)\displaystyle (q_1,q_2)=(0,a/2). 이때 이익은 (a/2)2\displaystyle (a/2)^2이다. 보고된 이익이 10,000이므로 (a/2)\displaystyle (a/2)는 100이다. 따라서 a\displaystyle a는 200이다.a=200\displaystyle a=200

첨삭 사례

아직 등록된 첨삭 사례가 없습니다.

질문과 답변 · 0개질문과 답변 · 고정 0개

아직 등록된 질문이 없습니다. 질문 작성은 멤버십 회원만 가능합니다.