Questions tagged [graphing-functions]

For questions regarding the plotting or graphing of functions. For questions about the kinds of graphs with vertices and edges, use the (graph-theory) tag instead.

Given a real-valued function $f\colon \mathbf{R} \to \mathbf{R}$, the graph of $f$ is the set of all input-output pairs $(x,f(x))$ regarded as a set of points in the plane $\mathbf{R} \times \mathbf{R}$. Considering the graph of a function gives us a geometric perspective on the data that the function represents.

  • If the function $f$ is continuous, the graph of $f$ "looks continuous." That is, there are no gaps, and the graph is a connected curve.

  • If the function $f$ is differentiable, then it will contain no "sharp corners."

  • If we're thinking of the domain of the function as representing time, the the graph gives us a nice visualization of the change in outputs of the function over time.

A graph can be defined much more generally though. Let $\mathbf{k}$ be a local field, and suppose $f$ is a vector-valued function $f\colon \mathbf{k}^n \to \mathbf{k}^m$ where $f(x_1, \dotsc, x_n) = (y_1, \dotsc, y_m)$ and each coordinate $y_i$ of the output is a function of the $x_1, \dotsc, x_n$. In this setting, the graph of $f$ is the set of points

$$(x_1, \dotsc, x_n, y_1, \dotsc, y_m) \subset \mathbf{k}^{n+m}\,.$$

This general construction of the graph of a function can be useful in the study of algebraic geometry or the study of manifolds.

5041 questions
43
votes
2 answers

Is there any mathematical way to describe what happens to a function when the graph is zoomed out infinitely far?

For example, if you zoom out very far on a graph of the function $y = x^3$, it appears like $x = 0$, or in general, if you zoom out on the graph $x^n$ for $n > 0$ it appears either like $x = 0$ with the restriction that for even bases $y \ge…
MilesZew
  • 735
29
votes
3 answers

Draw a line, output equation?

I am looking for an app or computer program that can spit out an equation of a line that you draw. I don't know any programs like this, so maybe someone can help?
15
votes
2 answers

Why looks the Moire pattern on my screen like the contour plot of z = xy?

I am not completely sure, but the Moiré pattern on photo's of my screen looks suspiciously like a contour plot of z = xy. I couldn't find any reference or similar question. Is there a fundamental reason for this, or does it seem to be merely a…
Ruben
  • 804
12
votes
2 answers

Is a single node graph a strongly connected component?

Can a single node graph be considered a (strongly) connected component? I'm confused because I was reading about cut vertex which by definition is a vertex that if eliminated increases the number of connected components. So if we were to remove…
9
votes
1 answer

How to Rotate Creations in Graphing Calculator

I'm only a seventh grader, so this question might seem a little easy, and my vocabulary isn't the best either. I using Desmos and my graph is here. Basically, I have two spiral looking shapes across from each other. I want to have the same shape,…
9
votes
5 answers

Why don't sine graphs consist of semicircles below and above the x-axis?

I'd like to see the flaw in my logic in the following: I have a circle with radius 1. Therefore: opposite side = sin(angle) = opposite / hypotenuse = opposite / 1 See this picture for a graphic depiction. (Large version) Therefore, the opposite…
ayquah
  • 99
8
votes
3 answers

how do you graph a function?

I know techniques from calculus to more or less know the behavior of a function. But I still don't know how to graph functions people expect me to graph, for example, in Fulton's curve book there are curves like $F=(X^2+Y^2)^3-4x^2y^2$ and there's a…
Cybuster
  • 367
7
votes
1 answer

Question about Heart-shaped-graph

Firstly, I am sorry for my poor english since it is only my second language. During my spare time, I tried to form a hearshaping function. Here's what I did. If I drew a ellipse that looks like this, by making the $x$ values absolute, I can make…
7
votes
1 answer

Plotting power-law fit in cumulative distribution function plots

In "Power-law Distributions in Empirical Data", the authors give several examples of alleged power-laws. For instance, they plot node degree distribution of the Internet like this (p. 24): where $P(x)$ is the cumulative distribution function and…
notan3xit
  • 171
  • 1
  • 4
7
votes
1 answer

What does the graph of any linear combinaton of two equations visually represent?

We all know that if we linearly combine two equations, say $f(x,y)=0$ and $g(x,y)=0$, and plot that ( $af(x,y)+bg(x,y)=0$ ), we find a graph that goes through the intersection points of $f(x,y)$ and $g(x,y)$, and why that happens is quite clear, as…
N Kabir
  • 41
6
votes
4 answers

How to find the angle between two straight line equations?

The Problem There are two straight lines with equations as follow y=-2x+10 and y=-3x+6 their point of intersection is (2,6) and i am asked to find the angle between them ? A detailed and easy explanation would be appriciated Source and…
phantom.omaga
  • 215
  • 1
  • 3
  • 8
6
votes
4 answers

Examples of funny graphs

In order to arouse interest of my high school students to plot graphs I want to plot interesting funny graphs such as the one of the batman equation. I'm looking something simpler, maybe in a form of a piece-wise function. I want to plot it in…
user42912
  • 23,582
5
votes
1 answer

Graph of $0 = \frac{x^2 -y}{y^2-x}$

When you plot this equation implicitly, you get something really weird. You can see $x^2 - y = 0$ in there, but why do you see a noisy $y^2 - x = 0$ on the side? My guess is that it is a rounding error in the plotting engine.
Simon Kuang
  • 1,267
5
votes
2 answers

What is the difference between f(-x) and -f(x)?

What is the difference between $f(-x)$ and $-f(x)$ in terms of their graphs?
Kyle
  • 71
5
votes
1 answer

How to read a contour plot?

I am taking machine learning, and I have seen a few contour plots in the course. It seems that I can't understand how to read this plot, I have tried looking it up in Wikipedia, but I don't even understand the first example (the figure on the…
Belgi
  • 23,150
1
2 3
50 51