Question in complex general equation (2nd order)

batmankiller
Messages
21
Reaction score
0
Question:
Find the real-valued general solution of the differential equation

y''+1y'+1y=0
where primes indicate differentiation with respect to x. (Use the parameters a, b, etc., for undetermined constants in your solution.)

My attempt:
Use characteristic equation:
r^2+r+1=0
I used the quadratic formula and got r=(-1 +-sqrt(-3))/2
So we get a=-.5 b-sqrt(3)/2

Following e^(ax)(c1cos(bx)+c2sin(bx):

we get e^(-.5x)(a*cos(\sqrt{3}*x/2)+bsin(\sqrt{3}*x/2))

Anyone see any flaw i nlogic of algebra or math? I can't seem to get a correct answer
 
Last edited:
Physics news on Phys.org
hi batmankiller! :smile:

(have a square-root: √ and try using the X2 icon just above the Reply box :wink:)
batmankiller said:
Find the real-valued general solution of the differential equation

y''+1y'+1y=0
where primes indicate differentiation with respect to x. (Use the parameters a, b, etc., for undetermined constants in your solution.)

we get e^(-.5x)(a*cos(\sqrt{3}*x/2)+bsin(\sqrt{3}*x/2))

looks ok to me :confused:

perhaps it's your notation …

have you tried entering x/2 (instead of 0.5 x), or (√3/2)x, or 0.866 x ?
 
umm yeah thanks so much. -.5x apparently doesn't equal -x/2 anymore. Math as we know it has changed!
 
the computers have taken over :redface:

we have to speak the language of the conquerors! :smile:
 
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