MHB Help with ODE initial conditions

ognik
Messages
626
Reaction score
2
The ODE is $y'' + 4y' - 12y = 0$, I get $y = C_1e^{-6x} + C_2e^{2} $

The initial conditions are y(0) = 1, y(1)=2 - which gives me $C_1 = 1-C_2$ and $C_2 = \frac{2e^{6}-1}{e^{8}-1} $

This just looks more messy than book exercises normally are, and when I laboriously substitute back into the eqtn it doesn't resolve - so I think I have something wrong in my sltn, but just can't see it, could someone see what is wrong with my sltn please?
 
Physics news on Phys.org
Well, the characteristic equation is:

$$r^2+4r-12=(r+6)(r-2)=0$$

Hence, the general solution is:

$$y(x)=c_1e^{-6x}+c_2e^{2x}$$

And we may compute:

$$y'(x)=-6c_1e^{-6x}+2c_2e^{2x}$$

Thus, the initial conditions result in the linear system:

$$c_1+c_2=1$$

$$-3c_1e^{-6}+c_2e^{2}=1$$

Solving this system, we obtain:

$$c_1=\frac{e^6\left(e^2-1\right)}{e^8+3},\,c_2=\frac{e^6+3}{e^8+3}$$

And thus the particular solution is:

$$y(x)=\frac{e^6\left(e^2-1\right)}{e^8+3}e^{-6x}+\frac{e^6+3}{e^8+3}e^{2x}$$

It appears you made a mistake solving for the parameters. :)
 
got it, thanks
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top