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

When making a line graph, can you start at 4000 on the y axis and then continue up in 500's?

When making a line graph, can you start at 4000 on the y axis and then continue up in in the increments of 500? E.g., 4000 at the bottom then, goes up to 4500 then 5000 etc.
John
  • 1
-2
votes
1 answer

Why is the graph of the function $y=x^{2.9}$ not tangible on the negative side

Why is the graph of $y=x^{2.9}$ intangible on the negative side?
1196315
  • 31
-2
votes
1 answer

Plot 2 or more parametric functions MAXIMA

In Maple you can plot several questions using the display()function Is it possible to do so in MAXIMA? for example, draw these two parametric functions in the same gaphic: wxplot2d([parametric,theta1(t,2,3),theta2(t,4,3),[t,-pi/2.1,pi/2.1]], …
-2
votes
1 answer

sketch graph of function

Sketch a possible graph of a function that satisfies the given conditions. (0)=−2,(2)=4 ′(2)=0,′(1) is not defined ′()<0 on (−∞,1) and (2,∞) ′′()>0 on (−∞,1) ′′()<0 on (1,∞)
saba
  • 7
-2
votes
1 answer

Math quiz ambiguity

This is a picture of my math quiz in which I got a question wrong. I feel I should not lose points as the question is to ambiguous. I assumed that if one point lied above x-axis then that would constitute as the graph lying above the x-axis. My…
-3
votes
1 answer

graphing question that im not able to solve

Find the standard form of the equation of the line through (4, 1) that is perpendicular to the line 2x = -3y + 7. What is the x- and y-intercept of the line
-3
votes
3 answers

Finding an equation given points

I have a list of dozens of points and would like to find a way of finding an equation that passes through every point. I am NOT looking for linear regression
Pinged
  • 1
-3
votes
1 answer

Writing in standard form

I have the following: $$-11(0.1x-0.2)(0.3x-0.4)$$ I know that the answer is $$−0.33x^2+1.1x−0.88 $$ But what steps do i need to take to write it in standard form? I don't fully grasp the steps, so if anybody would like explain them to me I'd feel…
ye546
  • 3
-3
votes
3 answers

Why does the graph of $\sqrt{x}+\sqrt{y}=1$ not touch either of the axes?

I entered this function on a graphing calculator and found that it did not touch either axes. Can someone please explain why x,y cannot be zero?
-3
votes
2 answers

How to translate $r=$ equations

I have a polar graph function $$r=2\cdot\sin(\theta)$$ How would I translate (shift) graph $r=2\cdot\sin(\theta)$ with a vector $(^x_y)$? What I am looking for is a change to the polar function that moves the graph along $x$ by $x$ units and $y$ by…
Xetrov
  • 2,089
-3
votes
1 answer

Geometrical significance of $f(x, y, z)$

Keeping it brief and simple, $f(x) = y$ can be plotted in $xy$-plane. $f(x, y) = z$ can be plotted in 3D coordinate system. But what happens as we come across a function like this one $f(x, y, z) = w$. Can we plot it? In what system? I have a…
-3
votes
3 answers

Searching for a function from this plot

I'm looking for the simplest function that can model this graph: The source is predicted speed figure by age. I've tried wolfram alpha for polynomial interpolation: InterpolatingPolynomial[{{2, 45}, {3, 60}, {4, 70}, {5, 70}, {6, 69}, {7, 67}},…
Vlad
  • 197
-4
votes
1 answer

What causes the strange behavior of $s=1$ in the graph $c=\sin^2(s+2^x)$?

I came across a very weird graph on Desmos and I can't figure out how this thing works. It is $$c=\sin^2(s+2^x)\qquad s=1$$ Note: it makes a difference if $s=2$.
1 2 3
50
51