I’m trying to solve this first order ODE problem with initial value solving. I want to plot “a” versus “k”. I want to use initial value problem and root finding method to solve this first order ODE. Please find attached a pdf with an explanation.

I'm trying to solve this problem:

b=a*(1/(a^2*k^2))^0.5; which b is function of a,k

F=(b^6-a^6)*sin(a)*sinh(b)+2*a^3*b^3*cos(a)*cosh(b)-2*a^3*b^3;' which if F is function of b,a

I'm trying to solve this first ordinary equation

da/dk=(-diff(F,b)*diff(b,k))/(diff(F,a)+diff(F,b)*diff(b,a) intiaal value a(0)=14

How can write this problem with MATLAB?

More Seyed Jamaleddin Mostafavi Yazdi's questions See All
Similar questions and discussions