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

Drawing angles on a graph

Is there an easy way to draw lines on a graph to be at certain angles using only rise/run? For example, to make a 45 degree angle with the x axis, the rise/run = 1.
4
votes
2 answers

Sketching $(x^2-2)^2+(y^2-2)^2=4$

I was recently asked to sketch $(x^2-2)^2+(y^2-2)^2=2$, which did not prove to be too problematic, for establishing the range and domain of the expression gives nearly all of it away. I then asked myself what would happen as I change the constant…
Plato
  • 2,332
4
votes
2 answers

Deriving formula for curve given a set of points

I'm looking for a way to derive the equation of a curve that will fit a set of points. I have a set of points like this: {130,20}, {150,30}, {160,40}, {165,50}, {175,60}, {185,70}, {192,80}, {200,90}, {205,100}, {210,120}, {215,140} How can I…
4
votes
2 answers

Why is there a discontinuity at zero?

For the function $$y = \frac{2x^2}{x-3},$$ I understand that $x = 3$ and $y = 2x+6$ are asymptote, but according to the answers in my textbook, there is a discontinuity at the origin. Why is this?
Bob
  • 163
4
votes
2 answers

Graphing a plane

For $x\geq 0, y\leq 0, z\geq 0$ I understand how to graph each trace, and that the traces intercept each other on the coordinate axis but I do not understand why the plane is represented by the shaded region, i.e How do I know that a point in the…
user144895
3
votes
3 answers

How to plot $r^2 = 36\cos(2\phi)$ in Cartesian coordinates?

How would I plot $r^2 = 36\cos(2\phi)$ in $x$ and $y$ coordinate system? I know that $r^2 = x^2 + y^2$, and I know that $x = r\cos(\phi)$ and $y = r\sin(\phi)$. However I'm not sure how to proceed. I get $x^2 + y^2 = 36\cos(2\phi)$. But what next? I…
bodacydo
  • 3,922
3
votes
1 answer

What does "symmetric about the origin" mean?

What does it mean when a graph or a point on the Cartesian plane is symmetric about the origin or with respect to the origin?
3
votes
1 answer

Sine Graphs Equation Meaning

What do each of these numbers mean in this equation for sine graphs? y = -3sin[2(x-30)] + 1 I know 1 = shift up What does the rest mean? thanks.
3
votes
1 answer

How to sketch $y = \sqrt{x-1} + \sqrt{6-x}$

How to sketch $y = \sqrt{x-1} + \sqrt{6-x}$ My solution: It does not have any roots Domain = [1,6] Increasing till 3.5 and then decreasing How to go on further? Please help.
user2369284
  • 2,231
3
votes
2 answers

Standard for Graph Axis Arrows

In my high school and college math classes, I've always seen graphs drawn with either no arrows on the ends of the axes or with arrows on both ends. A colleague recently argued with me that this was crazy and arrows are always placed on one side of…
rubergly
  • 131
3
votes
3 answers

Can we have an equation for any graph?

I was wondering, can we have an equation for any graph even the most zigzagged one?
Bonjour
  • 39
  • 1
  • 4
3
votes
4 answers

sin(x)+x "stairs" curve, but which starts from the "flat" part

I'm not a math person, but I use math curves in my animation work with Blender. I would need this sin(x)+x "stairs" curve, but it should begin from the red dot being in the origin. Ideally the "stairs" should be the height of 1.0 per each and the…
3
votes
3 answers

While drawing graphs by hand, how correct is it to take unequal units on the x & y axes?

In exams and schoolwork, teachers allow us to take unequal units on the $x$ & $y$ axes if their values are really far apart for ease of drawing and scalability. For example, if the $x$ values are $1,2,3...$ and the $y$ values are $100,200,300...$…
3
votes
2 answers

Graph $f(x,y)=\ln(x)-y$

I'm trying to graph $f(x,y)=\ln(x)-y$, however, I am not sure how as all of my tools are refusing to graph it. Can you please help me? Thanks
Peter
  • 65
3
votes
0 answers

Graph of $\sqrt{(x - y)} = 0$

is there some reason why the graph of $\sqrt{(x-y)} = 0$ wouldn't be equal to the graph of $x = y$? The reason why i'm asking this is that in GeoGebra, when i plot $\sqrt{(x-y)} = 0$, i don't get any points. Thanks!
Ulivai
  • 599
1 2
3
50 51