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
1
vote
0 answers

Why does Geogebra draw the function $f(x)=\frac{x}{x}$ as if it were the function $f(x)=1$?

Why does Geogebra draw the function $f(x)=\frac{x}{x}$ as if it were the function $f(x)=1$? I noticed that Wolfram Alpha and Google also draw the former as if it were the latter. Is it possible to fix this?
pompeu
  • 23
1
vote
1 answer

How and why are these three graphs visually related? $y=ex^2 \sin\left(\frac{1}{x}\right)$, $y=ex^2$, $y=-ex^2$

While graphing equations I come across, or find interesting, I found the relationship between graphs $$y=ex^2 \sin\left(\frac{1}{x}\right) \qquad y=ex^2 \qquad y=-ex^2$$ https://www.desmos.com/calculator/nhf6tphhbb How are these three graphs…
Eva
  • 189
1
vote
1 answer

On the shape of graphs for n-dimensions

As you all know, the graph of the function $x^2+y^2=1$ is a circle. Also, the graph of the limit as n approaches infinity of $x^n+y^n=1$ approaches a square. Will this be true for higher dimensions? Will the graph of $x^n+y^n+z^n=1$,or…
1
vote
1 answer

Drawing regions around XY points

I have a list of XY points and I would like to draw/plot/graph a region around each point to visually display boundaries where the closest point is. I began playing around on online GeoGebra graphing calculator to get a bit of idea what I'm after.…
1
vote
7 answers

Graphing $|x+y|+|x-y|=4$

I'm trying to graph $|x+y|+|x-y|=4$. I rewrote the expression as follows to get a function that resembles the direction of unit vectors at $\pi/4$ to the horizontal axis (take it to be…
Paras Khosla
  • 6,481
1
vote
1 answer

$|x^2-3x+2 | = mx$ has $x_1, x_2, x_3, x_4 $ $s(m) = \frac{1}{{x_1}^2} +\frac{1}{{x_2}^2} + \frac{1}{{x_3}^2 }+ \frac{1}{{x_4}^2}$ express $s(m)$

$|x^2-3x+2 | = mx$ has $x_1, x_2, x_3, x_4 $ 4 distinct solutions $s(m) = \frac{1}{{x_1}^2} +\frac{1}{{x_2}^2} + \frac{1}{{x_3}^2 }+ \frac{1}{{x_4}^2}$ Express $s(m)$ in terms of $m$ $0
Dini
  • 1,391
1
vote
0 answers

Equation for symmetric graph that rises and levels off

Trying to fine-tune a particular growth pattern needed for a game. In short, for player level 1 to MAX, they need to be able to acquire $y$ resources per level $x$. So $y=f(x)$. So we're talking about a shape similar to $y=\log(x)$, but the…
1
vote
3 answers

Function to return nothing for a defined range of input values

If I have the function f(x) = 2x + 1, is there something I can do to the function that will make it undefined for certain input values, for example input values where x ≥ 1. This would give the graph an endpoint. It is easy enough to just write {2x…
1
vote
1 answer

Intuition Behind Graphing Solution to Equation

For part(a) I have worked out that the answer is -3.4 by reading the value for x on the graph where y = -5. For part(b), what I did was to draw the line of y = -5x onto the graph and where this linear graph intersects with cubic graph (at x = -2.5)…
user124485
1
vote
1 answer

Why is the y-intercept of $\frac {\sin(x)}{x}$ 1?

I recently came across this function: $f(x) = \frac {\sin(x)}{x}$, and I graphed it on desmos. Why is the $y$-intercept $= 1$ despite $\sin(0)$ being divided by zero?
1
vote
2 answers

Graphing the function $(-2)^x$

When I wanted to graph $y=(-2)^x$ many graphing calculator apps refused to plot it. TI-Nspire CAS plotted it as shown in the first picture. I think the plot is not correct as only the envelopes should be there with no values between the envelopes as…
Ahmed
  • 61
  • 5
1
vote
2 answers

How do I algebraically express transformations of a sigmoidal?

I am graphing a sigmoidal of the form $$ y=d+\frac{a}{1+e^{-(x-b)/c}} $$ I am investigating how the shape of the graph changes when each of the parameters a, b, c, and d are altered. I understand that d will shift the graph vertically, b will shift…
Adsp
  • 31
1
vote
1 answer

What is the name of a diagram that reflects multiple parameters using faces?

It is hard to represent changes of multiple parameters on one diagram. Someone come up with representation of diagrams using faces because our face recognition is efficient. Left side is before, right side is after. Diagram below shows that…
Stepan
  • 1,093
1
vote
0 answers

How to simplify a diagonal line pattern formula

I've got the following formula: $$ clamp(floor(frac((x+y)*5) + 0.2) + floor(frac((y-x)*5) + 0.2)) $$ Frac here means fractional part $frac(x) = x - floor(x)$. Clamp means $max(0,min(x,1))$. This equation is used to produce the following…