First order non-separable linear deq's using an integration factor?

Click For Summary
SUMMARY

The discussion focuses on solving first-order non-separable linear differential equations using an integration factor. The example provided, t(dy/dx) + 2t²y = t², demonstrates the process of multiplying by the integration factor u(x) = e^(∫2t dt) = e^(t²). This method allows the left side of the equation to be expressed as the derivative of a product, facilitating integration. The final solution derived is y = Ce^(-x) + (1/4)e^(3x), confirming the effectiveness of this technique in solving such equations.

PREREQUISITES
  • Understanding of first-order linear differential equations
  • Familiarity with integration factors and the product rule
  • Knowledge of exponential functions and their properties
  • Basic calculus skills, including integration techniques
NEXT STEPS
  • Study the derivation of integration factors in linear differential equations
  • Explore advanced techniques for solving non-separable differential equations
  • Learn about the application of differential equations in real-world scenarios
  • Investigate numerical methods for approximating solutions to complex differential equations
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are working with differential equations and seeking to enhance their problem-solving skills in this area.

QuarkCharmer
Messages
1,049
Reaction score
3
For example:
\frac{dy}{dx} + y = e^{3x}
I understand that these differential equations are most easily solved by multiplying in a factor of integration, and then comparing the equation to the product rule to solve et al..

For example:

t\frac{dy}{dx} + 2t^{2}y = t^{2}
\frac{dy}{dx} + 2ty = t

Multiplying in an integration factor u(x), which in this case:
u(x) = e^{\int{2t}dt} = e^{t^{2}}

e^{t^{2}}\frac{dy}{dx} + 2te^{t^{2}}y = te^{t^{2}}

Now I can compress the left side down using the product rule and all that.

I don't understand how they are getting u(x) or why it's equal to e^{\int{2t}dt} ?
 
Last edited:
Physics news on Phys.org
First we multiply the equation with an unkown function u(x)

u(x)\frac{dy}{dx}+u(x)y=u(x)e^{3x}

The goal is to recognize the left side as the derivative of a known function. Because then we can integrate both sides.

Now, remember the product rule

\frac{d}{dx}(u(x)y)=u(x)\frac{dy}{dt} + \frac{du(x)}{x}y

This looks a lot like the left side, doesn't it?? The only thing we want is

\frac{du(x)}{dx}=u(x)

Such a differential equation is easily solved. Indeed, it is clear u(x)=e^x satisfies this.

So now we got

\frac{d}{dx}{e^x y}=e^{4x}

Integrating both sides gives us

e^x y = \frac{1}{4}e^{4x}+C

or

y=Ce^{-x}+\frac{1}{4}e^{3x}
 
Last edited:
Thanks Micro, this answers my questions perfectly.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K