How do you solve a Differential equation for beginners

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 6K views
janemba
Messages
39
Reaction score
0
how do you solve a Differential equation ?

for example how do you solve this

d/dt y(t)=t^2 y(t)

step by step help would be appreciated where + w2x = 0 is suppose to be in between d^x and dt^
 
Last edited:
Physics news on Phys.org
What are [ U] and [ /U] tags ?

Use [ tex] and [ /tex] for latex. The equation is not visible.
 
What you want to solve is
[tex]\frac{dy}{dt}=t^2y[/tex]
You can rearrange this into
[tex]\frac{1}{y}\frac{dy}{dt}=t^2[/tex]
You can now integrate both sides with respect to t.
 
how do you integrate it ? please tell me how
 
[tex]\int \frac{1}{y}\frac{dy}{dt} dt= \int t^2 dt[/tex]

and this is the same as:

[tex]\int \frac{1}{y}dy= \int t^2 dt[/tex]

Can you integrate this now?
 
[tex]\int \frac{1}{y}dy = \int t^2dt[/tex]

And carry on from there.

Whoops, someone beat me.
 
what are the rules of integrating
 
You can look up integration rules on the internet. Integrating is undoing the derivative, ie. finding the antiderivative.
 
wheres the best site to learn it from ? where did you learn it from
 
I learned it through a high school calculus course. If you don't know how to integrate, I suggest you ask your professor/teacher.