New Reply

How can I solve this without using integrating factor?

 
Share Thread Thread Tools
Nov15-12, 01:17 AM   #1
 

How can I solve this without using integrating factor?


Let the Wronskian between the functions f and g to be 3e[itex]^{4t}[/itex], if f(t) = e[itex]^{2t}[/itex], then what is g(t)?

So the Wronskian setup is pretty easy

W(t) = fg' - f'g = 3e[itex]^{4t}[/itex]

f = e[itex]^{2t}[/itex]
f' = 2e[itex]^{2t}[/itex]

So plugging it in I would get:

e[itex]^{2t}[/itex]g' - 2e[itex]^{2t}[/itex]g = 3e[itex]^{4t}[/itex]

Which results in

g' - 2g = 3e[itex]^{2t}[/itex]

How can I solve for g without using integrating factor? Is it even possible? Thanks :)
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Nov15-12, 07:45 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
It's always possible to solve "some other way" but often much more difficult.

This particular example, however, is a "linear equation with constant coefficients" which has a fairly simple solution method. Because it is linear, we can add two solutions to get a third so start by looking at g'- 2g= 0.

g'= 2g give dg/g= 2dt and, integrating ln(g)= 2t+ c. Taking the exponential of both sides, [itex]g(t)= e^{2t+ c}= e^{2t}e^c= Ce^{2t}[/itex] where C is defined as ec.

Now, we can use a method called "variation of parameters" because we allow that "C" in the previous solution to be a variable: let [itex]g= v(t)e^{2t}[/itex]. Then [itex]g'= v'(t)e^{2t}+ 2v(t)e^{2t}[/itex] so the equation becomes [itex]g'- 2g= v'(t)e^{2t}+ 2v(t)e^{2t}- 2v(t)e^{2t}= v'(t)e^{2t}= 3e^{2t}[/itex]. We can cancel the "[itex]e^{2t}[/itex]" terms to get [itex]v'(t)= 3[/itex] and, integrating, v(t)= 3t+ C. That gives the solution [itex]g(t)= v(t)e^{2t}= 3te^{2t}+ Ce^{2t}[/itex] where "C" can be any number.
 
New Reply
Thread Tools


Similar Threads for: How can I solve this without using integrating factor?
Thread Forum Replies
Nonexact Differential Equation (Possible to solve by integrating factor?) Calculus & Beyond Homework 2
Solve DE by finding an integrating factor (please check my work) Calculus & Beyond Homework 17
find integrating factor and solve the equation 3 Calculus & Beyond Homework 3
find integrating factor and solve the equation 2 Calculus & Beyond Homework 2
find integrating factor and solve the equation Calculus & Beyond Homework 4