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

How to figure out a graphs function

I'm trying to figure out how to time an animation in CSS, and all I have to work with is this image with some graph-plots of the animation-speed. I did have some calculus 10 years ago, but the knowledge of deducting a function from a graph (if I…
1
vote
2 answers

SAT math question regarding slope

In the xy-plane, the graph of $y=k(x-1)^2$, where $k$ is a constant, passes through the point $(3,10)$. What is the value of $k$?
YHTORGE
  • 13
1
vote
0 answers

Shape of graph and plot

Suppose $x \in [0, \infty)$ and $y \in [-1,1]$. When we plot $y$ vs. $x$, we get an upward parabola shape. Suppose we plot $y^2$ vs. $x$. Would the shape also be approximately an upward parabola?
1
vote
1 answer

How to find the number of solutions of $3^x + 4^x + 5 ^x = 6^x$

My try: I tried plotting the graph(manually) of LHS and RHS but it does not give any information whether they will intersect or not.If they will intersect then there will be 1 solution and if they do not intersect then there will be no solution. But…
user2369284
  • 2,231
1
vote
2 answers

How does this equation create this chart?

I am trying to understand this formula from the chart above. For example, from the middle graph, How does h(x) = 0.5x get the coordinates 2,1? Any explanations on the other graphs would be helpful, too. Edit: How would I find theta 0 and theta 1…
user1477388
  • 135
  • 5
1
vote
3 answers

How to make a cos function where each crest and trough is not exactly the same distance apart?

In a typical $\cos(x)$ or $\sin(x)$ function, each successive crest or trough is equidistant from the next. How can I represent a function where as $x$ increases, the next crest or trough may not be equidistant (slightly more or less than what it…
1
vote
1 answer

Difference between scatter-plot and a dotplot

This question is now haunting me like anything, I am unable to understand , what is the difference between scatterplot and a dotplot? Is there any difference at all? or often people use them interchangeably. I have asked this question to several…
PKumar
  • 113
1
vote
1 answer

How do I find the w-axis intercepts of a Bode Plot?

I'm looking at this example here, and am using the additive method to plot my bode plots. To help me draw more accurate plots, I was wondering whether there is an easy way to find all $0 dB$ points? Doing this question for example: $H(s) =…
Louis93
  • 227
1
vote
0 answers

Graphing a curve for cumulative repayments

I have a formula in an excel spreadsheet that calculates compounding interest over a period of time in 20 different cells, reducing the amount in each increment using the following formula: pv*(1+int)^y=amt This code generates a linear decrease…
1
vote
2 answers

Graph of the function $[\frac{1}{x}]$

I'm interested in the graph of the function $[\frac{1}{x}]$. may seems simple, also I graphed it myself. But there is difference between my solution and the manual solution. Here is the solution of the solution manual: But I think it's wrong about…
shapoor
  • 269
1
vote
1 answer

How to graph a hyperbola?

So this is the queation of a hyperbola: $$xy=4$$ It's not in it's standard form, how can I graph it this way?
A6SE
  • 1,645
1
vote
2 answers

How to draw contour plot of a function $f(x)=y^2 - x^2 y -2x^4 + \epsilon x$

$f(x) = y^2 - x^2 y -2x^4 + \epsilon x$ , where $\epsilon>0$ and $\epsilon$ is small. Draw a contour plot in $\mathbb{R^2}$of f(x). How do I do this? I have no idea, it is not a simple circle.. Please, help Edit: I forgot to tell, we CANNOT use…
ggggg
  • 13
1
vote
1 answer

Homework - Square Root Functions with Exponents

I am doing square root graphs in school and on the homework, one problem was $$f(x) = \sqrt{x^2-25}$$ I know that there is a horizontal translation of positive 25, but how would I graph the $x^2$ without making an x/y chart?
1
vote
2 answers

detecting dynamic parts in graph

I have set of (x,y) points which can be connected to form a graph, my goal is to detect dynamic parts of this graph. by dynamic I mean ranges where the values are not stable but they are changing by going up/down and forming different graphs than a…
1
vote
3 answers

How to sketch $y = \left\lfloor \sqrt{2-x^2} \right\rfloor$?

How to sketch $y = \left\lfloor \sqrt{2-x^2} \right\rfloor$, where $\lfloor \cdot \rfloor$ denotes the greatest integer function? Please help. I have no idea about this.
user2369284
  • 2,231