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

Do you know how can I see any image of graph?

If exist homepage or method, please tell me. I want see some image of graph like $y=x^2\sin\left(1/x\right)$ or $y=\frac{\ln(x)}{x}$. Of course, I know that they are not complex, but I want to see it sketched lovely. I know mathematica, but I don't…
0
votes
1 answer

Sketch a graph of the following function - how to?

In the image you have the function and its graph. I don't know how is the graph gotten? I calculated that the zeros are: $ x = 0, x = -3$ and the function isn't defined for: $ x = 4, x = -2$. But in the solution I see whole three curves for…
dfgj fghjk
  • 111
  • 1
  • 1
  • 8
0
votes
0 answers

Is there any criteria for expressing equations as graphs and vice-versa?

Well, all I know is that equations can be expressed as graphs and graphs can be expressed as equations. This is something we all learn at school but can anyone tell me why there is such a relation? And what is a criteria for such a relation to…
0
votes
1 answer

Equation to draw a budget graph

Say I have $50,000 in cash, and need a loan for the rest of a house. Holding the loan-to-value constant at 80%, how can I plot the amount of remaining cash against the price of the house? y = ...? Sorry if this is far too easy for this site!
0
votes
1 answer

How many solutions does $\tan(\frac{1}{x}) = 0$ have on the interval $-1 \leq x \leq 1$?

How many solutions does $\tan(\frac{1}{x}) = 0$ have on the interval $-1 \leq x \leq 1$? I do not know how to get the coefficient of $x$ here. I put this into a graphing calculator and it gave me a straight line. So I am assuming the answer to the…
KKendall
  • 869
0
votes
2 answers

exponential graphing with intercept

I'm not sure what to do exactly. I got the equation of the line to be $y=\dfrac{p}{\ln\left(p\right)}x+p$ is this correct? Now I need to solve for x using the above.
0
votes
0 answers

Hyperbola with linear segment

I'm looking for a simple hyperbola-like function that has a linear like segment that can be parameterized to start at a and end at b (see attached illustration). Does anybody know a simple function that fullfils that? I've been trying …
hennyk
  • 3
0
votes
3 answers

Finding a tangent at a point $A(a,b)$ without the use of limits or derivatives.

Currently reading Gelfand's Functions and Graphs as part of pre-calculus and stuck on this question. The author discusses a way to find a tangent to a curve without the use of limits or derivatives with the following sample solution: Find the…
0
votes
0 answers

Does anyone know the equation for the graph these points fall onto?

I need to write an equation to determine how rotating a digital balls path with the ball as the center of rotation effects the amount it moves on the x&y axis each frame. I made a table of points on the equation to help me write it, but I'm unable…
0
votes
1 answer

How do you create a graph for $y=-\frac32x$ but $x$ has to be an integer?

How do you create a graph for $y=-\frac32x$ but $x$ has to be an integer? I'm not sure how to show the graph is infinite because it is a linear equation, you could put arrows at the end of the line but since $x$ is an integer, it has to be…
0
votes
0 answers

Composite transformations intuition

I'm struggling to understand composite transformations. If we let $f(x) = \sin x$, and then draw the graph $f(2x)$. Why is it that when we translate $f(2x)$ by $\pi/4$ units to the right, one of the $x$ intercepts to the graph becomes $- \pi / 4$. I…
0
votes
0 answers

find a function on an existing schedule

A function of two variables is given: $$\chi(\xi, P) = -2 \left(-3 P \,\xi^{4}+3 P^{2} \xi^{2}-P^{3}\right)^{\frac{1}{6}} \cos \! \left(\frac{\pi}{3}+\frac{\arctan \! \left(\frac{\sqrt{-3 P \,\xi^{4}+3 P^{2}…
Vaisala
  • 17
0
votes
0 answers

Graph of Function With Translation

I tutor a student and the question they have is: " Give an example of a function whose horizontal translation gives the same resulting graph as the vertical translation ". My work: I thought of several well known collegiate functions like linear,…
Wang YeFei
  • 6,390
0
votes
0 answers

Graphing $a=y(1-x)$ trendlines and sample

I'd like to be able to express the following in a graph: Given the equation $a=y(1-x)$ where $0 \leq x,y \leq 1$ and three class thresholds: A: a<0.05 B: 0.05=0.1 I'd like to show that the a sample $(y=1, x=0.7)$ falls under class C…
SQLUser
  • 1
  • 1
0
votes
0 answers

What function f(x,m) will give me graphs that look like this? "Sigmoid-like" when x < m, linear when x >= m

Is there an equation/function that will give me a graph that looks like the following? f is a function of x and m, where m is a "cutoff" variable--values of x less than m follow a "sigmoid-like" curve, and values of x greater than or less than m…