Thread Closed

2nd order DEQ: weird solution method

 
Share Thread
Mar12-07, 05:46 PM   #1
 

2nd order DEQ: weird solution method


1. The problem statement, all variables and given/known data

Suppose that u(t) is a solution to

y'' + p(t)y' + q(t)y = 0

Suppose a second solution has the form

y(t) = m(t)u(t)

where m(t) is an unknown function of t. Derive a first order linear differential equation for m'(t).

Suppose y(t) = e^(2t). Use the method above to find a second solution to this equation.

3. The attempt at a solution

I tried:

y = m*u
=> m = y/u
=> m' = (y'/u) - (y/(u^2))*u'

There isn't anything in my book or in my class notes that describes the technique to be used here. Does anyone have any suggestions on how to get started?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Mar12-07, 11:29 PM   #2
 
Have you heard of variation of parameters? Take a look, and see if it helps at all.

http://en.wikipedia.org/wiki/Variation_of_parameters
Mar13-07, 01:16 AM   #3
 
Surely this is recommended where e^{2t} is a solution to the original 2nd order diff. eq. Right? Then, like Mindscrape says, it's variation of parameters.
Mar13-07, 01:41 AM   #4
 

2nd order DEQ: weird solution method


try using this equation:

Y2=y1*integral{[e^(-integral p(t))dt]}/[(y1)^2]dt

y1=y(t)=e^(2t)

then the general solution is: y=c1y1+c2y2
Mar13-07, 02:16 AM   #5
 
And also to add, your method works best when the p(t)y' value is excluded from the equation. You can solve your problem by the method you mentioned above, but it cost much time and leaves much room for mistakes, and you are essentially guessing by trial and error by multiplying u(t) by respective powers of x, or m, as you would put it. So therefore, for the sake of your precious time and of doing unneeded amount of work, you should try this equation. Tell me how it works, I believe you will learn to like it. And, later you will learn to solve these problems without the guesswork, but the problems get very tedious, believe me.... I'm not a big fan of solving these equations by hand.
Mar13-07, 09:45 AM   #6
 
this is an inhomogeneous differential equation. the method of variation of parameters is for homogeneous. in the wikipedia article it is said to "determine the homogeneous solution using a method of your choice"

as for as the other method is concerned: how can I use this method to derive a general first order linear differential equaiton for m'(t)? by the way mathgician, this method works great for finding the second solution!!!
Mar13-07, 10:14 AM   #7
 
never mind, mathgician, i out the way to find m'(t). your input helped a lot. i will post my solution to the problem if anyone is interested.
Thread Closed

Similar discussions for: 2nd order DEQ: weird solution method
Thread Forum Replies
Alternate Method for solving two Second Order DEs. Calculus 6
Method of reduction of order Differential Equations 4
first order differentials & euler's method Calculus & Beyond Homework 2
confused what method to use on this Diff EQ! 2nd order Calculus & Beyond Homework 9
H value in runge kutta method 2nd order Differential Equations 1