Example 1: General solution
\(\displaystyle \frac{dy}{dx} = \sqrt{x}\)
Rewrite: \(x^{1/2}\)
\[
y = \int x^{1/2} dx = \frac{2}{3}x^{3/2} + C
\]
Example 2: Particular solution
\(\displaystyle \frac{dy}{dx} = \frac{4}{x^2}, \ y = 7 \text{ when } x = 1\)
Rewrite: \( \frac{4}{x^2} = 4x^{-2} \)
\[
y = \int 4x^{-2} dx = -4x^{-1} + C = -\frac{4}{x} + C
\]
Substitute \(x=1, y=7\):
\[
7 = -4 + C \Rightarrow C = 11.
\]
Final equation:
\[
y = -\frac{4}{x} + 11.
\]