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

3.8 Q-20

Question Statement

Solve the differential equation:

dydt=2x\frac{d y}{d t} = 2 x

Given that x=4x = 4 when t=0t = 0.


Background and Explanation

This is a first-order linear differential equation. The equation involves xx and tt, and we are tasked with finding xx as a function of tt. To solve this, we will separate the variables and integrate both sides to obtain the general solution. We will then use the initial condition to find the constant of integration and determine the particular solution.


Solution

  1. Rearrange the equation:

    Start with the given equation:

dydt=2x \frac{d y}{d t} = 2 x

Notice that we have a relationship between yy and xx with respect to tt. We need to separate variables, so we rewrite the equation as:

1x,dx=2,dt(i) \frac{1}{x} , d x = 2 , d t \tag{i}
  1. Integrate both sides:

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

∫1x,dx=2∫dt \int \frac{1}{x} , d x = 2 \int d t

The integrals give us:

ln⁑x=2t+ln⁑C(ii) \ln x = 2 t + \ln C \tag{ii}

Where CC is the constant of integration.

  1. Simplify the equation:

    We can simplify the equation by isolating ln⁑x\ln x:

ln⁑xC=2t \ln \frac{x}{C} = 2 t

Now, exponentiate both sides to remove the natural logarithm:

x=Ce2t x = C e^{2 t}
  1. Use the initial condition:

    We are given that x=4x = 4 when t=0t = 0. Substitute these values into the equation x=Ce2tx = C e^{2 t} to find CC:

4=Ce2β‹…0 4 = C e^{2 \cdot 0}

Simplifying:

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

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

x=4e2t x = 4 e^{2 t}

Key Formulas or Methods Used

  • Separation of Variables: Rewriting the equation to isolate terms involving xx on one side and terms involving tt on the other side.
  • Integration: Using basic integration formulas to integrate both sides of the equation.
  • Initial Condition: Using the given initial values to solve for the constant of integration CC.

Summary of Steps

  1. Start with the equation dydt=2x\frac{d y}{d t} = 2 x.
  2. Rearrange to separate variables: 1x,dx=2,dt\frac{1}{x} , d x = 2 , d t.
  3. Integrate both sides: ln⁑x=2t+ln⁑C\ln x = 2 t + \ln C.
  4. Simplify to get x=Ce2tx = C e^{2 t}.
  5. Use the initial condition x=4x = 4 when t=0t = 0 to find C=4C = 4.
  6. The particular solution is x=4e2tx = 4 e^{2 t}.