File:Graphs of f1(x)=x÷(x+1) and f2(x)=1÷(x+1).svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 488 × 394 pixels, file size: 59 KB)

Captions

Captions

Graph of the functions f1(x)=x/(x+1) and f2(x)=1/(x+1) in intervall 0≤x≤12.5

Summary[edit]

Description
Deutsch: Funktionsgraphen (im kartesischen Koordinatensystem) der beiden einstelligen Funktionen
  • und
im Intervall
English: Graph (in Cartesian coordinate system) of the two 1-ary functions
  • and
in interval
Date
Source Own work
Author SweetWood
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with Asymptote (dvisvgm used to convert PDF to SVG)
Source code
InfoField

Asymptote code

// created with Asymptote: The Vector Graphics Language
// using online-editor: http://asymptote.ualberta.ca/

import graph;

real x_max = 12.5;    // maximum of x-range

unitsize(1cm,10cm);   // aspect ratio x:y=1:10

draw((0,0.5)--(x_max,0.5), heavygreen+dashdotted);   // draw symmetry-axis y=0.5
draw((0,0)--(0,1));                                  // draw y-axis
draw((0,0)--(x_max,0), heavygreen+dashed);           // draw x-axis
draw((0,1)--(x_max,1), heavygreen+dashed);           // draw (y=1)-axis

real f1(real x) {return x/(x+1);}   // definition of function 1
real f2(real x) {return 1/(x+1);}   // definition of function 2

draw(graph(f1,0,x_max), red+2*linewidth(), "$f_1(x) = \frac{x}{x+1}$");               // draw graph of function 1
draw(graph(f2,0,x_max), blue+longdashed+2*linewidth(), "$f_2(x) = \frac{1}{x+1}$");   // draw graph of function 2

xaxis("$x$", BottomTop, LeftTicks(pTick=lightgrey, ptick=palegrey, extend=true));                  // draw x-axis
yaxis("$P$", LeftRight, RightTicks(trailingzero, pTick=lightgrey, ptick=palegrey, extend=true));   // draw y-axis

attach(legend(), point(E), 16W, UnFill);   // draw legend

label("$\lim \limits_{x \to \infty} \frac{x}{x+1} = 1$", (8,0.95), heavygreen, Fill(0.5mm, white));   // add label for limit of function 1; [UnFill(0.5mm) seems not to work in all environments]
label("$\lim \limits_{x \to \infty} \frac{1}{x+1} = 0$", (8,0.05), heavygreen, Fill(0.5mm, white));   // add label for limit of function 2; [UnFill(0.5mm) seems not to work in all environments]

Licensing[edit]

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:36, 3 August 2020Thumbnail for version as of 11:36, 3 August 2020488 × 394 (59 KB)SweetWood (talk | contribs)improved clipping did not work
11:31, 3 August 2020Thumbnail for version as of 11:31, 3 August 2020488 × 394 (59 KB)SweetWood (talk | contribs)improved clipping
17:58, 2 August 2020Thumbnail for version as of 17:58, 2 August 2020488 × 394 (59 KB)SweetWood (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata