On phone again xD
"Put x =e^t ; solve for Y against t."
y = Ae^mx + Be^mx
y = Ae^me^t + Be^me^t? Just before I go ahead..
http://tutorial.math.lamar.edu/classes/DE/eulerequations.aspx
Thanks very much. Officially on a computer now. My screen was far to small, and i was writing out by hand first to see what they'd really look like. :)
Thanks for being patient.
2\frac{d^2y}{dt^2} - 2\frac{dy}{dt} +3\frac{dy}{dt} - 15y = 0
2\frac{d^2y}{dt^2} +\frac{dy}{dt} - 15y = 0...
Cool,
So the assumption of my quadratic formula should be:
2m2 + 3m - 15 = 0
m = (-3±√129)/4
m = 2.089
m = -3.589
So that general assumption is:
Aemx + Bemx = y
Ae2.089x + Be-3.589x = y
IC 1
y = Ae2.089 + Be-3.589 = 0
IC2
dy/dx = 2.089Ae2.089 - 3.589Be-3.589 = 1
How...
Excellent. Sorry for the lack of real looking equations, I am on my phone.
2m^2 + 3m - 1 = 0
m = [-3+/- sqrt( 9 + 8 )]/4
= 1.1231 / 4
=0.2808
m = -7.1231/4
= -1.7808
Should y be assigned a coefficient?
Ae^mx + Be^mx = Cy
Ae^0.2808x + Be^-1.7808x = Cy
Sub in IC 1
x = 1
y = 0...
Excellent.
So from there:
Yp = C Sin(2x)
Yp' = 2C Cos(2x)
Yp" = -4C Sin(2x)
-4C Sin(2x) + C Sin(2x) = Sin(2x)
-3C = 1
C = -1/3
Yp = -1/3 Sin (2x)
So then the solution starts as
Y = Yg + Yp
Y = A Sin (x) + B Cos(x) -1/3 Sin(2x)
Sub in initial Conditions Q(0) = 1 or x=0
Y = A Sin (x) + B...
Homework Statement
Solve the ODE with the boundary conditions given
Q''+Q = Sin(2x) where Q(0) = 1 and Q'(0) = 2
So i know i need to solve the general and particular solutions, however, I am a little confused. Any help or advice would be great, Thanks in advance.
Homework Equations
Y...