A differential equation is any equation that contains at least one derivative term, such as or . The order of the equation is determined by the highest derivative present; for example, an equation with is first-order, while one with is second-order.
The general solution of a differential equation represents an infinite family of functions that satisfy the equation. Because the process of solving involves integration, a constant of integration () is produced, which accounts for the vertical shifts or scaling of the solution curves.
A particular solution is a single, specific function extracted from the general family by applying extra information. This information, known as a boundary condition or initial condition, allows the solver to calculate the exact value of the constant .
The Separation of Variables method is used for first-order differential equations that can be written in the form . This technique allows the variables to be isolated on opposite sides of the equation so they can be integrated independently.
Step 1: Rearrange: Move all terms involving (including ) to one side and all terms involving (including ) to the other. This typically results in an expression like .
Step 2: Integrate: Perform the integration on both sides. It is crucial to add the constant of integration () at this stage, usually on the side containing the independent variable ().
Step 3: Solve for y: If possible, rearrange the resulting algebraic equation to express explicitly as a function of . This often involves using logarithms or exponentials depending on the integral results.
Formulating Equations: Real-world scenarios are translated into math by identifying the 'rate of change' as a derivative. For instance, if a population grows at a rate proportional to its size, the model is , where is a constant of proportionality.
Keywords and Symbols: The phrase 'proportional to' implies multiplying by a constant , while 'inversely proportional' implies dividing by the variable. If a quantity is 'decreasing' or 'decaying', the derivative term must be negative (e.g., ).
Connected Rates of Change: In complex models where multiple variables change simultaneously, the Chain Rule is used to link derivatives. For example, to find how radius changes over time when volume change is known, one uses .
The '+c' Placement: Always add the constant of integration immediately after integrating. A common mistake is to integrate, rearrange the equation for , and then 'tack on' a at the end, which leads to mathematically incorrect particular solutions.
Logarithmic Simplification: When integration results in , it is often cleaner to rewrite the constant. By letting , the equation becomes , which simplifies to .
Sanity Checks: Always interpret the final solution in the context of the problem. If a model predicts a negative volume or an infinite population in a finite space, check if the differential equation was set up with the correct signs or if the model has inherent limitations.
Incorrect Separation: Students often try to separate variables by adding or subtracting terms across the equals sign. Separation of variables must be done through multiplication and division to ensure the differentials and remain in the numerator.
Ignoring the Negative Sign: In decay or cooling problems, forgetting the negative sign in the rate equation (e.g., using instead of ) will result in a model that predicts growth instead of decline.
Variable Confusion: Ensure you are integrating with respect to the correct variable. If the equation is , you must integrate with respect to , not , unless a relationship between and is provided.