1

This is a question about graphing the relationship between two variables. It is about the ideal gas equation $$pV=nRT$$ to plot ${p}\over{T}$ against $T$, where ${nR}\over{V}$ is constant. How would this graph look like?

And in general, how do you plot ${x}\over{y}$ against $y$?

2 Answers2

0

I don't know why you want to do that, but plotting $p/T$ vs $T$, you put $T$ on the horizontal axis and $p/T$ on the vertical axis and plot. You get a hyperbola, just like $y=1/x$ In your ideal gas case, if $\frac {nR}V$ is constant, so $p/T$ is, too.

Ross Millikan
  • 374,822
  • Why would it be a hyperbola? – Plastic Astronaut Nov 21 '14 at 16:05
  • Because when you say "plot against T", you are putting T on the horizontal axis. The value of the function is p/T, which goes on the vertical axis. There is no magic to the names of the axes-we just typically use $x$ horizontal and $y$ vertical. Look at this Alpha plot – Ross Millikan Nov 21 '14 at 16:23
  • Yes, but isn't p/T varying as T is? – Plastic Astronaut Nov 21 '14 at 16:30
  • Of course. That is why you are plotting a graph. You plug values of $T$ in to get points $(T,p/T)$ and plot them. – Ross Millikan Nov 21 '14 at 16:40
  • In the given isochoric setting, $P \propto T$. Hence, $P$ is not constant but $\frac{P}{T}$ is. Infact, $P$ can be considered a function of $T$ as $P(T)$. My point is, the function $f(T) = \frac{P(T)}{T}$ won't get you a hyperbola but instead it will be a constant function similar to say $f(x) = \pi$. – Nick Nov 22 '14 at 08:56
0

The ideal gas law tells us that p/T is equal to nR/V, always, for an ideal gas. When using this law, it may helpful to keep in mind that all of the quantities are positive.

When nR/V is constant, so is p/T, because they are always equal. The plot of p/T vs T will be a horizontal straight line. On the usual temperature scales, the temperatures are only positive, so the horizontal straight line should not cross the vertical axis of the plot.

In general, we might have a function y = f(x). If we wanted to plot x/y vs y, we would need to know the function f(x).

LouisB
  • 781