sol:
Using Octave program direction fields are plotted for each differential equation given
(i)
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(y^2+y))
% output

from above clealy it is the 3rd figure given in the list
so (i) ode represents 3rd figure
(ii):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(y^2-y))

clearly this figure is 4th in the figure
(iii):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(y^3+y^2))

clearl it none of the figures in the list.
(iv):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(2-t^2))

it is also none of the figures in the list
(v):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(t*y+t*y^2))

it is also none of the figures in the given list
(vi):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(t^2+t^2*y))

clearly it also none of the figures
(vii):
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(t+t*y))

(viii):
clear all
[t, y] = meshgrid([-4:0.2:4],[-4:0.2:4]);
grid on
quiver(t,y,ones(size(t)),(t^2-2))

it is also none of the figures
1. Find the equation for each directional field in the list of given equations bellow: di...
2) Find a rectangular equation for the curve with the given parametric equations. x = 2 sin(t).y = 2 cos(t);0 st <270 (b) x2 + y2 = 2 c) x2 + y2 = 4 (d) y = x2 - 4 (a) y2 - x2 = 2 (e) y = x2 - 2
2. Differential equations and direction fields (a) Find the general solution to the differential equation y' = 20e3+ + + (b) Find the particular solution to the initial value problem y' = 64 – 102, y(0) = 11. (e) List the equilibrium solutions of the differential equation V = (y2 - 1) arctan() (d) List all equilibrium solutions of the differential equation, and classify the stability of each: V = y(y - 6)(n-10) (e) Use equilibrium solutions and stability analysis...
differential equations
1 +.. 8 Find two power series solutions of the given differential equation about the ordinary point x = 0. (x2 + 1)" - 6y = 0 O Y1 = 1 + x2 + 3x4 xo and Y2 = x = x + 3x3 16 O x1 = 1 + 3x2 + x4 – xo + and y2 = x + x3 O Y1 = 1 + 3x2 + 5x* + 7x® + ... and y2 = x...
1. Consider the differential equation" = y2 - 4y - 5. a) Find any equilibrium solution(s). b) Create an appropriate table of values and then sketch (using the grid provided) a direction field for this differential equation on OSIS 3. Be sure to label values on your axes. c) Using the direction field, describe in detail the behavior of y ast approaches infinity. 2. Short answer: State whether or not the differential equation is linear. If it is linear, state...
Please do the parts in the given order
tyā (x,y)メ(0,0) (x,y)= (0,0). if if 1 (d) Given the unit vector u-( find the directional derivative of f(x, y) at the 리지, ,- point (to,m) = (0,0), in the direction of the vector a. (e) Find the gradient of f(x, y) at the point (zo,o) (0,0) (c) Find the equation of the tangent plane to the graph of the function z -f(x, y) at the point (x,y,z) (1,0,0).
tyā (x,y)メ(0,0) (x,y)=...
Q 4.68a)
Find the values of the constants a, b, and c so that the directional derivative of Ф , 2. -1) has a maximum of magnitude 64 in a direction parallel to the z axis. ay + by2+cz, Find the acute angle berween the surfaces y'3x+ and 3x2-y + 2z I at the point (1, -2, 1). Find the constants a and b so that the surface ax -by-(a+2)x will be orthogonal to the surface y+ 4 at the...
Find an equation of the plane tangent to the following surface at the given point. yz e XZ - 21 = 0; (0,7,3) An equation of the tangent plane at (0,7,3) is = 0. Find the critical points of the following function. Use the Second Derivative Test to determine if possible whether each critical point corresponds to a local maximum local minimum, or saddle point. If the Second Derivative Test is inconclusive, determine the behavior of the function at the...
differential equations
Consider the following differential equation to be solved using a power series. y" + xy = 0 On Using the substitution y = cryn, find an expression for Ck + 2 in terms of Ck - 1 for k = 1, 2, 3... n = 0 Ck +2= + 6 Find two power series solutions of the given differential equation about the ordinary point x = 0. x3 O Y1 = 1 - xo and y2 = x...
2. DETAILS LARCALCETZM 13.7.021. (a) Find an equation of the tangent plane to the surface at the given point. z = x2 - y2, (6,3, 27) - 2 / 2 (b) Find a set of symmetric equations for the normal line to the surface at the given point. y = 2 12 -6 -1 x - 6 = y - 3 = 2 - 27 X + 6 y + 3 2 + 27 12 -6 -1 x + 6...
Solve i. and ii. Given the ordinary differential equation: cos(x)y' = sin(x)y + 1 Find the general solution of the given differential equation. ii. Solve the ordinary differential equation: ay' + by = a cos(wx) + Bsen(wx) Where: a, b, a,ß and w are nonzero real constants.