Intro to Differential Equations Problem #1

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
JosephK
Messages
38
Reaction score
2

Homework Statement


1. Find the general solution to the differential equation:
y''-5y'+6y = 0


Homework Equations





The Attempt at a Solution


m^2 - 5m + 6 = 0
(m-1)(m-5) = 0
y' = Ae^x+Be^5x
 
Physics news on Phys.org
JosephK said:

Homework Statement


1. Find the general solution to the differential equation:
y''-5y'+6y = 0


Homework Equations





The Attempt at a Solution


m^2 - 5m + 6 = 0
(m-1)(m-5) = 0
Your factorization is incorrect. (m - 1)(m - 5) = m2 - 6m + 5, not m2 - 5m + 6.
JosephK said:
y' = Ae^x+Be^5x
 
This cannot be factored.
 
So the answer to this differential equation is

y = c1e^3x+c2e^2x?