






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Detailed solutions and explanations for exercises on slope fields, a concept in calculus. It covers both traditional methods and the use of tracing software (maxima) to plot and analyze slope fields. The exercises involve determining slopes, plotting slope segments, finding equilibrium solutions, and evaluating stability. Step-by-step instructions and visual aids to help students understand the concepts.
Typology: Exercises
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Solved Exercises on Slope Fields
sketch.
′
2
Next, trace the solution that satisfies 𝑦( 1 ) = 0
a) Understanding y′ (the Derivative):
(x,y).
b) Determine Slopes for Various Points:
c) Plotting Slopes:
(both negative and positive value) to determine the direction and behavior of the
slope field.
x - 5 - 4 - 3 - 2 - 1 0 1 2 3 4 5
y 0 0 0 0 0 0 0 0 0 0 0
y’ 27 18 11 6 3 2 3 6 11 18 27
d) Plot Slope Segments:
segment downward.
To visualize what the graph looks like virtually, a trace is plotted using the website
GeoGebra using y’ over the region [-5,5] x [-5,5]. The point is (1,0) based on the given in
c) Plot Slope Segments:
o Recall how we draw line segments for slope fields using the earlier example and
try doing the slope field on your own.
o To check, we can use GeoGebra again for the correct plot. Trace the point (1,0)
based on the given in #2.
a) Install and Open Maxima:
console.
install.html
b) Define the Differential Equation:
′
2
command for trajectory for a while.
c) Create a Grid of Points and Compute Slopes:
o x_min: - 5;
o x_max: 5;
o y_min: - 5;
o y_max: 5;
o step: 0.5;
d) Find Equilibrium Solutions:
′
2
2
[trajectory_at, x, y]. In this case, x=0 while y will be the values which we will
plug in.
e) Determine Stability:
stability. Try clicking near some points on the graph for each y value. Note
that you may have to type the command plotdf for different trajectories each
time.
o For 𝑦 < − 2 , ( y + 2 )
2
(y − 4 ) > 0 , which means it is a positive slope
and the solution moves away.
o For 𝑦 > − 2 , ( y + 2 )
2
(y − 4 ) < 0 , which means it is a negative slope
and the solution moves toward.
o Thus, y = - 2 is SEMI-STABLE, as only one side of the solution is
asymptotic (For a review on the stability of the trace points, check
out this link).
solutions to the equation intersect?
o It’s possible. The derivative F(x,y) is well-defined and has a unique
value at any given point in the region under consideration. If we
assume the derivative is well-behaved everywhere and the curves
cannot cross at nonzero angles, then the solution curve passing
through any point in 2D space must be tangent to a single, distinct
slope.
o Therefore, while it is possible for not well-behaved solution curves to
intersect at a point, such intersections are rare.