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

Question

If a curve y=y(x)y=y(x) passes through the point (1,π2)\left(1, \frac{\pi}{2}\right) and satisfies the differential equation (7x4cotyexcosecy)dx dy=x5,x1\left(7 x^4 \cot y-\mathrm{e}^x \operatorname{cosec} y\right) \frac{\mathrm{d} x}{\mathrm{~d} y}=x^5, x \geq 1, then at x=2x=2, the value of cosy\cos y is :

Options

Solution

Key Concepts and Formulas

  • Linear First-Order Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), where P(x)P(x) and Q(x)Q(x) are functions of xx.
  • Integrating Factor (I.F.): For a linear first-order differential equation, the integrating factor is given by I.F.=eP(x)dxI.F. = e^{\int P(x) dx}. The solution is then y(x)I.F.=Q(x)I.F. dx+Cy(x) \cdot I.F. = \int Q(x) \cdot I.F. \ dx + C.
  • Trigonometric Identities: 1siny=cscy\frac{1}{\sin y} = \csc y and cosysiny=coty\frac{\cos y}{\sin y} = \cot y.

Step-by-Step Solution

Step 1: Rewrite the given differential equation.

We are given: (7x4cotyexcscy)dxdy=x5(7x^4 \cot y - e^x \csc y) \frac{dx}{dy} = x^5 Rewrite this as: dydx=7x4cotyexcscyx5\frac{dy}{dx} = \frac{7x^4 \cot y - e^x \csc y}{x^5} dydx=7x4cosysinyex1sinyx5 \frac{dy}{dx} = \frac{7x^4 \frac{\cos y}{\sin y} - e^x \frac{1}{\sin y}}{x^5} dydx=7cosyxsinyexx5siny \frac{dy}{dx} = \frac{7 \cos y}{x \sin y} - \frac{e^x}{x^5 \sin y}

Step 2: Transform the equation.

Multiply both sides by siny\sin y: sinydydx=7cosyxexx5\sin y \frac{dy}{dx} = \frac{7 \cos y}{x} - \frac{e^x}{x^5} Rearrange the terms: sinydydx7xcosy=exx5\sin y \frac{dy}{dx} - \frac{7}{x} \cos y = - \frac{e^x}{x^5}

Step 3: Use a suitable substitution.

Let v=cosyv = \cos y. Then, dvdx=sinydydx\frac{dv}{dx} = -\sin y \frac{dy}{dx}. Substituting into the equation above, we get: dvdx7xv=exx5-\frac{dv}{dx} - \frac{7}{x} v = -\frac{e^x}{x^5} Multiply by -1: dvdx+7xv=exx5\frac{dv}{dx} + \frac{7}{x} v = \frac{e^x}{x^5} This is now a linear first-order differential equation in terms of vv and xx.

Step 4: Calculate the integrating factor.

The integrating factor (I.F.) is given by I.F.=eP(x)dxI.F. = e^{\int P(x) dx}, where P(x)=7xP(x) = \frac{7}{x}. I.F.=e7xdx=e7lnx=elnx7=x7I.F. = e^{\int \frac{7}{x} dx} = e^{7 \ln x} = e^{\ln x^7} = x^7

Step 5: Find the general solution.

The general solution is given by: v(I.F.)=Q(x)(I.F.)dx+Cv \cdot (I.F.) = \int Q(x) \cdot (I.F.) dx + C where Q(x)=exx5Q(x) = \frac{e^x}{x^5}. So, vx7=exx5x7dx+Cv \cdot x^7 = \int \frac{e^x}{x^5} \cdot x^7 dx + C vx7=x2exdx+Cv x^7 = \int x^2 e^x dx + C We need to integrate x2exx^2 e^x. Using integration by parts twice: x2exdx=x2ex2xexdx=x2ex2(xexexdx)=x2ex2xex+2ex+C1=ex(x22x+2)+C1\int x^2 e^x dx = x^2 e^x - \int 2x e^x dx = x^2 e^x - 2(x e^x - \int e^x dx) = x^2 e^x - 2x e^x + 2e^x + C_1 = e^x(x^2 - 2x + 2) + C_1 So, vx7=ex(x22x+2)+Cv x^7 = e^x(x^2 - 2x + 2) + C Substituting back v=cosyv = \cos y: (cosy)x7=ex(x22x+2)+C(\cos y) x^7 = e^x(x^2 - 2x + 2) + C

Step 6: Apply the initial condition to find C.

We are given that the curve passes through the point (1,π2)(1, \frac{\pi}{2}). So, when x=1x=1, y=π2y = \frac{\pi}{2}. cos(π2)(1)7=e1(122(1)+2)+C\cos \left(\frac{\pi}{2}\right) (1)^7 = e^1(1^2 - 2(1) + 2) + C 0=e(12+2)+C0 = e(1 - 2 + 2) + C 0=e+C0 = e + C C=eC = -e

Step 7: Find the particular solution.

Substituting C=eC = -e into the general solution: (cosy)x7=ex(x22x+2)e(\cos y) x^7 = e^x(x^2 - 2x + 2) - e

Step 8: Evaluate cos y at x=2.

We need to find cosy\cos y when x=2x=2. (cosy)(2)7=e2(222(2)+2)e(\cos y) (2)^7 = e^2(2^2 - 2(2) + 2) - e (cosy)(128)=e2(44+2)e(\cos y) (128) = e^2(4 - 4 + 2) - e 128cosy=2e2e128 \cos y = 2e^2 - e cosy=2e2e128\cos y = \frac{2e^2 - e}{128}

Common Mistakes & Tips

  • Remember to change the sign when substituting v=cosyv = \cos y to dvdx-\frac{dv}{dx}.
  • Be careful with integration by parts and signs when evaluating the integral x2exdx\int x^2 e^x dx.
  • Don't forget to substitute back to the original variable yy after solving for vv.

Summary

We solved the given differential equation by first rewriting it and then using the substitution v=cosyv = \cos y to transform it into a linear first-order differential equation. We found the integrating factor and general solution, then used the initial condition to find the particular solution. Finally, we evaluated cosy\cos y at x=2x=2 to obtain the answer.

The final answer is 2e2e128\boxed{\frac{2e^2 - e}{128}}, which corresponds to option (C).

Practice More Differential Equations Questions

View All Questions