Differential Equations: Difference between revisions

From apimba
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..."
 
No edit summary
Line 5: Line 5:
# 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>
# multiply the standard form by u(x)
# multiply the standard form by u(x)
# use the product rule on the left side: u(x)dy/dx +ydu/dx = d/dx(u(x),y(x))
# use the product rule on the left side: u(x)dy/dx +y(x)du/dx = d/dx(u(x),y(x))
# integrate both sides
# integrate both sides
# solve for y
# solve for y

Revision as of 05:19, 5 May 2020

The integral character ∫

Method for solving linear differential equations:

  1. Put equation into standard form: dy/dx + f(x)y = g(x)
  2. Find the integrating factor: u(x) which is equal to e∫f(x)dx
  3. multiply the standard form by u(x)
  4. use the product rule on the left side: u(x)dy/dx +y(x)du/dx = d/dx(u(x),y(x))
  5. integrate both sides
  6. solve for y