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

What does the level curve xy = 3 to the graph xy = z look like?

I got this example from MIT courseware class on multivariable calculus it was an example during the lecture. Just having difficulty with the visual. Looking for the level curve xy = 3 to the graph xy= z.
Sedumjoy
  • 1,569
0
votes
1 answer

Given a value in log scale, get the equivalent value in a linear scale

I have a graph with an $x$-axis in a log scale. I have the same graph in a linear scale. Given a value in the log scale, I want to find that value in the linear-scale graph. It is further complicated a bit by the fact that the log graph starts at…
0
votes
4 answers

How the graph of $y=x^3-5x^2+7x-3$ may be sketched without any electronic aid?

Also, the max point is $(1,0)$, but the graph later extends upto infinity. So how can $(1,0)$ be the maximum point. Same for the minimum point.
Asad
  • 1
0
votes
0 answers

Equations from graphs

Could anyone help me to write the equations of these two functions: I'm trying to replicate the graphs in R, but don't know what the functions are
Bram
  • 101
0
votes
1 answer

Equation of 3D spiral (racetrack)

The parametric equations for a simple 3D Archimedes spiral is this: $z = t$ $r = \frac{d}{2\pi} \theta$ $\theta = 2 \pi t$ But what is the equation of a surface $f(x,y) = z$ spiral that looks like a racetrack that winds upwards (which has a…
0
votes
2 answers

Why is square root of binomial square simplification not correct?

I had a function: $$\frac{\left(x^3-3x\right)}{\left((x^2+2x+1)^{\left(\frac{1}{\left(2\right)}\right)}\right)}$$ I noted that the it can be re-written as: $$\frac{\left(x^3-3x\right)}{x+1}$$ Because it is root of a square of a binomial, but I do…
0
votes
1 answer

What is the $x$-intercept of this straight line equation?

$y=-2x+1$ I found the $x$-intercept by setting $y= 0$ so here goes: $$0=-2x+1\implies -1=-2x\implies x=\frac{1}{2}$$ The sketch I saw of this graph though ,has a different $x$-intercept. How could I work this out properly ?
0
votes
3 answers

how to get a isosceles trapezoid plot

I made a square plot using $(x^{16}+y^{16})^{1/32}$ like below,and now I want make a isosceles trapezoid or just move center's square more upper, just like standing in a cave,triangle at bottom should bigger than top's triangle ,sorry for my bad…
0
votes
1 answer

Plotting percent change

I came across this graph: Now, this graph plots the percentage change with respect to the year 1994 for all subsequent years. I wanted to know whether we can come up with a graph where we plot percentage change with respect to ONLY THE PREVIOUS…
Amit Sonik
  • 31
  • 4
0
votes
1 answer

what is the domain and range of $x^{1/3}$

What is the domain and range of $x^{1/3}$? I know what the graph looks like, but I am unsure of the domain and the range especially at $x=0$. It it all real, or is there a point of discontinuity at $x=0$? Thanks
MaxF
  • 1
0
votes
1 answer

Finding the center of an kissing circle

I have three circles in the following graph: Graph What I want to do is get the upper circle to touch the other two circles, like so: Touching Circle What is the graph equation for what I'm looking for (red circle)?
Coto
  • 29
0
votes
0 answers

how to represent data (which chart is the best ?)

I have data in tens of thousands such that it has two fields - time and stock rate. The time field is a field which is always increasing and is non repeating, While the stock rate always varies between 23 and 26. So, for the time column I have…
mu_sa
  • 101
0
votes
1 answer

Function looks like a distribution curve

I was playing around with Desmos and noticed that the graph of $y=(x^2+1)^{-1}$ looks like a distribution. I know that distributions like the normal distribution follow the form of $a^{-x^2}$. Are these functions related at all? Does the function…
0
votes
0 answers

Graph for tire contact patch, related to negative camber in a car tire

I don't know if this should be on stack overflow or here, but I'm gonna ask it anyway: I need an equation for the graph of relation between the camber angle (the angle between the ground and the axis of rotation) and contact patch in a tire. For…
0
votes
1 answer

LOVE ly equations

Is there a set of equations out there that gives a heart without any other marks? It needs to be in the form of $y = f(x), r = f(\theta)$ or $X_T ,Y_T$ (parametric equations) There needs to be a variable '$a$', which gives a different shape for a…
Xetrov
  • 2,089