Which is the most recommended mathematics guide to refer to the Differential Equations concept?
dy/dx=sin ( x + y) + cos ( x + y )
Hello Aspirant,
Hope you are doing well!!
It is quite difficult to make integration sign, In place of integration sign I'll put |, and in place of power I'll put ** when you are solve in your notebook you can place | sign to integration sign and ** to power sign.
Let X+Y = v
1 + dY/dX = dv/dX
dY/dX= dv/dX-1
dY/dX = sin (X + Y) + cos (X + Y)
dv/dX - 1 = sin v + cos v
dv / (1+cos v + sin v) = dX
Integrate both side
| dv / (1 + cos v + sin v ) = | dX | dv / ( 1 + ((1 - tan**2 (v/2)) / (1 + tan** 2 (v/2)) + ((2 tan (v/2) / (1 + tan **2 (v/2))
= |dX | sec**2 (v/2) dv / (2(1+ tan(v/2))
=|dx log (1 + tan (v/2)
= X+ c log ( 1+ tan (X + Y) / 2) = X + c
I hope this will help you.
Feel free to ask any query.
solve the given question (xlogx)dy/dx+y=logx^2
Hello,
This question is very simple. Divide the equation by x. logx, on both sides.
So we get :
dy/dx + y/ x.logx = 2. logx / x .logx
i.e. dy/dx + y/ x logx = 2/x
Clearly this is a linear differential equation. So firstly we find the integrating factor.
I.F. = e ^ ( intg. { 1/ xlogx dx } ) ,
I.F. = logx
Now the solution of this differential equation is given by
y. I.F = intg. ( Q. I.F dx ) where Q = 2/x
Hence solution is : y. logx = (logx)^2 + c
Hope it helps.
hi, can we understand differential equations topic without listening or studying indefinite,definite integration ???
hello aspirant,
you cannot understand differential equations without knowing or having knowledge on total integration.you need to have complete knowledge of both differentiation and integration to understand and solve problems on differential equations.
hope this helps,
thankyou.
dy/dx=3y-7x+7/3x-7y-3 solve the following differential equations
Hello sakuntalaampolu,
Well, before I start solving it, I must admit it is going to be very lengthy as I am using bernoulli's homogeneous differential equation method:
Now, In first, if an equation is of form dy/dx = (ax + by + c)/(-bx+ay+f), then we should cross multiply and solve easily, But this is not the case here, So, put y = v + k, where v is variable and k is a constant, And put x = u + h, where u is variable and h is constant, and we get:
dy/dx = (3v-7u +3k-7h+7)/(3u-7v +3h-7k-3), now we know y = v + k => dy = dv and similarly du = dx So, dy/dx = dv/du and Now, lets make 3k-7h+7=0 and 3h-7k-3=0 because we want homogeneous equation and also k and h are constants while we will decide by solving above 2 equations having h and k , h=10/7 and k=1; Now we have dv/du = (3v-7u)/(3u-7v) Now, how do we solve homogeneous equation? => by putting v = ut where t is a variable, so dv/du = t + u.dt/du(you can also do dv/dt , No problem!) and we now get :
t + u.dt/du = (3t-7)/(3-7t) => u.dt/du = 7(t^2 -1)/3-7t and rearranging we get:
((3-7t)/(7(t^2 -1))dt = du/u , Now Integrate both side, and you are going to get like : (-3/7 ln(t+1) -2/7 ln(t^2 -1) = ln u;( I hope you can solve it like 3-7t = (3-3t) -4t and rest you can do...)
And to get your answer, you have to put first t=v/u and then v = y-1(v = y-k and k=1) and u = x-10/7 and this can done by anyone,
And I am expecting you get the solution, Now Summarising:
first make homogenised equation by (using y=v+k and x=u+h) and after you get homogenised equation, always do like upper variable = t. lower variable like y = tx or v = ut and you can do the reverse also like u=vt, this will also give correct answer) and then you get a easily differentiable function to integrate and after integrating you should put the actual values or variables going in backward direction...
Good Luck!
Hope this helps, and feel free to ask any further query...