Calculus · real student question

Solve the differential equation dy = dx/(y - 1)^2.

Question

Solve the differential equation

dy=dx(y1)2dy=\frac{dx}{(y-1)^2}

Step-by-step solution

  1. Rewrite it in derivative form. Dividing through by dxdx:

    dydx=1(y1)2\frac{dy}{dx}=\frac{1}{(y-1)^2}

    The right side depends on yy alone, so the equation is separable. Note the restriction y1y\neq1, where the right side is undefined.

  2. Separate the variables. Multiply both sides by (y1)2(y-1)^2 and by dxdx:

    (y1)2dy=dx(y-1)^2\,dy=dx

    The squared factor moves to the yy side, which is what makes the integral elementary.

  3. Integrate both sides. Substituting u=y1u=y-1 (so du=dydu=dy) turns the left integral into a plain power:

    (y1)2dy=u2du=u33=(y1)33,dx=x+C\int(y-1)^2dy=\int u^2du=\frac{u^3}{3}=\frac{(y-1)^3}{3},\qquad \int dx=x+C

    so

    (y1)33=x+C\frac{(y-1)^3}{3}=x+C

  4. Clear the fraction. Multiplying by 33 absorbs the constant (3C3C is just as arbitrary as CC):

    (y1)3=3x+C(y-1)^3=3x+C

    This is the implicit general solution.

  5. Solve for y explicitly. Cube roots are single-valued over the reals — unlike square roots, there is no ±\pm and no sign case to consider:

    y1=3x+C3y=1+3x+C3y-1=\sqrt[3]{3x+C}\qquad\Longrightarrow\qquad y=1+\sqrt[3]{3x+C}

    The solution passes through y=1y=1 exactly where 3x+C=03x+C=0; there the derivative is infinite, so the curve has a vertical tangent.

  6. Verify by differentiating implicitly. From (y1)3=3x+C(y-1)^3=3x+C: 3(y1)2y=33(y-1)^2y'=3, so y=1(y1)2y'=\dfrac{1}{(y-1)^2} ✓ — the original equation. Numerically with C=2C=2 at x=0.5,2.0,4.0x=0.5,\,2.0,\,4.0, the difference quotient of y=1+3x+23y=1+\sqrt[3]{3x+2} matches 1(y1)2\tfrac{1}{(y-1)^2} to four digits ✓.

Answer

(y1)3=3x+C,y=1+3x+C3(y-1)^3=3x+C,\qquad y=1+\sqrt[3]{3x+C}

Need to solve a different problem like this? Open the solver →