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

Problem in sketching graphs of functions

Find the number of real solutions for $|y|=\sin x$ and $y=\cos^{-1}(\cos x)$, for $x\in [-2\pi,2\pi]$ Now the easiest way to solve this is by sketching the graphs for both functions I used a calculator for this. Clearly there are three solutions,…
Aditya
  • 6,191
0
votes
1 answer

An equation for a graph which resembles a hump of a camel / pulse in a string?

Sorry if this question isn't valid. I just need to know an equation/function for a graph which resembles something close to
0
votes
1 answer

Looking for a math expression to fit these series of inputs/graphs

I require a math formula that lets me move smoothly between these graphs: It must always intersect x=0 and x=1 as seen, and its peak must always be at 1. It can be a parametric equation. How might I generate something like this. For example that…
0
votes
0 answers

Sketching the graph for function f

Sketch a graph of function $f$ that satisfy all the following conditions $f'(x)>0 \,\text{if} -36 ;\\ f'(x)=e^{(2x+7)} \,\text{if} \,x<-3 ;\\ f'(x)=-3 \,\text{if}\, 30 \,\text{if} \,0
0
votes
1 answer

Piecewise Function vs Regular Function

I'm into graphing functions and I'm currently working on some project of mine. I'm a little confused, what's the main distinction of a Piecewise Function with just a Regular / $f(x)$ Function? I mean, most Piecewise functions posses the same format…
0
votes
4 answers

Is there a way to calculate the scale of the Y axis without values on the Y axis

given the following bar graph (which shows monthly revenue, but no actual values), is there a way to calculate the revenue (actual dollar amount) in 3/2013?
yas4891
  • 123
0
votes
3 answers

What is wrong with my answer?

The question asks me to calculate area under the graph. Seeing as gradient = -1, the x intercept is 60. The area under the graph would be 360, but this is wrong. Where is my mistake?
0
votes
1 answer

How does the log axis on a semilog plot work?

I am not sure about how the log axis on a semilog plot works and I couldn't find information explaining that. My questions: Just to make sure, are the values on the y-axis of a semilog plot calculated using y=10^x? Why are there different…
Claire
  • 431
0
votes
1 answer

Normalizing graphs?

I have a statistical line graph for a website which is all automated, but it does not look very nice. What can I do with the data (massage it, etc) to make it look better and easier to read? The graph can be viewed here. If something like…
JBurace
  • 101
0
votes
0 answers

Finding C(x,y) equidistant from multiple points

Given that C(x, y) is equidistant from each of the points P(1, 5), Q (−5, −3) and R(2, −2), use the distance formula to form two equations in x and y and solve them simultaneously to find the coordinates of C. I tried to solve the above question…
Maths
  • 25
  • 5
0
votes
3 answers

How to draw graph of this function

Given f(x) is a function where its 2nd derivatives f''(x) as shown in the graph below. y \ | \| \ |\ | \ ______________|__\____________ x …
dgnamu
  • 11
0
votes
2 answers

Graphing absolute equations

If we have an absolute equation like this one: $$|x-1|+|x+1|=4$$ do I read it as $$|x-1|+|x+1|=y$$ or is it actually: $$|x-1|+|x+1|-4=y$$ The graphs are different so I'm confused which one is the right path to follow if I want to graph the…
0
votes
1 answer

What this graph called and what is its equation?

I am not a mathematician and the last time I used a formula complexer than sin(x) was during my university time about 10 years ago. Recently I saw an interesting graph but I couldn't find its formula or even its name. here is an almost…
AaA
  • 103
  • 3
0
votes
0 answers

How to visualize a parametric circle equation for a complex number?

We know the parametric equation of unit circle: $$\begin{cases}x=\cos(\alpha)\\ y=\sin(\alpha)\end{cases}$$ Now, let's assume $\alpha$ is complex number. How will it look like? How to plot(visualize) it? Edit: The range of $\alpha$ is $-5-5i$ to…
PavelDev
  • 397
0
votes
1 answer

How do I plot the likelyhood of an event occurring after X chances?

Let's say there's a 1/10 chance of something happening. Given 1 chance, there's a 0.1 chance of the thing happening. Given 2 chances, there's a 0.1 + (0.9 * 0.1) chance of the thing happening. Given 3 chances, there's a ... Help! Is there any way to…
Hubro
  • 317