If the solution of the differential equation \(\frac{dy}{dx} = \frac{\alpha x^2 + 4x - 4}{2y - 4}\), when \(y(1) = 3\), is \(y^2 - 4y = x^3 + 2x^2 - 4x + c\), then the value of \(\alpha\) is equal to
Show Hint
In questions where the solution form is given, you don't always need to solve for the constant \(c\) unless specifically asked. Focus on equating the coefficients of corresponding powers of \(x\) or \(y\).
Step 1: Understanding the Concept:
We solve the given first-order differential equation by separating the variables \(y\) and \(x\).
Then we integrate both sides and compare the resulting general solution with the one provided in the question to find the constant \(\alpha\). Step 2: Key Formula or Approach:
1. Variable Separation: \(g(y) dy = f(x) dx\).
2. Integration: \(\int g(y) dy = \int f(x) dx\). Step 3: Detailed Explanation:
The given differential equation is:
\[ \frac{dy}{dx} = \frac{\alpha x^2 + 4x - 4}{2y - 4} \]
Separating the variables:
\[ (2y - 4) dy = (\alpha x^2 + 4x - 4) dx \]
Integrating both sides:
\[ \int (2y - 4) dy = \int (\alpha x^2 + 4x - 4) dx \]
\[ y^2 - 4y = \frac{\alpha x^3}{3} + \frac{4x^2}{2} - 4x + c \]
\[ y^2 - 4y = \frac{\alpha}{3} x^3 + 2x^2 - 4x + c \]
Comparing this general solution with the given solution \(y^2 - 4y = x^3 + 2x^2 - 4x + c\):
The coefficient of \(x^3\) must match:
\[ \frac{\alpha}{3} = 1 \]
\[ \alpha = 3 \] Step 4: Final Answer:
The value of \(\alpha\) is 3.