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

How to graph $r=3\times \sin(2\times \phi)\times \sin(2\times \theta)-1$?

$r=3 \sin(2 \phi) \sin(2\theta)-1$ How to graph this function: Preferably on Wolfram Alpha.
User3910
  • 2,390
0
votes
1 answer

How to sketch $(y^2-2)^2+(x^2-2)^2=2$?

I get the overall idea, but why is the shape of these figures not a circle?
0
votes
1 answer

Distributing an average over a date range

I'm trying to generate a graph based on a date range(X axis) and an average class size (Y axis) which occurs at the midpoint of the date range. Also known variable is the minimum class size at the start and end of the date range. I'm trying to…
0
votes
1 answer

How many real roots the equation possess

$$e^x=m(m+1),\; m<0$$ I draw the graph of R.H.S and LHS and got it intersect at one point . But i dont know whether my procedure is right or wrong. Plz help me. The options are 1) no real root. 2) exactly…
Shagun
  • 23
0
votes
0 answers

Graphing the solid defined by: $D=\{ (x,y,z) \in \mathbb{R}^3 : xy \geq 1 \}$

I am try to graph the solid defined by following but I have no idea as to where to begin: $$D=\big \{ (x,y,z) \in \mathbb{R}^3 : xy \geq 1 \big \}$$
0
votes
2 answers

Exponential-logarithmic equation

I don't know how to solve this equation:$$(1)\quad e^ {-x} = -\ln x$$ $x$ should be the abscissa of the point $P$ where the two functions meet on the plan and $$ P \in f(x) :y=x$$ so $(1)$ should be equal to $$ e^{-x}=x=-\ln x$$ How do I solve…
IDK
  • 176
0
votes
0 answers

Name for a ball bound by ellipsoid (rather than a sphere)

Question essentially says it all - is there an elliptical equivalent for the term "ball"? I.e., something that might be defined by: $x^2 + y^2 + z^2/4 < 4$
James
  • 252
0
votes
2 answers

How to plot logarithm functions on Google search graphing tool

I've using Google search engine graphing tool for a while, but now I'm trying to plot a logarithm function like :$\log_2(x + 1) + 2$ How to pass this notation for the graphing tool ? Thanks
aajjbb
  • 1,065
0
votes
1 answer

Calculate $a$ when the lines cross

My book has given me the following Given are the lines $k$: $y = ax + 6$ and $l$: $y= \frac{1}{2}ax +3a$. For which $a$ do the lines $k$ and $l$ cross each other on the y-axis? I've tried resolving this one but the ax is confusing me a lot,…
Jordy
  • 127
0
votes
0 answers

plotting: 4D in 2D

I usually use the following trick to show a 3D plot (where I have $f(a,b)$ and I want to show the values of $f$ versus different values of $a$ and $b$) in a 2D plot: I'm wondering what are some ideas for showing a 4D graph in a 2D plot where I have…
0
votes
1 answer

Can $ax^2+2hxy+by^2+2gx+2fy+c=0$ represent more than just a pair of straight lines?

My math teacher told me today that the graph of the equation $ax^2+2hxy+by^2+2gx+2fy+c=0$ can represent more than just a pair of straight lines, as it can be a pair of straight lines only if the determinant: $\begin{vmatrix}a & h & g\\h & b & f\\g &…
Abhigyan
  • 477
  • 5
  • 19
0
votes
0 answers

Numeric representation of difference between 2 line plots

I have a graph with 2 plots (Plot A and Plot B, both are lines), plot A has a lower y-intercept and also lower slope than plot B. How do I represent this difference in one numeric value? Source: I am doing an experiment to compare 2 different power…
AcidBurn
  • 101
0
votes
1 answer

What happens when $f(t)=rect(\frac{x-10}{2})rect(\frac{x}{2}) $ ? Which takes priority?

What happens when $f(t)=rect(\frac{x-10}{2})rect(\frac{x}{2}) $ ? Which takes priority? The first function occurs between $9
RonaldB
  • 1,408
0
votes
2 answers

Extracting x and y values from radians

Let's assume I have the formula $x^2+y^2=r^2$; This will produce a circle when put into a graphing calculator. Now, let's assume I am given a value $a$, for radians. How can I extract the value that $x$ and $y$ can be using radians? I know it is…
0
votes
1 answer

How to compress or stretch a graph?

I’m just wondering if you want to compress a graph in the horizontal direction, do you just place the number in front of the ‘x’? For example, if you have g(x) = 1/x, do you just place a 3 in front of the x (to become 1/3x) in order to compress it,…