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

Sketching a continuous function

I had this exercise on an exam and I still don't get it: Skecth the graph knowing that : $f(x)$ is continuous at $[-3,3]$ $f'(x)$ is constant $f(0)=0$ $f'(x)=1$ in $[-3,-1]$ $f'(x)=0$ in $[-1,0]$ $f'(x)=-2$ in $[0,3]$ When I tried the exercise, I…
Evoked
  • 247
1
vote
1 answer

What am I missing in the Wolfram's sawtooth function formula?

According to http://mathworld.wolfram.com/SawtoothWave.html the sawtooth function can be plotted as $$ f(x)=1/2-tan^{-1}[cot\frac{\pi x}{2L}] $$ and they add that $[x]$ is the floor function. But when I plot $1/tan(cot(pi*floor(x)))$ for simplicity…
ajeh
  • 117
1
vote
0 answers

Is there a field of math that studies the relation between 2d and 3d graphs?

I mean graphs where a slice of a 3d surface yeilsds a 2d graph. How To Slice $Re(1/(1+z))$ Into A Cartesian Function For Any Angle?
User3910
  • 2,390
1
vote
0 answers

Understanding the Graphing Transformation $a-x$

I was attempting to graph the function $y(x)=\frac{\ln x}{x}$ and apply numerous transformations to it. One of them was graphing $y(a-x)$. The way that I tried to tackle it was as follows: Graphed $y(-x)$, which is just a reflection of the graph…
frog1944
  • 2,357
1
vote
1 answer

Sign tables with negative expressions?

When constructing a sign table for a graph of function, if we have something like the following function or a derivative $-\frac{3(6x^2+13x)}{(x-1)^2}$ Do we calculate the numerator and denominator expressions as negative, or just numerator E. G.…
whitelined
  • 267
  • 3
  • 9
1
vote
1 answer

How to go about sketching this subset of $R^2$

If we let $X = \{(x,y) \in R^2 : |x| + |y| \ge 1, \max\{|x|,|y|\} \le 1\}$ how would I go about sketching this subset, I am having some trouble getting started.
1
vote
1 answer

How to plot the nature of the E-k graph manually ?

I'm trying to plot the nature of a graph from a certain equation manually. The equation is $$P\frac{\sin(\alpha a)}{\alpha a}+\cos(\alpha a)=\cos(ka)$$ where $P$ is a constant. Here, $\alpha^2=\frac{2m}{\hbar^2}E$ where $\frac{2m}{\hbar^2}$ is a…
user400242
1
vote
3 answers

Two dots in an equation

So recently, I've been looking into attractors. However when I stumbled upon the Lu Chen attractor, one of the example values for a variable was "-15..15" I was thoroughly confused as I have never seen a number with two decimal dots. I first thought…
1
vote
2 answers

Creating the following graph?

I'm trying to find a formula which creates the following graph: Assuming the vertical line is y and horizontal is x, I'd like an asymptote at y = 1, at x = 0 the graph should also be '0'. Any ideas?
meds
  • 15
1
vote
0 answers

Find a Proper Muting Function

This is a simple question but i am a bit confused now: $f(x) \sim x$ when $x \sim 0$ $f(x) \sim 1$ when $x \to \infty$ $f(1) \approx \frac 14$ $|\frac{d^nf(x)}{dx^n}|$ strictly decreasing Normally i do $f(x)=1-e^{-x}$ or $f(x)=\arctan(\frac \pi 2…
Brethlosze
  • 3,010
1
vote
2 answers

What kind of function is represented by this graph?

What kind of function is represented by this graph? I've created an example for this question: For every $x$ I increase $y$ by $1$. But for every fourth $x$-value I increase $y$ by $2$ instead of $1$. I wonder how I could describe this by a…
Kntlii
  • 19
  • 1
1
vote
1 answer

Modified parameters for Sigmoid Function/Graph

What would be the simplest formula to describe a sigmoid graph with asymptotes at 0 and 100 and at the same time ensuring that two (X,Y) values are satisfied? For example, a sigmoid graph with minimum value approaching 0 and maximum value…
Vin
  • 11
1
vote
1 answer

What is this type of graph called

I have two columns, User and Test Score. Basically, I want to graph a sort of bell curve like chart. The left side of the graph is the minimum score value, the right side is the maximum score value. X[] represents the number of slices between…
k2xl
  • 11
1
vote
1 answer

Trying to learn on how to graph a circle.

If possible, can someone explain or teach me how to graph a circle with these given center and radius? center A (-2,7) radius;4 center A (-8,-5) radius;3 center A (√5, 2√2) radius √10 My teacher in 10th grade didnt taught us how. Thank you.
1
vote
1 answer

Is there how to measure the distance between two points?

The function $$ y = x^3 - x^2 + x $$ Is there how to measure the distance between two points? Not the shortest, but the real size of the line between these points.