Once the differential equation is transformed with the integrating factor, finding the **general solution** becomes an exercise in integration. After applying the integrating factor to \( \frac{dT}{d\theta} - \mu T = -\mu K \), the equation becomes:\
\- \( \frac{d}{d\theta}(T e^{-\mu \theta}) = -\mu K e^{-\mu \theta} \)
\
\Integrating both sides gives us the integrated form of the function. On the left, integration simply reverses the derivative, returning \( T e^{-\mu \theta} \). On the right, integrating \( -\mu K e^{-\mu \theta} \) results in \( -K e^{-\mu \theta} \), with an added constant of integration \( C \), leading to:
\- \( T e^{-\mu \theta} = -K e^{-\mu \theta} + C \)
\
To solve for \( T \), we multiply through by \( e^{\mu \theta} \), observing that it cancels the exponent terms, simplifying to:
\- \( T(\theta) = -K + Ce^{\mu \theta} \)
\
This expression represents the general solution to the differential equation, capturing all possible behaviors of the system, with \( C \) embodying any initial conditions related to the problem.