Homogeneous initial value problem

mtxop2
Messages
2
Reaction score
0

Homework Statement



4y" + 4y' + 5y = 0
y(0) = 3
y'(0) = 1

Homework Equations



yh = e^ax(c1cosbx + c2sinbx)

The Attempt at a Solution



For the roots I got -1/2 + i and -1/2 - i so my a = -1/2 and b = 1

then I have to differentiate yh = e^(-1/2x)[c1cosx + c2sinx]

this is where I get this overly complicated equation and I was wondering if I could do integration by parts instead.

where I could get something like

yh = -1/2e^(-1/2x)[c1cosx + c2sinx] + [-c1sinx + c2cosx]e^(-1/2x)
 
Last edited:
Physics news on Phys.org
Your title is misleading. Your equation is a homogeneous equation.
mtxop2 said:

Homework Statement



4y" + 4y' + 5y = 0
y(0) = 3
y'(0) = 1

Homework Equations



yh = e^ax(c1cosbx + c2sinbx)

The Attempt at a Solution



For the roots I got -1/2 + i and -1/2 - i so my a = -1/2 and b = 1

then I have to differentiate yh = e^(-1/2x)[c1cosx + c2sinx]

this is where I get this overly complicated equation and I was wondering if I could do integration by parts instead.
?
You can't use integration by parts if you need to differentiate a function.
mtxop2 said:
where I could get something like

yh = -1/2e^(-1/2x)[c1cosx + c2sinx] + [-c1sinx + c2cosx]e^(-1/2x)
 
Mark44 said:
Your title is misleading. Your equation is a homogeneous equation.
?
You can't use integration by parts if you need to differentiate a function.

Damn I'm so sorry I misled you, I've been working on these all day and well you know how that goes. What I meant to say was product rule, where f(x) = e^(-1/2x) and g(x) = [c1cosx + c2sinx]
 
Yes, use product rule for y= e-x/2(c1cosx+c2sinx) to get y'.

ehild
 
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