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

Simple Application of Hall's Theorem

On opposite sides of a piece of paper there are drawn maps in which the same number of countries appear, all of equal area. Prove that one can pierce the sheet of paper with a pin a number of times in such a way that each country (on either side )…
0
votes
1 answer

Software for Mac or app that lets you draw function graphs

Does anyone know if there's a software or app that lets you draw functions and then write out its equations automatically? I know that GeoGebra does it but all the way around. I've been searching and I only found one which is for Windows.
0
votes
0 answers

looking for equation to a specific spiral incrementing by a specific rate

what would be the equation to a spiral which increments by the sum of the previous increment and the increment? thus the turn gaps would be 0.1 0.2 0.4 0.8 1.6 3.2 6.5 13 26 52 104 what I have is r = 0.3 * theta^2 -1 + 30 * theta but it doesent…
0
votes
1 answer

Easiest way to draw function with Euler's Number

What is the easiest way to draw a function like this one?$$\frac{1}{7}e^{-2x^2}(1-4x^2)$$ I calculated the roots $x=-1/2$, $x=1/2$ and limit which is equal to $0$ I can't just substitute some values like $f(0)\approx 0,15$ into the formula and draw…
mashhc
  • 125
  • 6
0
votes
2 answers

How to Plot a function when one of its value has a specific range?

$$ Z(s) = c \cos(\sqrt{2B}s) $$ when $$ 0 < c < 3.65 ~~\mbox{and}~~ 0 < s < 100 $$ Can someone please help me to How to plot $Z(s)$ vs $s$?
sai
  • 1
0
votes
1 answer

How can I convert a "tent" into a "cap"?

I wanted to draw a "cap"-like paraboloid structure. like this one ... . But, the function $$f(x, y) = -x^2-y^2+4$$ is giving me a "tent"-like structure. See the link. How should I modify my equation/function to achieve this?
user366312
  • 1,641
0
votes
1 answer

Graphin sin (e^x)

Hi I was wondering if the limits of x were [0 < x < 360] how would you be able to graph f(x) = sin (e^x). I only was able to workout the range of the graph which will be -1 < f(x) < 1 but not sure how to draw the graph. Is it possible to obtain a…
KMN
  • 127
0
votes
0 answers

Graph of polynomial problem from Gelfands Functions and Graphs

Working through Gelfands Functions and Graphs but I'm stuck on a question. The question involves an image of a graph of $x^2 + px + q$ from the graph alone you need to find $p$ and $q$. As you can see from the image below the vertex of the parabola…
esc1234
  • 131
  • 1
  • 11
0
votes
1 answer

Graph: Difference between coordinates and ordinals

What is the difference between coordinates and ordinals on a graph
veda
  • 113
0
votes
1 answer

Periodic wave that oscillates between two discrete values

I feel like I have seen one before, maybe in a simulation in Desmos, but is there a wave that looks like the following picture that changes between two values. And if so, what is it called? Picutre of graph
0
votes
2 answers

question on plotting graph

if we have the set of all ordered pairs $(x,x^2/y)$ such that x is inn $R$ an y is in $N$ then am I right in saying this is like the set of ordered pairs defined by $y=x^2$ and also $y=(1/2)x^2$ and so on so to plot this set on the x-y plane it…
Johnf
  • 25
0
votes
0 answers

Combining Functions Into One Equation

I was wondering if anyone could help with this problem I've been having. I want to do something similar to the famous Batman equation where multiple smaller functions used to make small parts of the Batman logo were combined into one giant…
0
votes
1 answer

Shift sign $y=\frac x{|x|}$ function horizontally

I know how to shift linear and quadratic functions but is there a way to shift a sign or $$y=\frac x{|x|}$$ function?
0
votes
1 answer

How to draw this set in $\mathbb{R}^{2}$?

$$S = \{(a,b)\in \mathbb{R}^{2}:ax_1+bx_2\leq 1, \forall (x_1,x_2)\in \mathbb{R}^{2}\text{ such that }|x_1|+|x_2|\leq 1\}$$ I want to sketch the solutions of this set in $\mathbb{R}^{2},$ but I am not sure what it looks like. I tried taking specific…
Student
  • 9,196
  • 8
  • 35
  • 81
0
votes
1 answer

How do I plot this function graphically?

Let $F(t)$ be a function of $t$, given by $$F(t) = t U(t)-(t-1) U(t-1) + (t-2) U(t-2) - (t-3) U(t-3)$$ where $U$ is the Heaviside step function. I am getting confused regarding its graphical representation. Any help would be highly appreciated.
Jasmine
  • 71
  • 3