Difference between revisions of "Differential Equations"
Jump to navigation
Jump to search
(Created page with "The integral character ∫ Method for solving linear differential equations: # Put equation into standard form: dy/dx + f(x)y = g(x) # Find the integrating factor: u(x) which...") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Method for solving linear differential equations: | Method for solving linear differential equations: | ||
# Put equation into standard form: dy/dx + f(x)y = g(x) | # Put equation into standard form: dy/dx + f(x)y = g(x) | ||
− | # Find the integrating factor: u(x) which is equal to e<sup>∫f(x)dx</sup> | + | # Find the integrating factor: u(x) which is equal to e<sup>∫f(x)dx</sup>, so du/dx = u(x)f(x) |
− | # multiply the standard form by u(x) | + | # multiply the standard form by u(x): u(x)dy/dx + u(x)f(x)y = u(x)g(x) |
− | # use the product rule | + | # use the product rule (udy/dx + ydu/dx = (u,y)d/dx) on the left side: d/dx(u(x),y(x)) = u(x)g(x) |
− | # integrate both sides | + | # integrate both sides, use sources such as [http://integral-table.com/ table of integrals]: u(x)y(x) + C = ∫u(x)g(x)dx |
# solve for y | # solve for y | ||
+ | |||
+ | ==Examples== | ||
+ | * [[Falling Body with Air Resist]] |
Latest revision as of 18:11, 5 May 2020
The integral character ∫
Method for solving linear differential equations:
- Put equation into standard form: dy/dx + f(x)y = g(x)
- Find the integrating factor: u(x) which is equal to e∫f(x)dx, so du/dx = u(x)f(x)
- multiply the standard form by u(x): u(x)dy/dx + u(x)f(x)y = u(x)g(x)
- use the product rule (udy/dx + ydu/dx = (u,y)d/dx) on the left side: d/dx(u(x),y(x)) = u(x)g(x)
- integrate both sides, use sources such as table of integrals: u(x)y(x) + C = ∫u(x)g(x)dx
- solve for y