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

Possible approaches to prove that there is an integral point at a distance of less than $1/1000$ from the straight line $y=\sqrt{3}x$

Self-studying Gelfand pre-calculus (Functions and graphs, pg.92). Are there any more ways to prove that there is an integral point at a distance of less than $1/1000$ from the straight line $ y=\sqrt{3}x $ given the value of $\sqrt{ 3}$ is…
2
votes
2 answers

desmos graphing calclulator and misleading results

Go ahead and load the desmos calculator: https://www.desmos.com/calculator Now graph $x^x$ You should see something like this. An apparent continuation of the curve is shown. Upon zooming in, it vanishes! What is causing Desmos to be haunted by…
vallev
  • 81
2
votes
0 answers

Need help understand how to sketch the graph of reciprocals.

First picture is $y=f(x)$, second picture is $y=\frac{1}{f(x)}$ For this type of question, i have never understood how to determine the concavity of the reciprocal function? From $0
Gnolius
  • 350
2
votes
1 answer

A mathematical functional which generates a class of functions, with a constant perimeter between two given points

Given two different points (point $A$ and $B$) in 3D space ($\Bbb R^3$) and a given perimeter length, $X$, how could I go about a generating the complete (if possible) series of smooth functions which cross both points $A$ and $B$, with a length of…
Astronomer
  • 21
  • 4
2
votes
3 answers

A bizarre function

I am puzzled by this function: f(x)= 139.85 + (15.8404 + 4.76022 I) E^(-I x) + (15.8404 - 4.76022 I) E^( I x) It seems to have only an imaginary part. However, its first half: g(x)= 139.85 + (15.8404 + 4.76022 I) E^(-I x) has both an imaginary and…
Luthier415Hz
  • 2,739
  • 6
  • 22
2
votes
1 answer

Is there a name and function for this graph

First of all, I am not very good at math, and I am a programmer who develops (web)applications I was working on a web-app which is used for training on a stationary bike, it is used with smart bikes of which the resistance can be controlled. What I…
Nick Hooked
  • 123
  • 4
2
votes
0 answers

Supra-logarithmic scale?

This is for a small educational project relating "ancestor cones" to both social and ecological structures and evolutionary clades, with special attention to horizontal gene transfer. As an example, mapping the present moment would show something…
cTen
  • 21
2
votes
1 answer

Plotting fractional exponents

I came across this function to solve for x (answers are -27, 0, 1) x^(5/3)+2x^(4/3)-3x; I went out to Desmos and Geogebra to graph it and the graph shows the curve correctly from x=-30 to x=30. For fun, I converted it to postfix notation x 5 3 / ^ 2…
2
votes
1 answer

What is the function to the following graph?

What is the function to the following graphs? I am just looking for a rough estimate. It doesn't need to match the exact graph.
ustroetz
  • 131
2
votes
0 answers

Equation for an 's' curve rotated counter clockwise 90 degrees

What is the equation for a parabola where if $x$ is positive then $y$ is negative and if $x$ is negative $y$ is positive?
STL34
  • 133
  • 3
2
votes
1 answer

Determine the number of points of intersection between the graph of the function $y = [f'(x)]^2 - f(x)f''(x)$ and the $x$-axis.

Consider quartic function $y = f(x) = x^4 + ax^3 + bx^2 + cx + d \ (b, c, d ,e \in \mathbb R)$ which is illustrated by graph $(C)$. Knowing that $(C)$ is tangent to the $x$-axis at point with $x$-intercept $x_1$ and further intersects the $x$-axis…
2
votes
1 answer

Is there a tool to graph a function and have it compute its actual formula?

Is there a tool to graph a function and have it compute its actual formula? Thank you for your time beforehand. As the question implies, I want to identify the actual function, not the type, given a graph, for example the following Random…
2
votes
2 answers

graph of complicated equation

Graph of the equation $(x+y) (x^2 + y^2 -1) = 0$ is just the line $y=-x$ and the circle $x^2 + y^2 = 1$. Is it generally true that the graph of $f(x,y) \cdot g(x,y) = 0$ may be drawn as union of graphs of $f(x,y) =0 $ and $g(x,y) = 0$?
bob
  • 33
2
votes
2 answers

Function for rounded polygons?

Is there any general function for rounded REGULAR polygons. To be specific, $x^2 + y^2 = 1$ gives a circle ofcourse. Even-numbered higher powers like $x^{10} + y^{10} = 1$ give a square with rounded corners with the corners becoming sharper as I…
2
votes
2 answers

Can one show me how to plot this graph by hand (composition).

Can one show me how to plot this graph by hand (composition). $$\frac{1}{1-x^2}$$ Plot[1/(1 - x^2), {x, -5, 5}] Output result see picture in the end Fine, thanks, I got it by plot 1/(1 + x) and 1/(1 - x) Plot[{1/(1 - x), 1/(1 + x), 1/(1 - x)…
HyperGroups
  • 1,393