Problem with easy diffrential equation

  • Thread starter Thread starter TheNaturalStep
  • Start date Start date
  • Tags Tags
    Diffrential
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
2 replies · 5K views
TheNaturalStep
Messages
15
Reaction score
0
Problem with an easy diffrential equation, the problem is explained in the picture ...

http://img209.imageshack.us/img209/7341/diffproblemsf9.jpg

Kindly TNS
 
Last edited by a moderator:
Physics news on Phys.org
First, check out https://www.physicsforums.com/showthread.php?t=8997

So you can type the math notation in [itex]\LaTeX[/itex].
To see how I typed things in the "math" click on the images and you will see the code. It's very easy, and the preferable way to communicate.


Second,

So your equation is:
[tex]\frac{d m_p}{dt}= m_{pi}[/tex]

Now your teacher says that [itex]m_p = m_{pi}t[/itex].

You are saying this:
Let [itex]m_{pi} = m t^4[/itex].
Then,
[tex]m_p = \frac{m_{pi} t}{5}[/tex]

You are not consistent with your notation. You should be careful here. For example, you introduce the variable [itex]m[/itex] and then it just disappears. However, with your argument you have:

Original:
[tex]\frac{d m_p}{dt}= m_{pi}[/tex]

You:
[tex]m_{pi} = m t^4[/tex]

If we sub this in:
[tex]\frac{d m_p}{dt} = (m t^4)[/tex]

Now you say:
[tex]m_p = \frac{m_{pi} t}{5}[/tex]

What happens if you differentiate this?
[tex]\frac{d m_p}{dt} = \frac{d \left( \frac{m_{pi} t}{5} \right)}{dt} = ?[/tex]