Key Concepts and Formulas
- Bernoulli Differential Equation: A differential equation of the form dxdy+P(x)y=Q(x)yn can be transformed into a linear differential equation using the substitution v=y1−n.
- Integrating Factor: For a linear differential equation of the form dxdv+P(x)v=Q(x), the integrating factor is given by I.F.=e∫P(x)dx.
- Integration by Parts: ∫udv=uv−∫vdu.
Step-by-Step Solution
Step 1: Rewrite the given differential equation in Bernoulli form.
The given differential equation is
dxdy=xy(1+xy2(1+logex)),x>0,y(1)=3
Expanding the right side, we get
dxdy=xy+xy⋅xy2(1+logex)=xy+y3(1+logex)
Rearranging the terms to match the Bernoulli form, we have
dxdy−x1y=(1+logex)y3
Here, P(x)=−x1, Q(x)=1+logex, and n=3.
Step 2: Apply the substitution to transform the Bernoulli equation into a linear equation.
We use the substitution v=y1−n=y1−3=y−2=y21.
Differentiating v with respect to x, we get
dxdv=dxd(y−2)=−2y−3dxdy
So, dxdy=−21y3dxdv. Substituting this into the Bernoulli equation:
−21y3dxdv−x1y=(1+logex)y3
Divide the equation by y3:
−21dxdv−x1y−2=(1+logex)
Substitute v=y−2:
−21dxdv−x1v=(1+logex)
Multiply by −2 to get the linear form:
dxdv+x2v=−2(1+logex)
Step 3: Solve the linear differential equation using the integrating factor.
The integrating factor is given by I.F.=e∫P(x)dx, where P(x)=x2.
∫x2dx=2∫x1dx=2logex=loge(x2)
So, I.F.=eloge(x2)=x2.
The general solution of the linear differential equation is
v⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
vx2=∫−2(1+logex)x2dx+C=−2∫(x2+x2logex)dx+C
We evaluate the integral ∫x2logexdx using integration by parts. Let u=logex and dv=x2dx. Then du=x1dx and v=3x3.
∫x2logexdx=3x3logex−∫3x3⋅x1dx=3x3logex−31∫x2dx=3x3logex−9x3
Therefore,
∫(x2+x2logex)dx=3x3+3x3logex−9x3=92x3+3x3logex=9x3(2+3logex)
Substituting this back into the equation for vx2:
vx2=−2(92x3+3x3logex)+C=−94x3−32x3logex+C
v=−94x−32xlogex+x2C
Since v=y21, we have
y21=−92x3(2+3logex)x21+x2C=x2C−92x(2+3logex)
y21=x2C−92x(2+3logex)=9x29C−2x3(2+3logex)
y2=9C−2x3(2+3logex)9x2
Step 4: Apply the initial condition to find the constant C.
Given y(1)=3, we have y2(1)=9. Substituting x=1 and y2=9 into the equation:
9=9C−2(1)3(2+3loge1)9(1)2=9C−2(2+0)9=9C−49
So, 9(9C−4)=9, which means 9C−4=1, and 9C=5, so C=95.
Substituting C=95 into the equation for y2:
y2=9(95)−2x3(2+3logex)9x2=5−2x3(2+3logex)9x2
Then
9y2=5−2x3(2+3logex)x2
Since 3logex=logex3, we have
9y2=5−2x3(2+logex3)x2
3. Common Mistakes & Tips
- Sign Errors: Be extremely careful with signs when applying the substitution and integrating factor.
- Integration by Parts: Remember the correct formula and choose u and dv strategically.
- Logarithm Properties: Use logarithm properties correctly to simplify expressions.
4. Summary
We solved the given Bernoulli differential equation by first transforming it into a linear differential equation using a suitable substitution. Then, we found the integrating factor and solved the linear equation. Finally, we applied the initial condition to determine the constant of integration and obtain the solution for y2(x). We then divided the result by 9 to arrive at the final expression.
5. Final Answer
The final answer is 5−2x3(2+logex3)x2, which corresponds to option (A).