A comprehensive platform for Teachers to create standard question papers and Students to practice Case-Based, Assertion-Reason, and Critical Thinking questions.
Create professional PDF/Word papers with logo, instructions, and mixed question types in minutes.
Explore our repository by Class and Topic. Filter by "Knowledge" or "Competency" levels.
For Students. Take timed MCQ tests to check your understanding. Get instant feedback.
According to NEP 2020, rote learning is out. The focus has shifted to assessing a student's ability to apply concepts in real-life situations.
Questions derived from real-world passages to test analytical skills.
Testing the logic behind concepts, not just the definition.
Open-ended scenarios that require thinking beyond the textbook.
We provide complete AI-Powered Explanations for every question.
Given the differential equation $x^{2}dy+y(x+y)dx=0$, we can rewrite it as: $$x^{2}dy = -y(x+y)dx$$ $$\frac{dy}{dx} = -\frac{y(x+y)}{x^{2}}$$ $$\frac{dy}{dx} = -\frac{xy+y^{2}}{x^{2}}$$ $$\frac{dy}{dx} = -\frac{y}{x} - \frac{y^{2}}{x^{2}}$$
The differential equation is homogeneous because it can be written in the form $\frac{dy}{dx} = f(\frac{y}{x})$.
Let $v = \frac{y}{x}$, so $y = vx$. Then, differentiate with respect to $x$: $$\frac{dy}{dx} = v + x\frac{dv}{dx}$$
Substitute $\frac{dy}{dx}$ and $y$ into the differential equation: $$v + x\frac{dv}{dx} = -v - v^{2}$$ $$x\frac{dv}{dx} = -2v - v^{2}$$ $$x\frac{dv}{dx} = -(2v + v^{2})$$
Separate the variables: $$\frac{dv}{2v + v^{2}} = -\frac{dx}{x}$$
Integrate both sides: $$\int \frac{dv}{2v + v^{2}} = -\int \frac{dx}{x}$$ We can rewrite the left side as: $$\int \frac{dv}{v(2 + v)} = -\int \frac{dx}{x}$$ Using partial fractions, we can write $\frac{1}{v(2+v)} = \frac{A}{v} + \frac{B}{2+v}$. $$1 = A(2+v) + Bv$$ If $v = 0$, then $1 = 2A$, so $A = \frac{1}{2}$. If $v = -2$, then $1 = -2B$, so $B = -\frac{1}{2}$. Thus, $\frac{1}{v(2+v)} = \frac{1}{2v} - \frac{1}{2(2+v)}$. Now, integrate: $$\int \left(\frac{1}{2v} - \frac{1}{2(2+v)}\right) dv = -\int \frac{dx}{x}$$ $$\frac{1}{2}\int \frac{1}{v} dv - \frac{1}{2}\int \frac{1}{2+v} dv = -\int \frac{dx}{x}$$ $$\frac{1}{2}\ln|v| - \frac{1}{2}\ln|2+v| = -\ln|x| + C_{1}$$ $$\frac{1}{2}(\ln|v| - \ln|2+v|) = -\ln|x| + C_{1}$$ $$\ln\left|\frac{v}{2+v}\right| = -2\ln|x| + 2C_{1}$$ $$\ln\left|\frac{v}{2+v}\right| = \ln|x^{-2}| + C$$ where $C = 2C_{1}$.
Exponentiate both sides: $$\frac{v}{2+v} = kx^{-2}$$ where $k = e^{C}$.
Substitute $v = \frac{y}{x}$: $$\frac{\frac{y}{x}}{2+\frac{y}{x}} = \frac{k}{x^{2}}$$ $$\frac{y}{2x+y} = \frac{k}{x^{2}}$$ $$yx^{2} = k(2x+y)$$ $$yx^{2} = 2kx + ky$$ $$yx^{2} - ky = 2kx$$ $$y(x^{2} - k) = 2kx$$ $$y = \frac{2kx}{x^{2} - k}$$
The solution to the differential equation is: $$y = \frac{2kx}{x^{2} - k}$$
Final Answer: $y = \frac{2kx}{x^{2} - k}$