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

Graph of an infinitely extending rollercoaster loop

I am trying to find the equation for the form that is in the picture. Basically it is an infinitely extending roller coaster loop. I just can not find the magic words in Google. Any suggestions? What is it called? What is the equation?
Paul
  • 65
1
vote
1 answer

What is the definition if a distinct cycle in a graph?

In a graph, I understand a cycle to be a traversal from Node A, traversing each (but not every) vertex once, and returning to Node A. Now I THINK a distinct cycle is where they don't share any vertices, but I might be wrong. Can someone clear this…
1
vote
1 answer

How to apply response time graph on sensor value?

The following is LM35 Thermal response time in air The following is temperature reading from LM35 sensor. Horizontal axis is time in sec. So this is not "real-time" temperature graph. The question is having thermal response graph, how to best…
Pablo
  • 191
1
vote
3 answers

Interpreting graph transformation problems

I seem to get really confused with these simple graph translation problems in words. For example, the function $f(x)=2x^2+3$ is translated 3 units in the positive direction parallel to the x-axis. I interpreted movement parallel to the x-axis as a…
minnn
  • 248
1
vote
2 answers

How to rotate a array with x, y values?

So i have array that can look like this (javascript for the matter): array = [{x: 0, y: 0}, {x: 1, y: 1}, {x: -4, y: 3}] Each of the entrys has a x and y position. What i want to do is essentialy rotate those entrys 90 degrees in one…
Vajura
  • 133
1
vote
0 answers

What is the difference between a set-theoretic complete intersection, and a complete intersection.

The twisted cubic (green) is a set-theoretic complete intersection, but not a complete intersection. What is the difference?
User3910
  • 2,390
1
vote
2 answers

Graph of the equation

The graph of the equation $$ x^2y^3=(2x+3y)^5$$ is same as $$x=-y$$ Why is this so? I understand it satisfies the equation, but is there a way to derive it? Don't the other roots count? The graph Edit: Something I just realized. $$ dy/dx=y/x$$ for…
1
vote
3 answers

How do I plot the mean value theorem applied to $f(x)=x^{1/2}$ on the interval $[0,4]$?

I am confused on how to use the mean value theorem and then I don't know how to graph it. I hope that by graphing it I will have a better understanding.
1
vote
2 answers

Plotting a graph of a equation

How can I plot the graph $$|x|+x=|y|+y?$$ Is there any way of doing it without using a graphing calculator ?
user499760
1
vote
3 answers

Graph of functions

I am trying to envision the graphs of the following equations but for some reason or the other I am not able to figure a systematic way of graphing them. I need the most basic procedure to achieve their graphs. The equations…
azetina
  • 229
1
vote
2 answers

Why does a function $f(x)$ have to be bijective in order to have a $f^{-1}(x)$ (in Euclidean plane)?

Yes, the title explains itself. I have no take on this one, or insights for that matter. For example, why isn't it enough for a certain function to be injective to have its $f^{-1}(x)$?
God bless
  • 2,049
1
vote
1 answer

Can I describe an arbitrary graph?

This is, I think, a fairly simple question, but I haven't been able to find an answer to. Is there any graph for which there's no way to describe it in terms of a polynomial, function, or any other formula? If so, why?
1
vote
1 answer

Inverse proportionality graph

This question has been bothering me from many days. If I wanted to represent the graph of $xy =$ constant, why does the graph of $xy=$ constant come out to be a curve , something like this ? $xy=$ constant means that $x$ is inversely proportional…
Aditi
  • 1,349
1
vote
1 answer

Explaining Multiplicity of factors when writing Polynomial function from a graph

The equation of this graph is: $y = \frac{2(x+2)^2(x-5)}{(x+5)(x-2)^2}$ My question is about the exponents/multiplicity of the Vertical Asymptote factors in the denominator. The behavior around x=-5 goes to both +infinity and -infinity, it needs…
JackOfAll
  • 4,701
1
vote
1 answer

Can't figure out the exact function requirement

I need a function which is roughly (but not exactly) equivalent to $$f(x)=\frac{1}{x}$$ As $x$ varies from $0$ to $100$, $f(x)$ should vary from $20$ to $0$. Rough indications for values are as follows, to give an idea and know if I know things…
vish213
  • 155
  • 3