Question
Question: Find the particular solution of the differential equation \(x\left( 1+{{y}^{2}} \right)dx-y\left( 1+...
Find the particular solution of the differential equation x(1+y2)dx−y(1+x2)dy=0, given that y = 1, when x = 0.
Solution
To solve this differential equation, we will manipulate the given equation such that all the terms in variable x are with dx and all the terms with variable y are with dy. Then we will apply integration on both sides and carry out indeterminate differentiation. Then we substitute the values of x and y given in the question to find the value of the constant. Once we get the value of constant, we can substitute it in the integrated equation and manipulate the equation to be in standard form.
Complete step by step answer:
The equation given to us is x(1+y2)dx−y(1+x2)dy=0
We will take the terms y(1+x2)dy on the other side of the equal to sign.
The modified equation is x(1+y2)dx=y(1+x2)dy
We will now perform cross multiplication to have terms of x with dx and terms of y with dy.
The equation thus becomes as (1+x2)xdx=(1+y2)ydy
Now, we have to apply integration on both sides.
⇒∫(1+x2)xdx=∫(1+y2)ydy
We know that ∫f(x)f′(x)=logf(x) . Thus, we need to make the numerator in the form of derivative of denominator on the both sides.
Derivative of (1+x2) = 2x and derivative of (1+y2) = 2y.
Thus, we multiply both sides with 2.
The modified equation thus will be ∫(1+x2)2xdx=∫(1+y2)2ydy.
As we can see, both sides are now in the form f(x)f′(x).
Now, we shall execute the integration.
⇒log(1+x2)=log(1+y2)+logC , where C is a constant.
We will take log(1+y2) to the other side of equal to sign.
⇒log(1+x2)−log(1+y2)=logC
We know that loga−logb=log(ba). Thus, we apply this property on the equation.
⇒log(1+y21+x2)=logC
We can now cancel the log operator from both sides.
⇒1+y21+x2=C
It is given that y = 1 when x = 0. So, we substitute the values of x and y in the equation 1+y21+x2=C.
⇒1+(1)21+(0)2=C⇒C=21
Therefore, the equation is as follows:
⇒1+y21+x2=21⇒1+y2=2+2x2⇒y=2x2+1
Note: It is always better to simplify the equation before execution of integration. We have taken the constant as log C instead of C to get a simplified value of C.