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

What is the name of the z axis?

If x is the horizontal axis and y is the vertical axis, then what do you call the z axis that is perpendicular to both x and y? The one that comes directly toward and away from you. In other words, width = horizontal height = vertical depth =…
Tom
  • 103
0
votes
3 answers

How do I plot a linear, exponential and logarithmic function with same starting points?

It should be very basic, but i can't come up with three functions that produce a plot like in the attached picture. I just need some simple format, to illustrate that it is unknown whether some phenomenon behave linear, exponential or logarithmic.…
0
votes
3 answers

patterns for u-shaped graphs

When the equation is $Ax + By = C$, you know it will be a straight line. Is there a specific pattern to know (without plotting $x$ and $y$ yet) that the graph will be u-shaped? For example, the equation $y = x^2 - 9x – 12$ forms a u-shape. But how…
0
votes
3 answers

A way to test whether a function is odd/even using calculator

Could you show me an easy and fast way to test whether a function is odd or even using the calculator ? I've only came across the graphing way and another algebraic way and I'm afraid to make a silly mistake while doing them.
carlos
  • 11
0
votes
1 answer

Heap tree to Pennant forest

First time poster. I'm having trouble identifying the way to represent a heap tree as a pennant forest, I understand that each pennant is a subtree of the heap but When i looked at an example i simply didn't understand how it works. Any help is…
0
votes
1 answer

How to plot sinusoidal waves of color frequencies?

I'm looking for a function that I can use to plot a sinusoidal wave for various color frequencies. For example, the frequency of red light is 4.6 THz (4.6*10^14 Hz). The frequency of blue light is 6.3 THz (6.3*10^14 Hz). I'm not sure how I can…
littleK
  • 101
0
votes
1 answer

Formula for a bent line

This may be simple, but I don't know the answer. I have the following data: (0,0) (1,12) (2,24) (3,30) (4,36) (5,42) (6,48) (7,54) and so on, the y coordinate increasing by 6 for values above 2 and by 12 for X values of 0, 1 and 2. Is there a simple…
MrB
  • 115
  • 4
0
votes
1 answer

How would be the slope of $f(x)=y=ax$ where $x = \frac{a}{b}$?

Well, in physics we got $W = V\cdot I\cdot t \stackrel{R=^V/_I}{\Longrightarrow} \begin{cases} W = I^2\cdot R \cdot t \\ W = V^2\cdot \frac{1}{R}\cdot t \end{cases}$ In the first case the slope of $f(R)=W$ is a line while in the second case the…
0
votes
1 answer

equation from exponential graph

I am struggling to get an equation from the graph above I know ${f(x) = ba^x + c}$ When y = 0, x = -2 ${b = -2}$ ${24 = -2a^3}$ ${2a^3 = -24}$ ${a = {\sqrt[3]{{-24}\over 2}}}$
dagda1
  • 825
0
votes
2 answers

potting of fractional exponential graph

Sir, please tell me how to draw the graph of $x^{1/2} + y^{1/2} = a^{1/2}$? I tried it many a times but couldn't find the solution. Please help me in solving the problem.
0
votes
1 answer

How to display a graph with 5 variables?

I am working on a project and I need to display to my professor the following data involved with communication theory. I did an experiment varying distance(1/2/3/4 feet), delay amount between transmission, and block length (the length of the…
Jonathan
  • 736
0
votes
2 answers

Does $x\cos(x)$ have oblique asymptotes?

Looking at the graph of $x\cos(x)$ or $x\sin(x)$ etc., it looks like the magnitude of the waves are following a line. Are they oblique asymptotes or something else? I am familiar with finding the oblique asymptotes of a rational function like…
stariz77
  • 1,701
0
votes
0 answers

How to create a set of equations using coordinates

We were tasked to graph an object for our project. We plot the eggplant on a cartesian plane and have coordinates for it The catch is we need to make different combinations of equations to connect those coordinates (much like connect the dots) Is…
0
votes
1 answer

plotting the following set of points in the XY plane 2 :

Represent the following set of points in the $XY$-plane $$\left\{ (x,y) \big| (x-|x|)^2 + (y-|y|)^2 \leq 4 \right\}$$ Any help to solve this problem would be greatly appreciated. Thank you.
mgh
  • 1,005
  • 2
  • 10
  • 22
0
votes
0 answers

Graph Sketching and Transformations

Sketch the following $$y = f(x)$$ $$y^2 = f(x)$$ $$y = f(x^2)$$ $$y^2 = f(x^2)$$ Obviously you can't sketch these, but how does each graph differ from the first one, i.e. how are they transformed and is there a general idea behind all of these?
Robert S
  • 1,144