Subjects calculus

Solve Differential Cf073C

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** We are given the differential equation $$\frac{dy}{dx} = \frac{1}{\sqrt{x+2}}$$ with the initial condition $$y(2) = -1$$. We need to find the function $$y(x)$$. 2. **Recall the formula:** To find $$y(x)$$, integrate both sides with respect to $$x$$: $$y = \int \frac{1}{\sqrt{x+2}} \, dx + C$$ 3. **Integration:** Use substitution $$u = x+2$$, so $$du = dx$$. The integral becomes: $$\int \frac{1}{\sqrt{u}} \, du = \int u^{-\frac{1}{2}} \, du = 2u^{\frac{1}{2}} + C = 2\sqrt{x+2} + C$$ 4. **Write the general solution:** $$y = 2\sqrt{x+2} + C$$ 5. **Apply initial condition:** Substitute $$x=2$$ and $$y=-1$$: $$-1 = 2\sqrt{2+2} + C = 2\sqrt{4} + C = 2 \times 2 + C = 4 + C$$ 6. **Solve for $$C$$:** $$C = -1 - 4 = -5$$ 7. **Final solution:** $$y = 2\sqrt{x+2} - 5$$