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
2
votes
3 answers

Graph of $(\sin x)^x$

How can you plot the graph for the function $(\sin x)^x$? My problem is that $\sin(x)$ can assume negative values too, so it is not like a standard exponential function. Any help would be appreciated.
user34304
  • 2,749
2
votes
2 answers

Strange graph problem

I'm trying to figure out this question: in the Cartesian coordinate system, how many grid points (x,y) satisfy $(|x|-1)^2 + (|y|-1)^2 < 2$? When I plugged it in to a graphing calculator, it didn't let me use the < sign, so I changed it to the =…
Jason Chen
  • 1,153
2
votes
2 answers

Plotting 0-360 degrees

I have some direction (bearing from north) data in degrees. Some of this data jumps between 1-360 degrees when plotted as a line graph, which is not easy to read, as the variation is actually only 1 degree. What is the best way to graph such data…
ijf
  • 21
2
votes
2 answers

Curve stretching

Let $f(x) = x^2$ Let's try to transform that to $8x^2$. First question, is this a vertical stretch scale factor $8$? That would be $8f(x)$ then? But, could it also be $f(\frac{x}{\sqrt{8}})$ because that would equate to a horizontal stretch…
Cobbles
  • 236
2
votes
2 answers

what does the e mean in $2.392537302040576$e$+16$?

Please help me, I need to understand how to do this math skill. Thank you. I assure you that it is important.
jimmygimmy
  • 23
  • 2
2
votes
1 answer

How to detect an asymptote

So I'm trying to write a program to draw graphs that are entered by the user. The way I draw them is by finding y values at $x=a$ number of $x$ values across the graph and then connecting them by lines. However, some graphs (like $\tan(x)$) have…
2
votes
2 answers

How does one rotate a function?

If I have an equation $y = \cos(x)$; What would be the the rotated function, if I had rotated the axis by $45$ degrees ? For example, $\cos(x)$ oscillates about the $x$ axis. How do I determine the function which oscillates like $\cos(x)$ about the…
2
votes
1 answer

Graph of the function $f(x)=$the 1st number in the decimal expansion of $x$

Definition: Every decimal ending in a string of 9's is equal to another ending in a string of 0's (e.g., $1.23999\ldots=1.24000\ldots$). Here use one ending in $9$s. Considering the above definition which graph is true? Graph #1: Graph #2: I think…
shapoor
  • 269
2
votes
2 answers

shifting graph to the right and left when you must define each transformation in terms of y1

I am having trouble shifting graphs when you need to define a function as y1= then you need to subtract or add to move it right or left. Lets say you have y1=√(1-x^2) how do you then shift that to the right and left? When you do y2=y1-2 that…
2
votes
2 answers

How to find the graph of $e^{2x}$ and $\ln y$

I'd like to know how find the graph I just only know how to draw the common function graph as circle or ellipse but I don't know how to draw. For example $e^{2x}$ and $\ln y$. Note:the interval for $e^{2x}, \;[0,\ln 2].$ How can I determine $\ln…
user32104
  • 527
2
votes
1 answer

Can the starting points for x-axis and y-axis be different?

If we want to make a graph then can the staring points for x-axis and y-axis be different? For example; if the starting point of x-axis is 0 then can it be 10 for y-axis? In the following graph, concentration and density are plotted. The starting…
Rafique
  • 145
  • 1
  • 5
2
votes
2 answers

Distance estimation to an implicit function graph

Writing an implicit equation as $f(x,y) = 0$, the closer $f(x,y)$ is to $0$ the closer a point is to the graph of the implicit equation. For $y^x = x \cos(xy)$, $f(x,y)$ would be $y^x - x \cos(xy)$, for example. Simply using $f(x,y)$ to calculate…
jnm2
  • 3,170
2
votes
1 answer

Is graph of $(-a)^x$ possible

Is the graph of $(-a)^x$ possible? If yes, then what is it? If no, why not? This question came into my mind while studying transformations of graphs. Here $a$ is any arbitrary constant.
2
votes
2 answers

Can we graph $x^{\infty}-y^{\infty}=1$

Playing around with exponents on $x^{n}-y^{n}=1$ suggests a trend toward cleaner and cleaner corners as n increases on one graph for even numbers and a second graph for odd numbers. Therefore, is it possible to graph the case of $n=\infty$ for odd…
User3910
  • 2,390
2
votes
0 answers

Graphing cumulative elevation gain along a route

I'm trying to develop a formula that will allow for a graph of the cumulative slope elevation gain along a route to be created. Currently I am using the Max value of the elevation along the route starting from the beginning of the route. This works…
user6784
  • 121