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
2 answers

How to graph modulus function graphs

I tried to find out a way to calculate the graph for multivariable modulus functions(eg. $|x|+|y|=1+x$) in this case made a table to find out all possible cases like: $y$/$x$ $x > 0$ $x < 0$ $y > 0$ $y = x$ $y = 0$ $y < 0$ $x =…
Saphereye
  • 101
0
votes
0 answers

Plotting a function of many unit step functions

I came across the following equation, $f(t)=(1+2t)+(1-2t)u(t-1)+(3-2t)u(t-2)+(2t-5)u(t-3)$ Where $u(t-a)$ is a unit step (or Heaviside) function and it is defined as $u(t-a)=\begin{cases} 0&t
0
votes
0 answers

I'm looking for an equation based on an excel-graph and an model-equation (=a + b cos(alpha - phi).

I have a table with factors who can transform a regional windspeed to a local windspeed. The factors are calculated for different wind direction and speed sectors as shown in the table (fig. 2). Now I would like to obtain from the plotted graph…
0
votes
0 answers

How does superimposing equations work

Lets say i have 2 equations in the form ... = x How would i superimpose them so that when i graph the equations i can see both lines in the same equation. I thought i could just take each part and multiply them like this: equation 1: ... =…
Luke_
  • 101
0
votes
0 answers

Roots of intersecting two functions

$f(x) = k³x+ k³-2$ cuts the curve $g(x) = \ln(|x|)$ at exactly one point then $'k'$ may lie ... My attempt : $f(x)=g(x)$ Then $\quad K^3=\frac{\ln(|x|)+2)}{(x+1)}$ Then plot the graph. And by seeing the graph for $k^3=(1,\infty)$ you will get…
0
votes
1 answer

How can I graph this function?

$$f(x)=\begin{cases} 0 & |x|\leq \frac{\pi}{2}\\ 3 & \frac{\pi}{2}<|x|\leq \pi \end{cases}$$ Maybe someone can help me? Thanks in advance!
benzi
  • 13
0
votes
1 answer

Help reconstructing two functions from their graphs

I am reading the paper PROPAGATOR: An Operational Cellular-Automata Based Wildfire Simulator, and there are some simple(ish) graphs here. But there is no documentation of the equations used to create these graphs. I emailed the original author,…
Seth Lutske
  • 125
  • 4
0
votes
1 answer

What sort of equation produces this upside-down hockey stick shaped curve?

I have a dataset that I'm trying to model with an equation. The points when connected produce a curve much like an upside down hockey stick: I've been experimenting with an inverse square root equation y = b - a/sqrt(x). Below model uses a=100…
Erich
  • 111
0
votes
1 answer

Sketching region in the xy plane defined by $y \geq \frac{1}{x}$

Here the RHS is undefined when $x=0$, so the set of all points on the $y$-axis should be excluded (so a dotted line should be drawn over the $y$-axis). What about the set of all points on the $x$-axis? Should they be included or excluded? I do not…
Freddie
  • 461
0
votes
1 answer

Specific Trapezoidal Wave Formula

I have a wave that I've never seeen like below: Here the image I should find its formula to calculate something. I'd like to ask whether this wave has a formula or I should find it. I researchet it by chopped triangular waves keyword and another but…
Piko
  • 27
0
votes
1 answer

Graph of two variables function one of which depends on the other

How will be the Graph of the function $f(x,y)$ where $y=ϕ(x)$. From my intuition it seems it will not be a surface rather than a 3D curve! But I am not sure!
0
votes
2 answers

How to calculate intermediate point?

I am developing an Android application, and I am trying to develop a chart with points, but I am struggling with some (probably) basic math. So, the point is: I am drawing a price chart, and I know that the maximum price, being 50000€ is drawn at…
Ravers
  • 103
0
votes
0 answers

What equation could I use for a graph similar to a damped sine graph, but whose local minimum changes at a different rate to its local maximum?

graph in question, graphed on desmos This graph represents the height of a yo-yo over time. I have been struggling to find a generic equation resembling this line shape. Is there an equation out there that, when graphed, would look something like…
0
votes
0 answers

How can the differences between two curvy graphs be described, when both graphs indicate a positive relationship between X & Y?

In both curves (C) and (D), with the increase of value x, dependent variable y increases. But these two curves have different shapes. How will we describe the differences between the curve (C) and (D)? As both curves indicate a positive…
0
votes
1 answer

How to graph $y=4x^2-4x^4$

In physics when learning simple harmonic motion they gave us the x coordinates dependence on time and similarly for the y coordinates I got the resulting equation of path taken as $y=4x^2-4x^4$ which I have no idea how to graph Is this a significant…