Hi,
I am a computational science major and I am interested to learn physic. Could anyone please recommend me some physics websites that teach me or a book for beginner?
Any help please!
Thank you
I used the substitution and i got:
u=x-y
du/dx=1-dy/dx
dy/dx=1-du/dx
1-du/dx=u
-du/dx=u-1
-du/u-1=dx
integral(-du/u-1)=integral(dx)
-ln(u-1)=x+c
e^ln(u-1)=e^-x-c
u=e^x-c+1
How can I solve this?
Mod note: merging threads
--Redbelly98
Homework Statement
The derivative of cos(x-y)=xy is -sin(x-y)*(1+dy/dx)=y+x*dy/dx
Homework Equations
The Attempt at a Solution
I simplified a little and I got
-sin(x-y)-dy/dxsin(x-y) = y+x*dy/dx
I got stuck
I actually use ODE45 in MATLAB to solve the equation and plot it simultaneously.
I tried to integrate the equation using 'int' command but it did not work.
I have no clue how to solve it with only one variable on the right hand side because to solve the separable differential equation you need...
Homework Statement
a.Find solution to the differential equation
dy/dx=cos(x^2)*exp(sin(x));y(0)=0 for x in the interval [0,10]
b.find y(10)
Homework Equations
The Attempt at a Solution
I don't know where to begin