Back to noteBack to top

Pomodoro

Pomodoro timer is idle

First Order ODEs Practice

GitHub Changelog

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Classify a Basic First-Order Equation

Exam I | Problem 1.1 | Order · Linear vs. Nonlinear

For the equation

$$ y' = x^2 y, $$

state whether it is first-order and whether it is linear.

1.2Read a Slope from the Differential Equation

Exam I | Problem 1.2 | Direction Fields · Slope

For

$$ y' = x - y, $$

what is the slope of the solution curve at the point $(3,1)$?

1.3Solve a Simple Separable Equation

Exam I | Problem 1.3 | Separable Equations

Solve for $y$:

$$ \frac{dy}{dx} = 4x. $$

1.4Apply an Initial Condition

Exam I | Problem 1.4 | Initial Value Problems

Solve the initial value problem:

$$ y' = 2x, \qquad y(1)=5. $$

1.5Find Equilibrium Solutions

Exam I | Problem 1.5 | Autonomous Equations · Equilibria

For the autonomous equation

$$ y' = y(y-4), $$

find all equilibrium solutions.

1.6Test for Exactness

Exam I | Problem 1.6 | Exact Equations

Determine whether

$$ (2xy+1)\,dx + (x^2+3y^2)\,dy = 0 $$

is exact.

1.7Recognize a Homogeneous Equation

Exam I | Problem 1.7 | Homogeneous Equations

Is

$$ \frac{dy}{dx} = 1 + \frac{y}{x} $$

homogeneous in the first-order sense?

1.8Solve a Linear Homogeneous Equation

Exam I | Problem 1.8 | Linear First-Order Equations

Solve for $y$:

$$ y' + 3y = 0. $$

1.9Identify a Bernoulli Equation

Exam I | Problem 1.9 | Bernoulli Equations · Classification

Which value of $n$ makes

$$ y' + y = x y^n $$

a Bernoulli equation?

1.10Interpret a Logistic Growth Model

Exam I | Problem 1.10 | Logistic Equation · Equilibria

For

$$ \frac{dP}{dt} = rP\left(1-\frac{P}{K}\right), $$

state the equilibrium values and describe what happens when $0<P<K$.

Integrated Practice

2.1Solve a Separable IVP

Exam II | Problem 2.1 | Separable Equations · Initial Value Problems

Solve the initial value problem

$$ \frac{dy}{dx} = 2xy^2, \qquad y(0)=1. $$

2.2Use an Integrating Factor

Exam II | Problem 2.2 | Linear First-Order Equations · Integrating Factors

Solve for $y$:

$$ y' - 2y = e^x. $$

2.3Solve an Exact Equation

Exam II | Problem 2.3 | Exact Equations

Solve

$$ (3x^2y+2x)\,dx + (x^3+4y)\,dy = 0. $$

2.4Solve a Homogeneous Equation

Exam II | Problem 2.4 | Homogeneous Equations · Substitution

Solve

$$ \frac{dy}{dx} = 1 + \frac{y}{x}. $$

2.5Solve a Bernoulli Equation

Exam II | Problem 2.5 | Bernoulli Equations · Linear First-Order Equations

Solve

$$ y' + y = xy^2. $$

2.6Analyze an Autonomous Equation

Exam II | Problem 2.6 | Autonomous Equations · Phase Lines

For

$$ y' = y(2-y), $$

find the equilibrium solutions and classify each as stable or unstable.

2.7Apply the Existence-Uniqueness Theorem

Exam II | Problem 2.7 | Existence and Uniqueness

Consider the IVP

$$ y' = \frac{x+y}{1+y^2}, \qquad y(0)=0. $$

Does the existence-uniqueness theorem from the note guarantee a unique local solution?

2.8Interpret a Cooling Model

Exam II | Problem 2.8 | Newton's Law of Cooling, Autonomous Equations

An object obeys

$$ \frac{dT}{dt} = -0.2(T-18). $$

What is the equilibrium temperature, and what happens when $T>18$ and when $T<18$?

Applied Problems

3.1Build an Exponential Growth Model

Final | Problem 3.1 | Modeling Patterns · Exponential Growth

A bacterial culture has $250$ bacteria at $t=0$ and $500$ bacteria at $t=5$ hours. Assuming exponential growth, find the model $P(t)$.

3.2Solve a Newton Cooling Problem

Final | Problem 3.2 | Newton's Law of Cooling, Initial Value Problems

A cup of coffee starts at $90^\circ$C in a room at $20^\circ$C and satisfies

$$ \frac{dT}{dt}=-0.3(T-20), \qquad T(0)=90. $$

Find $T(t)$ and the time when the coffee reaches $30^\circ$C.

3.3Write a Mixing Equation

Final | Problem 3.3 | Mixing Problems · Linear First-Order Equations

A tank starts with $100$ liters of brine containing $8$ grams of salt. Pure water flows in at $3$ liters per minute, and the well-mixed solution flows out at the same rate.

Let $Q(t)$ be the amount of salt in grams. Write and solve the differential equation for $Q(t)$.

3.4Interpret a Logistic Model with Initial Data

Final | Problem 3.4 | Logistic Equation · Modeling Patterns

A population satisfies

$$ \frac{dP}{dt}=0.4P\left(1-\frac{P}{1000}\right), \qquad P(0)=200. $$

Find the explicit solution.

3.5Spot a Lost Constant Solution

Final | Problem 3.5 | Common Pitfalls · Separable Equations

A student solves

$$ \frac{dy}{dx}=xy $$

by dividing by $y$ and gets

$$ y = Ce^{x^2/2}. $$

What solution was lost, and why does it need to be checked separately?

Challenge / Synthesis

4.1Solve a Bernoulli Initial Value Problem

Final | Problem 4.1 | Bernoulli Equations · Initial Value Problems

Solve

$$ y' + \frac{1}{x}y = xy^2, \qquad y(1)=1. $$

4.2Solve an Exact IVP

Final | Problem 4.2 | Exact Equations · Initial Value Problems

Solve

$$ (2xy+1)\,dx + (x^2+2y)\,dy = 0, \qquad y(0)=1. $$

4.3Classify Stability on a Phase Line

Final | Problem 4.3 | Autonomous Equations · Phase Lines · Stability

For

$$ y' = y(1-y)^2, $$

find the equilibrium solutions and classify each as stable, unstable, or semistable.

4.4Compare Two Existence Questions

Final | Problem 4.4 | Existence and Uniqueness · Common Pitfalls

For each IVP, decide whether the theorem from the note guarantees a unique local solution.

  1. $y' = \dfrac{1}{1+y^2}, \qquad y(0)=0$

  2. $y' = \sqrt{|y|}, \qquad y(0)=0$