Can someone tell me why this integral is invalid?

  • Context: Undergrad 
  • Thread starter Thread starter PhiPhenomenon
  • Start date Start date
  • Tags Tags
    Integral
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
4 replies · 2K views
PhiPhenomenon
Messages
19
Reaction score
0
Hey guys,

Can someone tell me why this integral isn't valid?

∫ v Δp = pv + C
 
Physics news on Phys.org
PhiPhenomenon said:
Hey guys,

Can someone tell me why this integral isn't valid?

∫ v Δp = pv + C

You're treating v as if it were a constant.

This is valid:

$$ \int k~dx = kx + C$$

This is not:
$$ \int f(x)~dx = f(x) \cdot x + C$$
 
Basically, [itex]\displaystyle \int y\,dx = yx + C \text{ iff }\frac{dy}{dx} = 0[/itex].
 
Millennial said:
Basically, [itex]\displaystyle \int y\,dx = yx + C \text{ iff }\frac{dy}{dx} = 0[/itex].
Which is the same as saying y is a constant.
 
Ah I see. Thanks guys.