Skip to main content
Ch. 9 - First-Order Differential Equations
Hass - Thomas' Calculus 15th Edition
Hass15th EditionThomas' CalculusISBN: 9780137616077Not the one you use?Change textbook
Chapter 9, Problem 9.2.19

Solving Initial Value Problems
Solve the initial value problems in Exercises 15–20.


(x+1) dy/dx - 2 (x² + x)y = exp(x²) / (x+1), x > -1, y(0) = 5

Verified step by step guidance
1
Rewrite the given differential equation in the standard linear form \(\displaystyle \frac{dy}{dx} + P(x)y = Q(x)\). Start by dividing both sides of the equation by \((x+1)\) to isolate \(\frac{dy}{dx}\):
\[\displaystyle \frac{dy}{dx} - \frac{2(x^2 + x)}{x+1} y = \frac{e^{x^2}}{(x+1)^2}.\]
Simplify the coefficient of \(y\) by factoring and reducing the expression \(\frac{2(x^2 + x)}{x+1}\). Notice that \(x^2 + x = x(x+1)\), so this becomes \(\frac{2x(x+1)}{x+1} = 2x\) for \(x > -1\).
Now the equation is \(\displaystyle \frac{dy}{dx} - 2x y = \frac{e^{x^2}}{(x+1)^2}\). Identify \(P(x) = -2x\) and \(Q(x) = \frac{e^{x^2}}{(x+1)^2}\).
Find the integrating factor \(\mu(x)\) using the formula \(\displaystyle \mu(x) = e^{\int P(x) dx} = e^{\int -2x dx} = e^{-x^2}\). Multiply both sides of the differential equation by \(\mu(x)\) to write the left side as the derivative of a product:
\[\displaystyle e^{-x^2} \frac{dy}{dx} - 2x e^{-x^2} y = \frac{e^{x^2}}{(x+1)^2} e^{-x^2} \implies \frac{d}{dx} \left( y e^{-x^2} \right) = \frac{1}{(x+1)^2}.\]

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
7m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Initial Value Problems (IVPs)

An initial value problem involves solving a differential equation with a given initial condition, which specifies the value of the unknown function at a particular point. This condition allows for finding a unique solution that fits both the differential equation and the initial value.
Recommended video:
05:03
Initial Value Problems

First-Order Linear Differential Equations

These are differential equations of the form dy/dx + P(x)y = Q(x). They can be solved using an integrating factor, which simplifies the equation into an exact derivative, allowing integration to find the general solution.
Recommended video:
07:39
Classifying Differential Equations

Integrating Factor Method

The integrating factor is a function, usually denoted μ(x), used to multiply a linear differential equation to make the left side an exact derivative. It is typically μ(x) = exp(∫P(x) dx), enabling straightforward integration and solution of the equation.
Recommended video:
07:33
Euler's Method