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

How to sketch $y = \frac1{\sqrt{x-1}}$

How to sketch $y = \frac1{\sqrt{x-1}}$ My way:(which does not work here) I normally solve these problems by squaring and converting them to equations of 2 degree curves(such as parabola, hyperbola, etc.) which I can easily plot. But this seems to go…
user2369284
  • 2,231
1
vote
3 answers

How to draw a graph $f(x)=-\log_{3}(3(x-1))$?

How to draw a graph $f(x)=-\log_{3}(3(x-1))$? What's with that 3 before x, should I expose it? so I get $f(x)=-\log_{3}(3(x-1))$? So how do I then draw it? The process (of how I would draw this…
1
vote
0 answers

Finding max values

I have been using Manipulate[Plot[{(LogIntegral[x])^(1/2), (((x*E^s)/Log[x*E^s]) ((((Log[Log[x*E^s]])^(w - 1))/((w - 1)!))))/ RiemannR[x]}, {x, 2, 5000}, PlotStyle -> {Blue,Red}, ImageSize -> 700], {w, 33.34, 40, 0.01}, {s, 43.2, 50, 0.01}] in…
martin
  • 8,998
1
vote
2 answers

What is the function that plots these curves?

I have a number of plots that appear as shaded squares on a grid: The plots (apart from the rogue squares to the leftmost part of each plot) resemble $a\zeta(bx+c)-dx$, where $a$,$b$,$c$ & $d$ are constants (as shown on the left plot) but not…
martin
  • 8,998
1
vote
2 answers

Curve fitting to step function

If all that is known of a plot is that the curve passes through certain squares on a grid, is there any way, other than by estimation or trial & error, to work out what the equations to the curves may be? Please see example below: From the filled…
martin
  • 8,998
1
vote
1 answer

Graphing parametric complex equations

I am given a group of functions that represent a decaying circle and I am trying to graph them so to better visualize them. One of the equations I have is z(t) = 2 * e^(-a*t) * e^(j*2*pi*0.5*t + (pi / 2)) for t from 0 to 4 and a = ln(3) From this…
Zimm3r
  • 205
1
vote
1 answer

What is the equation for this graph?

Here is what y(x) = -x+100 graph looks like: I am trying to change this equation, so that the graph becomes a curve which still crosses the axis Y at (0,100) and axis X at (100,0): Can anybody give me a hint on this?
1
vote
1 answer

Linear Equation- Equation of a line passing through points

What is the slope-intercept form of the equation of the line passing through the points (-1,-4) with an undefined slope?
1
vote
0 answers

Given only the graphical representation of a curve, how can I find the function?

I'm developing an application which will: A. identify curves in 2D images using the generalized Hough Transform B. determine from the graphical curve the mathematical function needed to generate it I'm not sure quite how to approach item B; I think…
CCJ
  • 143
1
vote
1 answer

plotting the energy of an ion as a function of its (x,y,z) coordinates

Very basic question but I am struggling to get my head around it as it seems to me that I am trying to plot 4 variables ... Is it possible to visualize the variation of a quantity, given that it is a (unknown) function of 3 variables, on one plot?…
1
vote
2 answers

sketching the graph of functions

Good morning! How to draw the graph of the following function and discuss the increasing and decreasing intervals of y. $y = $x$ + \sqrt[]{x^2}$ Also, I would like to know free online graphing calculator Thanks in advance.
1
vote
1 answer

What is the Y-intercept?

In class, my math teacher was teaching us how to draw functions on a coordinate plane, and he mentioned something about the Y-Intercept being an important step in creating/solving a function. But, what exactly is a Y-Intercept?
1
vote
1 answer

New definition for triangle wave?

There's always a huge formula for the triangle wave, or the "teeth" function as I like to call it. Shouldn't this give a teeth function too? It's sorta hard to understand, but once you get the hang of it, it works out fine. This one produces…
Calvin
  • 11
1
vote
1 answer

Why we cannot draw the graph of a three-dimensional function?

I am a mathematical beginner. As we all know, the graph of a one-dimensional function is a curve, and the graph of a two-dimensional function is a surface. What is the graph of a three-dimensional function? For example, $f(x,y,z)=x^2+y^3+5xyz$.…
Rjan
  • 11
  • 3
1
vote
1 answer

Is there a website that can plot vectorial functions?

I know Desmos can plot some things, not nearly as elegantly as Wolfram Alpha, but for vectorial functions I'm at a loss.