DE 20 ty'+(t+1)y=t y(\ln{2}=1, t>0

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
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
10 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
View attachment 9709
#20 this is the last one of the set
$ty'+(t+1)y=t \quad y(\ln{2}=1,\quad t>0$
rewrite
$y'+\left(\dfrac{t+1}{t}\right)y=1$
$u(t)=e^{\displaystyle\int\dfrac{t+1}{t}dt}=e^{t+\ln |t|}$well anyway wasn't sure about the (t+1):cool:
 
Physics news on Phys.org
karush said:
#20 this is the last one of the set
$ty'+(t+1)y=t \quad y(\ln{2}=1,\quad t>0$
rewrite
$y'+\left(\dfrac{t+1}{t}\right)y=1$
$u(t)=e^{\displaystyle\int\dfrac{t+1}{t}dt}=e^{t+\ln |t|}$well anyway wasn't sure about the (t+1):cool:

The integrating factor is correct, but again, simplify it so you can integrate.

$\displaystyle \mathrm{e}^{t + \ln{(t)}} = \mathrm{e}^{\ln{(t)}}\,\mathrm{e}^t = t\,\mathrm{e}^t $
 
ok is that the reason e is used so much?

Ill continue in the morning...:cool:
 
Is what the reason "e" is used so much? "[tex]e^x[/tex]" has the nice property that the derivative of [tex]e^x[/tex] is just [tex]e^x[/tex] again! Also any exponential can be written as "e": [tex]a^x= e^{ln(a^x)}= e^{x ln(a)}[/tex].

Those are the reasons "e" is used so much.
 
Prove It said:
The integrating factor is correct, but again, simplify it so you can integrate.

$\displaystyle \mathrm{e}^{t + \ln{(t)}} = \mathrm{e}^{\ln{(t)}}\,\mathrm{e}^t = t\,\mathrm{e}^t $
#20
$\displaystyle u(t)={e}^{t + \ln{(t)}} = {e}^{\ln{(t)}}\,{e}^t = t\,{e}^t $
so
$(t\,{e}^t )ty'+(t\,{e}^t )(t+1)y=(t\,{e}^t )t$
Ok not sure way to rewrite this due to the (t+1) thot could divide by $t^2$

here are book answersView attachment 9711
 

Attachments

  • DE.2.1.1.13-20.jpg
    DE.2.1.1.13-20.jpg
    23.1 KB · Views: 170
$ty' + (t+1) \cdot y = t$

divide every term by $t$ ...

$y' + \dfrac{t+1}{t} \cdot y = 1$

multiply every term by $te^t$ ...

$te^t \cdot y' + (t+1)e^t \cdot y = te^t$

$(te^t \cdot y)' = te^t$

$\displaystyle te^t \cdot y = \int te^t \, dt$

keep going ...
 
skeeter said:
$ty' + (t+1) \cdot y = t$
divide every term by $t$ ...
$y' + \dfrac{t+1}{t} \cdot y = 1$
multiply every term by $te^t$ ...
$te^t \cdot y' + (t+1)e^t \cdot y = te^t$
$(te^t \cdot y)' = te^t$
$\displaystyle te^t \cdot y = \int te^t \, dt$
keep going ...

IBP
$e^tt-e^t +c$
so
$ te^t \cdot y=e^tt-e^t +c$
then
$y=\dfrac{e^tt}{te^t}-\dfrac{e^t }{te^t}+\dfrac{c}{te^t}
=1-\dfrac{1}{t}+\dfrac{c}{te^t}$hopefully
 
keep going, apply the initial condition to determine $C$
 
skeeter said:
keep going, apply the initial condition to determine $C$

$y=\dfrac{e^tt}{te^t}-\dfrac{e^t }{te^t}+\dfrac{c}{te^t}
=1-\dfrac{1}{t}+\dfrac{c}{te^t}=\dfrac{(t-1+(c)e^{-t})}{t}$$y(\ln 2)=1-\dfrac{1}{\ln 2}+\dfrac{c}{2\ln 2}$
$c=2$
so the book answer is $y=\dfrac{(t-1+2e^{-t})}{t},\quad t\ne 0$
 
karush said:
$y=\dfrac{e^tt}{te^t}-\dfrac{e^t }{te^t}+\dfrac{c}{te^t}
=1-\dfrac{1}{t}+\dfrac{c}{te^t}=\dfrac{(t-1+(c)e^{-t})}{t}$$y(\ln 2)=1-\dfrac{1}{\ln 2}+\dfrac{c}{2\ln 2}$
$c=2$
so the book answer is $y=\dfrac{(t-1+2e^{-t})}{t},\quad t\ne 0$

Come on, surely you can see several common factors that cancel. I don't know why you seem to want to keep around difficult looking terms. The reason it's called "simplifying" is because it literally makes the expressions simpler!
 
it's not that easy to see