Hi,
I've figured out several ways to accomplish this, using a series of commands, but is it possible using only dsolve to solve a first-order ivp involving two constants: the constant of integration and a constant of proportionality. For example, the type that arise using Newton's basic law of heating/cooling:
y'(t) = k*(y(t)-10), y(0)=70, y(1/2)=50
I welcome all ideas, especially if there is something easy I'm missing, thanks!