New Reply

4th order DE

 
Share Thread
Mar3-12, 05:51 PM   #1
 

4th order DE


I have a 4th order differential equation with given -2 +3i root.

Now need to find the homogenous solution. Well, if the root was real, it would be easier but now I'm stuck and don't know how to proceed.

What am I supposed to do to solve this ?

Equation is : d4y(t)/dt4 +6d3y(t)/dt3 + 22d2y(t)/dt2 + 30dy(t)/dt + 13y(t) = f(t)

Just need to solve the homogenous part so f(t) is just a dummy function
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Mar3-12, 06:45 PM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
The coefficients are real, so actually you have been given two complex roots, not one.

If you haven't done any formal courses about roots of polynomials, think about what you get when you solve a quadratic equation with a pair of complex roots. That should lead you to finding a quadratic factor (with real coefficients) of the 4th-order equation.
Mar4-12, 04:42 AM   #3
 
Quote by AlephZero View Post
The coefficients are real, so actually you have been given two complex roots, not one.

If you haven't done any formal courses about roots of polynomials, think about what you get when you solve a quadratic equation with a pair of complex roots. That should lead you to finding a quadratic factor (with real coefficients) of the 4th-order equation.
You're right there are two roots are given -2 - 3i and -2 + 3i
I tried to recreate a quadratic equation with those roots by assuming coefficient of a=1, b=4 and c=13. However it didn't work.
Mar4-12, 04:54 AM   #4
 

4th order DE


Ok, I've just done it, thanks though.
Mar5-12, 01:09 PM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Great! For those who are interested, though, let me note that since [itex]-2+3i[/itex] and [itex]-2-3i[/itex] are roots then [itex](x- (-2+3i))(x-(-2-3i))= (x+2- 3i)(x+2+ 3i)= (x+2)^2- (3i)^2= x^2+ 4x+ 4+ 9= x^2+ 4x+ 13[/itex]. Now divide [itex]x^4+ 6x^3+ 22x^2+ 30x+ 13[/itex] by that to find the quadratic equation the other roots must satisfy.
New Reply

Similar discussions for: 4th order DE
Thread Forum Replies
Multi-Variable Second Order Taylor Series Expansion, Ignoring SOME second order terms Differential Equations 6
Find all groups of order 9, order 10, and order 11 Calculus & Beyond Homework 10
Binary relations: weak order, strict partial order, equivalence Calculus & Beyond Homework 0
Reducing third order ODE to a system of first order equs + 4th order runge-kutta Differential Equations 1
Reducing third order ODE to a system of first order equs + 4th order runge-kutta Calculus & Beyond Homework 0