How Can I Solve the Differential Equation for Y in This Formula?

  • Thread starter Thread starter yamdizzle
  • Start date Start date
  • Tags Tags
    Function
yamdizzle
Messages
14
Reaction score
0
I have

(θ_{1}-θ_{2})*exp(r*t) + r* Y = dY/dt

How can I find Y?
I tried to reverse the f ' g +g' f but I keep getting an extra term

Thanks
 
Physics news on Phys.org
yamdizzle said:
I have

(θ_{1}-θ_{2})*exp(r*t) + r* Y = dY/dt

How can I find Y?
I tried to reverse the f ' g +g' f but I keep getting an extra term

Thanks

Write it as
y' - ry = (\theta_1-\theta_2)e^{rt} Multiply both sides by e-rt and you should have an exact derivative on the left side.
 
Couldn't quite get it? What do you mean by exact derivative?

so what is y?
 
yamdizzle said:
Couldn't quite get it? What do you mean by exact derivative?

so what is y?

Show us what happened when you followed my advice. The left side should look like the derivative of a product. What did you get?
 
so we have:

exp(-r*t) y' - exp(-r*t) r y = theta1 - theta2

I assume you mean
f = exp(-r*t)
g = y

but I'm not sure how to place thetas

so I think y will have a exp(r*t) in it but not sure about the rest.
 
Last edited:
yamdizzle said:
so we have:

exp(-r*t) y' - exp(-r*t) r y = theta1 - theta2

I assume you mean
f = exp(-r*t)
g = y

but I'm not sure how to place thetas

so I think y will have a exp(r*t) in it but not sure about the rest.

Yes, so the left side is (e-rty)' so your equation is: (e^{-rt}y)'=\theta_1-\theta_2 I assume the thetas are constant. So what do you get when you integrate both sides with respect to t and solve for y?
 
Yep, got it.

Thanks
 
Back
Top