Skip to main content
Back to Differential Equations
JEE Main 2023
Differential Equations
Differential Equations
Hard

Question

Let y=y(x)y=y(x) be the solution curve of the differential equation secydy dx+2xsiny=x3cosy,y(1)=0\sec y \frac{\mathrm{d} y}{\mathrm{~d} x}+2 x \sin y=x^3 \cos y, y(1)=0. Then y(3)y(\sqrt{3}) is equal to:

Options

Solution

Key Concepts and Formulas

  • Linear First-Order Differential Equation: A differential equation of the form dzdx+P(x)z=Q(x)\frac{dz}{dx} + P(x)z = Q(x), where P(x)P(x) and Q(x)Q(x) are functions of xx. The integrating factor is given by eP(x)dxe^{\int P(x) dx}. The solution is z(x)eP(x)dx=Q(x)eP(x)dxdx+Cz(x)e^{\int P(x) dx} = \int Q(x)e^{\int P(x) dx} dx + C.
  • Trigonometric Identities: sinycosy=tany\frac{\sin y}{\cos y} = \tan y and 1cosy=secy\frac{1}{\cos y} = \sec y.
  • Integration: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1 and exdx=ex+C\int e^x dx = e^x + C.

Step-by-Step Solution

Step 1: Transform the differential equation

We are given: secydy dx+2xsiny=x3cosy\sec y \frac{\mathrm{d} y}{\mathrm{~d} x}+2 x \sin y=x^3 \cos y Multiply both sides by cosy\cos y: dy dx+2xsinycosy=x3cos2y\frac{\mathrm{d} y}{\mathrm{~d} x} + 2x \sin y \cos y = x^3 \cos^2 y Divide both sides by cos2y\cos^2 y: sec2ydy dx+2xtany=x3\sec^2 y \frac{\mathrm{d} y}{\mathrm{~d} x}+2 x \tan y=x^3 The reason for doing this is to prepare for a substitution that will linearize the equation.

Step 2: Perform the substitution

Let z=tanyz = \tan y. Then, dzdx=sec2ydydx\frac{dz}{dx} = \sec^2 y \frac{dy}{dx}. Substituting into the equation, we get: dzdx+2xz=x3\frac{dz}{dx} + 2xz = x^3 This is now a linear first-order differential equation in z(x)z(x).

Step 3: Find the integrating factor

The integrating factor (IF) is given by eP(x)dxe^{\int P(x) dx}, where P(x)=2xP(x) = 2x. Thus, IF=e2xdx=ex2\text{IF} = e^{\int 2x dx} = e^{x^2}

Step 4: Solve the linear differential equation

Multiply both sides of the linear differential equation by the integrating factor: ex2dzdx+2xex2z=x3ex2e^{x^2} \frac{dz}{dx} + 2xe^{x^2} z = x^3 e^{x^2} The left side is the derivative of zex2z e^{x^2} with respect to xx: ddx(zex2)=x3ex2\frac{d}{dx}(z e^{x^2}) = x^3 e^{x^2} Integrate both sides with respect to xx: ddx(zex2)dx=x3ex2dx\int \frac{d}{dx}(z e^{x^2}) dx = \int x^3 e^{x^2} dx zex2=x3ex2dx+Cz e^{x^2} = \int x^3 e^{x^2} dx + C To evaluate x3ex2dx\int x^3 e^{x^2} dx, let u=x2u = x^2, so du=2xdxdu = 2x dx. Then x2=ux^2 = u and xdx=12dux dx = \frac{1}{2} du. x3ex2dx=x2ex2xdx=ueu12du=12ueudu\int x^3 e^{x^2} dx = \int x^2 e^{x^2} x dx = \int u e^u \frac{1}{2} du = \frac{1}{2} \int u e^u du Using integration by parts, ueudu=ueueudu=ueueu+C1\int u e^u du = u e^u - \int e^u du = u e^u - e^u + C_1. So, x3ex2dx=12(x2ex2ex2)+C1\int x^3 e^{x^2} dx = \frac{1}{2} (x^2 e^{x^2} - e^{x^2}) + C_1 Therefore, zex2=12(x2ex2ex2)+Cz e^{x^2} = \frac{1}{2} (x^2 e^{x^2} - e^{x^2}) + C z=12(x21)+Cex2z = \frac{1}{2} (x^2 - 1) + Ce^{-x^2}

Step 5: Substitute back for zz and apply the initial condition

Since z=tanyz = \tan y, we have: tany=12(x21)+Cex2\tan y = \frac{1}{2} (x^2 - 1) + Ce^{-x^2} We are given the initial condition y(1)=0y(1) = 0. Plugging in x=1x = 1 and y=0y = 0, we get: tan0=12(121)+Ce12\tan 0 = \frac{1}{2} (1^2 - 1) + Ce^{-1^2} 0=0+Ce10 = 0 + Ce^{-1} Thus, C=0C = 0.

Step 6: Find the particular solution

The particular solution is: tany=12(x21)\tan y = \frac{1}{2} (x^2 - 1)

Step 7: Evaluate y(3)y(\sqrt{3})

We want to find y(3)y(\sqrt{3}). Plugging in x=3x = \sqrt{3}, we get: tany(3)=12((3)21)=12(31)=12(2)=1\tan y(\sqrt{3}) = \frac{1}{2} ((\sqrt{3})^2 - 1) = \frac{1}{2} (3 - 1) = \frac{1}{2} (2) = 1 Since tany(3)=1\tan y(\sqrt{3}) = 1, we have y(3)=π4y(\sqrt{3}) = \frac{\pi}{4}.

Step 8: Identify the correct option

The value of y(3)y(\sqrt{3}) is π4\frac{\pi}{4}. This corresponds to option (D).

Common Mistakes & Tips

  • Remember to use an integrating factor when solving linear first-order differential equations.
  • Don't forget the constant of integration when performing indefinite integrals.
  • Be careful with the chain rule when performing substitutions.

Summary

We transformed the given non-linear differential equation into a linear first-order differential equation using a suitable substitution. We then found the integrating factor, solved the linear equation, and applied the initial condition to find the particular solution. Finally, we evaluated the solution at x=3x = \sqrt{3} to find y(3)=π4y(\sqrt{3}) = \frac{\pi}{4}.

The final answer is \boxed{\frac{\pi}{4}}. This corresponds to option (D).

Practice More Differential Equations Questions

View All Questions