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

Is there a horizontal asymptote in $y =\frac{ x}{x^2 + 1}$

$$y = \frac{x}{x^2 + 1}$$ I was trying to sketch the graph of the above function but have no idea how to draw the rest after drawing the two concaves. I saw the graph of this function from a graphing calculator and it looks like there is an…
jessij
  • 135
0
votes
1 answer

How do I graph acceleration?

I have written some java code for the calculation of some various acceleration and etc. type data. I am now trying to graph that data so I can pull specific data over a time line. The values I have received via my math program are purely accurate…
texasman1979
  • 123
  • 5
0
votes
1 answer

Math graphs formula finding

For a math assessment we need to make a identical graph of $3\cos(4x)−5$ using $\sin$ instead of $\cos$? Wondering if anyone can find a formula using $\sin$?
0
votes
3 answers

Visualizing closed balls

Consider the vector space $C([-\pi,\pi])$ of all continuous functions on the interval $[-\pi,\pi]$ equipped with the norm $$||f||= \max_{x\in[-\pi,\pi]}\{|f(x)|\}.$$ sketch the closed ball of center $\sin x$ and radius one. $\textbf{Attempt:}$ I'm…
user119264
  • 511
  • 3
  • 13
0
votes
0 answers

What does the last range on a histogram represent?

In a textbook maths problem I've got a continuous variable $m$ that could take values from 0 to 100 (inclusive). In the question, the author writes the following: $0 \leq m < 10$ $10 \leq m < 20$ $20 \leq m < 30$ ... And we are asked to complete…
0
votes
3 answers

Given a collection of consecutive points, can I find a graph equation that goes through all of them?

As said in the title I have a collection consecutive of points on R²(x0, x1, x2, etc.), and I am trying to find one continuous function, that defines a graph that passes through all of them. I've thought that I can always define a function by the…
Althis
  • 113
0
votes
1 answer

Correct way to describe this geometrical transformation

I am trying to describe to geometrical transformation that maps the graph of y = sinx onto the graph y = 2sinx. I know what the two separate graphs look like, and I could draw them, the only difference is 2sinx has it's peaks and troughs as 2…
0
votes
1 answer

How do I determine the target coordinates based on an angle?

I know my object is at a set of coordinates for example (150,480), and I need to move it x number of units at a y degree angle. Z What is the formula to calculate this? I slacked in math after Algebra II, and I've gotten pretty rusty - most of my…
0
votes
1 answer

How to draw the graph of $y=(2x^2+13x+9)/(6x+3)$

We haven't learnt how to design the graphic when the denominator has x, and it cannot be simplified. Can you just tell me the steps or lead me to a web address?
seda
  • 125
0
votes
0 answers

How to plot curve instead of lines in the below figure?I am using Log scale in x axis.

How to plot curve instead of lines in the below figure?I am using Log scale in x axis.
Devu
  • 36
0
votes
4 answers

Basic question about $y=mx$

The graph of equation $y=mx$ is a straight line... a) Parallel to the $x$-axis b) Parallel to the $y$-axis c) Passing through the origin d) That coincides with the $x$-axis This was a question in a math quiz which I don't know the answer to. Can…
0
votes
1 answer

find the points on curve that are almost equal

How do I find the points pointed by the arrow in the graph. I.e. the points where the slope of curve is almost $0$.
0
votes
1 answer

How to find equation for a line on a graph

I'm working on something that says the following: Source: http://www.inf.unibz.it/~zini/ML/slides/ml_2012_lab_05_solutions.pdf (solution 2) I can't wrap my head around how they get that equation from that graph?? If the equation is: X1 - X1A …
birdy
  • 109
0
votes
1 answer

Can someone draw this line $3x(x+1)(x^2+x+2)=16x(x+1)(2x+1)$?

Also the solutions for x are apparently (according to another question I have posted) $x=0$, $x=-1$, $x=-\frac{1}{3}$, $x=10$ But when graphing the line my self the solution are only $x=0$ and $x=-1$
0
votes
1 answer

I need and equation/graph

I've been out of school for a long time, and don't remember how to do this. I have some points on a graph with a curved line and I'd like to know an equation for them so I can plot beyond what I've already got. My current points are $x = 1, y=3000$;…
Chad D
  • 11