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

Find the length of the shortest path from the point (3,5) to the point (8,2) that touches the x-axis and also touches the y-axis

My problem is that I can't create a line that passes through both points AND is the shortest path AND touches both axis lines.
user61646
  • 403
0
votes
1 answer

Help me finding function which give this type of graph.

Few days ago I was playing with graphing tool . For some function the graph came out to be like this- When I zoomed it where it begins,it gave graph like this- I was curious to know weather function is increasing just after $x=0$ or decreasing.…
Hmmmm
  • 1
0
votes
1 answer

Sketching the region defined by a system

I have the following system: \begin{equation} \begin{bmatrix} u \\ v \end{bmatrix} = \begin{bmatrix} xe^y \\ ye^x \end{bmatrix} \end{equation} which is enclosed in an area given by $$ u = 1, u = e, v = 1, v = e$$ To be honest I am…
1muflon1
  • 395
0
votes
1 answer

graphing exponential function

When graphing a function with exponentials in the numerator and denominator if you know its defined for all $x$ in $R$, can you do anything more than check the limits as it approaches positive and negative infinity and then check a point like x=0…
0
votes
1 answer

How would you draw the graphs of the interactions between these functions?

I was wondering how I would draw the interactions between these functions if I were not given the equations for them (and am not allowed to make an equation). Please ignore my current drawings. Thanks.
0
votes
1 answer

R plot graphics statistics people same birthday

I want to code the birthday problem in R using the plot . I've wrote the code the problem is that I get an error with that . Any idea is welcomed .Thank you very much . Edit edit I've changed the code : paradoxe_anniversaires <- function(n){ …
ana maria
  • 101
0
votes
1 answer

Inequality graph concept

The inequality is: $8-3x \le -4$. Very straightforward. Solution is $x \ge4$. Perfect. Then the problem says to graph this inequality using the line $y=8-3x $ and $y=-4$ and show that these 2 lines produce the validity region of $x \ge4$. …
user163862
  • 2,043
0
votes
2 answers

Finding point of intersection

q 23 my solution I attempted like above.Then to check i plotted graph on desmos. so it showed me three roots.One before zero also. So i tried using first dervivative to get monotonocity of the function, yet am not able to reach a proper solution.
maveric
  • 2,168
0
votes
0 answers

ordered pair confusion

The set of solutions for $y=x+1$ can be represented by a set of ordered pairs of the form $(y,x)$ or $(x,y)$ which is obviously always used. So these 2 sets define different subsets of $\mathbb R^2$, but i would graph them the same on the $x-y$…
0
votes
1 answer

How can I find changes in momentum/direction of a line graph?

Let's say I have a line graph with a $1-\text{minute}$ moving average as pictured below. I would like to use a script find the $X'd$ positions on the line. The $X's$ represent beginnings of changes in momentum/direction. Is there an algorithm or…
0
votes
1 answer

What's that equation that spells a math word?

I can't remember what it was, but I vaguely remember a semi-famous equation that when graphed spells a math word like "equation" or a number, does anyone know what that is?
GaneGoe
  • 101
0
votes
2 answers

Examples of wavy functions needed

There are many functions, the graphs of which appear as waves on X-axis of Cartesian plane, with ever increasing amplitude as $x$ approaches $–\infty$. eg. $y=x^n \sin(x)\cos(x)$ Can you provide me with some more examples of such functions?
0
votes
3 answers

Calculating an unknown point on a graph

I have a load of data that consists of websites and the "power" of their backlinks. The lowest power is 1. The highest is 949876. The average is 6056. I want to be able to assign a site a ranking from 1-100 that denotes how powerful they are. I…
0
votes
1 answer

Drawing rectangle on the graph

I use “Desmos” app on my Android to plot functions. Is there any app by which I can draw rectangle on the graphs like this:
0
votes
1 answer

How do I draw the graph for y = $\frac{KQx}{[R^2+x^2]^{3/2}}$

How do I draw the graph for y = $\frac{KQx}{[R^2+x^2]^{3/2}}$. Actually this is from a physics question which requires me to draw the graph of electric field (E or y) caused by uniformly charged ring against distance x from ring. Here k,Q and R are…
Hema
  • 1,329