Solving a Diff Eq with Substitution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
KillerZ
Messages
116
Reaction score
0

Homework Statement



Solve the given differential equation by using appropriate substitution.

[tex]3(1+t^{2})\frac{dy}{dx} = 2ty(y^{3} - 1)[/tex]

Homework Equations



[tex]y = u^{\frac{1}{1-n}}[/tex]

The Attempt at a Solution



[tex]\frac{dy}{dt} = \frac{2ty^{4} - 2ty}{3 + 3t^{2}}[/tex]

[tex]\frac{dy}{dt} + \frac{2ty}{3 + 3t^{2}} = \frac{2ty^{4}}{3 + 3t^{2}}[/tex]

[tex]-\frac{1}{3}u^{-\frac{4}{3}}\frac{du}{dt} + (\frac{2ty}{3 + 3t^{2}})u^{-\frac{1}{3}} = (\frac{2ty^{4}}{3 + 3t^{2}})(u^{-\frac{1}{3}})^{4}[/tex]

[tex]-\frac{1}{3}\frac{du}{dt} + (\frac{2ty}{3 + 3t^{2}})\frac{u^{-\frac{1}{3}}}{u^{-\frac{4}{3}}} = \frac{2ty^{4}}{3 + 3t^{2}}[/tex]

[tex]-\frac{1}{3}\frac{du}{dt} + (\frac{2ty}{3 + 3t^{2}})u = \frac{2ty^{4}}{3 + 3t^{2}}[/tex]

[tex]\frac{du}{dt} - (\frac{2ty}{1 + t^{2}})u = -\frac{2ty^{4}}{1 + t^{2}}[/tex]

Integrating factor:

[tex]I(t) = e^{-\int\frac{2t}{1+t^{2}}dt}[/tex]

use substitution:

[tex]e^{ln|u|^{-1}}[/tex]

[tex]I(t) = \frac{1}{1+t^{2}}[/tex]

[tex]y(t) = \frac{1}{\frac{1}{1+t^{2}}}[-\int\frac{2t}{(1+t^{2})(1+t^{2})}dt + c][/tex]

[tex]y(t) = 1+t^{2}[\frac{1}{1+t^{2}} + c][/tex]

[tex]y(t) = 1 + c + ct^{2}[/tex]
 
Physics news on Phys.org
For one thing, you shouldn't have t, u, and y all in the same equation. Here's an easier way to get started. Rewrite your equation:

3(1 + t2)y' + 2ty = 2ty4

Now multiply through by y-4:

3(1 + t2)y-4y' + 2ty-3 = 2t

Now let u = y-3, u' = -3y-4y'

This gets you to the equation

-(1 + t2)u' + 2tu = 2t

without all the fractional exponents and resulting errors.
 
I made some typos in there here I fixed it:

Homework Statement



Solve the given differential equation by using appropriate substitution.

[tex]3(1+t^{2})\frac{dy}{dx} = 2ty(y^{3} - 1)[/tex]

Homework Equations



[tex]y = u^{\frac{1}{1-n}}[/tex]

The Attempt at a Solution



[tex]\frac{dy}{dt} = \frac{2ty^{4} - 2ty}{3 + 3t^{2}}[/tex]

[tex]\frac{dy}{dt} + \frac{2ty}{3 + 3t^{2}} = \frac{2ty^{4}}{3 + 3t^{2}}[/tex]

[tex]-\frac{1}{3}u^{-\frac{4}{3}}\frac{du}{dt} + (\frac{2t}{3 + 3t^{2}})u^{-\frac{1}{3}} = (\frac{2t}{3 + 3t^{2}})(u^{-\frac{1}{3}})^{4}[/tex]

[tex]-\frac{1}{3}\frac{du}{dt} + (\frac{2t}{3 + 3t^{2}})\frac{u^{-\frac{1}{3}}}{u^{-\frac{4}{3}}} = \frac{2t}{3 + 3t^{2}}[/tex]

[tex]-\frac{1}{3}\frac{du}{dt} + (\frac{2t}{3 + 3t^{2}})u = \frac{2t}{3 + 3t^{2}}[/tex]

[tex]\frac{du}{dt} - (\frac{2t}{1 + t^{2}})u = -\frac{2t}{1 + t^{2}}[/tex]

Integrating factor:

[tex]I(t) = e^{-\int\frac{2t}{1+t^{2}}dt}[/tex]

use substitution:

[tex]e^{ln|u|^{-1}}[/tex]

[tex]I(t) = \frac{1}{1+t^{2}}[/tex]

[tex]y(t) = \frac{1}{\frac{1}{1+t^{2}}}[-\int\frac{2t}{(1+t^{2})(1+t^{2})}dt + c][/tex]

[tex]y(t) = 1+t^{2}[\frac{1}{1+t^{2}} + c][/tex]

[tex]y(t) = 1 + c + ct^{2}[/tex]