File:Isothermal process.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 375 × 375 pixels, file size: 42 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Illustration of isothermal process
Date
Source Own work
Author Netheril96

Created by Asymptote and converted by Inkscape.

Source file

size(300);
settings.tex="xelatex";
usepackage("amsmath,unicode-math");
texpreamble("\setmathfont{XITS Math}");

import graph;
xaxis("$V$",-50,450,Arrow);
yaxis("$P$",-50,350,Arrow);
label("$O$",(0,0),SW);

real f(real x){return 15000/x;};
guide g=graph(f,f(350),350,operator..);
label(scale(1.2)*Label("$P=\dfrac{T}{V}$"),g,align=(2,2));
draw(g);

pair A=(f(200),200);pair B=(200,f(200));
pair C=(200,0);pair D=(f(200),0);
filldraw(graph(f,f(200),200,operator..)--C--D--cycle,lightblue);

dot(A);dot(B);

label("$A$",A,NE);label("$B$",B,NE);
label("$V_B$",C,S);label("$V_A$",D,S);
label(scale(1.2)*Label("$W_{A\to B}$"),((200+f(200))/2,50));

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 June 2011

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:24, 20 June 2011Thumbnail for version as of 16:24, 20 June 2011375 × 375 (42 KB)wikimediacommons>Netheril96Complete conversion of text to path

There are no pages that use this file.