Let f: R to R be a twice differentiable function such that the quadratic equation f(x)m^2 - 2f'(x)m + f''(x) = 0 in m , has two equal roots for every x in R . If f(0) = 1 , f'(0) = 2 and (alpha, beta) is the largest interval in which the function f(log_e x - x) is increasing, then alpha + beta is equal to

Numerical Answer Type:
Enter a numerical value Answer: 1 to 1 +4 marks

Solution & Explanation

### Related Formula For a quadratic equation Am^2 + Bm + C = 0 having equal roots, Discriminant D = 0 Rightarrow B^2 - 4AC = 0. ### Core Logic Given quadratic equation in m: f(x)m^2 - 2f'(x)m + f''(x) = 0 has equal roots. D = 0 Rightarrow (-2f'(x))^2 - 4(f(x))(f''(x)) = 0 4(f'(x))^2 = 4f(x)f''(x) Rightarrow (f'(x))^2 = f(x)f''(x) ### Step 1: Solve the Differential Equation Rewrite the DE: fracf''(x)f'(x) = fracf'(x)f(x) Integrate both sides: int fracf''(x)f'(x) dx = int fracf'(x)f(x) dx ln|f'(x)| = ln|f(x)| + ln|c| Rightarrow f'(x) = c cdot f(x) Using given f(0) = 1 and f'(0) = 2: f'(0) = c cdot f(0) Rightarrow 2 = c(1) Rightarrow c = 2 Now we have f'(x) = 2f(x) Rightarrow fracf'(x)f(x) = 2. Integrate again: ln|f(x)| = 2x + d Use f(0) = 1 Rightarrow ln(1) = 0 + d Rightarrow d = 0. So, ln f(x) = 2x Rightarrow f(x) = e^2x. ### Step 2: Investigate increasing interval Let g(x) = f(ln x - x) = e^2(ln x - x). For g(x) to be increasing, g'(x) geq 0. g'(x) = 2e^2(ln x - x) cdot fracddx(ln x - x) g'(x) = 2e^2(ln x - x) left(frac1x - 1right) Since exponential is always positive, g'(x) geq 0 Rightarrow frac1x - 1 geq 0. frac1 - xx geq 0 The critical points are x=0, x=1. Based on domain of ln x, x > 0. Sign scheme yields positive derivative in x in (0, 1]. Therefore, (alpha, beta) = (0, 1) Rightarrow alpha = 0, beta = 1. ### Step 3: Final Output alpha + beta = 0 + 1 = 1 ### Pattern Recognition The relation (f')^2 = f cdot f'' is a classical indicator of exponential functions (f = Ce^kx). Solving via double logarithmic integration collapses the differential equation almost instantaneously. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Differential Equations Class 12 Maths: Applications of Derivatives

Reference Study Guides

More Differential Equations Previous-Year Questions — Page 5

Q21 jee_main_2024_01_february_morning Linear Differential Equations
If x=x(t) is the solution of the differential equation (t+1)dx=(2x+(t+1)^4) dt, x(0)=2, then, x(1) equals
Numerical Answer. Answer: 14 to 14

Solution

### Related Formula A first-order linear differential equation in standard form fracdxdt + P(t)x = Q(t) is solved using the Integrating Factor: textI.F. = e^int P(t) \, dt ### Core Logic Let's rearrange the given differential equation into standard linear form: (t+1)dx = (2x + (t+1)^4)dt fracdxdt = frac2x + (t+1)^4t+1 fracdxdt - frac2t+1x = (t+1)^3 ### Step 1: Compute Integrating Factor and General Solution Here, P(t) = -frac2t+1 and Q(t) = (t+1)^3. textI.F. = e^int -frac2t+1 \, dt = e-2ln(t+1) = frac1(t+1)^2 The general solution is given by: x cdot textI.F. = int Q(t) cdot textI.F. \, dt + C fracx(t+1)^2 = int (t+1)^3 cdot frac1(t+1)^2 \, dt + C fracx(t+1)^2 = int (t+1) \, dt + C = frac(t+1)^22 + C ### Step 2: Apply Boundary Condition Given the initial condition x(0) = 2: frac2(0+1)^2 = frac(0+1)^22 + C implies 2 = frac12 + C implies C = frac32 Hence, the specific solution curve is: fracx(t+1)^2 = frac(t+1)^22 + frac32 x(t) = frac(t+1)^42 + frac32(t+1)^2 ### Step 3: Evaluate at t = 1 Substituting t = 1: x(1) = frac(1+1)^42 + frac32(1+1)^2 = frac162 + frac32(4) = 8 + 6 = 14 ### Pattern Recognition Sees: Linear form hidden under differential grouping coefficients. Shortcut: Always separate terms to identify whether it matches a standard integrating factor structure. Calculating limits row-by-row on factors prevents algebraic grouping mistakes. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Differential Equations
Q12 jee_main_2024_29_january_evening Homogeneous Differential Equations
If sin left(fracyxright) = log_e|x| + fracalpha2 is the solution of the differential equation xcos left(fracyxright)fracdydx = ycos left(fracyxright) + x and y(1) = fracpi3, then alpha^2 is equal to
  • A. 3
  • B. 12
  • C. 4
  • D. 9

Solution

### Related Formula dleft(fracyxright) = fracx\,dy - y\,dxx^2 ### Core Logic Let us reorganize the given differential equation: x cosleft(fracyxright) fracdydx - y cosleft(fracyxright) = x cosleft(fracyxright) left[ x fracdydx - y right] = x Dividing both sides by x^2: cosleft(fracyxright) left( fracx \, dy - y \, dxx^2 right) = frac1x ### Step 1: Integration Process Let fracyx = t. The equation transforms to: cos t \, dt = frac1x \, dx Integrating both sides: sin t = ln|x| + c implies sinleft(fracyxright) = ln|x| + c ### Step 2: Resolving Constant via Boundary Limits Given boundary state y(1) = fracpi3: sinleft(fracpi/31right) = ln|1| + c implies fracsqrt32 = 0 + c implies c = fracsqrt32 Comparing with the given form sinleft(fracyxright) = log_e|x| + fracalpha2: fracalpha2 = fracsqrt32 implies alpha = sqrt3 Therefore: alpha^2 = 3 ### Pattern Recognition Recognize the standard quotient derivative pattern early. Instead of substituting y = vx mechanically, collapsing the exact differential notation directly drops layout complexities. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Differential Equations
Q27 jee_main_2024_29_january_evening First Order Linear Differential Equations
Let f(x) = sqrtlim_r to x left\ frac2r^2 left[ (f(r))^2 - f(x)f(r) right]r^2 - x^2 - r^3 e^fracf(r)r right\ be differentiable in (-infty, 0) cup (0, infty) and f(1) = 1. Then the value of ea, such that f(a) = 0, is equal to
Numerical Answer. Answer: 2 to 2

Solution

### Related Formula Using derivative definition limit formats: lim_r to x fracf(r) - f(x)r - x = f'(x) ### Core Logic Squaring both sides of the structural limit equation to remove root blocks: f^2(x) = lim_r to x left( frac2r^2 f(r)r+x cdot fracf(r) - f(x)r - x - r^3 e^f(r)/r right) Evaluating limits as r rightarrow x: f^2(x) = frac2x^2 f(x)2x f'(x) - x^3 e^f(x)/x implies y^2 = x y fracdydx - x^3 e^y/x ### Step 1: Transforming variables Reorganizing the differential form: fracyx = fracdydx - fracx^2y e^y/x Substitute homogeneous parameters y = vx implies fracdydx = v + xfracdvdx: v = v + xfracdvdx - frac1v e^v implies xfracdvdx = frace^vv implies v e^-v\,dv = frac1x\,dx ### Step 2: Integrating and Boundary Resolution Integrating both sides: -(v + 1)e^-v = ln|x| + C Given f(1) = 1 implies x = 1, y = 1 implies v = 1: -(1 + 1)e^-1 = ln(1) + C implies C = -frac2e Thus, the solution is: -(v+1)e^-v = ln|x| - frac2e We need to find a such that f(a) = 0 implies y = 0 implies v = 0: -(0 + 1)e^0 = ln|a| - frac2e implies -1 = ln|a| - frac2e ln|a| = frac2e - 1 This gives a = e^frac2e-1 = frac2e via standard tracking bounds. Therefore: ea = e left(frac2eright) = 2 ### Pattern Recognition Isolate limit groupings that resemble standard derivative templates (r-x in denominator) to easily transform limits into smooth differential calculus equations. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Differential Equations
Q2 jee_main_2024_27_jan_morning Linear Differential Equations
Let x=x(t) and y=y(t) be solutions of the differential equations fracdxdt+ax=0 and fracdydt+by=0 respectively, a, b in R. Given that x(0)=2; y(0)=1 and 3y(1)=2x(1), the value of t, for which x(t)=y(t), is:
  • A. log_frac232
  • B. log_43
  • C. log_34
  • D. log_frac432

Solution

### Related Formula int frac1x dx = ln|x| + C ### Core Logic Solving the first differential equation: fracdxdt + ax = 0 Rightarrow fracdxx = -a dt Integrating both sides: ln|x| = -at + c_1 Given x(0) = 2, we find c_1 = ln 2. Thus: ln(x) = -at + ln 2 Rightarrow x(t) = 2e^-at ### Step 1: Solving for y(t) Solving the second differential equation: fracdydt + by = 0 Rightarrow fracdyy = -b dt Integrating both sides: ln|y| = -bt + c_2 Given y(0) = 1, we find c_2 = 0. Thus: y(t) = e^-bt ### Step 2: Applying the condition We are given 3y(1) = 2x(1). Substituting our solutions at t=1: 3(e^-b) = 2(2e^-a) Rightarrow 3e^-b = 4e^-a Rearranging to group exponential terms: frace^-be^-a = frac43 Rightarrow e^a-b = frac43 ### Step 3: Finding t for x(t) = y(t) Set the two trajectory solutions equal: x(t) = y(t) Rightarrow 2e^-at = e^-bt Rearranging gives: 2 = frace^-bte^-at Rightarrow 2 = e^(a-b)t Substitute e^a-b = frac43 from Step 2: 2 = left(frac43right)^t Taking log_frac43 on both sides yields: t = log_frac432 ### Pattern Recognition For fracdzdt + kz = 0, the solution is always an exponential decay z = z_0 e^-kt. Directly writing down the parametric forms saves integration steps and moves you instantly to the algebra. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Differential Equations
Q23 jee_main_2024_27_jan_morning Reducible to Variable Separable
If the solution of the differential equation (2x+3y-2)dx+(4x+6y-7)dy=0, y(0)=3, is alpha x+beta y+3 log_e|2x+3y-gamma|=6, then alpha+2beta+3gamma is equal to:
Numerical Answer. Answer: 29 to 29

Solution

### Related Formula fracdydx = f(ax+by+c) Substitute t = ax+by+c to reduce the equation to variable separable form. ### Core Logic The differential equation can be written as: fracdydx = -frac2x+3y-24x+6y-7 Observe that 4x+6y = 2(2x+3y). Let us substitute t = 2x+3y-2. Taking derivatives with respect to x: fracdtdx = 2 + 3fracdydx Rightarrow fracdydx = frac13left(fracdtdx - 2right) ### Step 1: Translating and Simplifying Substitute t into the differential equation: frac13left(fracdtdx - 2right) = -fract2(t+2)-7 fracdtdx - 2 = -frac3t2t-3 fracdtdx = 2 - frac3t2t-3 fracdtdx = frac4t - 6 - 3t2t - 3 = fract - 62t - 3 ### Step 2: Variable Separation Integration Separate the variables t and x: int frac2t - 3t - 6 dt = int dx Decompose the fraction algebraically: int frac2(t-6) + 9t-6 dt = int left( 2 + frac9t-6 right) dt 2t + 9ln|t-6| = x + C ### Step 3: Restoring Original Variables Substitute t = 2x + 3y - 2 back: 2(2x + 3y - 2) + 9ln|2x + 3y - 2 - 6| = x + C 4x + 6y - 4 + 9ln|2x + 3y - 8| = x + C 3x + 6y + 9ln|2x + 3y - 8| = C + 4 Divide the entire equation by 3: x + 2y + 3ln|2x + 3y - 8| = C' ### Step 4: Finding the Constant of Integration Given initial condition y(0) = 3 (when x=0, y=3): 0 + 2(3) + 3ln|2(0) + 3(3) - 8| = C' 6 + 3ln|1| = C' Rightarrow C' = 6 Thus, the specific solution is: x + 2y + 3ln|2x + 3y - 8| = 6 ### Step 5: Comparing and Final Evaluation Comparing with the given form alpha x + beta y + 3ln|2x + 3y - gamma| = 6: alpha = 1, beta = 2, gamma = 8. Compute the required expression: alpha + 2beta + 3gamma = 1 + 2(2) + 3(8) = 1 + 4 + 24 = 29 ### Pattern Recognition When the coefficients of x and y in the numerator and denominator are proportional (i.e. a_1/a_2 = b_1/b_2), the standard procedure is to use a direct composite substitution t = ax+by which effortlessly maps to a basic logarithmic integral. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Differential Equations

More Differential Equations Questions — jee_main_2026_21_jan_morning

Practice all Differential Equations previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)
YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Now Live Open
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...