11-10-2025 Separable Differential Equations

  • dydx=fxgy\frac {dy}{dx} = \frac {fx}{gy}    with    g(y)0g(y) \ne 0

Many proteins that are needed for basic cell function are produced at a constant rate (called constitutive expression). In the cell, all proteins are actively degraded by proteolytic enzymes. The rate of degradation of each protein is proportional to the abundance of that protein in the cell.

Protein abundance p(t) converges exponentially to its equilibrium value.

Model of protein abundance:

  •  ddtp(t)=akp(t)\frac d{dt} p(t) = a -kp(t)

    • ddtp(t)\frac d{dt} p(t) is the rate of change of protein abundance

    • aa is the rate of production (constant)

    • kp(t)kp(t) is the rate of degradation (proportional to p(t)p(t))

For this model, the equilibrium protein abundance is:

  • A)A) k/ak/a

  • B)B) aa

  • C)C) a/ka/k

  • D)D) kp-kp

  • E)E) What?

Answer is a/ka/k since p=a/kp = a/k give rate of change of zero


General Solution Example

dydx=x2y2\frac {dy}{dx} = \frac {x²}{y²}

  • We want one side to have xx variables and one side to have yy variables

Step 1) Cross multiply

  • dydx=x2y2y2dy=x2dx\frac {dy}{dx} = \frac {x²}{y²} \Rightarrow y²dy=x²dx

Step 2) Now that we have separated the variables, we can integrate both sides

  • y2dy=x2dxy33=x33+Cy²dy=x²dx \Rightarrow \frac {y³}{3} = \frac {x³}{3} + C

Step 3) Put y by itself

  • y33=x33+Cy=x3+3C3\frac {y³}{3} = \frac {x³}{3} + C \Rightarrow y=\sqrt[3]{x³+3C}

    • Since C is a constant, we can just say C


Particular Solution Example

y=xyy^\prime = xy        y(0)=5y(0) = 5    

y=dydxy^\prime = \frac {dy}{dx}

Step 1) Separate both variables

  • dydx=xydyy=xdx\frac {dy}{dx} = xy \Rightarrow \frac {dy}y = x{dx}

Step 2) Integrate

  • 1ydy=xdxlny=12x2+C\frac 1y dy = xdx \Rightarrow \ln|y| = \frac 12 x² + C

Step 3) Get y by itself

  • elny=e12x2+Ce^{\ln|y|}=e^{\frac 12 x² + C}

  • y=e12x2+Cy = e^{\frac 12 x² + C}

Step 4) Get C to somewhere manageable

  • e12x2+Ce12x2eCe^{\frac 12 x² + C}\Rightarrow e^{\frac 12 x²} \cdot e^C

    • eCe^C is a constant, so we can replace it with CC

  • e12x2Ce^{\frac 12 x²} \cdot C

Step 5) Find the particulate solution

  • y(0)=5y(0) = 5

  • y=Ce12x25=Ce12(0)2y=Ce^{\frac 12 x²}\Rightarrow 5 = Ce^{\frac 12 (0)²}

  • C=51C = \frac 5{1}

  • C=5C = 5

Step 6) Construct the final equation

  • y=5e12x2y=5e^{\frac 12 x²}


Particular Solution Example

y=xyy^\prime = xy        y(0)=3y(0) = 3    

y=dydxy^\prime = \frac {dy}{dx}

Step 1) Separate both variables

  • dydx=xydyy=xdx\frac {dy}{dx} = xy \Rightarrow \frac {dy}y = x{dx}

Step 2) Integrate

  • 1ydy=xdxlny=12x2+C\frac 1y dy = xdx \Rightarrow \ln|y| = \frac 12 x² + C

Step 3) Get y by itself

  • elny=e12x2+Ce^{\ln|y|}=e^{\frac 12 x² + C}

  • y=e12x2+Cy = e^{\frac 12 x² + C}

Step 4) Get C to somewhere manageable

  • e12x2+Ce12x2eCe^{\frac 12 x² + C}\Rightarrow e^{\frac 12 x²} \cdot e^C

    • eCe^C is a constant, so we can replace it with CC

  • e12x2Ce^{\frac 12 x²} \cdot C

Step 5) Find the particulate solution

  • y(0)=3y(0) = 3

  • y=Ce12x23=Ce12(0)2y=Ce^{\frac 12 x²}\Rightarrow 3 = Ce^{\frac 12 (0)²}

  • C=31C = \frac 3{1}

  • C=3C = 3

Step 6) Construct the final equation

  • y=3e12x2y=3e^{\frac 12 x²}