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
0
votes
0 answers

Plotting an unordinary formula

I was trying to make a sine wave function that is tilted, just like this: I'm new to this community and I can't add images yet so here's the link I found that there are plenty of similar functions, that use tangent, or are a series of "recursive"…
0
votes
1 answer

Do people who do math in universities draw asymptote $x=-1$ of non-linear asymptote $y=\frac{1}{x+1}$?

For mathematics at GCE A-level, I was taught that the oblique asymptote $y=x+1$ (in graph of $y=f(x)$) becomes horizontal asymptote $y=0$ (in graph of $y=\frac{1}{f(x)}$). However, I heard that people who do mathematics in universities learn that…
Neo
  • 247
0
votes
2 answers

How do I plot the graph of $|x|+|y|=1?$

When I plot the graph of $|x|+|y|=1$ in Desmos Graphing Calculator it comes like this - How do I graph this plot? Can someone guide me?
Aleph
  • 425
  • 2
  • 10
0
votes
1 answer

Alternatives to the n = 1 Hermite function

I'm modeling some data that appear to follow an n = 1 Hermite function. Here's the equation: Here's the graph: Are there any other functions that have the same shape that I should check out? The function should be odd, asymptotic at y = 0 as x…
0
votes
0 answers

How to modify the domain of an equation?

How can I modify the equation of say $y=sin(x)$ s.t for $xb, y<0$? Basically I want an equation to only appear on the interval $[a;b]$. In other words, shrinking down the domain to the $[a;b]$ interval by…
Csongi
  • 1
0
votes
0 answers

Plotting a function with reversed axes

How could I plot the simple function Q=56-2P, with P on the vertical axis and Q on the horizontal axis? One problem is that P is a locked variable so would need to use another variable and somehow rename it.
Orm
  • 79
0
votes
1 answer

Ambiguity in a graph

Consider the equation, $$\frac{1}{y}-\frac{1}{x}=c$$ here $c$ is any constant. So letting $c=0$, we get $$\frac{1}{y}-\frac{1}{x}=0 \implies \frac{1}{y}=\frac{1}{x}$$ Now this is a straight line but I'm not sure whether origin lies on this line…
0
votes
1 answer

Why is the graph of $x-1>y$ like this?

Why is the graph of $x-1>y$ like this? I cannot get it intuitively. Can someone help? Thanks.
Aleph
  • 425
  • 2
  • 10
0
votes
1 answer

Does a function exist that creates more or less this kind of graph?

I need to plot this graph into a 2D grid, but I'm having a hard time finding a way to do this efficiently and in a way where I can change a few variables to make the appearance slightly different. enter image description here Does someone know of a…
0
votes
0 answers

Suggestions for plotting a function

I have the following function $$f = \sqrt{ 1 + \frac{1}{n}\sum_{t = 1}^T\left(A_t - B_t\right)^2}$$ where $0\leq A_t, B_t \leq 100$ and $A_t \leq A_{t+1}$ and $B_t \leq B_{t+1}$. I am trying to figure out a way to plot this to get an idea for what…
0
votes
2 answers

Equation for nice curve

I am not very good at math but im trying to come up with a function to make curves for a computer app UI. I have a friend guiding me with the math though. Below there are 2 gifs showing the behaviour I'm looking for and what I've managed to achieve…
Daarwin
  • 111
0
votes
1 answer

Strange oscillating function plot

Can anyone help me to find what function produces a plot like this one? Also, if possible, how could I plot it using LaTeX in a grid? I guess it is some kind of composite functions but I tried simple guesses and they do not work. Ideas?
riemannium
  • 1,059
  • 10
  • 24
0
votes
0 answers

I'm looking for a 3d grapher that can represent a line whose coordinates only depend on one variable

All online graphers I could find could only compute lines whose equations were $z=f(x,y)$ But what I'm looking for is $y=f(x), z=g(x)$ So instead of $G_f=\{A(x,y,f(x,y))\}$ I need something like $G_{f,g}=\{A(x,f(x),g(x))\}$ I tried with surface…
0
votes
1 answer

Determine Which Corner A Point Is In?

I have a point (point $a$). The graph, which is centered at point $o$ (not necessarily $(0, 0)$) is broken into four sections diagonally. For example: The graph is split into 4 sections by the two orange dotted lines. The point $o$ is at the…
0
votes
1 answer

Does the order of graph transformations matter?

The task was worded this way: Suppose that $f(x) = \frac {1}{2}(x-1)^2 - 3$. State exactly how the graph of $y = f(x) $ will be transformed into: $ y = (3x-1)^2 +1 $ The answer I provided was: Firstly, it will be translated up for 4…
brilliant
  • 818