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

does any random curve point to a function?

If i draw any random smooth curve on a graph will it correspond to a function ie. infinite series or so of polynomial or fourier series the curve is differentiable and integrable at all points so it may be possible, am i right?
-1
votes
3 answers

Find the point that is $n$ units closer to point x

NOTE: Everything in computer graphics is on a 2d grid, which is the computer screen. However, unlike a standard 2d graph, The origin is the top left of the screen, and the y axis is flipped, like this: please keep this in mind when answering. I am…
eeze
  • 101
-1
votes
1 answer

How to sketch the graph of an inverse function?

Given the function $f(x)=x^2$ i) Write $f^{-1}(x)$ in the form of $y$ ii) Sketch the graph $f^{-1}(x)$ and $f^{-1}(x+1)$ on the same set of axes iii) Use your graphs to solve for $x$ if $\log_2(x+2) < 1$ Now looking at the solution, the graph…
Samir
  • 1
-1
votes
1 answer

What graph fulfills these properties?

I need to think of a function for a graph which reflects in the x axis and has a horizontal asymptote at y=0. I have a hunch it is going to involve a modulus of x but cant quite put my finger on it. Thanks.
-1
votes
1 answer

How to plot two lines which represent data in the same figure? These two lines's diff value is very less than the diff value of highest to lowest.

I have two lines as follows: line1 = [381156070.426869 18991280402.5489 37851706111.2345 56587010947.1738 75196128662.4516 93674380500.2200 112020661854.784 130232977843.840 148303323664.688 166236447369.432 …
EvanL00
  • 101
-1
votes
3 answers

Range of graph for modulus functions

If a function is given as $|3x - x^2|$ with range $x\le 3$, how will I find the range for the graphs for $3x-x^2$ and $-(3x-x^2)$ ?
warman
  • 99
-1
votes
3 answers

How do you make an equation representation of a computer code if/then statement, for graphing purposes?

Consider a graph of an equation like y = sin(x). Now suppose that I want to have a single equation where y gets the same value that it would get in the following computer code: if (y - sin(x) <= 45) { y = sin(x); } else { y = 0; } How…
CommaToast
  • 199
  • 1
  • 7
-1
votes
1 answer

Question about the domain of the demand equation after expressing the Revenue as a function of x?

Suppose the question is: the price $p$ and the quantity $x$ sold of a certain product obey the demand equation $x=-20p+500$ where $0

-1
votes
2 answers

How to prove the pair of second degree equations enclose a square?

Show that the two pairs of second degree equations $12x^2+7xy-12y^2=0$ and $12x^2+7xy-12y^2-x+7y-1=0$ form a square. I tried to do this by calculating the slope and multiplying to give $-1$ and show perpendicular lines but this is difficult as…
Soham
  • 9,990
-1
votes
1 answer

creating a graph given the following stipulations

Hi I'm very lost on a practice question I was attempting to solve, I don't know how to start or finish the problem. Create a graph of f(x) given that f(x) satisfies: f(0) = 0 and f(5) = 0. (0,0) and (5,0) are both relative maximum points. f'(0) and…
-1
votes
1 answer

Graph Sketching

I have no problem sketching the graph of |2x| or |X-a|. However, the problem I sometimes have is I miss out the intersections in my sketch. For example, in this question, my sketch only showed the intersection in the positive x - axis. In my mind, I…
-1
votes
3 answers

How to draw graph with transformed axis

When a graph is drawn on ( y + x ) axis and ( y - x) axis instead of original how to convert it into original Please help with a detailed approach ?
-1
votes
1 answer

Sketching the graph of a fourth degree polynomial curve

My approach doesn't seem to work. $$(y^2-2)^2+(x^2-2)^2=2.$$ Any suggestions and solutions would be appreciated .
-1
votes
1 answer

Graph Transform

How do can I transform the first graph into the second. Methods, answers, any help would be much appreciated.
JohnPaul
  • 109
-1
votes
1 answer

What does it mean to divide a function over another? am I asking for the area in common?

say I have these function in the picture here does f(x)/g(x) in picture A means the red area? and in case the functions didn't cross as in B what does it mean =0 or undefined?
Raed
  • 19
1 2 3
50
51