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

2016 · Shift 1 · Q23
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. /2016 · Shift 1 · Q23

Differential Equations question

2016 · Shift 1 · Q23

JEE AdvancedMathematicsDifferential EquationsMultiple correct+4 / −2
A solution curve of the differential equation (x2+xy+4x+2y+4)dydx−y2=0,\left( {{x^2} + xy + 4x + 2y + 4} \right){{dy} \over {dx}} - {y^2} = 0,(x2+xy+4x+2y+4)dxdy​−y2=0, x>0,x\gt 0,x>0, passes through the point (1,3)(1,3)(1,3). Then the solution curve
  1. A
    intersects y=x+2y=x+2y=x+2 exactly at one point
  2. B
    intersects y=x+2y=x+2y=x+2 exactly at two points
  3. C
    intersects y=(x+2)2y = {\left( {x + 2} \right)^2}y=(x+2)2
  4. D
    does NOT intersect  y=(x+3)2\,y = {\left( {x + 3} \right)^2}y=(x+3)2
View written solutionFree

Correct answer: A, D

1. Simplify and Solve the Differential Equation

The given differential equation is: (x2+xy+4x+2y+4)dydx−y2=0,x>0\left( {{x^2} + xy + 4x + 2y + 4} \right){{dy} \over {dx}} - {y^2} = 0, \quad x>0(x2+xy+4x+2y+4)dxdy​−y2=0,x>0 First, let's factor the coefficient of dydx\frac{dy}{dx}dxdy​: x2+xy+4x+2y+4=(x2+4x+4)+(xy+2y)=(x+2)2+y(x+2)=(x+2)(x+2+y)x^2 + xy + 4x + 2y + 4 = (x^2 + 4x + 4) + (xy + 2y) = (x+2)^2 + y(x+2) = (x+2)(x+2+y)x2+xy+4x+2y+4=(x2+4x+4)+(xy+2y)=(x+2)2+y(x+2)=(x+2)(x+2+y) The differential equation becomes: (x+2)(x+2+y)dydx=y2(x+2)(x+2+y) \frac{dy}{dx} = y^2(x+2)(x+2+y)dxdy​=y2 This equation is not easily separable or linear in its current form. Let's try to express it as a function of dxdy\frac{dx}{dy}dydx​: dxdy=(x+2)(x+2+y)y2\frac{dx}{dy} = \frac{(x+2)(x+2+y)}{y^2}dydx​=y2(x+2)(x+2+y)​ This is still complex. Let's introduce substitutions to simplify it. Let X=x+2X = x+2X=x+2 and Y=yY=yY=y. Then dX=dxdX = dxdX=dx and dY=dydY=dydY=dy. The equation transforms to: X(X+Y)dYdX=Y2  ⟹  dYdX=Y2X(X+Y)=(Y/X)21+(Y/X)X(X+Y) \frac{dY}{dX} = Y^2 \implies \frac{dY}{dX} = \frac{Y^2}{X(X+Y)} = \frac{(Y/X)^2}{1+(Y/X)}X(X+Y)dXdY​=Y2⟹dXdY​=X(X+Y)Y2​=1+(Y/X)(Y/X)2​ This is a homogeneous differential equation. Let Y=vXY=vXY=vX, so dYdX=v+XdvdX\frac{dY}{dX} = v + X\frac{dv}{dX}dXdY​=v+XdXdv​. Substituting this into the equation: v+XdvdX=(vX)2X(X+vX)=v2X2X2(1+v)=v21+vv + X\frac{dv}{dX} = \frac{(vX)^2}{X(X+vX)} = \frac{v^2X^2}{X^2(1+v)} = \frac{v^2}{1+v}v+XdXdv​=X(X+vX)(vX)2​=X2(1+v)v2X2​=1+vv2​ XdvdX=v21+v−v=v2−v(1+v)1+v=v2−v−v21+v=−v1+vX\frac{dv}{dX} = \frac{v^2}{1+v} - v = \frac{v^2 - v(1+v)}{1+v} = \frac{v^2 - v - v^2}{1+v} = \frac{-v}{1+v}XdXdv​=1+vv2​−v=1+vv2−v(1+v)​=1+vv2−v−v2​=1+v−v​ This is a separable equation. We separate the variables: 1+vvdv=−dXX\frac{1+v}{v} dv = -\frac{dX}{X}v1+v​dv=−XdX​ Integrating both sides: ∫(1v+1)dv=−∫1XdX\int \left( \frac{1}{v} + 1 \right) dv = -\int \frac{1}{X} dX∫(v1​+1)dv=−∫X1​dX ln⁡∣v∣+v=−ln⁡∣X∣+C\ln|v| + v = -\ln|X| + Cln∣v∣+v=−ln∣X∣+C ln⁡∣vX∣+v=C\ln|vX| + v = Cln∣vX∣+v=C Substitute back v=Y/Xv = Y/Xv=Y/X: ln⁡∣Y∣+YX=C\ln|Y| + \frac{Y}{X} = Cln∣Y∣+XY​=C Now substitute back X=x+2X=x+2X=x+2 and Y=yY=yY=y: ln⁡∣y∣+yx+2=C\ln|y| + \frac{y}{x+2} = Cln∣y∣+x+2y​=C

2. Apply the Initial Condition

The solution curve passes through the point (1,3)(1,3)(1,3). Since x>0x>0x>0 and the given point has y=3>0y=3>0y=3>0, we can drop the absolute value sign. ln⁡(y)+yx+2=C\ln(y) + \frac{y}{x+2} = Cln(y)+x+2y​=C Substitute x=1x=1x=1 and y=3y=3y=3 to find the constant CCC: ln⁡(3)+31+2=C  ⟹  ln⁡(3)+1=C\ln(3) + \frac{3}{1+2} = C \implies \ln(3) + 1 = Cln(3)+1+23​=C⟹ln(3)+1=C So, the equation of the solution curve is: ln⁡(y)+yx+2=1+ln⁡(3)\ln(y) + \frac{y}{x+2} = 1 + \ln(3)ln(y)+x+2y​=1+ln(3) This can also be written as yx+2=1+ln⁡(3)−ln⁡(y)=1+ln⁡(3y)\frac{y}{x+2} = 1 + \ln(3) - \ln(y) = 1 + \ln\left(\frac{3}{y}\right)x+2y​=1+ln(3)−ln(y)=1+ln(y3​).

3. Analyze the Options

A: intersects y=x+2y=x+2y=x+2 exactly at one point

To find the intersection points, substitute y=x+2y=x+2y=x+2 into the solution equation: ln⁡(x+2)+x+2x+2=1+ln⁡(3)\ln(x+2) + \frac{x+2}{x+2} = 1 + \ln(3)ln(x+2)+x+2x+2​=1+ln(3) ln⁡(x+2)+1=1+ln⁡(3)\ln(x+2) + 1 = 1 + \ln(3)ln(x+2)+1=1+ln(3) ln⁡(x+2)=ln⁡(3)  ⟹  x+2=3  ⟹  x=1\ln(x+2) = \ln(3) \implies x+2 = 3 \implies x=1ln(x+2)=ln(3)⟹x+2=3⟹x=1 When x=1x=1x=1, y=x+2=1+2=3y=x+2 = 1+2 = 3y=x+2=1+2=3. The intersection point is (1,3)(1,3)(1,3). This point is in the domain x>0x>0x>0. Since the equation gives a unique value for xxx, there is exactly one intersection point. Thus, option A is correct.

B: intersects y=x+2y=x+2y=x+2 exactly at two points

As shown above, there is only one intersection point. Thus, option B is incorrect.

C: intersects y=(x+2)2y = (x + 2)^2y=(x+2)2

Substitute y=(x+2)2y=(x+2)^2y=(x+2)2 into the solution equation: ln⁡((x+2)2)+(x+2)2x+2=1+ln⁡(3)\ln((x+2)^2) + \frac{(x+2)^2}{x+2} = 1 + \ln(3)ln((x+2)2)+x+2(x+2)2​=1+ln(3) 2ln⁡(x+2)+(x+2)=1+ln⁡(3)2\ln(x+2) + (x+2) = 1 + \ln(3)2ln(x+2)+(x+2)=1+ln(3) Let f(x)=2ln⁡(x+2)+x+2f(x) = 2\ln(x+2) + x+2f(x)=2ln(x+2)+x+2 for x>0x>0x>0. We need to check if f(x)=1+ln⁡(3)f(x) = 1 + \ln(3)f(x)=1+ln(3) has a solution. Let's find the derivative of f(x)f(x)f(x): f′(x)=2x+2+1f'(x) = \frac{2}{x+2} + 1f′(x)=x+22​+1 For x>0x>0x>0, x+2>2x+2 > 2x+2>2, so f′(x)>0f'(x) > 0f′(x)>0. This means f(x)f(x)f(x) is a strictly increasing function for x>0x>0x>0. The minimum value of f(x)f(x)f(x) occurs as x→0+x \to 0^+x→0+. Let's find this minimum value: lim⁡x→0+f(x)=2ln⁡(2)+2=ln⁡(4)+2\lim_{x\to 0^+} f(x) = 2\ln(2) + 2 = \ln(4) + 2limx→0+​f(x)=2ln(2)+2=ln(4)+2 The right-hand side is 1+ln⁡(3)1 + \ln(3)1+ln(3). Let's compare the minimum value of f(x)f(x)f(x) with this constant: (ln⁡(4)+2)−(1+ln⁡(3))=1+ln⁡(4)−ln⁡(3)=1+ln⁡(4/3)(\ln(4)+2) - (1+\ln(3)) = 1 + \ln(4) - \ln(3) = 1 + \ln(4/3)(ln(4)+2)−(1+ln(3))=1+ln(4)−ln(3)=1+ln(4/3) Since 4/3>14/3 > 14/3>1, ln⁡(4/3)>0\ln(4/3) > 0ln(4/3)>0. So, 1+ln⁡(4/3)>1>01 + \ln(4/3) > 1 > 01+ln(4/3)>1>0. This means f(x)min>1+ln⁡(3)f(x)_{min} > 1+\ln(3)f(x)min​>1+ln(3). Since f(x)f(x)f(x) is strictly increasing, f(x)>1+ln⁡(3)f(x) > 1+\ln(3)f(x)>1+ln(3) for all x>0x>0x>0. Therefore, there is no intersection. Option C is incorrect.

D: does NOT intersect y=(x+3)2y = (x + 3)^2y=(x+3)2

Substitute y=(x+3)2y=(x+3)^2y=(x+3)2 into the solution equation: ln⁡((x+3)2)+(x+3)2x+2=1+ln⁡(3)\ln((x+3)^2) + \frac{(x+3)^2}{x+2} = 1 + \ln(3)ln((x+3)2)+x+2(x+3)2​=1+ln(3) 2ln⁡(x+3)+(x+3)2x+2=1+ln⁡(3)2\ln(x+3) + \frac{(x+3)^2}{x+2} = 1 + \ln(3)2ln(x+3)+x+2(x+3)2​=1+ln(3) Let g(x)=2ln⁡(x+3)+(x+3)2x+2g(x) = 2\ln(x+3) + \frac{(x+3)^2}{x+2}g(x)=2ln(x+3)+x+2(x+3)2​ for x>0x>0x>0. We need to check if g(x)=1+ln⁡(3)g(x) = 1 + \ln(3)g(x)=1+ln(3) has a solution. Let's analyze g(x)g(x)g(x). We can rewrite part of it as (x+3)2x+2=((x+2)+1)2x+2=(x+2)2+2(x+2)+1x+2=x+2+2+1x+2=x+4+1x+2\frac{(x+3)^2}{x+2} = \frac{((x+2)+1)^2}{x+2} = \frac{(x+2)^2+2(x+2)+1}{x+2} = x+2+2+\frac{1}{x+2} = x+4+\frac{1}{x+2}x+2(x+3)2​=x+2((x+2)+1)2​=x+2(x+2)2+2(x+2)+1​=x+2+2+x+21​=x+4+x+21​. So, g(x)=2ln⁡(x+3)+x+4+1x+2g(x) = 2\ln(x+3) + x+4+\frac{1}{x+2}g(x)=2ln(x+3)+x+4+x+21​. Let's find the derivative of g(x)g(x)g(x): g′(x)=2x+3+1−1(x+2)2g'(x) = \frac{2}{x+3} + 1 - \frac{1}{(x+2)^2}g′(x)=x+32​+1−(x+2)21​ For x>0x>0x>0, x+3>3x+3>3x+3>3 and x+2>2x+2>2x+2>2. Thus, 2x+3>0\frac{2}{x+3}>0x+32​>0 and (x+2)2>4  ⟹  0<1(x+2)2<14(x+2)^2>4 \implies 0<\frac{1}{(x+2)^2}<\frac{1}{4}(x+2)2>4⟹0<(x+2)21​<41​. Therefore, 1−1(x+2)2>1−14=34>01 - \frac{1}{(x+2)^2} > 1 - \frac{1}{4} = \frac{3}{4} > 01−(x+2)21​>1−41​=43​>0. Since both terms in g′(x)g'(x)g′(x) are positive, g′(x)>0g'(x) > 0g′(x)>0 for x>0x>0x>0. So, g(x)g(x)g(x) is a strictly increasing function. The minimum value of g(x)g(x)g(x) for x>0x>0x>0 occurs as x→0+x \to 0^+x→0+: lim⁡x→0+g(x)=2ln⁡(3)+(0+3)20+2=2ln⁡(3)+92=2ln⁡(3)+4.5\lim_{x\to 0^+} g(x) = 2\ln(3) + \frac{(0+3)^2}{0+2} = 2\ln(3) + \frac{9}{2} = 2\ln(3) + 4.5limx→0+​g(x)=2ln(3)+0+2(0+3)2​=2ln(3)+29​=2ln(3)+4.5 The right-hand side is 1+ln⁡(3)1 + \ln(3)1+ln(3). Let's compare: (2ln⁡(3)+4.5)−(1+ln⁡(3))=ln⁡(3)+3.5(2\ln(3)+4.5) - (1+\ln(3)) = \ln(3) + 3.5(2ln(3)+4.5)−(1+ln(3))=ln(3)+3.5 Since ln⁡(3)≈1.0986>0\ln(3) \approx 1.0986 > 0ln(3)≈1.0986>0, we have ln⁡(3)+3.5>0\ln(3) + 3.5 > 0ln(3)+3.5>0. This means g(x)min>1+ln⁡(3)g(x)_{min} > 1+\ln(3)g(x)min​>1+ln(3). Since g(x)g(x)g(x) is strictly increasing, g(x)>1+ln⁡(3)g(x) > 1+\ln(3)g(x)>1+ln(3) for all x>0x>0x>0. Therefore, there is no intersection. Option D is correct.

Conclusion

The correct options are A and D.

PreviousNext

More from Differential Equations

  • 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
  • The function y=f(x) is the solution of the differential equation dxdy​+x2−1xy​=1−x2​x4+2x​ in (−1,1) satisfying f(0)=0. Then −23​​∫23​​​f(x)d(x)…2014 · MCQ
  • A curve passes through the point (1,6π​). Let the slope of the curve at each point (x,y) be xy​+sec(xy​),x>0. Then the equation of the curve is2013 · MCQ
  • If y(x) satisfies the differential equation y′−ytanx=2xsecx and y(0)=0, then2012 · Multiple correct
  • Let f:[1,∞)→[2,∞) be a differentiable function such that f(1)=2. If 61∫x​f(t)dt=3xf(x)−x3−5 for all x≥1, then the value of f(2) is ​.2011 · Numerical
  • Let y′(x)+y(x)g′(x)=g(x),g′(x),y(0)=0,x∈R, where f′(x) denotes dxdf(x)​ and g(x) is a given non-constant…2011 · Numerical