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

Given the graphs of f(x) and g(x) sketch the graph of (f-g)(x) on the same grid.

I have been working on this problem for almost half an hour and can't figure out how to sketch the graph any help would be appreciated.
user76459
  • 157
1
vote
0 answers

Are normal lines of a graph, tangent lines to another graph? And how can you induce it?

I was interested into normal lines of a curve, so tried to find out how many normal lines I can draw if I chose a random dot on the coordinate plane. The normal line trace of $y=x^2$ turned out like this; I want to find out the curve which the…
numlock
  • 11
1
vote
1 answer

Mathematical function for a given graph.

I have two hypothetical graphs for which I am trying to get a mathematical function. Are there some suggestions for what mathematical function I can use? I can use piecewise functions. For this graph, I am using some version of $Exp[-x]$. However,…
1
vote
2 answers

Looking for the function of a curve that starts at 0,0

I'm sorry I don't know all the right words to ask...I am a working professional that finished all my math courses decades ago! I am trying to develop a metric score card for my company's information security program. I want to gradually increase a…
Rich
  • 13
1
vote
0 answers

What is the graph of$|x|+2|y|+3|z|\leq 1$?

What is the graph of$|x|+2|y|+3|z|\leq 1$ ? And determine its geometrical figure. I know that the graph will be 3D. If I assume that $x \geq 0$,$y \geq 0$,$z \geq 0$. So let $x'^2 = x \geq 0$,$y'^2 = y \geq 0$,$y'^2 = z \geq 0$. Then above…
1
vote
1 answer

What type of graph (linear, quadratic, exponential) would best fit this data down below?

Wolves were reintroduced into Yellowstone park and their population over the next 10 years. Which model type do you think best fit the data based on the table values which are "years since introduction" and "population". You have linear…
keel12
  • 11
1
vote
1 answer

How to plot this problem? From Greek Exams

Let's have $a_0$, $a_1$, $a_2$ complex numbers which are on the circle $(x-2)^2 +y^2=1$ (so for all of them the abs$\leq 3$ $\left|a_0\right|\leq3$, $\left|a_1\right|\leq3$, $\left|a_2\right|\leq3$). Let's have $v$ another complex number, and…
user7851
1
vote
2 answers

Why is the graph of the reciprocal function $f(x)=\frac{1}{x}$ not a one-to-one function?

The horizontal line test seems to show that no horizontal line intersects the graph of $f$ at more than one point. However, the textbook tells me it's not one-to-one. It is related to the asymptotes, I believe, but I'm not sure how.
wasabi
  • 41
1
vote
0 answers

a / b != a^2/b^2

I am trying to populate a radar/spider chart and increase how drastic the difference between numbers are. I thought that using squares would increase the difference between two numbers but it seems to decrease the difference in this case. playstyle…
Ben
  • 111
1
vote
1 answer

Are there any hidden relationships between two numbers $a$ and $b$ such that $a^a=b^b$ when $a \neq b$?

Are there any hidden relationships between two numbers $a$ and $b$ such that $a^a=b^b$ when $a \neq b$? I am attempting to do some research into this relationship, and I came across this when looking at the graph $f(x)=x^x$, and saw that this…
86_
  • 13
1
vote
0 answers

Doubt in graph of wave function

The 1s orbital in polar coordinates is given by: $Ψ=2(1/a_0)^2*e^{-r/a_0}$ I am confused if $r^2$ here is $x^2+y^2$ or $x^2+y^2+z^2$(here z is nothing but $Ψ$ itself) .When my professor graphed this function,it looked like a sheet with a hump in…
1
vote
1 answer

Tools to help make a stepping equation with a delay on the x axis

Context (Not important, feel free to skip ahead to the question): I was interested (and thus started to investigate) in a vaccination proposition/question (https://youtu.be/M-jqf6i5OLc?t=990) regarding how long it would take to vaccinate people with…
1
vote
1 answer

Way to have inutition about the shape of a curve?

Past the usual memorized curves like $y=\sin(x), y=|x|, y=1/x, y=\ln(x), \ldots,$ is there a way to have an intuition about the shape of a curve from looking at an arbitrary function/term? (that is, other than for transformations of the usual…
ChrisC70
  • 143
1
vote
2 answers

How would you sketch $\sin y = - \sin x$?

I at first did $\sin^{-1}$ both sides to get $y = -x$. This is wrong, can someone explain why? The graph is made up of a lot of crosses and looks like a grid on desmos. I need a way to get the answer without using a graphing calculator, any help?
1
vote
3 answers

What is the easiest way to sketch $\frac{1}{x} > \frac{1}{y}$?

When I do it, it never goes anywhere the first time because there are so many conditions and cases when x or y is positive or negative. The worked solutions suggested a "quadrant" based method but it is still confusing. Is there an even easier way…
user71207
  • 1,543