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

Represent the following set of points in the XY plane

Represent the following set of points in the XY plane: { (x,y) | |x|=1 } { (x,y) | |x| is less than or = 1 }
mgh
  • 1,005
  • 2
  • 10
  • 22
0
votes
1 answer

Is there free software to graph (draw) a time series plot over a period of time that I specify?

I have some data measured at 15 minute intervals. For a presentation, I'd like to plot (animate?) the data over the course of 30 seconds or so, so that the audience can have a sense of the changes at certain times of the day. My data is in space…
0
votes
1 answer

rotating a sigmoidal curve

I am using tikz to describe a load curve which is basically a clockwise rotated sigmoidal curve:load duration curve and I need a rough curve function that comes close to it. I remember that this is just an inverted sigmoidal curve which has a form…
0
votes
2 answers

Graphs of funtions such as $y=\sin(\sin(x))$

I'm preparing for the exam which I will have next week and in one exercise I was asked to sketch a graph of $y=\sin(\sin(x))$. I didn't know how to deal with it. Now I know how it should look like but do you have any methods how to imagine it and,…
Michael
  • 122
0
votes
2 answers

If you are given a graph of function h (x). How would you draw k (x)= 0.5 [ h (x+1) + h (x-1)]?

They do not give eqauation of this graph, just the picture and some coordinates. Do you have to draw both h (x+1) and h (x-1) and then just half the height?
0
votes
0 answers

How to graph $x-y \leq z$ where the function is only defined in a triangle.

I'm really bad at graphing more "difficult" equations. I get lost in the constraints. Could anyone give me tips and show me what the graph of the following equation should look like? We have two random variables $X$ and $Y \in [0,1]$. $X$ and $Y$…
David South
  • 2,508
0
votes
1 answer

Find all points $(a,b)$ for which all roots of $ax^2 + 2bx + 4a = 0$ are higher than 1.

Find all points $(a,b)$ for which all roots of $ax^2 + 2bx + 4a = 0$ are higher than 1. I found out that roots are of form $\frac{-b + \sqrt{b^2 - 4a^2}}{a}$ and $\frac{-b - \sqrt{b^2 - 4a^2}}{a}$, but I have no idea what to do next.
0
votes
1 answer

How to graph $x\sin(x)$

Graph $x\sin(x)$ I am having problem with the period section of the graph. I can see that the function is even, and that as $x \rightarrow \pm\infty$, the amplitude $\rightarrow \infty$. I am used to dividing $2\pi$ by the coefficient of the angle…
stariz77
  • 1,701
0
votes
1 answer

Compressing and shifting a discrete-time signal

If you have a plot of a discrete time signal, say $x[n]$, and you want to change it to $x[4n+1]$, do you need to compress it before shifting it or does it not make a difference?
Austin
  • 680
0
votes
2 answers

proof about a recursive tree and leaves and number of vertices

Let $T$ be a tree whose vertices are the integers $1$ through $n$. We call $T$ a recursive tree if it has the following special property. Let $P$ be any path in $T$ starting at vertex $1$. Then, as we move along the path $P$, the vertices we…
Ali
  • 247
0
votes
2 answers

Are there any 'Horizontal Asymptote' rule exceptions?

An equation I have is $$F(x) = \frac{9x(x-9)}{3x^2-11x-4}.$$ Upon calculating using the rules taught in class, There is an H.A. at $y = 3$ and a V.A. at $x = -\frac13$ and at $4.$ After graphing, V.A. seems to be correct, but if I plug in $23/11$ as…
hs2345
  • 123
0
votes
1 answer

Setting a Maximum and Minimum Amplitude in Sine graph

I currently have a translated sine graph with the following formula: $$\left(\sin\left(\frac{x}{50 / \pi} - \frac{\pi}{2}\right) + 1\right) \cdot 0.5$$ Which makes a graph like this However I need to have the amplitude range between $0.2$ and…
TheGeekZn
  • 113
  • 7
0
votes
1 answer

What would the formula to this graph be

Below is a graph I want to use to measure loss over heat. A low heat and a high heat will signify a greater loss, whereas an average heat will signify a lesser loss. Loss is left Heat is bottom The loss will have to have a maximum and minimum…
TheGeekZn
  • 113
  • 7
0
votes
1 answer

Trouble understanding this graph sketching question

I have come across a question online that I decided to have a stab at; it goes like this: Question Let $f(x) := ax - \dfrac{x^3}{1 + x^2}$ where $a$ is a constant. (i) Show that if $a \geq \dfrac{9}{8}$ then $f'(x) \geq 0\ \ \forall x$ (ii) Sketch…
0
votes
1 answer

List of graph data points, need accurate calculation/estimate formula for excel

So I'm working on a small project that will use a calculation in excel, I'm nearly there and the only piece missing is being able to accurately estimate a data point from the following set of data points. I have tried using online calculators to…