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

How to draw graphs of functions?

I have knowledge in programming language C++..However I want to draw graphs of various functions such as $\sin\dfrac{1}{x},x\sin\dfrac{1}{x}$ etc. Is there any available software that can be run on Windows $7$ for download for plotting these…
Learnmore
  • 31,062
2
votes
2 answers

Behavior of $x^2+y^2+\frac{y}{x}=1$.

In my mathematical travels, I've stumbled upon the implicit formula $y^2+x^2+\frac{y}{x}=1$ and found that every graphing program I've plugged it in to seems to believe that there is large set of points which satisfy the equation…
Archaick
  • 2,273
2
votes
1 answer

Plotting Step Functions - connecting the steps?

How does one choose whether or not to draw vertical lines connecting the steps of a step function? Let's take the cdf of some discrete random variable as an example. My intuition tells me to graph it this way: ... but many sources have the graphs…
GFauxPas
  • 5,047
2
votes
3 answers

Function graph transformations

I'm looking for a reliable document with formal mathematical justification of how and why graph transformations work. Given a function $f(x)$, what is the graph of $f(a-x)$? Why should we shift $f(x)$ by $a$ to the right in this case? Imagine…
user4205580
  • 2,083
1
vote
2 answers

How is zero order phase correction applied?

As I understand it "zero order phase" is like this: Where $\theta$ is the phase between the two lines. If I have two lines on a graph which are both exponentially decreasing sine waves (in my instance, real and imaginary data from an NMR…
1
vote
2 answers

Calculating Formula from Plot Points

Ok, so it's been a very long time since I've done anything like this. I've got a big table of data to enable you to look up a certain $X$ value (bodyweight) and get a $Y$ value (co-efficient for weightlifting). I want to condense this down into a…
Drew
  • 11
1
vote
2 answers

Graph of $\arcsin(\cos(x))$

How to draw graph of $\arcsin(\cos(x))$ or even $\arcsin(\sin(x))$ without use of graphing calculator , its sort of confusing me from long time. It gives pointed curves when drawing from calculator , why does it looks like that? Why it isn't just…
Tesla
  • 2,126
1
vote
2 answers

Finding missing coordinates in a non-linear graph?

If I have the y value for the x values of 1, 2, 3, 7, and 9 in a graph, but I need all 1 through 12, how would I figure out the missing points? x | y --------- 1 | 5 2 | 6 3 | 7 7 | 10 9 | 11
1
vote
0 answers

A rectification, what is the graph of the following?

What is the graph of y=y(x) of: $\sqrt {{{(x - 2)}^2} + {y^2}} + \sqrt {{{(x + 2)}^2} + {y^2}} + \sqrt {{x^2} + {{(y + 2)}^2}} = 16$ Thank very much
1
vote
4 answers

The sketch of $y=\tan^{-1} \left ( \frac{1}{x} \right )$

For this function, the horizontal asymptotes are easy enough to find. However, I have issue with the point $x=0$. Graphing calculators say that there is a vertical line connecting $y=\frac{\pi}{2}$ down to $y=-\frac{\pi}{2}$. However, this will…
Trogdor
  • 10,331
1
vote
2 answers

help understanding how to graph a function

I am having trouble figuring out how to graph this function. A(t) = 35e-0.17t When I attempted to graph it my calculator did not display anything and I am not sure how to graph it by hand.
1
vote
0 answers

Graph of f(x) = the first number in the decimal expansion of x

I'm a bit confused about the answer given in the textbook. I take the definition of 'the first number in the decimal expansion of $x$' to mean simply the first number in its base $10$ representation... as opposed to the first digit of the fractional…
1
vote
2 answers

Graphing - area of a triangle

Question: If the area of a triangle formed by the points $(2a,b), (a + b, 2b + a), (2b,2a)$ is $\lambda$, then what is the area of the triangle whose vertices are $(a+b,a-b),(3b-a,b+3a) and (3a-b,3b-a)$ ? I attempted to find a relation between the…
Gummy bears
  • 3,408
1
vote
1 answer

Plot shape with its control net

In "Ming-Jun Lai, Larry L. Schumaker. Spline Functions on Triangulations. Cambridge University Press, 2007, p.64", the author plotted a surface and its corresponded control net: For my thesis, i need to plot the same thing. How can i plot an…
meysam
  • 307
1
vote
2 answers

Which set of points are defined by the relation $x/|x|=y/|y|$?

Which set of points are defined by the relation $x/|x|=y/|y|$? I think the answer is a straight line bisecting the first and third quadrants through the origin ( ie the line x=y). However wolfram alpha gives a very different result. Where am I…
mikoyan
  • 1,135