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

Understanding loglog plots in depth using the function $f(x)=10^x$.

I'd like to understand the difference between linear, semi-log, and log-log plots. This is one of those questions where I spent so much time trying to craft the question that I ended up understanding the answer to my question (I wrote this part…
xoux
  • 4,913
1
vote
1 answer

Graph of the function g(x)=f(x)/x given graph of f(x)

Since, from the given graph it seems f(a) and f(b)are equal(or approx. equal since there is no scaling given). Then f(a)/a>f(b)/b as a
1
vote
1 answer

Determination of velocity and acceleration from s-t graph

Suppose , a particle is moving away with constant acceleration . It passes distance s by time t . A chart of their values is given in the following : $$\begin{array}{|l|l|l|l|l|l|l|} \hline t & 0 & 1 & 3 & 6 & 8 & 10\\ \hline s & 0 & 10 & 42 & 120…
1
vote
0 answers

Linear interpolation lin scale to log scale, and vice-versa

I'm trying to make a linear interpolation between 2 representations of an audio spectrogram. For the sound, I'm using a linear sweep going from 0Hz to 22KHz. Here are 2 spectrograms using respectively a linear and a logarithmic scale for the y axis…
1
vote
2 answers

Need a formula for curve.

I need a function which give 0 for 0 value and 100 for 100 but is a highly curvy curve, like for 0.001 it should give value like 1.2 and for 50 it show give value like 55 and ultimately for 100 it should be 100. In short it increases rapidly for…
1
vote
2 answers

How to find the "dip point" in the graph of $y=x^{x}$ graph.

How to find the "dip point" in the graph of $y=x^{x}$ graph? I was exploring various graphs on Desmos, and I stumbled upon the graph of $x^x$. Now I tried putting various values to examine the nature of this graph between $0$ and $1$ but how do I…
1
vote
0 answers

What significance does a odd or even function carry?

In case if we happen to know some function is odd or even, what all information will that give us? How much information can we extract from knowing whether it is odd or even? How does this symmetry help?
1
vote
2 answers

How did we arrive to the conculsion that the equation for an ellipse is $x^2/a + y^2/b = 1$?

Usually in textbooks, it is just given and said to memorize it as it is. What is the reason for an ellipse to have an unique graph equation, that involves this specific terms? How did the formula come into existance in the first place? Can I get the…
1
vote
1 answer

How is a graph of a function f(x) produced?

Is every point of the graph evaluated numerically then graphed or are interpolations used? I would really appreciate getting comments and answers to a question I have been asking myself for while and for which I couldn't find an answer.
user25406
  • 1,048
  • 1
  • 9
  • 16
1
vote
1 answer

Find the values of $a$ and $b$ in the equation $y=ae^x + b$.

Someone just gave me this question to solve and I am not sure how they got to the conclusion. Question: Consider the graph given by $y=ae^x + b$. Find the values of $a$ and $b$. I don't know how to add graphs in here, so I am providing the link to a…
Seeker
  • 3,594
1
vote
0 answers

Easiest way to determine graph formula to predict disk space growth

Suppose I have several points on a two dimensional plot. Is there an online program (or open source or free tool) that can get the most accurate formula for my plotted points? Or if I were to do this in Excel, what is the easiest way to figure out…
JustBeingHelpful
  • 442
  • 4
  • 16
1
vote
0 answers

Sketching the curve $x^3+xy^2+4xy=0$

For the curve $x^3+xy^2+4xy=0$, I know you can break it up into $x=0$ and $x^2+y^2+4y=0$ by factorising, both of which are very standard functions. However when I plug the equation into Desmos I get: Why does the line $x=0$ get cut off by the…
1
vote
1 answer

Are there any known parametric equations for the club and spade suits on playing cards?

Just out of curiosity, so that I could plot them in a program. I am able to plot diamonds using superellipses and Wolfram Mathworld has some good equations for hearts. I can't find anything for clubs or spades, however.
BrayA
  • 13
1
vote
0 answers

Why is the $y$-intercept wrong?

I have a graph below where I put my data into an Excel sheet and try to obtain a linear equation for it using the trendline function. The equation that I obtained shows that the y-intercept is -105.09. However, if I really extrapolate the line until…
mike
  • 11
1
vote
0 answers

Why is it that the graph of 2 equal functions differ as shown in the picture?

I was graphing $$y=\frac{x^{\frac{1}{3}}-4^{\frac13}}{x^2-8x+16}$$ and $$y=\frac{x^{\frac{1}{3}}-4^{\frac13}}{(x-4)^2}$$ but they seemed to differ at $x=4$ as shown in the picture. Why is that?
kenobiii
  • 11
  • 2