← Back To Notes↑ Back To Top

First Order ODEs Practice

GitHub Changelog -

  • 1

0 of 27 completed

Create worksheet

Selected problems

No problems selected.

    Direct

    1.1Classify a Basic First-Order Equation

    Exam I | Problem 1.1 |

    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 |

    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 |

    Solve for $y$:

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

    1.4Apply an Initial Condition

    Exam I | Problem 1.4 |

    Solve the initial value problem:

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

    1.5Find Equilibrium Solutions

    Exam I | Problem 1.5 |

    For the autonomous equation

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

    find all equilibrium solutions.

    1.6Test for Exactness

    Exam I | Problem 1.6 |

    Determine whether

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

    is exact.

    1.7Recognize a Homogeneous Equation

    Exam I | Problem 1.7 |

    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 |

    Solve for $y$:

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

    1.9Identify a Bernoulli Equation

    Exam I | Problem 1.9 |

    Which value of $n$ makes

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

    a Bernoulli equation?

    1.10Interpret a Logistic Growth Model

    Exam I | Problem 1.10 |

    For

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

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

    Integrated

    2.1Solve a Separable IVP

    Solve the initial value problem

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

    2.2Use an Integrating Factor

    Solve for $y$:

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

    2.3Solve an Exact Equation

    Exam II | Problem 2.3 |

    Solve

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

    2.4Solve a Homogeneous Equation

    Exam II | Problem 2.4 |

    Solve

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

    2.5Solve a Bernoulli Equation

    Solve

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

    2.6Analyze an Autonomous Equation

    Exam II | Problem 2.6 |

    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 |

    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

    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

    3.1Build an Exponential Growth Model

    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

    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

    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

    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

    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

    4.1Solve a Bernoulli Initial Value Problem

    Solve

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

    4.2Solve an Exact IVP

    Solve

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

    4.3Classify Stability on a Phase Line

    For

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

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

    4.4Compare Two Existence Questions

    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$