Question

1. Find the equation for each directional field in the list of given equations bellow: di =y+y = y2-y (m) sdy = y® + y2 (iv)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

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

phpFxN2u5.png

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))

ST T HTTP Tirreder

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))

| 0 -

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))

phpNekytQ.png

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))

phpLdSHdo.png

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))

phpKareUe.png

(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))

ދު 222222222 މަމަމަމަދަދުމުދަމަމަމަމަ

it is also none of the figures

Add a comment
Know the answer?
Add Answer to:
1. Find the equation for each directional field in the list of given equations bellow: di...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT