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.
A die is rolled thrice. What is the probability of getting a number greater than 4 in the first and the second throws, and a number less than 4 in the third throw?
Two dice are thrown simultaneously. If \( X \) denotes the number of fours, then the expectation of \( X \) will be:
If the random variable \( X \) has the following distribution:
| X | 0 | 1 | 2 | otherwise |
|---|---|---|---|---|
| P(X) | k | 2k | 3k | 0 |
Match List-I with List-II:
| List-I | List-II |
|---|---|
| (A) k | (I) \(\frac{5}{6}\) |
| (B) P(X < 2) | (II) \(\frac{4}{3}\) |
| (C) E(X) | (III) \(\frac{1}{2}\) |
| (D) P(1 ≤ X ≤ 2) | (IV) \(\frac{1}{6}\) |
Choose the correct answer from the options given below:
Let X denote the number of hours you play during a randomly selected day. The probability that X can take values x has the following form, where c is some constant:
\[ P(X = x) = \begin{cases} 0.1, & \text{if } x = 0 \\ cx, & \text{if } x = 1 \text{ or } x = 2 \\ c(5 - x), & \text{if } x = 3 \text{ or } x = 4 \\ 0, & \text{otherwise} \end{cases} \]
Match List-I with List-II:
| List-I | List-II |
|---|---|
| (A) c | (I) 0.75 |
| (B) P(X ≤ 2) | (II) 0.3 |
| (C) P(X = 2) | (III) 0.55 |
| (D) P(X ≥ 2) | (IV) 0.15 |
Choose the correct answer from the options given below:
Which of the following is the probability of \( x \) successes in a binomial distribution with number of trials \( n \) and probability of success as \( \theta \) ( \( 0 < \theta < 1 \) ) in each trial?