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

Expansions and Compressions/Translation of $2y=f(3x-6)-2$

Given the graph of $2y=f(3x-6)-2$, is it correct to assume that there is a vertical compression by a factor of 2, a horizontal expansion by a factor of $1/3$, a translation of 2 units right and 2 units down?
Grimestock
  • 311
  • 2
  • 12
0
votes
2 answers

How to draw a function like this (without the help of calculator)

$y = 3x^2-x^3$ How should I draw a graph like this? any efficient way to draw this (not just plotting x and y values on the coordinate system)
0
votes
1 answer

Graphing the vertical distance of a polygon

I would like to obtain a graph of the potential energy of a polygon under rotation, given that it is proportional to the vertical distance from the centroid to the "floor". I have made the following attempts: given the polygon i have obtained the…
Ray Bern
  • 627
0
votes
1 answer

Compressing and expanding graphs of $y=f(x)$

Is $y=-\dfrac 12 f(x)$ equal to $-2y=f(x)$ and if so, does this indicate a vertical compression of $\dfrac 12$ and a reflection in the $y$-axis?
Grimestock
  • 311
  • 2
  • 12
0
votes
1 answer

Graph the all the combinations of $cu+dv$ with the restrictions of $c$ and $d$

Graph the all the combinations of $cu+dv$ with the restrictions of $c$ and $d$ are integers (both positive and negative ) i draw this is it right ?
user531636
0
votes
0 answers

How can I display this information in a graph?

within the context of a game, where x = damage, Spell = 0.7(x) + 60. I'm struggling to create a graph which would display the damage ratios. The x axis would be the damage, and the y axis would be the proportion of damage compared to the damage. So…
0
votes
2 answers

Explain why the equation is $y = f(x - p) +q$ for moving the original $f(x)$ by some vector $\vec{v} = (p,q)$

I cannot intuitively understand why moving a graph of a function $f(x)$ has the following format when expressed ($p,q \in \mathbb{R}$): $$ y = f(x - p) + q. $$ We obtain this via multiple observations. Firstly, we note that we can "move" a graph of…
God bless
  • 2,049
0
votes
1 answer

The order of translation and stretching/squeezing of a graph

To obtain the graph of $y=2x+1$ from the graph of $y=x$, we start by squeezing the graph of $y=x$ about the $y$-axis with a factor of 2, followed by translating the graph resulting graph upward by 1 unit. However, to obtain the graph of…
0
votes
2 answers

3 points on a graph

3 distinct points are on the graph $y=4x^2$ The x coordinates form an arithmetic sequence while the y coordinates form a geometric sequence, what are the possible values of the common ratio? Naming the points : $(A,4A^2), (B, 4B^2), (C, 4C^2)$ X =…
SuperMage1
  • 2,486
0
votes
2 answers

Graphing natural log of x plus one over x

I am trying to graph $\ f(x) = ln(x)+\frac{1}{x}$ by hand. Domain is $\ (0,\infty)$. To find the x intercept I did $\ -x \cdot ln(x) = 1 $ $\ x^x= \frac{1}{e} $ Which I realized has no solution. So the graph does not cross the x intercept. …
0
votes
1 answer

Strange behavior of $B=2$ in the equation $x^2 + 2xy +y^2 = 1$

I Was exploring the behavior of graphs in the form $Ax^2 + Bxy + Cy^2 +Dx +Ey +F$ on DESMOS and $x^2 + xy + y^2 = 1$ makes a fairly simple ellipse, with its major axis along $y =-x$ and centered on the origin. When I made the coefficient (B) of the…
0
votes
1 answer

Why is the graph of $\frac{2x-6}{x^2}$ over the $x$ axis, if the numerator isn't negative?

The graph of $\frac{2x-6}{x^2}$ is reflected over the $y$-axis, but I'm failing to see where a negative sign would affect the $y$ value.
0
votes
1 answer

Find a function that describes the graph

In a search I found some information where I verified a certain linearity in the data, to certify what I was seeing, I put 5,000 points of this data, in the form {X, Y}, in a graph ( https://plot.ly/create/?fid=bencz:1 ) What $ f(x) $ can be used…
Alexandre
  • 107
0
votes
2 answers

On direct variation

Is $y=x-4$ a direct variation? If so, what is the constant of variation and the slope of the direct variation model?
0
votes
0 answers

How to get area and median from this graph

I'm new to this site I hope someone can help me. I have this graph. That graph is real graph except for red line I drew to let you know which area I'm looking for. and the green line is median. My question is how can I get area and median…