Solution to Differential Equation: y'-4y=9e^(7t) with Initial Condition y(0)=5

glid02
Messages
54
Reaction score
0
Here's the problem:
Solve y'-4y=9e^(7t) with y(0)=5

p(t)=-4
mu(t)=e^(int[-4dt])=e^(-4t)

multiplying both sides by mu(t)
e^(-4t)(y'-4y)=9e^(3t)
Dt(e^(-4t)y)=9e^(3t)
e^(-4t)y=3e^(3t)+c
y=(3e^(3t))/(e^(-4t))+c/e^(-4t)

now when y(0)=5
5=3+c
c=2

so y=(3e^(3t))/(e^(-4t))+2

That's not right, I also tried y=(3e^(3t))/(e^(-4t))(5/3)
and that's not right either. Any idea what I'm doing wrong?

Thanks.

Never mind, figured it out, I didn't divide c by the left side of the equation.
 
Last edited:
Physics news on Phys.org
your on the right track. You have the correct integration factor.
\mu(t)= e^{-4t}
 
hmmm, still haven't gotten the hang of how to type formulas here. Ok let's if I get it right this time...
After you set up the problem you actually need to do a full integration on the RHS, and you need to evaluate your LFS at the endpoints of integration...
\frac{d}{dt} y(t)e^{-4t}= 9e^{3t} \rightarrow y(t)e^(-4t') \Big^t_0= \int^t_0 9e^{3t'}dt' [\tex]
 
ok sorry , see if i can get it now...
\frac{d}{dt} y(t)e^{-4t}= 9e^{3t} \rightarrow y(t)e^(-4t') \Big^t_0= \int^t_0 9e^{3t'}dt'
 
last try...
\frac{d}{dt} \left[y(t)e^{-4t} \right]= 9e^{3t} \rightarrow y(t)e^{-4t'} \Big| _0^t= \int^t_0 9e^{3t'}dt'
 
Last edited:
Why do you have primes on the ts? On the right hand side, yes, the t inside the integral is a "dummy" variable and so should be distinguished from the t outside. I would be inclined to use a completely different letter, say s. There certainly shouldn't be a prime on the t in the exponential on the left.
To finish, what is
\int_0^t 9e^{3s}ds
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top