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

parabola focal width

What is the focal width of the parabolic equation $y=x^2-8x-18$? I have pretty much all of the other vital numbers (vertex is $(4,-34)$, focus $(4, -\frac{87} 4$)) but am having a problem figuring the focal width.
greg
  • 11
1
vote
2 answers

Is there any software that can estimate a matching function for a set of plot points?

I have a set of 2D coordinates that represent a curve, and I'm struggling to find a function that roughly matches them. Is there any software (free, preferably) that can fairly accurately guess a function that mostly matches a set of points (y =…
1
vote
4 answers

Formula for defining a curve

I am attempting to come up with a formula to describe something like the following: I need the curve to start from 90% on the left side and it needs to hit 0% at the five year mark on the right. I'd like to be able to control how curved it is…
1
vote
2 answers

How to get the equation of this and plot it?

I was playing Mine Craft when I thought of this idea. first I mention some explanation : In this game there are creatures named villagers and also some named zombies. If a zombie hits a villager the villager will into a zombie. Now consider we have…
AHB
  • 1,469
1
vote
1 answer

Could someone explain to me why the range of the graph is R\(0,5]

I am trying to help my brother with his exam preparations, and we came across this question and found the answer a little confusing. Here is the graph and the range, taken from the answers page of the practice questions. Shouldn't the correct range…
Prodigga
  • 111
1
vote
2 answers

Study the function $y=(x^3-4x)^{1/2}$ & sketch its graph (without using a graphing calculator).

$y=(x^3-4x)^{1/2}$ or, $y^2=x(x+2)(x-2)$ So, $0,+2,-2$ are the roots of this function. Then I can find out $f'(x)$, $f''(x)$, thus finding the maxima & minima of the function. I can separately draw the parabolic curves , $y^2=x$, $y^2= (x+2)$ &…
1
vote
2 answers

What is the function that generates this graph?

I have the following coordinates: ( 1, 1) ( 2, 1) ( 3, 3) ( 4, 1) ( 5, 3) ( 6, 5) ( 7, 7) ( 8, 1) ( 9, 3) (10, 5) (11, 7) (12, 9) (13,11) (14,13) (15,15) ... ... etc. basically: the y values are all odd numbers in ascending order but they start…
Ahmad
  • 113
1
vote
1 answer

Write the equation for the surface generated by by revolving the curve around the indicated axis.

$x=2z^2$, revolved around the $x$ axis. How exactly do I go about this? I can plot the curve out and see that this is going to be an elliptic paraboloid oriented along the x-axis; however, I still am not sure how to actually write its equation out.…
Mock
  • 536
1
vote
2 answers

Is this graph concave up on this interval?

The graph above is concave up on the intervals: $[-5,0]$ and $[0,5]$. My question is: Is the graph concave up on this interval $[-5,5]$ ? In other words: Since $x=0$ is a corner, does that effect the concavity of the interval $[-5,5]$ ?
Nathan
  • 177
1
vote
2 answers

Effects of adding multiples of Cos and Sin

I currently have increments of 0.1 from 1 to 20 for x values. I have produced graphs for sin and cos but I am now looking into the effects of multiplying them with numbers in front. Would anyone be able to explain the effects of multiplying $cos$…
Firgz
  • 15
1
vote
1 answer

Line through integral points

(From I. M. Gelfand) If it is known that the straight line y = kx + b passes through two integral points, are there any other integral point on this straight line? I tried out contradiction. Suppose (x1, y1) and (x2, y2) are the two integral points…
buzaku
  • 589
1
vote
0 answers

How to turn this into a straight line?

Right now, I am trying to turn my graph (which looks like a exponential graph) into a straight line graph, which starts at the origin $(0,0)$. How would I do this? My values are given in the attachment, and I have uploaded a picture of my graph…
1
vote
1 answer

Find a function from graph

I have a greater "trouble". I wanna learn more about "graphs". On this webpage I found some nice graphs in heart shape. And they where written as functions. Another graph I found was "the batman (equation) graph". I would really like to know how to…
1
vote
1 answer

What are the lines of a surface plot called?

I am wondering what are the names of the specific names of the lines used when a program such as Matlab or Mathematica plots a surface in 3D. They are lines which are the intersection between planes parallel to the axis and the surface itself. As…
1
vote
1 answer

Study of the function $\log(1+\sin(x)+\lvert\sin(x)\rvert)$

I have to study this function. To remove the modulus I split the original function in \begin{cases} \log(1+\sin(x)+\sin(x)), & \text{if $0
colis
  • 93