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

Boxplot: whiskers and outliers doubt

I have a doubt on boxplot. I'll expose my knowledge and then my doubt. $x=\{x_1,x_2...x_n\}$: the set of samples $q_1$,$q_3$: the first and third quartiles $w_l$,$w_u$: the lower and upper whiskers $IQR = q_3 - q_1$ box extends from $q_1$ to…
HAL9000
  • 205
0
votes
1 answer

Determine formula of a wave

I'm making some math exercises (not homework, out of interest). Given is the following graph: I have to determine which funtion $y(x)$ is shown. Possibilities: A: $y=3*sin(\frac{\pi}{2}*x+\frac{\pi}{2})$ B: $y=1.5*sin(\frac{\pi}{2}*x+\pi)$ C:…
Bart
  • 115
0
votes
3 answers

How to draw a hyperbola?

I have totally forgotten how to draw a hyperbola as $3x^2-y^2-4x+1=0$ , I tried to give a look in my old math books but I had not found anything similar to the form of the hyperbola I proposed. Can someone help me to understand in a simple and fine…
Dipok
  • 791
0
votes
1 answer

word problem, please help

Your classmate Juan missed the lesson on graphing linear equations using slope-intercept form. You attend the class and what to help Juan understand the material he missed. Assume Juan knows how to graph $y=x$. Part A: Write an explanation for…
aaly b
  • 5
0
votes
1 answer

write an equation of a line parallel to the given line through the given point

write an equation of a line parallel e given line through the given point $y=\frac{1}{2}(x-2)$ and point $(3,6)$ I don't know how to do this I don't know what to try I feel hopeless
aaly b
  • 5
0
votes
2 answers

Drawing the graph of cubic function

How can I draw the graph of the function: $f(x)=x^3-3x+1$,that has 3 solutions, to determine the number of solutions contained in the interval: $[-2,2]$?
wonderingdev
  • 1,761
0
votes
1 answer

Worded Problem: Model a Plane Landing

I have no idea to model this. All I know are the two points $(50, 10)$ and $(0,0)$ Then from after solving I get $a=1/12500$ and $b=0$ The textbook answers are:
confused
  • 983
0
votes
1 answer

what different things can you graph?

I am trying to learn graph as many thing as possible, without using calculator. It will help me a lot if some one can give me more topics. So i can learn how to graph them. line parabola sin/cos/tan circle
dave
0
votes
2 answers

How to plot $\frac{\sqrt{12+x-x^2}}{x(x-2)}$

How to plot $\frac{\sqrt{12+x-x^2}}{x(x-2)}$ My solution: The roots are : -3,4 Domain : x = [-3,4] - {0,2} The derivative is coming very large so is there any other way to do it? How to proceed further ? Please help.
user2369284
  • 2,231
0
votes
3 answers

Find a zero of a function: $f(x)= x+\sqrt{1-x}$

Find a zero of a function: $$f(x)= x+\sqrt{1-x}$$ What I did: $$x+\sqrt{1-x}=0$$ $$\sqrt{1-x}=-x$$ $$1-x=x^2$$ $$0=x^2+x-1$$ $$x_{1}=\frac{-1+\sqrt{5}}{2} $$ $$x_{2}=\frac{-1-\sqrt{5}}{2} $$ But in solutions says there's only one zero of this…
L_McClain
  • 523
0
votes
1 answer

How do you go about creating these graphs out of this problem

I'm trying to solve a list of math exercises and got stuck on this one. I have no idea of how to go about solving it. It asks to build 3 graphs, but if someone could explain just one of them I should be able to find my way on the other ones. The…
Delta
  • 323
  • 2
  • 10
0
votes
1 answer

How to graph aggregate portfolio performance?

Here is an example of a performance graph of a "motif" on Motif Investing. The motif is a portfolio containing Apple and Microsoft stocks weighted at 50% each. The graph represents the aggregate performance of the 2 stocks over time (the blue…
0
votes
1 answer

Examine the number of solutions depending on the parameter

Examine the number of solutions depending on the parameter $m$ $2^{|x-2|+x}=m^2$ I know how looks plot of $2^{|x-2|+x}$. I know how to do it when it would be $m$ instead of $m^2$
Marco
  • 61
0
votes
6 answers

Find the roots of the function

find the roots of the function when $x$ goes from $0$ to $3$? $$f(x) = \tan(2 x) - 1$$ I tried to set $f(x)=0$ but came up with $x=28$
Illuminati
  • 137
  • 1
  • 2
  • 10
0
votes
2 answers

Möbius strip reversing effect not happening

I used an arrow with L and R written on it and marked the starting point matching these sides. Then I slid the arrow along the strip until i got back to the starting point and L and R were still in the same orientation. Only when the arrow was at…
Mauro