Trying to solve a differential equation

Gspace
Messages
16
Reaction score
0

Homework Statement


I have three diff eqs:

a) y'(t) + 2t y(t) = 0
b) y'(t) - 2t y(t) = 0
c) y(t) + y(t) = 0.

I'm trying find which of these diffeqs is solved by

y(t) = 8 E^-t^2 ?


Please Help!
 
Last edited:
Physics news on Phys.org
The solution y(t) would satisfy the DE. So find y'(t) and sub it into the above equations and see which one gives you 0 (what is the on the right).
 
Gspace said:

Homework Statement


I have three diff eqs:

a) y'(t) + 2t y(t) = 0
b) y'(t) - 2t y(t) = 0
c) y(t) + y(t) = 0.

I'm trying find which of these diffeqs is solved by

y(t) = 8 E^-t^2 ?


Please Help!
So differentiate y= 8e^{-t^2}, plug it into the equations and see if it satisfies any of them!

(Do you mean "e", the base of the natural logarithm rather than "E"? And (c) is not a differenjtial equation. Do you mean y'(t)+ y(t)= 0?)
 
hallsofIvy:

Yes, it's suppose to be y'(t)+ y(t)= 0
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top