Can You Solve These Differential Equations with Constants and Functions?

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
3 replies · 2K views
Ado
Messages
26
Reaction score
4
Hi!
I need your help for solving a couple of differential equation:

dX/dt = a - b*X

dY/dt = b*(c*exp(-E) - Y) - d*exp(-E)*Y

X = X0 + f(Y, E)

with X0, a, b, c and d are constants and f, a function of Z and E.

Thank you in advance
 
Physics news on Phys.org
A bit convoluted, this problem statement is. You have a differential equation for X $$
\dot x = a - bx
$$ and a regular equation, $$ x = x_0 + f(Y, E)$$ with ##z## appearing nowhere. Which is it ?
 
Oh yes, it is a mistake ! it is not Z but Y.