Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Differential Equations question

2022 · Shift 2 · Q32
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /Differential Equations
  5. /2022 · Shift 2 · Q32

Differential Equations question

2022 · Shift 2 · Q32

JEE AdvancedMathematicsDifferential EquationsMultiple correct+4 / −2
For x∈Rx \in \mathbb{R}x∈R, let the function y(x)y(x)y(x) be the solution of the differential equation dydx+12y=cos⁡(π12x),y(0)=0\frac{d y}{d x}+12 y=\cos \left(\frac{\pi}{12} x\right), \quad y(0)=0dxdy​+12y=cos(12π​x),y(0)=0 Then, which of the following statements is/are TRUE ?
  1. A
    y(x)y(x)y(x) is an increasing function
  2. B
    y(x)y(x)y(x) is a decreasing function
  3. C
    There exists a real number β\betaβ such that the line y=βy=\beta \quady=β intersects the curve y=y(x)y=y(x)y=y(x) at infinitely many points
  4. D
    y(x)y(x)y(x) is a periodic function
View written solutionFree

Correct answer: C

Step-by-step Solution

1. Identify and Solve the Differential Equation

The given differential equation is: dydx+12y=cos⁡(π12x)\frac{dy}{dx} + 12y = \cos\left(\frac{\pi}{12}x\right)dxdy​+12y=cos(12π​x) This is a first-order linear differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)dxdy​+P(x)y=Q(x), where P(x)=12P(x) = 12P(x)=12 and Q(x)=cos⁡(π12x)Q(x) = \cos\left(\frac{\pi}{12}x\right)Q(x)=cos(12π​x).

The integrating factor (I.F.) is given by e∫P(x)dxe^{\int P(x) dx}e∫P(x)dx. I.F.=e∫12dx=e12x\text{I.F.} = e^{\int 12 dx} = e^{12x}I.F.=e∫12dx=e12x The general solution is given by y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+Cy \cdot (\text{I.F.}) = \int Q(x) \cdot (\text{I.F.}) dx + Cy⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C. ye12x=∫e12xcos⁡(π12x)dx+Cy e^{12x} = \int e^{12x} \cos\left(\frac{\pi}{12}x\right) dx + Cye12x=∫e12xcos(12π​x)dx+C We use the standard integral formula ∫eaxcos⁡(bx)dx=eaxa2+b2(acos⁡(bx)+bsin⁡(bx))\int e^{ax} \cos(bx) dx = \frac{e^{ax}}{a^2 + b^2}(a \cos(bx) + b \sin(bx))∫eaxcos(bx)dx=a2+b2eax​(acos(bx)+bsin(bx)). Here, a=12a=12a=12 and b=π12b=\frac{\pi}{12}b=12π​. So, a2+b2=122+(π12)2=144+π2144=1442+π2144a^2 + b^2 = 12^2 + \left(\frac{\pi}{12}\right)^2 = 144 + \frac{\pi^2}{144} = \frac{144^2 + \pi^2}{144}a2+b2=122+(12π​)2=144+144π2​=1441442+π2​.

∫e12xcos⁡(π12x)dx=e12x144+π2144(12cos⁡(π12x)+π12sin⁡(π12x))\int e^{12x} \cos\left(\frac{\pi}{12}x\right) dx = \frac{e^{12x}}{144 + \frac{\pi^2}{144}} \left(12 \cos\left(\frac{\pi}{12}x\right) + \frac{\pi}{12} \sin\left(\frac{\pi}{12}x\right)\right)∫e12xcos(12π​x)dx=144+144π2​e12x​(12cos(12π​x)+12π​sin(12π​x)) Substituting this back into the solution equation: ye12x=144e12x1442+π2(12cos⁡(π12x)+π12sin⁡(π12x))+Cy e^{12x} = \frac{144 e^{12x}}{144^2 + \pi^2} \left(12 \cos\left(\frac{\pi}{12}x\right) + \frac{\pi}{12} \sin\left(\frac{\pi}{12}x\right)\right) + Cye12x=1442+π2144e12x​(12cos(12π​x)+12π​sin(12π​x))+C Dividing by e12xe^{12x}e12x, we get the general solution for y(x)y(x)y(x): y(x)=11442+π2(1728cos⁡(π12x)+12πsin⁡(π12x))+Ce−12xy(x) = \frac{1}{144^2 + \pi^2} \left(1728 \cos\left(\frac{\pi}{12}x\right) + 12\pi \sin\left(\frac{\pi}{12}x\right)\right) + C e^{-12x}y(x)=1442+π21​(1728cos(12π​x)+12πsin(12π​x))+Ce−12x

2. Apply the Initial Condition

We are given the initial condition y(0)=0y(0)=0y(0)=0. Substituting x=0x=0x=0 and y=0y=0y=0: 0=11442+π2(1728cos⁡(0)+12πsin⁡(0))+Ce00 = \frac{1}{144^2 + \pi^2} \left(1728 \cos(0) + 12\pi \sin(0)\right) + C e^{0}0=1442+π21​(1728cos(0)+12πsin(0))+Ce0 0=17281442+π2+C0 = \frac{1728}{144^2 + \pi^2} + C0=1442+π21728​+C C=−17281442+π2C = -\frac{1728}{144^2 + \pi^2}C=−1442+π21728​ So, the particular solution is: y(x)=11442+π2(1728cos⁡(π12x)+12πsin⁡(π12x)−1728e−12x)y(x) = \frac{1}{144^2 + \pi^2} \left(1728 \cos\left(\frac{\pi}{12}x\right) + 12\pi \sin\left(\frac{\pi}{12}x\right) - 1728 e^{-12x}\right)y(x)=1442+π21​(1728cos(12π​x)+12πsin(12π​x)−1728e−12x)

3. Analyze the Options

The solution y(x)y(x)y(x) consists of two parts: a sinusoidal (oscillating) part and an exponential decay part. Let yss(x)=11442+π2(1728cos⁡(π12x)+12πsin⁡(π12x))y_{ss}(x) = \frac{1}{144^2 + \pi^2} \left(1728 \cos\left(\frac{\pi}{12}x\right) + 12\pi \sin\left(\frac{\pi}{12}x\right)\right)yss​(x)=1442+π21​(1728cos(12π​x)+12πsin(12π​x)) and yt(x)=−17281442+π2e−12xy_t(x) = -\frac{1728}{144^2 + \pi^2} e^{-12x}yt​(x)=−1442+π21728​e−12x. So, y(x)=yss(x)+yt(x)y(x) = y_{ss}(x) + y_t(x)y(x)=yss​(x)+yt​(x).

A: y(x)y(x)y(x) is an increasing function & B: y(x)y(x)y(x) is a decreasing function To check for monotonicity, we examine the derivative dydx\frac{dy}{dx}dxdy​. From the original equation, dydx=cos⁡(π12x)−12y\frac{dy}{dx} = \cos\left(\frac{\pi}{12}x\right) - 12ydxdy​=cos(12π​x)−12y.

At x=0x=0x=0, y(0)=0y(0)=0y(0)=0, so dydx∣x=0=cos⁡(0)−12(0)=1>0\frac{dy}{dx}\bigg|_{x=0} = \cos(0) - 12(0) = 1 > 0dxdy​​x=0​=cos(0)−12(0)=1>0. The function is increasing at x=0x=0x=0. This immediately falsifies option B.

As x→∞x \to \inftyx→∞, the transient term yt(x)y_t(x)yt​(x) approaches 0, so y(x)y(x)y(x) approaches yss(x)y_{ss}(x)yss​(x). The function yss(x)y_{ss}(x)yss​(x) is a sinusoidal function, which is not monotonic. It oscillates, so its derivative takes both positive and negative values. Since y(x)y(x)y(x)'s behavior for large xxx is dominated by yss(x)y_{ss}(x)yss​(x), y(x)y(x)y(x) will also oscillate and is therefore not a monotonic function. Thus, options A and B are both false.

D: y(x)y(x)y(x) is a periodic function A function f(x)f(x)f(x) is periodic if there exists a T>0T>0T>0 such that f(x+T)=f(x)f(x+T) = f(x)f(x+T)=f(x) for all xxx. The term yss(x)y_{ss}(x)yss​(x) is periodic. However, the term yt(x)=Ce−12xy_t(x) = C e^{-12x}yt​(x)=Ce−12x (with C≠0C \neq 0C=0) is not periodic. The sum of a periodic function and a non-zero non-periodic function is not periodic. Therefore, y(x)y(x)y(x) is not a periodic function. Option D is false.

C: There exists a real number β\betaβ such that the line y=βy=\betay=β intersects the curve y=y(x)y=y(x)y=y(x) at infinitely many points As x→∞x \to \inftyx→∞, y(x)y(x)y(x) approaches the steady-state solution yss(x)y_{ss}(x)yss​(x). The function yss(x)y_{ss}(x)yss​(x) is a sinusoidal function of the form Acos⁡(ωx−ϕ)A \cos(\omega x - \phi)Acos(ωx−ϕ). Its amplitude is: Amax=17282+(12π)21442+π2=122(1442+π2)1442+π2=121442+π21442+π2=121442+π2A_{max} = \frac{\sqrt{1728^2 + (12\pi)^2}}{144^2 + \pi^2} = \frac{\sqrt{12^2(144^2 + \pi^2)}}{144^2 + \pi^2} = \frac{12\sqrt{144^2 + \pi^2}}{144^2 + \pi^2} = \frac{12}{\sqrt{144^2 + \pi^2}}Amax​=1442+π217282+(12π)2​​=1442+π2122(1442+π2)​​=1442+π2121442+π2​​=1442+π2​12​ Since 1442+π2>0144^2+\pi^2 > 01442+π2>0, the amplitude AmaxA_{max}Amax​ is a positive finite number. The function yss(x)y_{ss}(x)yss​(x) oscillates between −Amax-A_{max}−Amax​ and AmaxA_{max}Amax​.

As x→∞x \to \inftyx→∞, the graph of y(x)y(x)y(x) becomes arbitrarily close to the graph of yss(x)y_{ss}(x)yss​(x). The local maxima of y(x)y(x)y(x) converge to AmaxA_{max}Amax​ and the local minima converge to −Amax-A_{max}−Amax​.

Consider any real number β\betaβ in the open interval (−Amax,Amax)(-A_{max}, A_{max})(−Amax​,Amax​). For sufficiently large xxx, the local maxima of y(x)y(x)y(x) will be greater than β\betaβ, and the local minima will be less than β\betaβ. By the Intermediate Value Theorem, between each successive local maximum and minimum, the continuous function y(x)y(x)y(x) must take the value β\betaβ. Since there are infinitely many local maxima and minima as x→∞x \to \inftyx→∞, the line y=βy=\betay=β will intersect the curve y=y(x)y=y(x)y=y(x) at infinitely many points. Therefore, statement C is true.

Conclusion

Based on the analysis:

  • Statement A is FALSE.
  • Statement B is FALSE.
  • Statement C is TRUE.
  • Statement D is FALSE.

The only true statement is C.

PreviousNext

More from Differential Equations

  • Let Γ denote a curve y = y(x) which is in the first quadrant and let the point (1, 0) lie on it. Let the tangent to I` at a point P intersect the y-axis at YP. If PYP has length 1 for each point P on I`, then which of the following…2019 · Multiple correct
  • Let f : R → R be a differentiable function with f(0) = 0. If y = f(x) satisfies the differential equation dxdy​=(2+5y)(5y−2), then the value of n→−∞lim​f(x) is ...........2018 · Numerical
  • If y = y(x) satisfies the differential equation 8x​(9+x​​)dy=(4+9+x​​​)−1 dx, x > 0 and y(0) =7​, then y(256) =2017 · MCQ
  • If g(x)=∫sinxsin(2x)​sin−1(t)dt, then2017 · Multiple correct
  • A solution curve of the differential equation (x2+xy+4x+2y+4)dxdy​−y2=0, x>0, passes through the point (1,3). Then the solution curve2016 · Multiple correct
  • Let f:(0,∞)→R be a differentiable function such that f′(x)=2−xf(x)​ for all x∈(0,∞) and f(1)e1. Then2016 · Multiple correct
  • Let y(x) be a solution of the differential equation (1+ex)y′+yex=1. If y(0)=2, then which of the following statement is (are) true?2015 · Multiple correct
  • Consider the family of all circles whose centres lie on the straight line y=x, If this family of circle is represented by the differential equation Py′′+Qy′+1=0, where P,Q are functions of x,y and y′ (herey′=dxdy​,y′′=dx2d2y​)…2015 · Multiple correct