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

Distance - Time graph -finding speed

The diagram is a distance time graph for a train journey from A to B . Let's say I want to find the speed of the train at 08 08 . How do I go about doing this ? Why I can't take the total distance travelled by the train from 0800-0808 the divide…
user307640
  • 2,632
  • 2
  • 17
  • 27
1
vote
3 answers

A curious graph of f(1/n) from the Spivak's Calculus

I am self-studying through Spivak's Calculus and on the fourth chapter, I got stuck at the plot of a function. It's on the page 61 by the way. The function is this and piecewisely defined; $$f(1/n) = (-1)^{(n+1)}$$ $$f(-1/n) = (-1)^{(n+1)}$$…
meguli
  • 640
1
vote
0 answers

How would the graph of this look like?

I asked this question long time ago; however, I forgot to ask how would the graph of the derivative, and the original expression $x^i$ look like. $i$ is the imaginary unit for which $i^2=-1$
Sigma6RPU
  • 611
1
vote
3 answers

Determine equation for reflection of equation around y=x line

In the graph below I have two lines plotted: $y = x$ (solid line) $y = 0.04 x^{1.7}$ (hollow dots) How can I come up with an equation that is a mirror image (if that's the terminology) of the $y = 0.04 x^{1.7}$ equation? So that I have two…
1
vote
2 answers

Visualising High Powers of Sin and Cos without Graphing

Find $$\int_{0}^{\frac{\pi}{2}} sin^5\theta \ \ d\theta$$ Hence, with reference to graphs of circular functions, find $$\int_{0}^{\frac{\pi}{2}} cos^5\theta \ \ d\theta$$ ... explaining your reasoning. The first integral is not too difficult to…
1
vote
1 answer

Finding an Equation of Nonlinear Data

I've been really rusty on math. So excuse me if I sound dumb. I am trying to find equation for the data below: x y 67 0.055 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 0.0275 86 87 88 89 90 …
1
vote
0 answers

Geometric interpretation of the nth root of a quaternion?

For ordinary imaginary numbers, $(r,\theta)$ turns into $(\sqrt{r}, \theta /2)$ for the square root and it is similar for higher roots. Is there an analogous interpretation for roots of a quaternion?
thecat
  • 1,838
1
vote
1 answer

The following graph makes no sense

I have been asked to sketch the graph, from x = −5 to x = 5 of the odd function, $f(x)$, defined in the interval 0 < x < 5 by the formula $$f(x) ≡ \cos( πx/ 10)$$ The results I get are as follows : However upon inspection of the correct graph mine…
1
vote
2 answers

Graph median, mode, range

The question is: A scientist collects data. He determines both the mean of the data and the median of the data are equal to 7 and the data are symmetrical about this value. He starts to create a bar graph shown, but does not finish the graph. If…
1
vote
2 answers

What would the equation to this graph look like?

I have an equation built from obscure (step) functions, which I'd like to approximate in standard mathematical functions; it is quite lengthy and produces an odd geometric shape, which I cannot decipher: Might someone assist me in finding an…
Rocco M
  • 63
1
vote
2 answers

Why can't this be the graph of any function?

I have seen that this can be the graph of an equation- But I learn't that this can't be the graph of any equation- Why is this?Why does this graph not exist?Please explain this to me. Thanks for any help!!
Soham
  • 9,990
1
vote
2 answers

Solve $11 = 7(2^x)$ for $x$

The Question is ... By drawing a suitable straight line on the same axes , solve the equation $11 = 7(2^x)$ How do I make this equation fit into the equation the graph of $y = 11/2^x + 5 $ ? (I've already drawn the graph out) I just have…
user307640
  • 2,632
  • 2
  • 17
  • 27
1
vote
1 answer

What type of graph is $y=1/(x^2)$

Does this count as a reciprocal graph or am I mistaken? The graph looks like an exponential where x >= 0 although the equation clearly suggests otherwise.
rodit
  • 149
1
vote
0 answers

Giving the equation for graphs of fractional powers

In Mathematics Methods we are learning the features of graphs of fractional powers. The equations of these graphs are in the form: $y=a\sqrt{x-b}+c $ By simply analysing a graph with a hyperbola how can we determine the equation? For example, a…
Srav.S
  • 11
1
vote
1 answer

Find a sine function that intersects at ($y = 0$) for a given $x$

If (for say, visual aesthetics) I would like to plot the graph of a sine wave on a 2D graph that intersects the $x$ axis with value of $y =0$ when $x$ is some arbitrary integer - how would I go about doing that? Obviously it is trivial to find this…
davbryn
  • 113