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
1 answer

Translating the apex of $-x^2$

I am attempting to write a function with the following properties: The highest possible value is 100, and the further you get from a certain value, the lower the result the function will return... I created a simple bell-like curve by subtracting…
1
vote
1 answer

What are the functions to plot this graph?

I'd really like to re-create this graph in latex but I have no idea how to figure out what the functions are to create it. And I don't quite know how to approximate the functions from simply looking at the graph. If anyone can provide two functions…
John
  • 167
1
vote
2 answers

How can you find the nature of a graph?

I have a physics project, and I have to develop an argument, but am not allowed to use phrases like "From the graph you can tell..." How can the nature of the graph be determined manually, e.g. finding that it is expontential rather than quadratic?
1
vote
1 answer

Spivak Calculus Chapter 4 Problem 19-(i)

In the given solution of this Problem in Spivak's "Calculus", 3rd ed., there are some details, which I fail to comprehend. I think that in order to be clear I have to include two images. There is a short preliminary text on pg. 73., the last part of…
1
vote
2 answers

Making a curve with specifiable depth and distance between x intersections

I'm working on game development, and I want to make a U-Shaped graph where I can specify the distance between the x intersections, and the depth of the graph. The closest thing I have is this: https://www.desmos.com/calculator/efsp6ncsdt This sort…
Figwig
  • 113
  • 3
1
vote
1 answer

How to smooth sine-like data

I'm trying to produce a growth graph but I'm getting sine wave artefacts due to the way the data is compared (current 7 days / previous 7 days). I've drawn the red and yellow lines by hand by first connecting the mid point of each sine wave (red),…
CJ Dennis
  • 654
1
vote
1 answer

Sketching the graph without software

How to sketch the graph $|y|=\frac{|sin(x)|}{sin(x)}$? I tried myself and have got this result: Is this correct? I can't check it on Desmos, it says that graph has unresolved detail.
1
vote
0 answers

Possible way to rescale the $x$ and $y$ axes of a figure

I have a scatter plot where most of the data points are near the origin. The closer to the origin, the more data points one can find. I have tried to use logarithmic scale for the $x$ and $y$ axes to display more data points near the origin.…
andy90
  • 309
1
vote
0 answers

Determining which Function Graph grows faster

I want to determine which function grows faster with the following functions. Red = $f(n)=3^n$ and Blue = $g(n)=3^{n+1}$ This is a pretty easy graph to draw, but wasn't sure if growing faster meant the rapidness in slope increase or just being…
1
vote
1 answer

What should be the graph of $[y]=[\sin x]$?

What should be the graph of $$[y]=[\sin x]?$$(here $[a]$ reffers to the floor function.) In my opinion if we just consider the square bounded by $(0,0) ,(0,1),(\pi,0)$ and $(\pi,1)$ then any point inside the square will satisfy the equation as…
1
vote
1 answer

Given the graph of a function $f(x)$, describe $\sqrt{f(x)}$

Can someone please help me with this math equation I have a test tomorrow and need to know how to do this thanks gary.
user73122
  • 781
  • 3
  • 20
  • 39
1
vote
2 answers

How do i plot $(r−2)^2 + z^2 \leq 1$?

How can I plot this equation in 3D? Given in cylindrical coordinates. Have tried in wolfram but couldn't work it out.. $$(r−2)^2 + z^2 \leq1$$
1
vote
0 answers

Sketching the graph of S against $\alpha$

I was trying to solve this problem: There is a quadratic: $$f(x)=x^2 - \alpha|x| +2=0 \tag{1}$$ We know that for $|\alpha| < 2\sqrt{2}$, the quadratic would always be smaller than 0. Let S be the sum of lengths of the intervals in which x…
Henry Cai
  • 633
1
vote
2 answers

Is it possible to solve an equation such as $x^2+5^x - 10 = 0$ without using graphical methods?

I tried using logarithms to find the answer to $x^2+5^x-10=0$ but I didn't have any luck. Is there a way of solving the above equation algebraically, or do you have to use a graphical method?
Joe
  • 19,636
1
vote
1 answer

What kind of graphs are these and how can I create equations that model them?

Think of a line graph where the line stays somewhat flat and low to the ground for a while (but still upsloping, nondecreasing) and then starts to arc up. I'm trying to figure out a way to "characterize" these kinds of lines (when does this "hard…
Nakano
  • 655