How Do You Determine Values of p and q in Differential Equation Superposition?

  • Thread starter Thread starter Gspace
  • Start date Start date
  • Tags Tags
    Superposition
Gspace
Messages
16
Reaction score
0

Homework Statement



y1[t] solves
y't]+9.7 y[t]=E^(-0.4 t) Cos[t], with y[0]=0,
and y2[t] solves

y'[t]+9.7 y[t]=0, with y[0]=1.

What numbers p and q do you pick to make
y[t]=p y1[t] + q y2[t]
solve
y'[t]+9.7 y[t]=3 E^(-0.4 t) Cos[t], with y[0]=3?

Homework Equations




y1[t] solves
y't]+9.7 y[t]=E^(-0.4 t) Cos[t], with y[0]=0,
and y2[t] solves

y'[t]+9.7 y[t]=0, with y[0]=1.
 
Physics news on Phys.org
So we got y(t)=p y_1(t)+qy_2(t).

What you need to do now is to plug this y(t) in you equation y^\prime(t)+9,7y(t)=3e^{- 0,4 t}. You will obtain a nice equation this way which you need to solve...
 
Makes sense. Thanks micromass
 
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