Question
Question: Find the particular solution of the differential equation \(\log \left( \dfrac{dy}{dx} \right)=3x+4y...
Find the particular solution of the differential equation log(dxdy)=3x+4y , given that y = 0 when x = 0.
Solution
To solve this question, we will first exponential on both side, then we will write the right hand side using property of exponential, ea+b=ea⋅eb. We will get variables of x and y separated then we will separate variables with dx and dy respectively and then integrate. After that, we will substitute the initial value condition and hence, obtain the solution.
Complete step by step answer:
Before we solve this question, let us see what is the differential equation, what is the solution of the differential equation and what is the type of solution.
A differential equation is an equation which contains independent variable, dependent variable and derivatives of dependent variable. For example, dxdy+y=x , where f ( x ) = y ( x ).
Solution of a differential equation is an equation free of derivatives of a dependent variable, which satisfies it’s differential equation.
General solution is a solution of a differential equation which contains arbitrary constants equal to order of differential equation.
Particular solution is a solution obtained from a general solution, by assigning some values to arbitrary constants.
Now, here differential equation is log(dxdy)=3x+4y
We can re – write log(dxdy)=3x+4y as
log(dxdy)=3x+4y
(dxdy)=e3x+4y, as loga=x then a=ex .
Using, property of exponential, ea+b=ea⋅eb ,
(dxdy)=e3x⋅e4y
We know that the differential equation can be solved by the variable separable if we can take dx and function on one side and dy and function of y on the other side.
So, (e4y1)dy=e3xdx⋅
We know, ea1=e−a , we get
e−4ydy=e3xdx⋅
Integrating both sides,
∫e−4ydy=∫e3xdx
We know that, ∫eaxdx=aeax
So, −4e−4y=3e3x+C
Now, in question it is given that, y ( 0 ) = 0
So, putting y = 0 and x = 0 in −4e−4y=3e3x+C, we get
−4e−4(0)=3e3(0)+C
−41=31+C
C=−41−31
On solving, we get
C=−127
Putting, C=−127 in −4e−4y=3e3x+C, we get
−4e−4y=3e3x−127
Or, 3e3x+4e−4y=127
Or, 4e3x+3e−4y=7
**Hence, solution of differential equation log(dxdy)=3x+4yis 4e3x+3e−4y=7.
**
Note: While solving differential equation, firstly re – arrange the differential equation in such a way that you can get a differential equation in some known form such as variable separable, homogeneous or linear differential equation. While finding a particular solution, finding the value of constant very accurately as a particular solution is a unique solution for a pair of values of x and y.