Try the fastest way to create flashcards
Question

A family of solutions includes solutions to a differential equation that differ by a constant. For the following problem, use your calculator to graph a family of solutions to the given differential equation. Use initial conditions from y(t = 0) = −10 to y(t = 0) = 10 increasing by 2. Is there some critical point where the behavior of the solution begins to change? [T] y’ = x + y

Solution

Verified
Step 1
1 of 3
Mathematica code::
Sols = Table[
DSolve[{y'[x] == x + y[x], y[0] == j}, y[x], x], {j, -10, 10, 2}]
Plot[Evaluate[y[x] /. Sols], {x, -5, 5}, PlotRange -> {-10, 10},
PlotLegends -> "Expressions"]

Create a free account to view solutions

Create a free account to view solutions

Recommended textbook solutions

Thomas' Calculus 14th Edition by Christopher E Heil, Joel R. Hass, Maurice D. Weir

Thomas' Calculus

14th EditionISBN: 9780134438986 (11 more)Christopher E Heil, Joel R. Hass, Maurice D. Weir
10,142 solutions
Calculus: Early Transcendentals 8th Edition by James Stewart

Calculus: Early Transcendentals

8th EditionISBN: 9781285741550 (6 more)James Stewart
11,084 solutions
Calculus: Early Transcendentals 9th Edition by Daniel K. Clegg, James Stewart, Saleem Watson

Calculus: Early Transcendentals

9th EditionISBN: 9781337613927 (1 more)Daniel K. Clegg, James Stewart, Saleem Watson
11,050 solutions
Calculus, Volume 2 1st Edition by OpenStax

Calculus, Volume 2

1st EditionISBN: 9781938168062OpenStax
2,646 solutions

More related questions

1/4

1/7