How to draw plots for these formulas?

  • Thread starter Thread starter Happy123
  • Start date Start date
  • Tags Tags
    Formulas Plots
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
1 reply · 2K views
Happy123
Messages
1
Reaction score
0
Hello,
I have got these formulas used for adiabatic process. Now I would like know how the plots look like.

A) y=p*V^κ , where κ is Heat capacity ratio

B) y=T*V^(κ-1)

C) y=T^κ*p^(1-κ)

NOTE: κ (Heat capacity ratio) > 1

Thank you
 
Physics news on Phys.org
WolframAlpha to the rescue. It'll matter quite a bit which are variables for you, and which are constant. You can do something like
Plot[x^2,{x,0,4}]
as an example. You'll have to pick a k-value, if that's a constant. Indeed, you'll pretty much have to pick values for any constants in order to plot them up on any computer.