First order Ordinary Differential Equation

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
6 replies · 2K views
PAR
Messages
30
Reaction score
0

Homework Statement


Solve the differential equation:

[tex]y' = 8sin(4yt) ; y(1) = 4[/tex]

Homework Equations


The Attempt at a Solution



The integrating doesn't apply because I can't get the equation into:
y' + p*y = f(x) form

Also, I have tried separating variables, but I can't get the y inside of the sin(4yt) outside of the sin(). Basically, I need some help to get started.

Thanks in advance
 
Last edited:
Physics news on Phys.org
Correction! The differential equation should be y' = 8sin(4yt) instead of y'=8y[tex]^{3}[/tex]sin(4yt)

I've tried substitution where y(t) = z(t)/t

This gave me:

[tex]y' = z'/t - z/t^{2} = 8sin(4z)[/tex]

The problem now is that I still have a function of z on the right hand side of the equation, and I don't know how to combine it with the left hand side to give me an a nice integrating factor or separation of variables. I was thinking I could divide the whole thing by sin(4z) anyway, and then integrate with respect to t. The z' would be integrable and so would the 8, but the resulting -z/(t[tex]^{2}[/tex]sin(4z)) I don't know how to integrate with respect to t. Great help so far, but could still use more :).
 
[tex]\frac{dy}{dt} = 8\sin (4yt)[/tex]

[tex]y=\frac{z}{t} \Rightarrow 8 \sin (4yt) = 8 \sin (4z) = \frac{dy}{dt}[/tex]


[tex]y=\frac{z}{t}[/tex]

[tex]\frac{dy}{dt}=-\frac{dz}{t^2 dt}[/tex]

[tex]\frac{dz}{dt} = -8t^2\sin (4z)[/tex]

[tex]\int \frac{dz}{\sin (4z)} = \int -8t^2 dt[/tex]

Maybe that will work?
 
Gregg said:
[tex]\frac{dy}{dt} = 8\sin (4yt)[/tex]

[tex]y=\frac{z}{t} \Rightarrow 8 \sin (4yt) = 8 \sin (4z) = \frac{dy}{dt}[/tex]


[tex]y=\frac{z}{t}[/tex]

[tex]\frac{dy}{dt}=-\frac{dz}{t^2 dt}[/tex]

Don't you have to apply the product rule when you differentiate y?

Since y = z/t = zt[tex]^{-1}[/tex] and z is a function of t by definition shouldn't

y' = z'/t - z/t[tex]^{-2}[/tex] instead of y' = [tex]-\frac{dz}{t^2 dt}[/tex]
 
PAR said:
Don't you have to apply the product rule when you differentiate y?

Since y = z/t = zt[tex]^{-1}[/tex] and z is a function of t by definition shouldn't

y' = z'/t - z/t[tex]^{-2}[/tex] instead of y' = [tex]-\frac{dz}{t^2 dt}[/tex]

Oh yeah god, use the product rule :$.
 
Thank you Gregg and Avodyne for the help, but I don't have a solution to this problem. Is there a different way to solve first order ODE other than separation of variables and the integration factor? Please, I need some help.