Derivation of Differential Equation with Parameter Pr and Solution Integration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



I am going through a derivation in my text and we come across the following diff EQ:

θ'' / θ' = Pr* f''' / f''​

where Pr = constant (it ia a parameter) and both θ and f are functions of the same independent variable η.

The Attempt at a Solution



The result we arrive at is

[tex]\theta(\eta,Pr) =C_1 \int_0^\eta [f'']^{Pr}\,d\eta +C_2\qquad(2)[/tex]​

and he the author says we get to that results by "integrating (1) twice ..."

I guess I am a little confused as to how to integrate this? Do I need to do it by parts? Or move the dη's around or what? Any thoughts? Am I making this too difficult?
 
Last edited:
Physics news on Phys.org
No, it's just a trick to observe that the initial differential relation

[tex]\frac{\theta''}{\theta'} = P_{r} \frac{f'''}{f''}[/tex]

is nothing but

[tex](\ln \theta')' = P_{r} (\ln f'')'[/tex]

in disguise.

Integrating once we get

[tex]\ln \theta ' = P_{r} \ln f'' + \ln C[/tex]

from which

[tex]\theta' = C (f'')^{P_{r}}[/tex]

Integrate now from 0 to [itex]\eta[/itex] and you'll get the answer in the book.
 
dextercioby said:
No, it's just a trick to observe that the initial differential relation

[tex]\frac{\theta''}{\theta'} = P_{r} \frac{f'''}{f''}[/tex]

is nothing but

[tex](\ln \theta')' = P_{r} (\ln f'')'[/tex]

in disguise.

Integrating once we get

[tex]\ln \theta ' = P_{r} \ln f'' + \ln C[/tex]

from which

[tex]\theta' = C (f'')^{P_{r}}[/tex]

Integrate now from 0 to [itex]\eta[/itex] and you'll get the answer in the book.

Oh wow! Nice catch :smile: Thanks dextercioby