For the differential equation \( (x \log_e x) dy = (\log_e x - y) dx \): (A) Degree of the given differential equation is 1. (B) It is a homogeneous differential equation. (C) Solution is \( 2y \log_e x + A = (\log_e x)^2 \), where A is an arbitrary constant. (D) Solution is \( 2y \log_e x + A = \log_e (\log_e x) \), where A is an arbitrary constant. Choose the correct answer from the options given below:
(A) and (C) only
The given differential equation is \( (x \log_e x) dy = (\log_e x - y) dx \).
Let's first rewrite the equation in the standard form \(\frac{dy}{dx} = f(x, y)\) or a linear form \(\frac{dy}{dx} + P(x)y = Q(x)\) to better understand its properties.
Dividing both sides by \( (x \log_e x) dx \), we get:
\[ \frac{dy}{dx} = \frac{\log_e x - y}{x \log_e x} \] \[ \frac{dy}{dx} = \frac{\log_e x}{x \log_e x} - \frac{y}{x \log_e x} \] \[ \frac{dy}{dx} = \frac{1}{x} - \frac{y}{x \log_e x} \] Rearranging this equation to the linear form \(\frac{dy}{dx} + P(x)y = Q(x)\): \[ \frac{dy}{dx} + \left(\frac{1}{x \log_e x}\right)y = \frac{1}{x} \] This is indeed a first-order linear differential equation, where \( P(x) = \frac{1}{x \log_e x} \) and \( Q(x) = \frac{1}{x} \).
The degree of a differential equation is the power of the highest order derivative when the equation is expressed in a polynomial form concerning derivatives. In the rewritten form, the highest order derivative is \(\frac{dy}{dx}\), and its power is 1. The original form can also be seen as a polynomial in \(dy/dx\) after dividing by \(dx\).
The equation involves the first derivative \( \frac{dy}{dx} \) raised to the power of 1. There are no higher-order derivatives or powers of \( \frac{dy}{dx} \) other than 1. Therefore, the degree of the given differential equation is 1.
Statement (A) is true.
A first-order differential equation \( \frac{dy}{dx} = f(x, y) \) is homogeneous if the function \( f(x, y) \) is a homogeneous function of degree zero, i.e., \( f(\lambda x, \lambda y) = f(x, y) \) for any non-zero constant \( \lambda \). In the linear form \(\frac{dy}{dx} + P(x)y = Q(x)\), it is homogeneous only if \( Q(x) = 0 \).
In our equation, \( \frac{dy}{dx} = \frac{1}{x} - \frac{y}{x \log_e x} \). Let's test the homogeneity condition on \( f(x, y) = \frac{1}{x} - \frac{y}{x \log_e x} \).
\[ f(\lambda x, \lambda y) = \frac{1}{\lambda x} - \frac{\lambda y}{(\lambda x) \log_e (\lambda x)} = \frac{1}{\lambda x} - \frac{\lambda y}{\lambda x (\log_e \lambda + \log_e x)} = \frac{1}{\lambda x} - \frac{y}{x (\log_e \lambda + \log_e x)} \] This is not equal to \( f(x, y) = \frac{1}{x} - \frac{y}{x \log_e x} \).
Also, in the linear form, \( Q(x) = \frac{1}{x} \), which is not zero. Therefore, the equation is not homogeneous.
Statement (B) is false.
We have the linear differential equation \(\frac{dy}{dx} + \left(\frac{1}{x \log_e x}\right)y = \frac{1}{x}\). The integrating factor (IF) is given by \( e^{\int P(x) dx} \).
Let's calculate the integral of \( P(x) \): \[ \int P(x) dx = \int \frac{1}{x \log_e x} dx \] Let \( u = \log_e x \). Then \( du = \frac{1}{x} dx \). The integral becomes: \[ \int \frac{1}{u} du = \log_e |u| \] Assuming \( \log_e x > 0 \) (which implies \( x > 1 \)), we have \( \log_e (\log_e x) \). So, the integrating factor is: \[ \text{IF} = e^{\int P(x) dx} = e^{\log_e (\log_e x)} = \log_e x \] The general solution of a first-order linear differential equation is given by \( y \times \text{IF} = \int Q(x) \times \text{IF} dx + A \), where A is the arbitrary constant.
Substitute the values of \( y, \text{IF}, \) and \( Q(x) \): \[ y (\log_e x) = \int \left(\frac{1}{x}\right) (\log_e x) dx + A \] Now, we need to evaluate the integral \( \int \frac{\log_e x}{x} dx \). Let \( v = \log_e x \). Then \( dv = \frac{1}{x} dx \). The integral becomes: \[ \int v dv = \frac{v^2}{2} + C_1 = \frac{(\log_e x)^2}{2} + C_1 \] Substitute this back into the solution equation: \[ y \log_e x = \frac{(\log_e x)^2}{2} + A \] To match the format of the options, let's rearrange this equation:
Multiply by 2:
\[ 2y \log_e x = (\log_e x)^2 + 2A \] Move the constant term to the left side (or rearrange): \[ 2y \log_e x - (\log_e x)^2 = 2A \] Let \( A' = -2A \) (or \( A' = -2A \) depending on how the constant is defined). The solution can be written as:
\[ 2y \log_e x + A' = (\log_e x)^2 \] Using A as the arbitrary constant as in the options:
\[ 2y \log_e x + A = (\log_e x)^2 \]
The derived solution is \( 2y \log_e x + A = (\log_e x)^2 \), where A is an arbitrary constant.
Statement (C): Solution is \( 2y \log_e x + A = (\log_e x)^2 \), where A is an arbitrary constant.
This matches our derived solution.
Statement (C) is true.
Statement (D): Solution is \( 2y \log_e x + A = \log_e (\log_e x) \), where A is an arbitrary constant.
This does not match our derived solution.
Statement (D) is false.
The correct statements are (A) and (C).
Now let's check the given options:
Therefore, the correct answer is Option 1, stating that only (A) and (C) are correct.
| Statement | Truth Value | Reason |
|---|---|---|
| (A) Degree is 1 | True | Highest derivative power is 1. |
| (B) It is homogeneous | False | Not homogeneous; \( Q(x) \ne 0 \) in linear form. |
| (C) Solution is \( 2y \log_e x + A = (\log_e x)^2 \) | True | Derived solution matches. |
| (D) Solution is \( 2y \log_e x + A = \log_e (\log_e x) \) | False | Derived solution does not match. |
| Concept | Definition/Explanation | Relevance to the Problem |
|---|---|---|
| Order of DE | The order of the highest derivative present in the equation. | The given DE is first-order (\(\frac{dy}{dx}\)). |
| Degree of DE | The power of the highest order derivative, after making the equation rational and free from radicals as far as derivatives are concerned. | The degree of this DE is 1 because \(\frac{dy}{dx}\) is raised to power 1. |
| Homogeneous DE | A first-order DE \(\frac{dy}{dx} = f(x,y)\) where \(f(\lambda x, \lambda y) = f(x,y)\) for all \(\lambda \ne 0\). Linear DE \(\frac{dy}{dx} + P(x)y = Q(x)\) is homogeneous only if \(Q(x) = 0\). | The given DE is not homogeneous because \(Q(x) = \frac{1}{x} \ne 0\). |
| Linear DE | A first-order DE of the form \(\frac{dy}{dx} + P(x)y = Q(x)\). | The given DE is a first-order linear DE with \(P(x) = \frac{1}{x \log_e x}\) and \(Q(x) = \frac{1}{x}\). |
| Integrating Factor (IF) | For a linear DE \(\frac{dy}{dx} + P(x)y = Q(x)\), IF \( = e^{\int P(x) dx} \). Multiplying the equation by IF makes the left side the derivative of (y * IF). | Calculated IF as \( \log_e x \) to solve the equation. |
| General Solution of Linear DE | \( y \times \text{IF} = \int Q(x) \times \text{IF} dx + A \) | Used this formula to find the solution. |
First-order differential equations can be classified into several types, each with its own method of solution:
The equation in this problem is a first-order linear differential equation, which is a common and important type.
Rakesh is 17th from the right and Ankit is 15th from the left in a line of students. If they interchange their places, the position of Ankit becomes 19th from the left. How many students are there in the line?
What comes in place of the question mark (?) in the series given below?
B2D, C3F, E5J, G7N, ?, M13Z
If 1st January, 2001 was a Monday, what was the day on 26th January, 2003?
From the given options, at what angle are the hands of a clock inclined at 10 minutes to 2 (Smaller angle)?
In the given analogy, choose the number which will replace the question mark (?).
WSH : 5 : : KMJ : ?