Need help solving simple Differential problem (help)

  • Context: Undergrad 
  • Thread starter Thread starter Jennifer_88
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Jennifer_88
Messages
17
Reaction score
0
Hi,

I am working out a heat transfer problem but I've to solve the Differential equation in order to keep going on but it's been a long time since i did any Differential. your help will be appreciated.

the equation in heat transfer form is T^2+z*k*T=z(C1*x+C2)

or

d^2y/dx+z*k*dy/dx=z(C1*x+C2)

z & k are constants, the equation need to be solved in terms of y(x)
 
on Phys.org
if you set f=dy/dx then it becomes [tex]df/dx+zkf=z(c_1x+c_2)[/tex]. You multiply by the integrating factor [tex]e^{zkx}[/tex] and get
[tex](f(x)e^{zkx})'=ze^{zkx}(c_1x+c_2)[/tex]

and by integrating both sides and solving for f(x) you ll get

[tex]f(x)=\frac{z\int c_1xe^{zkx}dx+ z\int c_2e^{zkx}dx+ c_3}{e^{zkx}}[/tex]. You just have to compute the integrals which seem easy and get f(x). You then find [tex]y(x)=\int f(x)dx[/tex]
 
where did C3 come from ?? thanks for the help
 
Jennifer_88 said:
where did C3 come from ?? thanks for the help
It is the integration constant. You can calculate by the initial condition for f(=dy/dx). You ll have another c4 constant from the integration of f to find y.