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
0
votes
4 answers

Length of a curve without function?

I need to find the length of this curve: I don't have a function but I do have 3 sets of coordinates: $(0, 51)$, $(337, 674)$, and $(1022, 1022)$ The $(337, 674)$ set refers to the tangent and it makes the curve be equidistant. I know nothing…
0
votes
2 answers

Graphing functions on a graph

Need help solving this problem step by step!
0
votes
1 answer

How to represent a 2D graph with uncertainty in both axis?

I have to relate 2 variables in a 2D graph, simple. Each point has 2 pdf's associated with it, i.e. point 1 whose coordinate is ($x_1$, $y_1$). $x_1$ say is a normal(10,1) and the $y_1$ is a weibull(a,b). The question is, how can I visually…
0
votes
1 answer

can someone help with this graphing math question?

The diagram shows the line $2y=x+5$ and the curve $y=x^2-4x+7$, which intersects the points A and B. How do you find the $x$-coordinates and also the equation of the tangent to the curve at B?
Roslyn
  • 77
  • 1
  • 2
  • 5
0
votes
1 answer

Function graphs comparison

I'm asking a graph question that has bothered me a while. I'm considering two graphs here: $$ y=(x+2)^2 $$ $$ y=x^2 + 4 $$ As can be seen, both the difference is a mere $4x$. I would like to know if we were to draw out the graphs, the graph with an…
0
votes
1 answer

Dissection of strange graph

I want to know why the graph in Strange graph problem looks how it does. Can someone explain? Here's the inequality: $(|x|−1)^2+(|y|−1)^2<2$ You can graph this equation at https://www.desmos.com/calculator. Make sure to change the $<$ to $=$.
Jason Chen
  • 1,153
0
votes
1 answer

Sketch the graph

Study the derivatives of the function $y={(x^3-4x)^{1\over2}}$ and sketch its graph on the real line. My approach: 1. range of $x$ is $(-2,0)\bigcup (2,\infty)$ 2 . Slope of $f(x)\to\infty$ as $x\to \infty$ 3 . No idea about the…
Ruddie
  • 436
0
votes
1 answer

Mathematics to compare points

I am not sure if this a question for the mathematics stackoverflow or some other. If it is then please move it. Basically, I have a programming challenge where given list of points (which form a line or a curve), I need to determine a point is on…
activebiz
  • 101
0
votes
1 answer

Curve Sketching - transforming f(x) to f(a-x)

In class I learnt that to sketch $y=f(a-x)$ given a graph of $y=f(x)$, you reflect the given graph about the line $x=a/2$ (this was proven to us). And then the teacher said that something we shouldn't do was sketch $y=f(x)\rightarrow…
0
votes
2 answers

What is graph of graph of $y = (x-1)\sqrt{x}$

The book "A student's Guide to Fourier Transforms" 3rd edition, by J.F.James, published by C.U.P., on pages 20 and 21 quotes the equation $y = (x-1)\sqrt{x}$ as an example of one that does not meet the criteria for a Fourier transform because it is…
0
votes
2 answers

Scale 'priority' where 1 is larger than 3 for graph

I simply want change a scale on graph so that 1 is largest value and three is smallest. I have data in excel. A function would preferred as I do not want to simply swap the values.
0
votes
1 answer

How does one interpret, geometrically, $\frac{dx}{dt}>0$, $\frac{dx}{dt}<0$ and $\frac{dy}{dt}>0$, $\frac{dy}{dt}<0$?

I'm specifically referring to this example from my lecture notes: I understand, algebraically, what's going on, but what does the fact that, for example, $\frac{dx}{dt}>0$ and $\frac{dy}{dt}<0$ for $x>0$ actually mean, geometrically? The way I…
beep-boop
  • 11,595
0
votes
1 answer

Equation of a nasty graph

Let $f(x)$ be a real valued diffrentiable function in its domain. Let $PQ$ be a line which is inclined at an angle of $k$ with the tangent of the graph $f(x)$ at $x_0$. The rate of change of the magnitude of the line $PQ$ be $m(x)$. $PQ$…
Hashir Omer
  • 1,738
  • 1
  • 16
  • 30
0
votes
4 answers

Manipulating $\sin^2(x)$ to fit a specific shape.

I'm trying to draw a figure using Latex/Tikz, and the best way for me to do this is to define a function mathematically and draw it. The function I have so far that best fits the picture is $5\sin^2(x) / x$. I was hoping for some help manipulating…
Thos
  • 1
0
votes
1 answer

Graphing Elliptic Cylinders

Given a question to graph: x^2 + 4y^2 = 16 I would assume its a 2D Plot. My textbook assumes otherwise and treats it as a trace. This is how the equation looks like when plotted. x^2 + 4y^2 = 16 My question is - is the 3D plot of x^2 + 4y^2 =…