Differential Equations
Differential Equations
star_batch_jee_advanced_2025
Grade 12
Question:
A curve $f(x)$ passes through the point $P(1,1)$. The normal to the curve at point $P$ is $a(y-1) + (x-1) = 0$. If the slope of the tangent at any point on the curve is proportional to the ordinate at that point, then the equation of the curve is
$y = e^{ax} - 1$
$y - 1 = e^{ax}$
$y = e^{a(x-1)}$
$y - a = e^{ax}$
Step-by-Step Solution
Key Concept: Separate variables in the differential equation $\frac{dy}{dx} = ky$ and use the normal line condition to determine the constant.
The normal at point $P(1,1)$ has equation $ay + x = a + 1$, giving slope of tangent $a$. Given $\frac{dy}{dx} = ky$, we separate variables to get $\ln y = ax + c$. Using the initial condition that the curve passes through $(1,1)$, we find $c = -a$. Therefore, the equation of the curve is $y = e^{a(x-1)}$.
Correct Answer: 3