Find a solution for the differential equation dy/dx=exp(-y)*sin2x which passes through the origin.

First separate the variables so that the left side of the equation is an expression only in terms of y and the right side only in terms of x.exp(y)dy=sin2x dxSecondly both sides have to be integrated to obtain an expression for exp(y) in terms of x.exp(y)=-(1/2)cos2x+cFinally take the natural log to find an expression for y in terms of x, the general solution.y=ln(-(1/2)cos2x+c)To work out the constant c substitute the x and y coordinates of a known point into the general solution. In this case the origin(x=0,y=0).0=ln(-(1/2)+c) Therefore c=3/2 and the particular solution to the differential equation is y=ln(-(1/2)cos2x+3/2)y=ln((3-cos2x)/2)

FB

Related Maths A Level answers

All answers ▸

How do you find the point of intersection of two vector lines?


Find the exact solution of the equation in its simplest form: 3^x * e^4x = e^7.


Sketch, on a pair of axes, the curve with equation y = 6 - |3x+4| , indicating the coordinates where the curve crosses the axes, then solve the equation x = 6 - |3x+4|


Let y=arcsin(x-1), 0<=x<=2 (where <= means less than or equal to). Find x in terms of y, and show that dx/dy=cos(y).