Problem 27

Question

Solve the differential equation. $$ \frac{d y}{d t}=\frac{t^{2}}{\sqrt{2+3 t}} $$

Step-by-Step Solution

Verified
Answer
The solution to the differential equation \(\frac{dy}{dt} = \frac{t^2}{\sqrt{2+3t}}\) is \(y = \frac{1}{18}(2+3t)^{\frac{3}{2}} - \frac{4}{3}(2+3t)^{\frac{1}{2}} + \frac{8}{3\sqrt{2+3t}} + C\).
1Step 1: Integrate both sides of the equation
The given equation is \(\frac{dy}{dt} = \frac{t^2}{\sqrt{2+3t}}\). Let's start by taking an integral on both sides. On the left side this is a simple integral, resulting in \(y\). On the right side, using the substitution \(x=2+3t\), we end up with \(\int \frac{t^2}{\sqrt{2+3t}} dt = y + C\), where \(C\) is the constant of integration.
2Step 2: Perform substitution
Let us perform the substitution. Let \(x = 2 + 3t\), then \(\frac{dx}{dt} = 3\) ==> \(dt = \frac{dx}{3}\). Therefore, the integral can be rewritten as \(\int \frac{(x-2)^2}{3\sqrt{x}} dx\). This simplifies the calculation.
3Step 3: Divide through by 3 before taking the integral
The revised equation after division by 3 is \(\int \frac{(x-2)^2}{\sqrt{x}} dx\). Apply the power rule for integration along with sum and difference rule and solve the integral.
4Step 4: Solve and Simplify
The integral, when solved, provides \(y = \frac{1}{18}x^{\frac{3}{2}} - \frac{4}{3}x^{\frac{1}{2}} + \frac{8}{3\sqrt{x}} + C\). Substitute \(x = 2+3t\) back into the equation to get the final solution.