Midterm 1: Differential Equations Review and Foundations
students, this lesson prepares you for Midterm 1 in Differential Equations by reviewing the main ideas, common methods, and the role this exam plays in the larger unit on Laplace Transforms I π. The goal is not just to memorize steps, but to understand what kinds of problems appear, why the methods work, and how to recognize which tool fits a given equation.
What you should know before the exam
By the end of this lesson, you should be able to:
- explain the main ideas and vocabulary used in Midterm 1
- apply standard Differential Equations procedures to solve problems
- connect early course methods to the later study of Laplace transforms
- summarize how Midterm 1 fits into the full topic sequence
- use examples and evidence to justify your work
A differential equation is an equation that involves an unknown function and one or more of its derivatives. For example, $\frac{dy}{dt}=ky$ models growth or decay, such as population growth or radioactive decay. In many real systems, the change in a quantity matters more than the quantity itself. That is why Differential Equations are useful for science, engineering, economics, and biology π±.
Midterm 1 usually tests whether you can read a differential equation, identify its type, and choose a solving strategy. It may include first-order equations, modeling with derivatives, and early ideas that help prepare for Laplace transforms later in the course.
Core ideas from the first part of the course
The most important habit in this unit is recognizing structure. When you see an equation like $\frac{dy}{dx}=f(x)$, the derivative of $y$ depends only on $x$, so the equation can often be solved by integrating both sides. When you see $\frac{dy}{dx}=g(y)$, the equation may be separable, meaning you can rearrange it into a form like $\frac{1}{g(y)}\,dy=dx$.
A common first-order linear differential equation looks like
$$\frac{dy}{dx}+p(x)y=q(x).$$
This form is important because it appears again and again in applications. The standard method uses an integrating factor, usually written as
$$\mu(x)=e^{\int p(x)\,dx}.$$
Multiplying the equation by $\mu(x)$ turns the left side into the derivative of a product:
$$\frac{d}{dx}[\mu(x)y]=\mu(x)q(x).$$
Then you integrate both sides. This idea is one of the main reasoning tools in the course because it turns a complicated equation into something manageable.
Another key idea is an initial condition, such as $y(0)=3$. This gives one specific solution instead of a whole family of solutions. Without an initial condition, the answer often includes a constant, such as $y=Ce^{2x}$. With the condition, you can solve for $C$ and get a unique solution β .
Solving common types of differential equations
One of the most common Midterm 1 skills is solving separable equations. Suppose you have
$$\frac{dy}{dx}=xy.$$
If $y\neq 0$, you separate variables:
$$\frac{1}{y}\,dy=x\,dx.$$
Integrating gives
$$\ln|y|=\frac{x^2}{2}+C,$$
so
$$y=Ce^{x^2/2}.$$
This example shows an important pattern: when variables can be separated, integration finishes the problem.
For a linear equation, consider
$$\frac{dy}{dx}+2y=e^x.$$
Here $p(x)=2$, so the integrating factor is
$$\mu(x)=e^{\int 2\,dx}=e^{2x}.$$
Multiply through:
$$e^{2x}\frac{dy}{dx}+2e^{2x}y=e^{3x}.$$
The left side is
$$\frac{d}{dx}\big(e^{2x}y\big)=e^{3x}.$$
Integrating gives
$$e^{2x}y=\frac{1}{3}e^{3x}+C,$$
so
$$y=\frac{1}{3}e^x+Ce^{-2x}.$$
This is a classic exam-style solution because it shows both the method and the reasoning behind it.
Another common topic is equilibrium solutions. If a differential equation is $\frac{dy}{dt}=f(y)$ and $f(c)=0$, then $y=c$ is an equilibrium solution. In a population model, equilibrium values can represent stable populations, extinction, or carrying capacity. These solutions matter because they describe steady states in the real world.
students, you should also be able to interpret a solution instead of only computing one. For example, if $\frac{dy}{dt}=0.5y$, then the quantity grows proportionally to itself. That means larger values grow faster, which is exactly what exponential growth looks like. In contrast, $\frac{dy}{dt}=-ky$ with $k>0$ models decay, like cooling or drug elimination.
Modeling and interpretation in context
Midterm 1 is not only about algebraic steps. It also checks whether you can translate between words and equations. For example, if a tank drains at a rate proportional to the amount of water remaining, you might write
$$\frac{dA}{dt}=-kA,$$
where $A(t)$ is the amount of water at time $t$ and $k>0$.
If a situation says a quantity increases by a fixed amount per unit time, then the derivative is constant. That gives an equation like
$$\frac{dy}{dt}=4,$$
whose solution is
$$y=4t+C.$$
If a problem says the rate depends on both time and the quantity, you may need to identify whether the equation is separable or linear. The ability to classify the model is often more important than immediately starting calculations.
A strong exam answer should show evidence. That means you should explain why a step is valid, not just write a final formula. For example, if you separate variables, you should note that you are rewriting the equation so all $y$ terms are on one side and all $x$ terms are on the other. If you use an integrating factor, you should identify the coefficient $p(x)$ and show how the product rule appears.
Sometimes you may need to check a solution by substitution. If you found
$$y=Ce^{x^2/2},$$
you can differentiate to get
$$\frac{dy}{dx}=xCe^{x^2/2}=xy,
$$
which matches the original equation. Checking is a powerful habit because it catches algebra mistakes and confirms your reasoning π.
How Midterm 1 connects to Laplace transforms I
This course topic includes Laplace Transforms I, so Midterm 1 is a bridge to that later material. Laplace transforms are designed to handle differential equations by converting them into algebraic equations in a new variable, usually $s$. The basic definition is
$$\mathcal{L}\{f(t)\}=\int_0^\infty e^{-st}f(t)\,dt,$$
when the integral exists.
At first, this may look very different from the techniques used earlier in the course. But the connection is strong: both topics are about solving differential equations efficiently and correctly. The early methods help you understand what a solution means, how initial conditions work, and how to verify results. Laplace transforms then add a powerful new tool, especially for piecewise functions, impulse-like inputs, and initial value problems.
The properties of the Laplace transform also connect to the skills from Midterm 1. For example, the transform is linear:
$$\mathcal{L}\{af(t)+bg(t)\}=a\mathcal{L}\{f(t)\}+b\mathcal{L}\{g(t)\}.$$
This resembles the way differential equations often break into parts that can be solved and combined. Another key property is the derivative rule:
$$\mathcal{L}\{f'(t)\}=s\mathcal{L}\{f(t)\}-f(0).$$
This formula shows why initial conditions are so important. The value $f(0)$ appears automatically, which makes Laplace transforms especially useful for initial value problems.
So even if Midterm 1 focuses mainly on methods from the first half of the course, it is building the mindset needed for Laplace transforms: recognize structure, use properties carefully, and keep track of initial conditions.
Preparing effectively for the exam
To prepare well, students, practice three kinds of tasks:
- Identify the type of equation: separable, linear, or simple model.
- Solve carefully: separate variables or use an integrating factor when appropriate.
- Interpret the result: explain what the solution says about the situation.
A good study strategy is to rewrite each problem in words. For instance, if you see $\frac{dy}{dt}=-0.2y$, say: βThe rate of change is proportional to the amount present, and the amount decreases over time.β That kind of translation helps you remember the meaning behind the symbols.
Also pay attention to constants of integration, domains, and initial conditions. For example, $\ln|y|$ appears because the logarithm requires a positive argument, but the absolute value allows both positive and negative solutions after exponentiating. Small details like that often make the difference between partial credit and full credit on an exam.
Conclusion
Midterm 1 is a checkpoint for the first major skills in Differential Equations. It asks you to recognize equation types, apply standard solution methods, and explain what your answers mean. It also prepares you for Laplace transforms by strengthening your understanding of initial conditions, linearity, and solution verification. If you can classify a problem, choose a method, and justify each step, you are building the exact reasoning the course expects.
Study Notes
- A differential equation contains an unknown function and one or more derivatives.
- Separable equations can often be rearranged so each variable is on a different side.
- First-order linear equations have the form $\frac{dy}{dx}+p(x)y=q(x)$.
- The integrating factor is $\mu(x)=e^{\int p(x)\,dx}$.
- Initial conditions such as $y(0)=3$ determine a unique solution.
- Equilibrium solutions satisfy $f(c)=0$ in equations of the form $\frac{dy}{dt}=f(y)$.
- Check solutions by substituting them back into the original equation.
- Laplace transforms use $\mathcal{L}\{f(t)\}=\int_0^\infty e^{-st}f(t)\,dt$.
- Linearity means $\mathcal{L}\{af(t)+bg(t)\}=a\mathcal{L}\{f(t)\}+b\mathcal{L}\{g(t)\}$.
- The derivative rule is $\mathcal{L}\{f'(t)\}=s\mathcal{L}\{f(t)\}-f(0)$.
- Midterm 1 connects solving methods with the ideas needed for Laplace transforms later in the course.
