How do you solve a Differential equation for beginners

AI Thread Summary
To solve the differential equation d/dt y(t) = t^2 y(t), first rearrange it to 1/y * dy/dt = t^2. Next, integrate both sides with respect to t, resulting in ∫(1/y) dy = ∫t^2 dt. This integration leads to ln|y| = (1/3)t^3 + C, where C is the constant of integration. Understanding integration rules is crucial, and resources like high school calculus courses or online platforms can provide further assistance. Mastering these concepts will help in solving similar differential equations effectively.
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.
 
Last edited by a moderator:
What you want to solve is
\frac{dy}{dt}=t^2y
You can rearrange this into
\frac{1}{y}\frac{dy}{dt}=t^2
You can now integrate both sides with respect to t.
 
how do you integrate it ? please tell me how
 
\int \frac{1}{y}\frac{dy}{dt} dt= \int t^2 dt

and this is the same as:

\int \frac{1}{y}dy= \int t^2 dt

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

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.
 
  • #10
wheres the best site to learn it from ? where did you learn it from
 
  • #11
I learned it through a high school calculus course. If you don't know how to integrate, I suggest you ask your professor/teacher.
 
Back
Top