Solving a Differential Equation: Need Help!

AI Thread Summary
The discussion focuses on solving the differential equation ty' - y = t^3 - 2t. The equation is rewritten in standard form as y' - (1/t)y = t^2 - 2, allowing the use of integrating factors for a solution. The integrating factor is determined to be t, leading to the equation ty - y = t^5/5 - 2t^3/3 + C after integration. The general solution is found to be y = (t^5/5 - 2t^3/3)/t, and applying the initial condition y(0) = 0 results in the particular solution y = t^4/5 - 2t^2/3. The thread concludes with a successful resolution of the differential equation.
tandoorichicken
Messages
245
Reaction score
0
I'm having a little trouble with this differential equation. Usually I have no problem separating out the y's and the t's but this one is different:

ty' - y = t^3 - 2t on (0, \infty)

A little hep please?
 
Physics news on Phys.org
Since t\neq 0,u can, perform a division and obtain

\frac{dy}{dt}-\frac{y}{t}=t^{2}-2

Solve this nonhomogenous linear first order ODE,knowing that the homogenous equation is separable...


Daniel.
 


Sure, I would be happy to provide some assistance with this differential equation. First, let's rewrite the equation in a more standard form:

y' - (1/t)y = t^2 - 2

To solve this equation, we can use the method of integrating factors. The integrating factor is defined as e^(∫(1/t)dt), which in this case is e^(ln|t|) = t. Multiplying both sides of the equation by t, we get:

ty' - y = t^3 - 2t

ty' - (ty) = t^4 - 2t^2

Applying the product rule on the left side, we get:

t(y' - y) = t^4 - 2t^2

Integrating both sides with respect to t, we get:

∫t(y' - y)dt = ∫(t^4 - 2t^2)dt

Using integration by parts on the left side, we get:

ty - ∫ydt = ∫(t^4 - 2t^2)dt

Simplifying, we get:

ty - y = t^5/5 - 2t^3/3 + C

Finally, solving for y, we get the general solution:

y = (t^5/5 - 2t^3/3 + C)/t

To find the particular solution, we need to use the initial condition of y(0) = 0. Plugging in t = 0 and y = 0 into the general solution, we get C = 0. Therefore, the particular solution to this differential equation is:

y = (t^5/5 - 2t^3/3)/t = t^4/5 - 2t^2/3

I hope this helps! Let me know if you have any further questions.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top