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
VerifiedStep 1
1 of 3Mathematica 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
By signing up, you accept Quizlet's Terms of Service and Privacy Policy
Create a free account to view solutions
By signing up, you accept Quizlet's Terms of Service and Privacy Policy
Recommended textbook solutions

Thomas' Calculus
14th Edition•ISBN: 9780134438986 (11 more)Christopher E Heil, Joel R. Hass, Maurice D. Weir10,142 solutions

Calculus: Early Transcendentals
8th Edition•ISBN: 9781285741550 (6 more)James Stewart11,084 solutions

Calculus: Early Transcendentals
9th Edition•ISBN: 9781337613927 (1 more)Daniel K. Clegg, James Stewart, Saleem Watson11,050 solutions

More related questions
- prealgebra
- prealgebra
- international baccalaureate
1/4
- prealgebra
- prealgebra
- international baccalaureate
1/7