Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

3.8 Q-21

Question Statement

Solve the differential equation:

dSdt+2St=0\frac{dS}{dt} + 2 S t = 0

Also, find the particular solution when S=4eS = 4e when t=0t = 0.


Background and Explanation

This is a first-order linear differential equation. To solve it, we will use the method of separating variables. This involves isolating the terms involving SS on one side of the equation and the terms involving tt on the other side. After integration, we will apply the initial condition to determine the particular solution.


Solution

  1. Rearrange the equation:

    Start with the given equation:

dSdt+2St=0 \frac{dS}{dt} + 2 St = 0

Move the term involving SS to the other side:

dSdt=βˆ’2St \frac{dS}{dt} = -2 S t

Now, we separate the variables SS and tt by dividing both sides by SS:

1SdS=βˆ’2t,dt(i) \frac{1}{S} dS = -2 t , dt \tag{i}
  1. Integrate both sides:

    Integrate both sides of equation (i). On the left side, we integrate with respect to SS, and on the right side, we integrate with respect to tt:

∫1S,dS=βˆ’2∫t,dt \int \frac{1}{S} , dS = -2 \int t , dt

The integrals give us:

ln⁑∣S∣=βˆ’t2+ln⁑C(ii) \ln |S| = -t^2 + \ln C \tag{ii}

Where CC is the constant of integration.

  1. Simplify the equation:

    Rearrange equation (ii) by isolating ln⁑∣S∣\ln |S|:

ln⁑∣Sβˆ£βˆ’ln⁑C=βˆ’t2 \ln |S| - \ln C = -t^2

Using properties of logarithms, combine the terms on the left-hand side:

ln⁑(SC)=βˆ’t2 \ln \left( \frac{S}{C} \right) = -t^2

Exponentiate both sides to eliminate the logarithm:

SC=eβˆ’t2 \frac{S}{C} = e^{-t^2}

Finally, multiply both sides by CC to get the expression for SS:

S=Ceβˆ’t2 S = C e^{-t^2}
  1. Use the initial condition:

    The initial condition is S=4eS = 4e when t=0t = 0. Substitute these values into the equation S=Ceβˆ’t2S = C e^{-t^2}:

4e=Ce0 4e = C e^{0}

Simplifying:

4e=C⇒C=4e 4e = C \quad \Rightarrow \quad C = 4e
  1. Write the particular solution:

    Now that we have the value of CC, substitute it back into the equation for SS:

S=4eeβˆ’t2 S = 4e e^{-t^2}

Simplify the expression:

S=4e1βˆ’t2 S = 4e^{1 - t^2}

Key Formulas or Methods Used

  • Separation of Variables: Rearranging the equation to separate the variables SS and tt.
  • Integration: Using basic integration rules to solve both sides of the equation.
  • Initial Condition: Applying the given values of SS and tt to find the constant of integration.

Summary of Steps

  1. Start with the equation dSdt+2St=0\frac{dS}{dt} + 2 St = 0.
  2. Rearrange to 1SdS=βˆ’2t,dt\frac{1}{S} dS = -2 t , dt.
  3. Integrate both sides: ln⁑∣S∣=βˆ’t2+ln⁑C\ln |S| = -t^2 + \ln C.
  4. Simplify to S=Ceβˆ’t2S = C e^{-t^2}.
  5. Use the initial condition S=4eS = 4e when t=0t = 0 to find C=4eC = 4e.
  6. The particular solution is S=4e1βˆ’t2S = 4e^{1 - t^2}.