Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Second Order ODEs Practice

GitHub Changelog -

Contributors

  • 3

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Classify a Second-Order ODE

Exam I | Problem 1.1 | Classification · Standard Form

Classify the differential equation below. State whether it is second-order, linear, homogeneous, and constant-coefficient.

$$ y'' + 3y' - 4y = 0 $$

1.2Write in Normalized Form

Exam I | Problem 1.2 | Standard Form · Linear Equations

Rewrite the equation in normalized form \(y'' + p(x)y' + q(x)y = r(x)\).

$$ 4y'' - 2y' + 7y = 5e^x $$

1.3Check Existence and Uniqueness

Exam I | Problem 1.3 | Existence and Uniqueness · Initial Conditions

Does the existence and uniqueness theorem guarantee a unique local solution near \(x=0\) for the initial value problem below?

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

1.4Solve a Distinct-Root Homogeneous Equation

Exam I | Problem 1.4 | Characteristic Equation · Distinct Roots

Solve the homogeneous equation.

$$ y'' - 5y' + 6y = 0 $$

1.5Solve a Repeated-Root Equation

Exam I | Problem 1.5 | Characteristic Equation · Repeated Roots

Solve the homogeneous equation.

$$ y'' - 4y' + 4y = 0 $$

1.6Solve a Complex-Root Equation

Exam I | Problem 1.6 | Characteristic Equation · Complex Roots

Solve the homogeneous equation.

$$ y'' + 9y = 0 $$

1.7Choose a Resonant Trial

Exam I | Problem 1.7 | Undetermined Coefficients · Resonance

For the equation below, what trial form should you use for a particular solution in undetermined coefficients?

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

1.8Solve an Euler-Cauchy Equation

Exam I | Problem 1.8 | Euler-Cauchy Equations · Power Trial

Solve the equation for \(x>0\).

$$ x^2 y'' + xy' - 4y = 0 $$

1.9Compute a Wronskian

Exam I | Problem 1.9 | Wronskian · Linear Independence

Compute the Wronskian of the two functions below.

$$ y_1=x, \qquad y_2=x^2 $$

1.10Find the Natural Frequency and Damping Ratio

Exam I | Problem 1.10 | Mechanical Models · Damping Ratio

A mass-spring system has

$$ m=1, \qquad c=4, \qquad k=4. $$

Find the natural frequency \(\omega_n\), the damping ratio \(\zeta\), and the damping regime.

Integrated Practice

2.1Solve an Initial Value Problem

Exam II | Problem 2.1 | Characteristic Equation · Initial Value Problems

Solve the initial value problem.

$$ y'' - 3y' + 2y = 0, \qquad y(0)=1, \qquad y'(0)=4 $$

2.2Solve a Resonant Forced Equation

Exam II | Problem 2.2 | Undetermined Coefficients · Resonance

Solve the initial value problem.

$$ y'' - 2y' + y = e^x, \qquad y(0)=0, \qquad y'(0)=1 $$

2.3Solve an Euler-Cauchy Initial Value Problem

Exam II | Problem 2.3 | Euler-Cauchy Equations · Initial Value Problems

Solve the initial value problem for \(x>0\).

$$ x^2y'' + xy' - 4y = 0, \qquad y(1)=3, \qquad y'(1)=-1 $$

2.4Use a Known Solution to Finish the General Solution

Exam II | Problem 2.4 | Reduction of Order · Euler-Cauchy Equations

Given that \(y_1=x\) is one nonzero solution of the equation below, find a second linearly independent solution and the general solution.

$$ x^2y'' - 2xy' + 2y = 0 $$

2.5Analyze a Boundary Value Problem

Exam II | Problem 2.5 | Boundary Value Problems · Complex Roots

Determine whether the boundary value problem has one solution, no solutions, or infinitely many solutions.

$$ y'' + \pi^2 y = 0, \qquad y(0)=0, \qquad y(1)=0 $$

2.6Solve a Critically Damped Motion Problem

Exam II | Problem 2.6 | Mechanical Models · Critical Damping

A mass-spring system is modeled by

$$ y'' + 8y' + 16y = 0, \qquad y(0)=2, \qquad y'(0)=0 $$

Solve for \(y(t)\) and classify the damping.

2.7Find the Steady-State Response

Exam II | Problem 2.7 | Forced Vibration · Undetermined Coefficients

Find a particular solution for the forced vibration equation.

$$ y'' + 9y = 6\sin(2t) $$

2.8Find the Interval of Guaranteed Uniqueness

Exam II | Problem 2.8 | Existence and Uniqueness · Standard Form

For the initial value problem below, on what largest open interval containing \(x=2\) is a unique local solution guaranteed?

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

Applied Problems

3.1Model a Simple Mass-Spring Motion

Final | Problem 3.1 | Mechanical Models · Harmonic Motion

A \(2\)-kg mass is attached to a spring with spring constant \(18\) N/m. The mass is displaced \(1/2\) meter from equilibrium and released from rest.

Find the equation of motion and the first time it returns to equilibrium.

3.2Solve a Critically Damped IVP

Final | Problem 3.2 | Mechanical Models · Critical Damping

Solve the initial value problem.

$$ y'' + 8y' + 16y = 0, \qquad y(0)=2, \qquad y'(0)=0 $$

3.3Find a Particular Solution for Forced Oscillation

Final | Problem 3.3 | Forced Vibration · Undetermined Coefficients

Find a particular solution for the forced vibration equation below.

$$ y'' + 9y = 6\sin(2t) $$

3.4A Boundary Value Problem with a Unique Solution

Final | Problem 3.4 | Boundary Value Problems · Linear Independence

Solve the boundary value problem.

$$ y'' + \pi^2 y = 0, \qquad y(0)=0, \qquad y\left(\frac12\right)=0 $$

3.5Predict Long-Term Behavior from Roots

Final | Problem 3.5 | Characteristic Roots · Long-Term Behavior

For the equation below, describe the long-term behavior of the general solution as \(x\to\infty\).

$$ y'' - y' - 2y = 0 $$

Challenge / Synthesis

4.1Solve a Resonant Forced Problem

Final | Problem 4.1 | Undetermined Coefficients · Resonance

Solve the initial value problem.

$$ y'' + 4y = 8\cos(2x), \qquad y(0)=0, \qquad y'(0)=0 $$

4.2Solve a Damped Forced Oscillator

Final | Problem 4.2 | Damped Vibration · Forced Vibration

Solve the initial value problem.

$$ y'' + 2y' + 5y = 10e^{-x}, \qquad y(0)=1, \qquad y'(0)=0 $$

4.3Solve an Euler-Cauchy Boundary Value Problem

Final | Problem 4.3 | Euler-Cauchy Equations · Boundary Value Problems

Solve the boundary value problem for \(x>0\).

$$ x^2y'' + xy' - y = 0, \qquad y(1)=2, \qquad y(2)=3 $$

4.4Use Variation of Parameters

Final | Problem 4.4 | Variation of Parameters · Wronskian

Solve the differential equation on any interval where the forcing term is defined.

$$ y'' + y = \sec x $$