Final answer:
To solve the differential equation dx/dt = 2(1-x), variables x and t are separated, integrated, and then x is isolated to find the general solution x = 1 - e^-(2t+C).
Step-by-step explanation:
To solve the differential equation dx/dt = 2(1-x) using the separate-and-integrate method, we take the following steps:
- Separate the variables x and t. We rearrange the terms to get dx/(1-x) = 2 dt.
- Integrate both sides. The integral of dx/(1-x) with respect to x is -ln|1-x|, and the integral of 2 dt with respect to t is 2t. Including the constant of integration C, we get -ln|1-x| = 2t + C.
- Solve for x to find the general solution. Exponentiate both sides to remove the logarithm, leading to 1-x = e-(2t+C).
- Isolate x. We then have x = 1 - e-(2t+C). This expression represents the general solution to the original differential equation.
- To verify this is the correct solution, you can differentiate x = 1 - e-(2t+C) with respect to t and confirm that it satisfies dx/dt = 2(1-x).