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

What's a formula for a graph like this?

I'm trying to find a method to turn a value (that can reach a maximum of N) into a percentage. But I don't want it to be linear, I need it to be non-linear like the in this graph: graph
HDNW
  • 103
0
votes
0 answers

How to make a y-axis that goes ... -100, -10, -1, 0, 1, 10, 100, ...?

I want to plot the difference between two variables, i.e. y = A - B. I expect that in some regions of the x-axis one variable will be orders of magnitude higher than the other, and in other regions it'll be the other way round. So in some regions of…
0
votes
1 answer

How many critical point of $y = 3^{2f(x) + 4x -3}- 2^{-f(x) - 2x+3}$ with given graph of $y = f(x)$

Given $y = f(x)$ with minima is $-3$ at $x= 0$ and maxima is $3$ at $x = -2$ has graph as a conic curve. How many critical point of $y = g(x) = 3^{\displaystyle{2f(x) + 4x -3}} - 2^{\displaystyle{-f(x) - 2x+3}}$ ? Firsts step is derivative? $g'(x) =…
Solitarie
  • 531
0
votes
1 answer

Plotting inverse laplace function in matlab

I'm currently working on an assignment where we want to plot an output function. Since our input signal( v(t) )is in the Time domain and our transfer function ( H(s) ) is in the S domain. we want to bring our input signal to the S domain so we can…
0
votes
1 answer

In the graph, why 'z' is not considered?

https://www.geogebra.org/m/dv86k7uy The graph shows error when you visit the above site. But if you click the "undefined" text twice and click somewhere else, the graph gets plotted. Question is: why the graph has no '$z$' points…
0
votes
1 answer

How to draw Gradients

How I can draw the gradients on the tangent to level curves. Shall you give me a hint? For example: $f(x,y) = x^3 - y$ and at points $(0,0)$ $∇f(0,0) = (0,-1)$ . Therefore, How to represent of the gradient whose corresponding constrains ($f(x,y)…
Steve Josh
  • 59
  • 7
0
votes
1 answer

Where do I find an online free service to draw a scatter plot from a linked CSV?

I tested a dozen of sites, and currently I found that only datawrapper.de does some of the things I need, but not all. I would like to find a free online service which: free for personal use --> ok no coding required (no library) --> ok plots…
jumpjack
  • 173
0
votes
1 answer

How to check if a polynomial equation is linear or quadratic from 3 points?

The following graph is linear and has the equation: 2x + 3 = y. I am trying to follow this tutorial video:https://www.youtube.com/watch?v=YORfLpnppOU&ab_channel=AnilKumar to figure out the equation I mentioned if in the first place I don't know the…
0
votes
1 answer

How to find equation of the line parallel with the y-axis?

Recently, there is this question on our exam paper (Secondary level): Find the real number $r$ such that the equation: $$y=\frac{r}{r+3}x+\frac{4}{r+3}$$ is parallel with the y-axis. The answer key for this question give $r=-3$, and the…
0
votes
0 answers

Finding curve from a set of points (desmos, dcode)

I have a set of real-world data points that I wanted to find a curve for, to help with additional numbers. I plotted them on a graph using desmos and can get a decent approximation of what values would be alone the curve. I thought I'd run a…
0
votes
1 answer

Shape of triangular wave function

A triangular wave function can be modelled as: $$ f(x)= \frac{2}{\pi} \arcsin(\sin(\pi x)) $$ The above function can be simplified to the following, since $\sin$ and $\arcsin$ are inverses of each other: $$ g(x)= 2x $$ Yet, when I plot $f(x)$ in a…
user10764803
  • 119
  • 7
0
votes
3 answers

the x-axis is between 0 and L

I have a function such as $f (x) = 1 + {x \over L}$ and I would like to graph this function, for $x$ between $0$ and $L$.
Michał Majewski
0
votes
2 answers

Graph matching to criteria

I came across this problem: Find a formula for the function $f(x)$ such that: $f(3) = 0$ $f(0) = 1$ Vertical Asymptotes at $x=-4$ and $4$ Horizontal Asymptote at $y=2$ $f(x)$ is even I can get any 4 out of the 5 criteria, but I cannot get the last…
0
votes
0 answers

Determine amplitude of graph

I generate a graph using X and Y column of data (its time vs voltage graph X represent time and Y represent voltage column) Need to work To calculate quarter of in one period of cycle. (place marker for better representation) So I am looking some…
0
votes
1 answer

Relationship between a tangent graph and a cubic graph

I noticed how tangent and cubic functions both produce cubic graphs. What exactly is the relationship between them?
Marwi
  • 19