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
votes
1 answer

How to flip this equation on a graph

$x^2+y^2=x^{(\sqrt\pi)}$ I was messing around on desmos, and graphed this and cannot figure out how to flip it over the x axis. Appreciate the help
-1
votes
1 answer

Plotting a function outside its defined interval

I have a function, $f(t)$ which is $f(t)=t-t^2$ IF $t\in [0,1]$. The function is odd, and has a period of 2. I want to draw it on the interval $[-2,2]$. How is that done, since it is only defined on $[0,1]$, except for ignoring the boundaries and…
Luthier415Hz
  • 2,739
  • 6
  • 22
-1
votes
1 answer

Graph $[0,\infty) \Rightarrow (0,1]$ Less Severe than $e^{-x}$

I want a graph that goes from $[0, \infty) \Rightarrow (0, 1]$ a bit like $e^{-x}$, but less severe. By that I mean I do not want all the action around $0$. The $y$ axis must start at $1$ and decay to, but not reach $0$. I could obviously scale the…
Rewind
  • 167
-1
votes
1 answer

Write the equation of a linear graph that doesnt have any points of intersection with the curve with equation y=x^2+2x

Help would be appreciated with the following question: I can probably imagine where it would go and write something totally away but what would be a mathematical way to do this and a proof of answer. Write the equation of a linear graph that doesn't…
user918213
-1
votes
2 answers

How to rotate curve around a point

Given the equation of a curve in x y, say a parabola, how to I re-write the equation if the curve is rotated around some point by some number of degrees ?
-1
votes
1 answer

How do you know if the graph starts from above or below?

I can't seem to find a way to know if a graph starts from below or above. By that I mean what is pictured below (where the graph starts from the top left). For example, in this graph below where the equation is as in the picture, I know that the x…
Gravity098
  • 33
  • 5
-1
votes
3 answers

What is the formula that would calculate this graph?

y = brightness in percentage x = apparent magnitude What is a formula that would result in the graph below, with y representing the brightness in percentage and x the apparent magnitude (also accounting for negative values)? To clarify: Each…
Galactic
  • 101
  • 3
-1
votes
1 answer

How to show $\log x$ and $e^x$ never meet.

I want to show $\log x$ and $e^x$ never meet without having any graphing calculator.
-1
votes
1 answer

Unsure on how this element works?

I have a question for my maths class that I'm confused by. I need to sketch a graph with the equation f(t) = 2 cos(πt), t ∈ [0, 2]. I know the Amplitude equals 2 and that the Period is 2*π over t. But I don't understand how to get the value of t.…
-1
votes
1 answer

help understanding how to graph a product function

to everyone. Please someone help me about graphs of product functions. How to start and how can I graph these type of functions? e.g. (e^x)sinx
Fuad
  • 1
-1
votes
1 answer

How do I find the length of the polar spiral $r = a\cdot \theta^2 - 1 + b\cdot \theta$?

How do I find the length of this polar spiral? $$r = a\cdot \theta^2 - 1 + b\cdot \theta,$$ where $a$ and $b$ are variables.
-1
votes
1 answer

plotting phase portrait for a system

I want to plot phase portrait for below system \begin{cases} d\phi/d\zeta=Z \\ dZ/d\zeta=a\phi+b\phi^2+c\phi^3 \end{cases} a=-0.13 b=-0.07 c=-2.83 Can any body help me? Thanks
-1
votes
1 answer

Put this in the form $y = mx +c$

I need this equation in the $y = mx + c$ form, where $k$ is the slope. I might need to take natural logarithms, but I am not sure? $${C} = \{{1 - e^{-kt}}\} {A}$$
-1
votes
2 answers

Define a function for a curve

I am stuck with this problem longer than I'd like to admit. I wanna define a function which looks like this: It starts at $(0,0)$, then increases up to a maximum and then decreases, never reaching $0$. I would like to change the rate of increase,…
YUK
  • 1
-1
votes
1 answer

Graph of the square root of a function

Giving to note the graphs of: $$y = \sqrt{x}$$ and of: $$y = \cos x$$ there is a way to draw by hand the graph of: $$y = \sqrt{\cos x}$$ ?? The only way that is possible for me is the most brutal one: by points. Perhaps there is a more elating…