Link to home
Start Free TrialLog in
Avatar of dilligent
dilligent

asked on

Mathematica (diffeq) - solving a function inside of a diffeq in terms of another function

Hello,  I've been scratching my head on a particular question for hours now, and it's pretty clear that I need help.  I have a diffeq:

y'[t]==d[t] (40-y[t])+0.5 (o[t]-y[t])
y[0]==starter



, and I am supposed to come up with a function d[t] expressed in terms of o[t] so that the solutions of y[t] of the function diffeq above settle in at about 50.  How would I go about doing this?  I've tried separation of variables and DSolve to no avail.  Any ideas?  I need a good explanation more than just the answer.  Thanks!  o[t], incidentally, equals 80-11 Cos[[Pi t)/12]+3.25691 Sin[Pi t/12]
ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dilligent
dilligent

ASKER

Sorry, this actually was related to what the expert posted.  I need to credit him.
Not sure how to cancel the close request.
Would you like to post the steps to your solution for review. I think I got a different answer than you (but maybe not, since your answer uses different symbols than in your OP). For example, you final answer began with c[t_]= ...