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

multiple inputs on x axis

Please look at my table and graph below: height status 110 1 150 2 200 3 Great, I have done three measurements. I input height of people and I have an Y axis, which represent a status. I inserted independent values on x…
Testing man
  • 163
  • 7
1
vote
1 answer

Short Pikachu graph

What is the shortest way to make parametric formula(s) that makes a Pikachu? I've seen many formulas on Wolfram Alpha and others but most seem to be either really long or consists of multiple formulas. For those people who don't know what Pikachu…
Xetrov
  • 2,089
1
vote
0 answers

draw graph manually

We have to draw the the graph(not excat) of {2x}/{x} manually without using any software or application . Where x belongs to (1,2) . Where {.} denotes fractional part function . Can any body help me out in this . I am not getting any start . I can…
search
  • 563
1
vote
1 answer

How to convert low dpi xy point to high dpi xy point

I have xy points on 96 dpi image and now i want to convert these xy points to same 300 dpi image. Example : on 96 dpi image (410x330) i have Point X it 180x64 xy. Now i have the same 96 dpi image it 300 dpi rendered and i want 180x64 xy point of…
1
vote
1 answer

Change Origin of Shapes in Graph

This might seem pretty simple, but keep in mind I'm in middle school. I graphed a spiral using $r = \theta$. The problem is, the origin is at $(0, 0)$. How can I change the origin to something like $(0, 5)$? I have the same problem with a…
1
vote
1 answer

unique MST's of a graph?

Me and my friend were arguing over how to calculate the number of unique MST's in the following situation: if I have a weighted graph G with E edges and all the edges have unique weights then I know that we can have only 1 unique MST. I was thinking…
revera
  • 13
  • 3
1
vote
2 answers

How can I generate and plot a helix that passes through a given point?

I need to create and graph an equation of a spiral helix that will pass through the point {54, 0, 12.5), but I am not sure how to attempt this. Any help is appreciated.
Robert Dikos
1
vote
1 answer

The Bendixson Criterion: Visualization

I would like to graphically show Bendixson’s criterion. The Bendixson Criterion: If $f_1$ and $f_2$ are continuous in a region $R$ which is simply-connected (i.e., without holes), and $$\frac{\partial f_1}{\partial x_1}+\frac{\partial…
james
  • 303
1
vote
0 answers

plot conditions in different quadrants

i'm studying the plot \dot{y} versus y. i defined a function s1 = \dot{y} + k_1 |y|^{2/3} sign(y1) and another function s2 = sat( |\s1|^{1/2}, a1} It is true to say , when y, ydot > 0 => S1> 0 and 0 < S2 < a1 ? could you help me out find the other…
1
vote
1 answer

How can I create "symmetrically" curved functions?

I can use y = 1/100x as a linear transition between x:0, y:0 and x100, y1 I'm trying to understand how to create a "curved" transition thats "easing in" and "easing out" in a symmetrical fashion? The function y = x^2 is curved but its not…
1
vote
1 answer

Fourth variable in 4-dimensional graphs

Let's say we live in a world where we have the technology to simulate 4-dimensional graphs with 3-dimensional vision. What will be the variable representing the fourth dimension? We already used x, y, and z to represent the 3 dimensions. There is no…
1
vote
1 answer

Invert a specific function

From what I've gathered, I am unable to find the inverse function of the function shown here: $$f(x) = \frac{-x \ln(|x - 1|) + \ln(|x - 1|) + x}{x^2}$$ The only part of the function $f$ that I have use for is when $x \le 1$, and a function fitting…
1
vote
2 answers

Is it true that |r|=|s| (is equivalent to ) r=|s|?

I'm actually doing an exercise where I have to draw graphs of functions. I understand r=|s| but not |r|=|s|. Are they the same?
raindrop
  • 627
1
vote
1 answer

Transforming Functions

I am reviewing some lessons in my textbook for school. In this example: y = f(x) Graph: h(x) = f(1/2x) For h(x), the book says that 1/2x is dividing each x coordinate by 1/2, but when I look at this, I think that you would multiply each x coordinate…
sradms0
  • 13
1
vote
1 answer

Time transformation.

In the figure below, I am meant to write $x_2(t)$ in terms of $x_1(t)$. My answer was: $$x_2 (t)=x_1 \bigg(-\frac{1}{4} t - \frac{1}{4}\bigg)$$ Is this correct?
Drew U
  • 199