Board paper

Business Mathematics Ii 2024 Board Question Paper

MTH 202 · Business Mathematics II

Programme
BBA-F
Academic year
Semester 2
Exam year
2024 AD
Sitting
regular
Full marks
100
Duration
180 minutes

Tribhuvan University

Faculty of Management

Office of the Dean

2024 AD / Regular Examination

Course: MTH 202 · Business Mathematics II

Level: Bachelor of Business Administration in Finance (BBA-F) · Semester 2

Full Marks: 100

Time: 3 hrs.

Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

Section A

Brief Answer Questions .

[10*1=10]
  1. Integrate:x+2x5dxIntegrate: \int \frac{x+2}{x-5} dx

    [1]
    View model solution

    Step-by-Step Solution:

    Evaluate the indefinite integral:

    I=x+2x5dxI = \int \frac{x+2}{x-5} \, dx

    Step 1: Perform algebraic division / rearrangement

    Express the numerator in terms of (x5)(x - 5):

    x+2x5=(x5)+7x5=x5x5+7x5=1+7x5\frac{x + 2}{x - 5} = \frac{(x - 5) + 7}{x - 5} = \frac{x - 5}{x - 5} + \frac{7}{x - 5} = 1 + \frac{7}{x - 5}

    Step 2: Integrate term by term

    I=(1+7x5)dxI = \int \left( 1 + \frac{7}{x - 5} \right) dx
    I=1dx+71x5dxI = \int 1 \, dx + 7 \int \frac{1}{x - 5} \, dx
    I=x+7lnx5+CI = x + 7 \ln|x - 5| + C

    Final Answer: x+7lnx5+Cx + 7 \ln|x - 5| + C.

  2. Find the area of the region bounded by the curve y=32x2y = \frac{3}{2}x^2 , x axis and the two ordinates x=0 and x=2.

    [1]
    View model solution

    Step-by-Step Solution:

    Given:

    • Curve: y=32x2y = \frac{3}{2}x^2
    • Bounded by the xx-axis and ordinates x=0x = 0 and x=2x = 2.

    Step 1: Set up the definite integral

    Since y0y \ge 0 on [0,2][0, 2], the area AA is:

    A=0232x2dxA = \int_0^2 \frac{3}{2}x^2 \, dx

    Step 2: Evaluate the integral

    A=32[x33]02=12[x3]02A = \frac{3}{2} \left[ \frac{x^3}{3} \right]_0^2 = \frac{1}{2} \left[ x^3 \right]_0^2
    A=12(2303)=12(8)=4 sq. unitsA = \frac{1}{2} (2^3 - 0^3) = \frac{1}{2}(8) = 4 \text{ sq. units}

    Final Answer: The area of the region is 44 square units.

  3. Find fxxf_{xx}when f(x, y) =3x2y2+5x2y3x^2y^2 + 5x^2y

    [1]
    View model solution

    Step-by-Step Solution:

    Given function:

    f(x,y)=3x2y2+5x2yf(x, y) = 3x^2 y^2 + 5x^2 y

    Step 1: Compute first-order partial derivative with respect to xx (fxf_x)

    Treating yy as a constant:

    fx=fx=x(3x2y2)+x(5x2y)f_x = \frac{\partial f}{\partial x} = \frac{\partial}{\partial x}(3x^2 y^2) + \frac{\partial}{\partial x}(5x^2 y)
    fx=3y2(2x)+5y(2x)=6xy2+10xyf_x = 3y^2(2x) + 5y(2x) = 6xy^2 + 10xy

    Step 2: Compute second-order partial derivative fxxf_{xx}

    Differentiating fxf_x again with respect to xx (treating yy as constant):

    fxx=2fx2=x(6xy2+10xy)f_{xx} = \frac{\partial^2 f}{\partial x^2} = \frac{\partial}{\partial x}(6xy^2 + 10xy)
    fxx=6y2(1)+10y(1)=6y2+10yf_{xx} = 6y^2(1) + 10y(1) = 6y^2 + 10y

    Final Answer: fxx=6y2+10yf_{xx} = 6y^2 + 10y.

  4. IfA=[1231],findA2If A = \begin{bmatrix} 1 & 2 \\ 3 & 1 \end{bmatrix}, find A^2

    [1]
    View model solution

    Step-by-Step Solution:

    Given matrix:

    A=[1231]A = \begin{bmatrix} 1 & 2 \\ 3 & 1 \end{bmatrix}

    Step 1: Multiply AA by AAA2=AA=[1231][1231]A^2 = A \cdot A = \begin{bmatrix} 1 & 2 \\ 3 & 1 \end{bmatrix} \begin{bmatrix} 1 & 2 \\ 3 & 1 \end{bmatrix}$

    Evaluating each entry by row-column dot product:

    • c11=(1)(1)+(2)(3)=1+6=7c_{11} = (1)(1) + (2)(3) = 1 + 6 = 7
    • c12=(1)(2)+(2)(1)=2+2=4c_{12} = (1)(2) + (2)(1) = 2 + 2 = 4
    • c21=(3)(1)+(1)(3)=3+3=6c_{21} = (3)(1) + (1)(3) = 3 + 3 = 6
    • c22=(3)(2)+(1)(1)=6+1=7c_{22} = (3)(2) + (1)(1) = 6 + 1 = 7A2=[7467]A^2 = \begin{bmatrix} 7 & 4 \\ 6 & 7 \end{bmatrix}$

    Final Answer: A2=[7467]A^2 = \begin{bmatrix} 7 & 4 \\ 6 & 7 \end{bmatrix}.

  5. Evaluate: $\begin{bmatrix} 1 & 2 & 3 \ 2 & 3 & 4 \ 3 & 4 & 5 \end{bmatrix} $

    [1]
    View model solution

    Step-by-Step Solution:

    Evaluate the determinant:

    Δ=123234345\Delta = \begin{vmatrix} 1 & 2 & 3 \\ 2 & 3 & 4 \\ 3 & 4 & 5 \end{vmatrix}

    Method 1: Expansion along Row 1

    Δ=1344522435+32334\Delta = 1 \begin{vmatrix} 3 & 4 \\ 4 & 5 \end{vmatrix} - 2 \begin{vmatrix} 2 & 4 \\ 3 & 5 \end{vmatrix} + 3 \begin{vmatrix} 2 & 3 \\ 3 & 4 \end{vmatrix}

    Evaluate the 2×22 \times 2 determinants:

    • 3445=(3)(5)(4)(4)=1516=1\begin{vmatrix} 3 & 4 \\ 4 & 5 \end{vmatrix} = (3)(5) - (4)(4) = 15 - 16 = -1
    • 2435=(2)(5)(4)(3)=1012=2\begin{vmatrix} 2 & 4 \\ 3 & 5 \end{vmatrix} = (2)(5) - (4)(3) = 10 - 12 = -2
    • 2334=(2)(4)(3)(3)=89=1\begin{vmatrix} 2 & 3 \\ 3 & 4 \end{vmatrix} = (2)(4) - (3)(3) = 8 - 9 = -1

    Substitute into the expression:

    Δ=1(1)2(2)+3(1)=1+43=0\Delta = 1(-1) - 2(-2) + 3(-1) = -1 + 4 - 3 = 0

    Method 2: Elementary Row Operations

    Perform R2R2R1R_2 \to R_2 - R_1 and R3R3R2R_3 \to R_3 - R_2:

    Δ=123111111\Delta = \begin{vmatrix} 1 & 2 & 3 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{vmatrix}
    Since row 2 and row 3 are identical, the determinant is identically 00.

    Final Answer: The value is 00.

  6. The input-output coefficient matrix of an economy of two industries is

    [0.80.20.90.7]\begin{bmatrix} 0.8 & 0.2 \\ 0.9 & 0.7 \end{bmatrix}

    Test whether the system is viable as per Hawkins-Simon conditions.

    [1]
    View model solution

    Step-by-Step Solution:

    Given input-output coefficient matrix:

    A=[0.80.20.90.7]A = \begin{bmatrix} 0.8 & 0.2 \\ 0.9 & 0.7 \end{bmatrix}

    Step 1: Form the Leontief matrix (IA)(I - A)IA=[1001][0.80.20.90.7]=[10.80.20.910.7]=[0.20.20.90.3]I - A = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} - \begin{bmatrix} 0.8 & 0.2 \\ 0.9 & 0.7 \end{bmatrix} = \begin{bmatrix} 1 - 0.8 & -0.2 \\ -0.9 & 1 - 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 & -0.2 \\ -0.9 & 0.3 \end{bmatrix}$

    Step 2: Check Hawkins-Simon Condition 1

    The principal diagonal elements must be positive:

    (1a11)=0.2>0(Satisfied)(1 - a_{11}) = 0.2 > 0 \quad (\text{Satisfied})
    (1a22)=0.3>0(Satisfied)(1 - a_{22}) = 0.3 > 0 \quad (\text{Satisfied})

    Step 3: Check Hawkins-Simon Condition 2

    The determinant IA|I - A| must be strictly positive:

    IA=0.20.20.90.3=(0.2)(0.3)(0.2)(0.9)|I - A| = \begin{vmatrix} 0.2 & -0.2 \\ -0.9 & 0.3 \end{vmatrix} = (0.2)(0.3) - (-0.2)(-0.9)
    IA=0.060.18=0.12|I - A| = 0.06 - 0.18 = -0.12

    Since IA=0.12<0|I - A| = -0.12 < 0, the second Hawkins-Simon condition fails.

    Economic Interpretation:

    The economy requires more inputs than it can produce as final outputs, meaning the system is incapable of sustaining positive net production.

    Final Answer: The system is NOT viable as per Hawkins-Simon conditions because IA=0.12<0|I - A| = -0.12 < 0.

  7. Determine the order and degree of the differential equations: (dydx)2(dydx)5+7xy=0..\left( \frac{dy}{dx} \right)^2 - \left( \frac{dy}{dx} \right)^5 + 7xy = 0. .

    [1]
    View model solution

    Step-by-Step Solution:

    Given differential equation:

    (dydx)2(dydx)5+7xy=0\left( \frac{dy}{dx} \right)^2 - \left( \frac{dy}{dx} \right)^5 + 7xy = 0

    1. Determine the Order:

    • The order of a differential equation is the order of the highest derivative present.
    • The only derivative present is the first derivative dydx\frac{dy}{dx}.
    • Therefore:
      Order=1\mathbf{\text{Order} = 1}

    2. Determine the Degree:

    • The degree is the exponent of the highest power of the highest-order derivative occurring in polynomial form.
    • The highest-order derivative is dydx\frac{dy}{dx}, and its highest power is 55.
    • Therefore:
      Degree=5\mathbf{\text{Degree} = 5}

    Final Answer:

    • Order = 1
    • Degree = 5
  8. Solve the differential equation: dydx=1x\frac{dy}{dx} = \frac{1}{x}

    [1]
    View model solution

    Step-by-Step Solution:

    Given differential equation:

    dydx=1x\frac{dy}{dx} = \frac{1}{x}

    Step 1: Separate variables

    dy=1xdxdy = \frac{1}{x} \, dx

    Step 2: Integrate both sides

    dy=1xdx\int dy = \int \frac{1}{x} \, dx
    y(x)=lnx+Cy(x) = \ln|x| + C

    Final Answer: y=lnx+Cy = \ln|x| + C (where CC is an arbitrary constant of integration).

  9. Solve the first order homogeneous difference equations:yt+12yt=0,y0=3.y_{t+1} - 2y_t = 0, y_0 = 3.

    [1]
    View model solution

    Step-by-Step Solution:

    Given first-order homogeneous difference equation:

    yt+12yt=0with y0=3y_{t+1} - 2y_t = 0 \quad \text{with } y_0 = 3

    Step 1: Rewrite in standard recursive form

    yt+1=2yty_{t+1} = 2y_t

    or with index shifted:

    yt=2yt1y_t = 2y_{t-1}

    Step 2: General solution

    The general solution of a homogeneous first-order difference equation yt=byt1y_t = b y_{t-1} is:

    yt=Abty_t = A \cdot b^t
    Here b=2b = 2, so:
    yt=A2ty_t = A \cdot 2^t

    Step 3: Apply the initial condition y0=3y_0 = 3

    At t=0t = 0:

    y0=A20=A=3y_0 = A \cdot 2^0 = A = 3

    Thus, the particular solution is:

    yt=32ty_t = 3 \cdot 2^t

    Final Answer: yt=32ty_t = 3 \cdot 2^t.

  10. The marginal cost function of manufacturing xxx units of a product is given by MC =3x210x+33x^2 - 10x + 3. The total cost of producing one unit of the product is Rs. 7. Find average cost function.

    [1]
    View model solution

    Step-by-Step Solution:

    Given:

    • Marginal Cost function: MC=3x210x+3MC = 3x^2 - 10x + 3
    • Total cost of producing 11 unit: TC(1)=Rs 7TC(1) = \text{Rs } 7

    Step 1: Find the Total Cost function TC(x)TC(x) by integration

    TC(x)=MCdx=(3x210x+3)dxTC(x) = \int MC \, dx = \int (3x^2 - 10x + 3) \, dx
    TC(x)=3(x33)10(x22)+3x+CTC(x) = 3\left(\frac{x^3}{3}\right) - 10\left(\frac{x^2}{2}\right) + 3x + C
    TC(x)=x35x2+3x+CTC(x) = x^3 - 5x^2 + 3x + C

    Step 2: Determine the integration constant (CC) using TC(1)=7TC(1) = 77=135(12)+3(1)+C7 = 1^3 - 5(1^2) + 3(1) + C$

    7=15+3+C7 = 1 - 5 + 3 + C
    7=1+C    C=7+1=87 = -1 + C \implies C = 7 + 1 = 8

    Thus, the Total Cost function is:

    TC(x)=x35x2+3x+8TC(x) = x^3 - 5x^2 + 3x + 8

    Step 3: Find the Average Cost function AC(x)AC(x)AC(x)=TC(x)x=x35x2+3x+8xAC(x) = \frac{TC(x)}{x} = \frac{x^3 - 5x^2 + 3x + 8}{x}$

    AC(x)=x25x+3+8xAC(x) = x^2 - 5x + 3 + \frac{8}{x}

    Final Answer: The Average Cost function is AC(x)=x25x+3+8xAC(x) = x^2 - 5x + 3 + \frac{8}{x}.

Section B

Short Answer Questions : (Attempt any FIVE Questions )

[5*3=15]
  1. Integrate the following:

    (a) $\int \frac{\log x + 5}{x} dx $

    (b) (2x+1)5x+2dx\int (2x + 1)\sqrt{5x + 2} dx

    [3]
    View model solution

    Step-by-Step Solution:

    (a) Evaluate logx+5xdx\int \frac{\log x + 5}{x} \, dx:

    Let u=logx+5=lnx+5u = \log x + 5 = \ln x + 5. Differentiating with respect to xx:

    du=1xdxdu = \frac{1}{x} \, dx

    Substitute into the integral:

    I=udu=u22+CI = \int u \, du = \frac{u^2}{2} + C

    Substitute back u=logx+5u = \log x + 5:

    I=(logx+5)22+CI = \frac{(\log x + 5)^2}{2} + C
    (Alternatively: lnxxdx+51xdx=(lnx)22+5lnx+C1\int \frac{\ln x}{x} dx + 5 \int \frac{1}{x} dx = \frac{(\ln x)^2}{2} + 5\ln x + C_1, which is algebraically equivalent up to a constant).


    (b) Evaluate (2x+1)5x+2dx\int (2x + 1)\sqrt{5x + 2} \, dx:

    Let u=5x+2    5x=u2    x=u25u = 5x + 2 \implies 5x = u - 2 \implies x = \frac{u - 2}{5}. Differentiating gives:

    dx=15dudx = \frac{1}{5} \, du

    Express the term (2x+1)(2x + 1) in terms of uu:

    2x+1=2(u25)+1=2u4+55=2u+152x + 1 = 2\left(\frac{u - 2}{5}\right) + 1 = \frac{2u - 4 + 5}{5} = \frac{2u + 1}{5}

    Substitute into the integral:

    I=(2u+15)u(15du)=125(2u+1)u1/2duI = \int \left( \frac{2u + 1}{5} \right) \sqrt{u} \cdot \left( \frac{1}{5} \, du \right) = \frac{1}{25} \int (2u + 1) u^{1/2} \, du
    I=125(2u3/2+u1/2)duI = \frac{1}{25} \int \left( 2u^{3/2} + u^{1/2} \right) du

    Integrate term by term:

    I=125[2u5/25/2+u3/23/2]+CI = \frac{1}{25} \left[ 2 \cdot \frac{u^{5/2}}{5/2} + \frac{u^{3/2}}{3/2} \right] + C
    I=125[45u5/2+23u3/2]+CI = \frac{1}{25} \left[ \frac{4}{5} u^{5/2} + \frac{2}{3} u^{3/2} \right] + C
    Factor out common terms 215u3/2\frac{2}{15} u^{3/2}:
    I=125215u3/2(6u+5)+C=2375u3/2(6u+5)+CI = \frac{1}{25} \cdot \frac{2}{15} u^{3/2} (6u + 5) + C = \frac{2}{375} u^{3/2} (6u + 5) + C

    Substitute back u=5x+2u = 5x + 2:

    6u+5=6(5x+2)+5=30x+12+5=30x+176u + 5 = 6(5x + 2) + 5 = 30x + 12 + 5 = 30x + 17
    I=2375(30x+17)(5x+2)3/2+CI = \frac{2}{375} (30x + 17)(5x + 2)^{3/2} + C

    Final Answer:

    • (a) (logx+5)22+C\frac{(\log x + 5)^2}{2} + C
    • (b) 2375(30x+17)(5x+2)3/2+C\frac{2}{375}(30x + 17)(5x + 2)^{3/2} + C
  2. The demand function for a product is Pd=82xP_d = 8 - 2xand the supply function is Ps=2xP_s = 2x under pure competition. Find the consumer’s surplus and producer’s surplus.

    [3]
    View model solution

    Step-by-Step Solution:

    Given market functions under pure competition:

    • Demand function: Pd=82xP_d = 8 - 2x
    • Supply function: Ps=2xP_s = 2x where xx denotes quantity and PP denotes price.

    Step 1: Find Market Equilibrium Quantity (xx^*) and Price (PP^*)

    At equilibrium, Pd=PsP_d = P_s:

    82x=2x8 - 2x = 2x
    8=4x    x=2 units8 = 4x \implies x^* = 2 \text{ units}

    Substitute x=2x^* = 2 into either equation:

    P=2(2)=4P^* = 2(2) = 4


    Step 2: Compute Consumer’s Surplus (CSCS)

    Consumer’s surplus is the integral of (PdP)(P_d - P^*) from 00 to xx^*:

    CS=0x(PdP)dx=02(82x4)dx=02(42x)dxCS = \int_0^{x^*} (P_d - P^*) \, dx = \int_0^2 (8 - 2x - 4) \, dx = \int_0^2 (4 - 2x) \, dx
    CS=[4xx2]02=4(2)(2)2=84=4CS = \left[ 4x - x^2 \right]_0^2 = 4(2) - (2)^2 = 8 - 4 = 4

    (Geometrically: Triangle area =12×base×height=12×2×(84)=4= \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 2 \times (8 - 4) = 4).


    Step 3: Compute Producer’s Surplus (PSPS)

    Producer’s surplus is the integral of (PPs)(P^* - P_s) from 00 to xx^*:

    PS=0x(PPs)dx=02(42x)dxPS = \int_0^{x^*} (P^* - P_s) \, dx = \int_0^2 (4 - 2x) \, dx
    PS=[4xx2]02=4(2)(2)2=84=4PS = \left[ 4x - x^2 \right]_0^2 = 4(2) - (2)^2 = 8 - 4 = 4

    (Geometrically: Triangle area =12×2×(40)=4= \frac{1}{2} \times 2 \times (4 - 0) = 4).


    Step 4: Total Surplus

    TS=CS+PS=4+4=8TS = CS + PS = 4 + 4 = 8

    Final Answer:

    • Equilibrium: x=2 unitsx^* = 2 \text{ units}, P=4P^* = 4
    • Consumer’s Surplus: 44
    • Producer’s Surplus: 44
  3. Solve the following system of linear equations using Cramer’s rule or matrix method:

    4x+6z=100

    3x+6y+z=100

    3x+4y+3z=100

    [3]
    View model solution

    Step-by-Step Solution:

    Given system of linear equations:

    4x+0y+6z=100— (1)4x + 0y + 6z = 100 \quad \text{--- (1)}
    3x+6y+z=100— (2)3x + 6y + z = 100 \quad \text{--- (2)}
    3x+4y+3z=100— (3)3x + 4y + 3z = 100 \quad \text{--- (3)}

    Method: Cramer’s Rule

    Step 1: Calculate the Coefficient Determinant (DD)

    D=406361343D = \begin{vmatrix} 4 & 0 & 6 \\ 3 & 6 & 1 \\ 3 & 4 & 3 \end{vmatrix}

    Expand along Row 1:

    D=461430+63634D = 4 \begin{vmatrix} 6 & 1 \\ 4 & 3 \end{vmatrix} - 0 + 6 \begin{vmatrix} 3 & 6 \\ 3 & 4 \end{vmatrix}
    D=4(184)+6(1218)=4(14)+6(6)=5636=20D = 4(18 - 4) + 6(12 - 18) = 4(14) + 6(-6) = 56 - 36 = 20


    Step 2: Calculate DxD_x

    Replace Column 1 with constant terms:

    Dx=100061006110043=100106161143D_x = \begin{vmatrix} 100 & 0 & 6 \\ 100 & 6 & 1 \\ 100 & 4 & 3 \end{vmatrix} = 100 \begin{vmatrix} 1 & 0 & 6 \\ 1 & 6 & 1 \\ 1 & 4 & 3 \end{vmatrix}
    Expand along Row 1:
    Dx=100[1(184)0+6(46)]=100[14+6(2)]=100[1412]=100(2)=200D_x = 100 \left[ 1(18 - 4) - 0 + 6(4 - 6) \right] = 100 [ 14 + 6(-2) ] = 100 [ 14 - 12 ] = 100(2) = 200
    x=DxD=20020=10x = \frac{D_x}{D} = \frac{200}{20} = 10


    Step 3: Calculate DyD_y

    Replace Column 2 with constant terms:

    Dy=410063100131003=100416311313D_y = \begin{vmatrix} 4 & 100 & 6 \\ 3 & 100 & 1 \\ 3 & 100 & 3 \end{vmatrix} = 100 \begin{vmatrix} 4 & 1 & 6 \\ 3 & 1 & 1 \\ 3 & 1 & 3 \end{vmatrix}
    Expand along Row 1:
    Dy=100[4(31)1(93)+6(33)]=100[4(2)6+0]=100[86]=100(2)=200D_y = 100 \left[ 4(3 - 1) - 1(9 - 3) + 6(3 - 3) \right] = 100 [ 4(2) - 6 + 0 ] = 100 [ 8 - 6 ] = 100(2) = 200
    y=DyD=20020=10y = \frac{D_y}{D} = \frac{200}{20} = 10


    Step 4: Calculate DzD_z

    Replace Column 3 with constant terms:

    Dz=401003610034100=100401361341D_z = \begin{vmatrix} 4 & 0 & 100 \\ 3 & 6 & 100 \\ 3 & 4 & 100 \end{vmatrix} = 100 \begin{vmatrix} 4 & 0 & 1 \\ 3 & 6 & 1 \\ 3 & 4 & 1 \end{vmatrix}
    Expand along Row 1:
    Dz=100[4(64)0+1(1218)]=100[4(2)+(6)]=100[86]=100(2)=200D_z = 100 \left[ 4(6 - 4) - 0 + 1(12 - 18) \right] = 100 [ 4(2) + (-6) ] = 100 [ 8 - 6 ] = 100(2) = 200
    z=DzD=20020=10z = \frac{D_z}{D} = \frac{200}{20} = 10

    Verification:

    • 4(10)+6(10)=40+60=1004(10) + 6(10) = 40 + 60 = 100 (Matches)
    • 3(10)+6(10)+10=30+60+10=1003(10) + 6(10) + 10 = 30 + 60 + 10 = 100 (Matches)
    • 3(10)+4(10)+3(10)=30+40+30=1003(10) + 4(10) + 3(10) = 30 + 40 + 30 = 100 (Matches)

    Final Answer: x=10x = 10, y=10y = 10, z=10z = 10.

  4. A firm’s production function is given by the equation Q = $100L^{0.5}K^{0.5} $ . Use partial differentiation to find the approximate change in output Q when the firm’s manager increases capital by 5% and decreases labour by 3%.

    [3]
    View model solution

    Step-by-Step Solution:

    Given production function:

    Q=100L0.5K0.5Q = 100 L^{0.5} K^{0.5}
    where LL = labor and KK = capital.


    Step 1: Compute the partial derivatives

    • With respect to labor (LL):
      QL=100(0.5L0.5K0.5)=50L0.5K0.5=0.5QL\frac{\partial Q}{\partial L} = 100(0.5 L^{-0.5} K^{0.5}) = 50 L^{-0.5} K^{0.5} = 0.5 \frac{Q}{L}
    • With respect to capital (KK):
      QK=100(0.5L0.5K0.5)=50L0.5K0.5=0.5QK\frac{\partial Q}{\partial K} = 100(0.5 L^{0.5} K^{-0.5}) = 50 L^{0.5} K^{-0.5} = 0.5 \frac{Q}{K}

    Step 2: Use the Total Differential formula

    The total differential dQdQ approximates the change in output:

    dQ=QLdL+QKdKdQ = \frac{\partial Q}{\partial L} dL + \frac{\partial Q}{\partial K} dK
    dQ=(0.5QL)dL+(0.5QK)dKdQ = \left( 0.5 \frac{Q}{L} \right) dL + \left( 0.5 \frac{Q}{K} \right) dK

    Divide both sides by QQ to express in terms of percentage/proportional changes:

    dQQ=0.5(dLL)+0.5(dKK)\frac{dQ}{Q} = 0.5 \left(\frac{dL}{L}\right) + 0.5 \left(\frac{dK}{K}\right)


    Step 3: Substitute the given percentage changes

    • Labor decreases by 3%3\%:
      dLL=3%=0.03\frac{dL}{L} = -3\% = -0.03
    • Capital increases by 5%5\%:
      dKK=+5%=+0.05\frac{dK}{K} = +5\% = +0.05

    Substitute these values:

    dQQ=0.5(0.03)+0.5(+0.05)\frac{dQ}{Q} = 0.5(-0.03) + 0.5(+0.05)
    dQQ=0.015+0.025=+0.010=+1.0%\frac{dQ}{Q} = -0.015 + 0.025 = +0.010 = +1.0\%

    Final Answer: The approximate change in output QQ is an increase of 1%1\%.

  5. Solve the differential equations: $ \frac{dy}{dx} + \frac{1}{x} \cdot y = x^3$.

    [3]
    View model solution

    Step-by-Step Solution:

    Given first-order linear differential equation:

    dydx+1xy=x3\frac{dy}{dx} + \frac{1}{x} \cdot y = x^3

    Step 1: Identify standard form and integrating factor

    Standard linear form: dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) Here:

    P(x)=1x,Q(x)=x3P(x) = \frac{1}{x}, \quad Q(x) = x^3

    The integrating factor I(x)I(x) is:

    I(x)=eP(x)dx=e1xdx=elnx=xI(x) = e^{\int P(x) \, dx} = e^{\int \frac{1}{x} \, dx} = e^{\ln x} = x

    Step 2: Multiply the differential equation by I(x)I(x)x(dydx+1xy)=x(x3)x \left( \frac{dy}{dx} + \frac{1}{x} y \right) = x(x^3)$

    ddx[yx]=x4\frac{d}{dx}[y \cdot x] = x^4

    Step 3: Integrate both sides with respect to xxddx[yx]dx=x4dx\int \frac{d}{dx}[y \cdot x] \, dx = \int x^4 \, dx$

    yx=x55+Cy \cdot x = \frac{x^5}{5} + C

    Step 4: Solve explicitly for yy

    Divide both sides by xx:

    y(x)=x45+Cxy(x) = \frac{x^4}{5} + \frac{C}{x}

    Final Answer: y(x)=x45+Cxy(x) = \frac{x^4}{5} + \frac{C}{x} (where CC is an arbitrary constant of integration).

  6. The reaction functions for the two duopolists, firms X and Y are given by the equations $ P_t^X = 45 + 0.8 , P_{t-1}^Y$ and PtY=45+0.8Pt1XP_t^Y = 45 + 0.8P_{t-1}^X , respectively. If the assumptions of the Bertrand model hold, derive a difference equation for PtXP_t^X and calculate what $ P_t^X$ will be in time period 10 if firm X starts off in time period 0 by setting a price of 300.

    [3]
    View model solution

    Step-by-Step Solution:

    Given Bertrand Duopoly Reaction Functions:

    PtX=45+0.8Pt1Y— (1)P_t^X = 45 + 0.8 P_{t-1}^Y \quad \text{--- (1)}
    PtY=45+0.8Pt1X— (2)P_t^Y = 45 + 0.8 P_{t-1}^X \quad \text{--- (2)}

    with initial price set by Firm X in period 0: P0X=300P_0^X = 300.


    Step 1: Derive a single difference equation for PtXP_t^X

    Lag equation (2) by one time period to express Pt1YP_{t-1}^Y:

    Pt1Y=45+0.8Pt2XP_{t-1}^Y = 45 + 0.8 P_{t-2}^X

    Substitute this into equation (1):

    PtX=45+0.8(45+0.8Pt2X)P_t^X = 45 + 0.8 (45 + 0.8 P_{t-2}^X)
    PtX=45+36+0.64Pt2XP_t^X = 45 + 36 + 0.64 P_{t-2}^X
    PtX=81+0.64Pt2XP_t^X = 81 + 0.64 P_{t-2}^X
    PtX0.64Pt2X=81P_t^X - 0.64 P_{t-2}^X = 81

    This is a linear second-order difference equation with two-period step dynamics.


    Step 2: Solve the difference equation for even periods (t=2kt = 2k)

    Let k=t/2k = t / 2. Then:

    P2kX=81+0.64P2(k1)XP_{2k}^X = 81 + 0.64 P_{2(k-1)}^X

    1. Equilibrium price (PP^*):

      P=81+0.64P    0.36P=81    P=810.36=225P^* = 81 + 0.64 P^* \implies 0.36 P^* = 81 \implies P^* = \frac{81}{0.36} = 225

    2. General solution for even periods:

      P2kX=P+(P0XP)(0.64)kP_{2k}^X = P^* + (P_0^X - P^*)(0.64)^k
      P2kX=225+(300225)(0.64)k=225+75(0.64)kP_{2k}^X = 225 + (300 - 225)(0.64)^k = 225 + 75(0.64)^k


    Step 3: Calculate P10XP_{10}^X (Period 10, so k=10/2=5k = 10/2 = 5)

    P10X=225+75(0.64)5P_{10}^X = 225 + 75(0.64)^5

    Compute (0.64)5(0.64)^5:

    (0.64)50.107374(0.64)^5 \approx 0.107374
    P10X=225+75(0.107374)=225+8.053=233.05P_{10}^X = 225 + 75(0.107374) = 225 + 8.053 = 233.05

    (Sequential check: P0X=300    P1Y=285    P2X=273    P4X=255.72    P6X=244.66    P8X=237.58    P10X=233.05P_0^X=300 \implies P_1^Y=285 \implies P_2^X=273 \implies P_4^X=255.72 \implies P_6^X=244.66 \implies P_8^X=237.58 \implies P_{10}^X=233.05).

    Final Answer:

    • Difference Equation: PtX=81+0.64Pt2XP_t^X = 81 + 0.64 P_{t-2}^X
    • Price in period 10 (P10XP_{10}^X): 233.05233.05
  7. Find the time path of the national income yty_t from the following data and comment on the stability of the time path: yt=Ct+Ity_t = C_t + I_t, Ct=200+0.75yt1C_t = 200 + 0.75y_{t-1}, It=50+0.15yt1I_t = 50 + 0.15y_{t-1}, and y0=3000y_0 = 3000.

    [3]
    View model solution

    Step-by-Step Solution:

    Given dynamic macroeconomic data:

    • National income: yt=Ct+Ity_t = C_t + I_t
    • Consumption function: Ct=200+0.75yt1C_t = 200 + 0.75y_{t-1}
    • Investment function: It=50+0.15yt1I_t = 50 + 0.15y_{t-1}
    • Initial national income: y0=3,000y_0 = 3,000

    Step 1: Formulate the First-Order Difference Equation

    Substitute CtC_t and ItI_t into yty_t:

    yt=(200+0.75yt1)+(50+0.15yt1)y_t = (200 + 0.75y_{t-1}) + (50 + 0.15y_{t-1})
    yt=(200+50)+(0.75+0.15)yt1y_t = (200 + 50) + (0.75 + 0.15)y_{t-1}
    yt=250+0.90yt1y_t = 250 + 0.90 y_{t-1}
    yt0.90yt1=250y_t - 0.90 y_{t-1} = 250


    Step 2: Determine Particular Solution (yy^* / Equilibrium Level)

    Set yt=yt1=yy_t = y_{t-1} = y^*:

    y0.90y=250y^* - 0.90 y^* = 250
    0.10y=250    y=2500.10=2,5000.10 y^* = 250 \implies y^* = \frac{250}{0.10} = 2,500


    Step 3: Determine Complementary Function (ycy_c) and General Time Path

    Homogeneous equation: yt0.90yt1=0    yc=A(0.90)ty_t - 0.90 y_{t-1} = 0 \implies y_c = A(0.90)^t. General solution:

    yt=y+A(0.90)t=2,500+A(0.90)ty_t = y^* + A(0.90)^t = 2,500 + A(0.90)^t

    Apply the initial condition y0=3,000y_0 = 3,000:

    3,000=2,500+A(0.90)0    A=3,0002,500=5003,000 = 2,500 + A(0.90)^0 \implies A = 3,000 - 2,500 = 500

    Thus, the exact time path is:

    yt=2,500+500(0.90)ty_t = 2,500 + 500(0.90)^t


    Step 4: Comment on Stability of the Time Path

    In the solution yt=y+A(b)ty_t = y^* + A(b)^t, the base is b=0.90b = 0.90:

    1. Since b=0.90<1|b| = 0.90 < 1, the term (0.90)t0(0.90)^t \to 0 as tt \to \infty.
    2. Since b>0b > 0, the deviation converges without oscillation (non-oscillatory convergence).
    3. Therefore, the time path is dynamically stable and converges monotonically to the intertemporal equilibrium income of 2,5002,500.

    Final Answer:

    • Time path: yt=2,500+500(0.90)ty_t = 2,500 + 500(0.90)^t
    • Stability: Dynamically stable (monotonically converges to 2,5002,500 as tt \to \infty).

Section C

Long Answer Questions : (Attempt any THREE Questions )

[3*5=15]
  1. Solve the following LP problem using the simplex method or graphic method:

    Maximize Z = $5x_1 + 3x_2 $

    .Subject to the constraints

    $ 2x_1 + x_2 \leq 5$

    $ x_1 + x_2 \leq 4 $

    and x1,x2 ≥ 0

    [5]
    View model solution

    Step-by-Step Solution:

    Problem Formulation:

    Maximize Z=5x1+3x2\text{Maximize } Z = 5x_1 + 3x_2
    Subject to the constraints:\text{Subject to the constraints:}
    2x1+x25— (1)2x_1 + x_2 \le 5 \quad \text{--- (1)}
    x1+x24— (2)x_1 + x_2 \le 4 \quad \text{--- (2)}
    x10,x20x_1 \ge 0, \quad x_2 \ge 0

    Method 1: Graphical Method

    Step 1: Plot the constraint boundary lines

    1. Line 1 (2x1+x2=52x_1 + x_2 = 5):
      • When x1=0    x2=5    (0,5)x_1 = 0 \implies x_2 = 5 \implies (0, 5)
      • When x2=0    2x1=5    x1=2.5    (2.5,0)x_2 = 0 \implies 2x_1 = 5 \implies x_1 = 2.5 \implies (2.5, 0)
    2. Line 2 (x1+x2=4x_1 + x_2 = 4):
      • When x1=0    x2=4    (0,4)x_1 = 0 \implies x_2 = 4 \implies (0, 4)
      • When x2=0    x1=4    (4,0)x_2 = 0 \implies x_1 = 4 \implies (4, 0)

    Step 2: Find intersection point of the two constraint lines

    Subtract equation (2) from equation (1):

    (2x1+x2)(x1+x2)=54    x1=1(2x_1 + x_2) - (x_1 + x_2) = 5 - 4 \implies x_1 = 1
    Substitute x1=1x_1 = 1 into equation (2):
    1+x2=4    x2=31 + x_2 = 4 \implies x_2 = 3
    The intersection point is (1,3)(1, 3).

    Step 3: Evaluate the objective function Z=5x1+3x2Z = 5x_1 + 3x_2 at all corner points

    The feasible region is bounded by the convex polygon with vertices:

    Corner Point (x1,x2)(x_1, x_2) Z=5x1+3x2Z = 5x_1 + 3x_2 Value
    (0,0)(0, 0) 5(0)+3(0)5(0) + 3(0) 00
    (2.5,0)(2.5, 0) 5(2.5)+3(0)5(2.5) + 3(0) 12.512.5
    (1,3)(1, 3) 5(1)+3(3)=5+95(1) + 3(3) = 5 + 9 1414 (Optimal Maximum)
    (0,4)(0, 4) 5(0)+3(4)5(0) + 3(4) 1212

    Method 2: Simplex Method

    Step 1: Standard Canonical Form

    Introduce non-negative slack variables s10,s20s_1 \ge 0, s_2 \ge 0:

    2x1+x2+s1=52x_1 + x_2 + s_1 = 5
    x1+x2+s2=4x_1 + x_2 + s_2 = 4
    Z5x13x2+0s1+0s2=0Z - 5x_1 - 3x_2 + 0s_1 + 0s_2 = 0

    Tableau 1 (Initial):

    Basic x1x_1 x2x_2 s1s_1 s2s_2 RHS Ratio
    s1s_1 2 1 1 0 5 5/2=2.55/2 = 2.5 (Pivot)
    s2s_2 1 1 0 1 4 4/1=44/1 = 4
    ZZ -5 -3 0 0 0
    • Entering variable: x1x_1 (most negative indicator 5-5).
    • Leaving variable: s1s_1 (minimum ratio 2.52.5).
    • Pivot element: 22.
    • Perform row operations:
      • R1R1/2R_1 \leftarrow R_1 / 2: [1,0.5,0.5,02.5][1, 0.5, 0.5, 0 \mid 2.5]
      • R2R2R1R_2 \leftarrow R_2 - R_1: [0,0.5,0.5,11.5][0, 0.5, -0.5, 1 \mid 1.5]
      • RZRZ+5R1R_Z \leftarrow R_Z + 5R_1: [0,0.5,2.5,012.5][0, -0.5, 2.5, 0 \mid 12.5]

    Tableau 2:

    Basic x1x_1 x2x_2 s1s_1 s2s_2 RHS Ratio
    x1x_1 1 0.5 0.5 0 2.5 2.5/0.5=52.5 / 0.5 = 5
    s2s_2 0 0.5 -0.5 1 1.5 1.5/0.5=31.5 / 0.5 = 3 (Pivot)
    ZZ 0 -0.5 2.5 0 12.5
    • Entering variable: x2x_2 (indicator 0.5-0.5).
    • Leaving variable: s2s_2 (minimum ratio 33).
    • Pivot element: 0.50.5.
    • Perform row operations:
      • R2R2/0.5R_2 \leftarrow R_2 / 0.5: [0,1,1,23][0, 1, -1, 2 \mid 3]
      • R1R10.5R2R_1 \leftarrow R_1 - 0.5 R_2: [1,0,1,11][1, 0, 1, -1 \mid 1]
      • RZRZ+0.5R2R_Z \leftarrow R_Z + 0.5 R_2: [0,0,2,114][0, 0, 2, 1 \mid 14]

    Tableau 3 (Optimal):

    Basic x1x_1 x2x_2 s1s_1 s2s_2 RHS
    x1x_1 1 0 1 -1 1
    x2x_2 0 1 -1 2 3
    ZZ 0 0 2 1 14

    All objective row coefficients are 0\ge 0. The optimal solution is reached:

    • x1=1x_1 = 1
    • x2=3x_2 = 3
    • s1=0,s2=0s_1 = 0, s_2 = 0
    • Zmax=14Z_{\text{max}} = 14

    Final Answer: The optimal solution is x1=1x_1 = 1, x2=3x_2 = 3, with maximum value Z=14Z = 14.

  2. For the following transaction matrix of two sector economy consisting two industries P and Q, calculate the gross output for each industry if the final demand changes to 18 units for P and 44 units for Q.

    Producer User Final demand Total output
    P Q
    P 16 20 4 40
    Q 8 40 32 80
    [5]
    View model solution

    Step-by-Step Solution:

    Given Transaction Matrix:

    Producer User: P User: Q Final Demand (dd) Total Output (XX)
    P 16 20 4 40
    Q 8 40 32 80

    Step 1: Derive Technical Coefficient Matrix (AA)

    The elements of technical matrix A=[aij]A = [a_{ij}] are given by aij=XijXja_{ij} = \frac{X_{ij}}{X_j}:

    a11=1640=0.40,a12=2080=0.25a_{11} = \frac{16}{40} = 0.40, \quad a_{12} = \frac{20}{80} = 0.25
    a21=840=0.20,a22=4080=0.50a_{21} = \frac{8}{40} = 0.20, \quad a_{22} = \frac{40}{80} = 0.50

    A=[0.400.250.200.50]A = \begin{bmatrix} 0.40 & 0.25 \\ 0.20 & 0.50 \end{bmatrix}

    Step 2: Determine the Leontief Matrix (IA)(I - A)IA=[10.400.250.2010.50]=[0.600.250.200.50]I - A = \begin{bmatrix} 1 - 0.40 & -0.25 \\ -0.20 & 1 - 0.50 \end{bmatrix} = \begin{bmatrix} 0.60 & -0.25 \\ -0.20 & 0.50 \end{bmatrix}$

    Step 3: Compute the Determinant IA|I - A|IA=(0.60)(0.50)(0.25)(0.20)=0.300.05=0.25|I - A| = (0.60)(0.50) - (-0.25)(-0.20) = 0.30 - 0.05 = 0.25$

    Since IA=0.25>0|I - A| = 0.25 > 0 and 1aii>01 - a_{ii} > 0, the system satisfies the Hawkins-Simon conditions.

    Step 4: Compute the Leontief Inverse (IA)1(I - A)^{-1}(IA)1=1IAadj(IA)=10.25[0.500.250.200.60](I - A)^{-1} = \frac{1}{|I - A|} \operatorname{adj}(I - A) = \frac{1}{0.25} \begin{bmatrix} 0.50 & 0.25 \\ 0.20 & 0.60 \end{bmatrix}$

    (IA)1=4[0.500.250.200.60]=[2.01.00.82.4](I - A)^{-1} = 4 \begin{bmatrix} 0.50 & 0.25 \\ 0.20 & 0.60 \end{bmatrix} = \begin{bmatrix} 2.0 & 1.0 \\ 0.8 & 2.4 \end{bmatrix}

    Step 5: Calculate New Gross Output Vector (XX)

    Given new final demand:

    Dnew=[1844]D_{\text{new}} = \begin{bmatrix} 18 \\ 44 \end{bmatrix}

    Using the Leontief equation X=(IA)1DnewX = (I - A)^{-1} D_{\text{new}}:

    X=[2.01.00.82.4][1844]X = \begin{bmatrix} 2.0 & 1.0 \\ 0.8 & 2.4 \end{bmatrix} \begin{bmatrix} 18 \\ 44 \end{bmatrix}
    XP=(2.0×18)+(1.0×44)=36+44=80 unitsX_P = (2.0 \times 18) + (1.0 \times 44) = 36 + 44 = 80 \text{ units}
    XQ=(0.8×18)+(2.4×44)=14.4+105.6=120 unitsX_Q = (0.8 \times 18) + (2.4 \times 44) = 14.4 + 105.6 = 120 \text{ units}

    Final Answer: The gross output required for each industry is:

    • Industry P: 8080 units
    • Industry Q: 120120 units
  3. Solve the difference equation: ,yt=0.6yt1+21y_t = 0.6y_{t-1} + 21, y0=50y_0 = 50. Find $y_5 $ and $ y_1 $ ?

    [5]
    View model solution

    Step-by-Step Solution:

    Given difference equation:

    yt=0.6yt1+21with y0=50y_t = 0.6y_{t-1} + 21 \quad \text{with } y_0 = 50


    Step 1: Find Particular Solution (yy^* / Equilibrium Level)

    Set yt=yt1=yy_t = y_{t-1} = y^*:

    y=0.6y+21y^* = 0.6y^* + 21
    y0.6y=21y^* - 0.6y^* = 21
    0.4y=210.4y^* = 21
    y=210.4=52.5y^* = \frac{21}{0.4} = 52.5


    Step 2: Find General Solution

    The homogeneous equation yt0.6yt1=0y_t - 0.6y_{t-1} = 0 has solution:

    yc=A(0.6)ty_c = A(0.6)^t

    General solution:

    yt=y+A(0.6)t=52.5+A(0.6)ty_t = y^* + A(0.6)^t = 52.5 + A(0.6)^t

    Step 3: Apply Initial Condition y0=50y_0 = 5050=52.5+A(0.6)0=52.5+A50 = 52.5 + A(0.6)^0 = 52.5 + A$

    A=5052.5=2.5A = 50 - 52.5 = -2.5

    Thus, the closed-form time path is:

    yt=52.52.5(0.6)ty_t = 52.5 - 2.5(0.6)^t


    Step 4: Calculate y1y_1 and y5y_5

    1. Calculate y1y_1:

      y1=52.52.5(0.6)1=52.51.5=51y_1 = 52.5 - 2.5(0.6)^1 = 52.5 - 1.5 = \mathbf{51}
      (Or by direct recurrence: y1=0.6(y0)+21=0.6(50)+21=30+21=51y_1 = 0.6(y_0) + 21 = 0.6(50) + 21 = 30 + 21 = 51).

    2. Calculate y5y_5:

      (0.6)5=0.07776(0.6)^5 = 0.07776
      y5=52.52.5(0.07776)=52.50.1944=52.3056y_5 = 52.5 - 2.5(0.07776) = 52.5 - 0.1944 = \mathbf{52.3056}

    Final Answer:

    • Time path: yt=52.52.5(0.6)ty_t = 52.5 - 2.5(0.6)^t
    • y1=51y_1 = 51
    • y5=52.3056y_5 = 52.3056
  4. In a competitive market price where Qd=5005PQ_d = 500 - 5P and Qs=40+20PQ_s = 40 + 20P , the initial price P(0) is Rs 50.

    (a) Derive a function for the time-path of P and use it to predict price in time period 5 given that price adjusts in proportion to excess demand at the rate dPdt=0.01(QdQs)\frac{dP}{dt} = 0.01 (Q_d - Q_s).

    (b) How many time periods would you have to wait for the price to drop by Rs. 30?

    [5]
    View model solution

    Step-by-Step Solution:

    Given:

    • Demand function: Qd=5005PQ_d = 500 - 5P
    • Supply function: Qs=40+20PQ_s = 40 + 20P
    • Initial price: P(0)=Rs 50P(0) = \text{Rs } 50
    • Price adjustment equation: dPdt=0.01(QdQs)\frac{dP}{dt} = 0.01 (Q_d - Q_s)

    (a) Derive the time-path function P(t)P(t) and predict price at t=5t = 5:

    Step 1: Compute excess demand (QdQs)(Q_d - Q_s)QdQs=(5005P)(40+20P)=5005P4020P=46025PQ_d - Q_s = (500 - 5P) - (40 + 20P) = 500 - 5P - 40 - 20P = 460 - 25P$

    Step 2: Formulate and solve the differential equation

    dPdt=0.01(46025P)=4.60.25P\frac{dP}{dt} = 0.01 (460 - 25P) = 4.6 - 0.25P
    dPdt+0.25P=4.6\frac{dP}{dt} + 0.25P = 4.6

    Integrating factor I(t)I(t):

    I(t)=e0.25dt=e0.25tI(t) = e^{\int 0.25 \, dt} = e^{0.25t}

    Multiply both sides by e0.25te^{0.25t}:

    ddt[Pe0.25t]=4.6e0.25t\frac{d}{dt} [P e^{0.25t}] = 4.6 e^{0.25t}
    Integrate both sides:
    Pe0.25t=4.6e0.25tdt=4.60.25e0.25t+C=18.4e0.25t+CP e^{0.25t} = \int 4.6 e^{0.25t} \, dt = \frac{4.6}{0.25} e^{0.25t} + C = 18.4 e^{0.25t} + C
    Divide by e0.25te^{0.25t}:
    P(t)=18.4+Ce0.25tP(t) = 18.4 + C e^{-0.25t}

    (Notice the long-run equilibrium price is Pe=18.4P_e = 18.4).

    Step 3: Apply the initial condition P(0)=50P(0) = 5050=18.4+Ce0    C=5018.4=31.650 = 18.4 + C e^0 \implies C = 50 - 18.4 = 31.6$

    Thus, the time path of price is:

    P(t)=18.4+31.6e0.25tP(t) = 18.4 + 31.6 e^{-0.25t}

    Step 4: Predict price in time period t=5t = 5P(5)=18.4+31.6e0.25(5)=18.4+31.6e1.25P(5) = 18.4 + 31.6 e^{-0.25(5)} = 18.4 + 31.6 e^{-1.25}$

    Since e1.250.2865048e^{-1.25} \approx 0.2865048:

    P(5)=18.4+31.6(0.2865048)=18.4+9.0536Rs 27.45P(5) = 18.4 + 31.6(0.2865048) = 18.4 + 9.0536 \approx \text{Rs } 27.45


    (b) Time periods required for price to drop by Rs 30:

    The price drops by Rs 30 from its initial value of Rs 50, so the target price is:

    P(t)=5030=Rs 20P(t) = 50 - 30 = \text{Rs } 20

    Substitute P(t)=20P(t) = 20 into the time-path function:

    18.4+31.6e0.25t=2018.4 + 31.6 e^{-0.25t} = 20
    31.6e0.25t=2018.4=1.631.6 e^{-0.25t} = 20 - 18.4 = 1.6
    e0.25t=1.631.6=4790.0506329e^{-0.25t} = \frac{1.6}{31.6} = \frac{4}{79} \approx 0.0506329

    Take natural logarithms on both sides:

    0.25t=ln(0.0506329)2.98315-0.25t = \ln(0.0506329) \approx -2.98315
    t=2.983150.2511.9326 time periodst = \frac{-2.98315}{-0.25} \approx 11.9326 \text{ time periods}

    Final Answer:

    • (a) Time-path function: P(t)=18.4+31.6e0.25tP(t) = 18.4 + 31.6 e^{-0.25t}
      • Predicted price at t=5t = 5: Rs 27.45
    • (b) Waiting time for price to drop by Rs 30: 11.9311.93 time periods (approx. 1212 periods).

Section D

Comprehensive Answer / Case/ Situation Analysis Questions :

[20]