Help with DE problem and seperation of variables

Click For Summary
SUMMARY

The discussion focuses on solving the first-order differential equation y'(t) = 0.06 - y/1040 using separation of variables. The solution involves finding the general solution by integrating the equation and considering both the homogeneous and particular solutions. The homogeneous solution is derived from y'(t) = -y/1040, while the particular solution is identified as p(t) = 1040/0.06. The final general solution combines these components, demonstrating the methodical approach to solving differential equations.

PREREQUISITES
  • Understanding of first-order differential equations
  • Familiarity with separation of variables technique
  • Knowledge of integrating factors in differential equations
  • Ability to solve homogeneous and particular solutions
NEXT STEPS
  • Study the method of separation of variables in depth
  • Learn about integrating factors for linear differential equations
  • Explore the theory of homogeneous and particular solutions
  • Practice solving higher-order differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying differential equations, as well as educators looking for examples of solving first-order DEs using separation of variables.

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:

[tex]\frac{\int u(x)b(x)\, dx + C}{u(x)}[/tex]*

where

[tex]u(x) = \exp \left (\int a(x)\, dx\right )[/tex]

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:
[tex]dy/dt = 0.06 - y/1040[/tex]

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

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

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

and so on
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
Replies
49
Views
5K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
3
Views
2K