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

Graphing a 3D function

Is there an easy way of how to graph a 3D function. I tried doing research but none helped. Can anyone show me how to graph a 3D function? Here are the given: $z=x^2$, $x=0, x=2$ and $y=0, y=4$. Any answer and suggestion will be much appreciated.…
Bido262
  • 85
0
votes
1 answer

Trying to deduce (or find) a formula or algorithm for creating a lin-log graph programmatically

I'm writing a utility app that reads some data and shows statistics using bar charts, line graphs, pie charts, etc. I'm creating the charts and graphs programmatically, not using any library (mostly because I couldn't find one). For the line graphs,…
0
votes
1 answer

Determining Equation based on 2 Points and Horizontal Asymptote

Given that a graph starts at $(a,0)$ and another point $(c,d)$ and a horizontal asymptote $y=b$, where $c$ and $d >0$, is there a way to determine the equation?
DUO Labs
  • 788
0
votes
3 answers

Finding the range of a reciprocal quadratic graph

How would you find the range of this graph? $$f(x) = \frac{x}{(1-x)^2}$$ I understand that $f(x)>0$ but the range is actually $f(x)\le -\frac{1}{4}$ but I don't understand why? I've attempted to draw the graph and still don't understand. Thank you
0
votes
2 answers

What is the formula for a superellipse with integer Cartesian points?

The September, 1965 Scientific American introduced me to the superellipse, specifically the one designed by Pete Hein that was used as a roundabout in Stockholm. (https://www.piethein.com/page/superellipse-24/) I discovered that placing integer…
0
votes
2 answers

So this function is weird.

In the Desmos graphing calculator, I plugged in the equation $x^y=y^x$, and this appears. https://i.stack.imgur.com/6zxCJ.png I know that the red line represents the entire function, but honestly, calling it two lines seems pretty reasonable to me.…
user558017
0
votes
3 answers

What is the mathematical reason behind the transformations of streching and shifting to the left?

Could somebody please explain the reasons why a function y=f(2x) is stretched horizontally (compared to y=f(x)) and why the function y=f(x+1) is shifted to the left (compared to y=f(x)).
Bobbo
  • 1
0
votes
1 answer

How to find the domain of $(f^{-1} \circ f^{-1})(x)$, graph by hand, and evaluate using multiple functions

If $f(x)=e^x$, $g(x)=|x+2|$, and $h(x)=\frac{x-2}{x+1}$, what is the domain of $(f^{-1} \circ f^{-1})(x)$? I believe the answer to be $(-\infty,\infty)$ but I am not exactly sure of how to prove such an answer. $(f^{-1} \circ f^{-1})(x)$ is equal to…
James
  • 107
  • 1
  • 1
  • 7
0
votes
1 answer

How to turn multiple graph equations into a single equations?

Say I have this equation: $$x^2=y \quad y^3=x \quad x=y^{1/2}$$ and say I wanted to turn them into a single equation so they will be graphed from just one equation. I tried multiplying them and making them equal to zero, no hope. I even tried to…
user648350
0
votes
2 answers

How can I compress outliers more than the middle values in a chart?

I have a voting contest and am displaying a chart of votes. To keep from discouraging voters who would be interested in voting for non-winning options, I want to compress the differences between column heights. The idea is to keep it from showing…
cwd
  • 165
0
votes
1 answer

Relative rate of change for process spanning > 15 orders of magnitude

I am trying to form a method for finding if plotted data is in equilibrium. In most cases calculating linear least squares and checking for the slope is enough. However I am now plotting data that span over 15 orders of magnitude from 1 down to…
Doege
  • 111
0
votes
1 answer

Finding y-intercept

I am having trouble finding the solution to e^x-3e^-x-4x=0. I know the answer is roughly 2.2 but am not sure how to get there? If anyone could help me in the right direction with working that would be greatly appreciated !
user635953
0
votes
1 answer

Nyquist plot of exponential function

I am trying to figure out the nyquist plot of the transfer function $$G(s)=\frac{\exp\big(-Ts\big)}{s}$$ but I cannot plot it in neither python nor wolfram alpha. I have figured out that the plot of $ \dfrac{1}{s} $ is but I can't seem to plot the…
user517594
0
votes
1 answer

How can I Plot "Change Rate Graph" of Sine Graph

Imagine I have a Temperature / Time graph which is plotted by using the function y=sin(x). In this graph X axes represents 'the time'(in seconds) and Y axes represents 'Temperature'(calcius). How can i draw temperature change rate graph which is X…
Trax
  • 101
0
votes
1 answer

$x \in \mathbb{R}^2$ has $f(x)$ plotted on a $\mathbb{R}^3$ mesh like $(x,y,f(x,y))$. So is $f \in \mathbb{R}, \mathbb{R}^2$ or $\in \mathbb{R}^3$?

$x \in \mathbb{R}^2$ has $f(x)$ plotted on a $\mathbb{R}^3$ mesh like $(x,y,f(x,y))$. So is $f \in \mathbb{R}, \mathbb{R}^2$ or $\in \mathbb{R}^3$? Clearly $f: \mathbb{R}^2 \rightarrow \mathbb{R}$. But in the plot visualization it would appear as if…
mavavilj
  • 7,270