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

Graphing new functions based on f(x)

I have a question: How do you graph new functions based on an original function? For example, in the following: If this graph were to represent the function $f(x)$ then: What would the graph of $-f(-x)$ look like? What would the graph of…
0
votes
4 answers

How to plot $y=\frac{1}{(x-4)^{1/3}}$ with mathematical softwares?

I tried to plot the function $y=\frac{1}{(x-4)^{2/3}}$ with Maple software. The result was: It is easily can seen tht the graph is not correct. But if i try to plot the function $y=\frac{1}{((x-4)^{2})^{1/3}}$ it gives the correct graph: ut Now…
sogrekci
  • 125
0
votes
2 answers

What axis should my two variables be on?

I'm producing a report based on the speed of a program i've written however I'm not sure which axis time and the number I enter in the program should go on. My scenario: I've written a program and to test the speed i've entered different numbers…
Kingsta
  • 23
0
votes
1 answer

3-D plot of $0\leq x\leq 1,0\leq y\leq 1,0\leq z\leq 1$

I can't figure this out : When we plot the inequalities $0\leq x\leq 1,0\leq y\leq 1,0\leq z\leq 1$ graphically what do we obtain ? Kindly help..
spectraa
  • 1,775
0
votes
1 answer

Fitting a region in between two exponentials

I'm trying to fit the data for the thermal conductivity of Gallium Arsenide from [1]. Although there are theoretical models that explain this phenomenon, they are too complicated for my purposes, so I just want to find an appropriate fitting…
alkamid
  • 175
0
votes
1 answer

Calculate total distance travelled

I have a list of lists wherein the first element is $x$ , second element is $y$ and last element is speed. How do I calculate the total dist traveled?. My data looks like this: [32,22,0];[33,26,20];[31,25,26];[30,21,33];[29,20,21];[27,18,15] I know…
letsc
  • 101
0
votes
1 answer

Study of a function to draw its graphic

I'm studying the following function: $$f(x)=x+\frac{ax}{\ln x}$$ So I divided the work in two part for $a>0$ and for $a<0$. I started from the first and studying it I found that it is defined for $(0,1)$ and $(1,{+\infty})$, then I know that it is…
Dipok
  • 791
0
votes
1 answer

Is there a way to calculate point in graph instead of drawing it?

I'm sorry if this questions sound stupid or something but I'm really interested in this. I know how to graph some numbers and then find out values of some point in it, however I'm wondering if there is some mathematical formula that can help me to…
sed
  • 103
-1
votes
1 answer

how can you plot this?

$y= \frac{x^3}{|x|}$ where x is not equal to 0. i tried plotting in wolfram alpha and it shows a $x^3$ graph and i dont understand where the $x$ in the bottom goes? shouldn't it be $x^2$? anyways any kind of help is appreciated!
-1
votes
1 answer

find equation of a line perpendicular to the given line through the given point

Find equation of a line perpendicular to the given line through the given point: The line is $y=\frac{1}{2}x-2$ The point is $(3,6)$ I don't know what to do or try, please help me, its probably very easy to other people
aaly b
  • 5
-1
votes
2 answers

How does adjusting the axes of a graph change the geometric angle of a regression line?

I know that you can adjust the scale of the x and y axes to change the geometric angle of a regression line. For example, if you plotted a regression line with slope of b=0.3, perhaps the default settings of axes length etc. would create a…
-1
votes
1 answer

Dose any one know a good book about finding graph by equations?

Can anyone help me to book about finding graph by equations? Please help
user32104
  • 527
-1
votes
1 answer

How are the wolfram alpha pikachu curve and others generated?

If you type in "pikachu curve" or other famous fictional characters on wolfram alpha it generates a function to trace out the curve that resembles the character. See http://www.wolframalpha.com/input/?i=pikachu+curve . Does anyone know how these…
-1
votes
1 answer

Is this list a function or a geometric/arithmetic sequence? How do you define it?

When x = 1, y = 1/1 When x = 2, y = 1/1 + 1/2 When x = 3, y = 1/1 + 1/2 + 2/3 When x = 4, y = 1/1 + 1/2 + 2/3 + 3/4 When x = 5, y = 1/1 + 1/2 + 2/3 + 3/4 + 4/5 When x = 6, y = 1/1 + 1/2 + 2/3 + 3/4 + 4/5 + 5/6 When x = 7, y = 1/1 + 1/2 + 2/3 + 3/4…
Nebula
  • 3
-1
votes
1 answer

Plot a curve having no equation

I don't have the equation of the curve. The curve has a maxima and a minima as the following fig. How to plot such smooth graph using tex. Please suggest. Is it possible to suggest an equation of the curve have the same structure? How to get y such…
user1942348
  • 3,871