Solving y'= 3y + 15: Initial Value Problem

  • Thread starter Thread starter parwana
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the initial value problem for the differential equation y' = 3y + 15 with the condition y(0) = -1. A participant clarifies that the equation is a first-order linear differential equation, which requires separation of variables for integration. The correct approach involves rewriting the equation to isolate y on one side, allowing for integration to be performed. After applying the initial condition, the solution derived is y(x) = 4e^(3x) - 5. This method effectively demonstrates the process of solving such differential equations.
parwana
Messages
182
Reaction score
0
Finding a solution??

Find all solutions to

y'= 3y + 15

and solve the initial value problem-
y'=3y+15
y(0)= -1

so would it be y= 3/2x^2 + 15y + C?

if not please share what would it be!
 
Physics news on Phys.org
This should be in Calculus and Analysis. (sorry, I'm not sure about your quesiton.)
 
Last edited:
parwana said:
Find all solutions to

y'= 3y + 15

and solve the initial value problem-
y'=3y+15
y(0)= -1

so would it be y= 3/2x^2 + 15y + C?

if not please share what would it be!

This problem is easily solved by separation of variables (which I see you did). However, I'm pretty sure you meant 3/2y^2. if y(0) = -1, what does that tell you about the value of C?
 
Ofcourse! It's been too long...
 
This is a first order linear differential equation. It will be instructive to write this equation as \frac{dy}{dx} = 3y + 15. Because the right side contains y(x) you can't directly integrate the equation as it looks like you tried to do. Instead you can write it so all the y stuff is on the left and all the x is on the right: \frac{dy}{3y + 15} = dx. NOW we can integrate both sides to get \int_{-1}^{y}\frac{dy}{3y + 15} = \int_{0}^{x}dx. Notice that I've already included the initial condition that y = -1 when x=0 in my limits of integration. It is now a simple matter of integrating the left side and then solving for y(x). The answer I got was y(x) = 4e^{3x}-5.
 
Last edited:
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top