Help with DE problem and seperation of variables

AI Thread Summary
The discussion revolves around solving the differential equation y'(t) = 0.06 - y/1040 using separation of variables. Participants clarify the process, emphasizing the importance of rearranging the equation to isolate y on one side. The solution involves finding both the homogeneous and particular solutions, leading to a general solution expressed as a combination of these. Key steps include integrating and applying initial conditions, although none are specified in this case. The conversation highlights the methodical approach to solving first-order differential equations through separation and integration techniques.
JasonJo
Messages
425
Reaction score
2
i found the DE for a problem, and it was y'(t) = .06 - y/1040

and then the problem gave me the following hint:

Find the amount of sugar after t minutes. Note: When you solve by separation of variables, keep the coefficient of y on the right side and bring over to the denominator on the left side an expression of the form (y - some constant).

what does this mean? can anyone actually show me how to do this?? thanks
 
Physics news on Phys.org
EDIT: Of course, you can do it with separation of variables, I just wasn't thinking. See StatusX's post below.

1) Take the derivative again, so y'' = (-1/1040)y'. You get y' = Ce(-t/1040), and you can integrate this to find y = De(-t/1040) + E, and then plug this back into the original DE and solve for D in terms of E, or vice versa. You will be left with one unknown, since no initial conditions are specified.

2) Find the solution to the associated homogeneous equation, y'(t) = -y/1040, let's call that solution ch(t), where c is a co-efficient that can vary (i.e. ch(t) will be a solution to the homogeneous equation for any real c). Then, find any particular solution p(t). The constant function p(t) = 1040/0.06 will do the trick. Your answer will be y = ch + p.

This is generally true. If you have an n-th order differential equation (so it includes the n-th derivative, whereas this is a 1st order equation since it only includes up to the 1st derivative), you will have n linearly independent homogeneous solutions, h1, h2, ..., hn. Then, if you know any particular solution p, the general solution will be:

c1h1 + c2h2 + ... + cnhn + p

for any choice of c1, ..., cn. This is obviously a family of solutions, but if you look at all possible choices of c1, ..., cn, then this will give you all possible solutions.

3) Look at the equation as y'(t) + a(t)y(t) = b(t), where a(t) = 1/1040 and b(t) = 0.6. Your solution will be:

\frac{\int u(x)b(x)\, dx + C}{u(x)}*

where

u(x) = \exp \left (\int a(x)\, dx\right )

This is also true in general, if you have an equation of the form y' + ay = b. All solutions will be defined by * for all choices of C.
 
Last edited:
dy/dt = 0.06 - y/1040

\frac{dy}{0.06 - y/1040} = dt

\int \frac{dy}{0.06 - y/1040} = \int dt

-1040 ln(0.06 - y/1040) = t + C

and so on
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top