B What Math Class Teaches us how to Draw a Graph?

  • B
  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Class Graph
askor
Messages
168
Reaction score
9
What math the drawing a graph, for example: y = x^2, is taught? Is it algebra, calculus, or any other else? Thanks
 
Mathematics news on Phys.org
askor said:
What math the drawing a graph, for example: y = x^2, is taught? Is it algebra, calculus, or any other else? Thanks
Have you done any research on this? What have you found?
 
Algebra probably. Draw how? In a graphing tool it's simple. Drawing it by hand is difficult for non-trivial functions as it requires you to solve the equation for a lot of different values and then plotting them as points; this is tedious work and will only give you a poor approximation of the actual graph.
 
It is taught in a class called algebra in high school (NOT abstract algebra), and often called pre-calculus in college.
 
  • Like
Likes symbolipoint and fresh_42
How do you draw the graph of ##y = 9x - \frac{x^3}{9}##?

I only know how to draw a graph of quadratic function. This function has a power of 3.
 
askor said:
How do you draw the graph of ##y = 9x - \frac{x^3}{9}##?

I only know how to draw a graph of quadratic function. This function has a power of 3.
Where are the turning points? What is the value of the function at those points? How does the function behave as ##x \to \pm \infty##?
 
askor said:
What math the drawing a graph, for example: y = x^2, is taught?
We call it curve discussion here at school. The recipe is always the same:
  1. Determine the zeros of the function.
  2. Differentiate as often as it is possible.
  3. Determine all zeros and sign changes of all derivatives.
  4. Determine all poles.
  5. Determine the asymptotes at the poles.
  6. Determine the asymptotes at infinity.
Once you have all these, you can draw the curve very precisely.
 
  • Like
Likes dextercioby and FactChecker
Without knowing any algebra or calculus, you can just plug in some values for x and calculate the resulting values of y. Do you know any calculus? (You have not posted any information about your background in your profile.)
 
  • #10
Yes, I learned calculus of differentiation and integration.
 
  • #11
askor said:
Yes, I learned calculus of differentiation and integration.
Then you should be able to do the steps that @fresh_42 put in the post above (possibly with some review). His list looks complete to me.
 
  • Like
Likes symbolipoint, Vanadium 50 and malawi_glenn
  • #12
You need limits and differentiation to apply all steps outlined by the moderator above in post#8. This is typically high-school education in most countries. I wouldn't call it advanced stuff, but surely not elementary.
 
  • Like
Likes PeroK, Delta2 and malawi_glenn
  • #13
if the graph of a differentiable function changes direction, then the derivative equals zero somewhere in between. This means the graph does not change direction between any two consecutive zeroes of the derivative. Thus the most efficient way to graph a function is to plot the zeroes of the drivative and then to determine the limits at ± infinity. If the derivative has no zeroes, and even if it does, you will also want to plot a few other points, such as where it crosses the x-axis and/or y axis, and where it changes curvature. It is thus useful to plot zeroes of the second derivative, since curvature can only change at these points.

It follows that efficient graphing can only be taught in or after a course which teaches derivatives, hence usually calculus, at least today in the US. Note however that over 100 years ago in the US, we had more elementary books such as Treatise on Algebra by Charles Smith (1888), that did treat derivatives, so my father may have learned this in high school in the early 1900's.
 
Last edited:
  • Like
Likes dextercioby and Delta2
  • #14
FactChecker said:
It is taught in a class called algebra in high school (NOT abstract algebra), and often called pre-calculus in college.
THAT, or at least mostly.
Students learn to make simple graphs in "Algebra 1", and the studies for making graphs continue from there.
 
  • #15
askor said:
How do you draw the graph of ##y = 9x - \frac{x^3}{9}##?

I only know how to draw a graph of quadratic function. This function has a power of 3.
If at least you have studied your Algebra 1, then you know to either (1) use a graphing tool, or (2) plug in values for x and evaluate corresponding y values; and then plot your points and draw your curve. Too simple? You learn more about such graphs in College Algebra.
 
  • #16
This is the original problem of what I asked:

s&mdiagram.PNG


How do I draw the V shear and M moment graph like above?
 
  • #17
The image and question (post #16) seem to give a sense of mechanical engineering or Physics(mechanics). One would learn to draw pictorial figures AND make graphs throughout Mathematics courses and not only starting with Algebra 1. You first asked "What Math Class Teaches us how to Draw a Graph"? ALL OF THEM!
 
  • #18
I will go out on a limb and try to answer the original question, but I could easily make mistakes.

To graph y = 9x - x^3/9, first set y = 0 and get x = 0, 9, -9. If one also notes that the leading term is a constant multiple of -x^3, one knows the graph comes down from + infinity on the extreme left and goes down to - infinity at the extreme right. Hence just graphing these 3 points, (-9,0), (0,0), and (9,0), one knows the graph comes down from the left, crosses the x-axis at (-9,0), then at some point between x= - 9, and x= 0 , the graph turns up again, crossing the x-axis at (0,0), continues upward, then turns down again at some point between x=0 and x = 9, and goes down again, crossing the x-axis at (9,0), then continues on down to minus infinity. Calculus is not really needed for this rough graph, which looks a bit like a fishhook on the left, and an upside down fishhook on the right, with their points meeting at (0,0).

To find the 2 turning points, use calculus to take a derivative, getting y' = 9 - x^2/3, and set it equal to zero, getting x^2 = 27, or x = ± sqrt(27). Plotting these two points gives the turning points as (-sqrt(27), -6sqrt(27)), and (sqrt(27), 6 sqrt(27)).

To clarify that the curvature does indeed change from concave up to concave down at (0,0), compute the second derivative y'' = -2x/3, set it equal to zero, getting x=0.

To compute the slope of the graph at this "inflection" point, compute y'(0) = 9, getting the slope of the tangent line at (0,0).

That is about what a calculus student of mine would learn.
 
Last edited:
  • Like
Likes dextercioby and PeroK
  • #19
askor said:
How do you draw the graph of ##y = 9x - \frac{x^3}{9}##?

I only know how to draw a graph of quadratic function. This function has a power of 3.
One usually learns to graph polynomial functions, which your example here resembles, in College Algebra.

I said, "resembles" not "is". Some people will tell that a polynomial function has integer coefficients. I am not fully certain if this is or is not correct.
 
  • #20
symbolipoint said:
I said, "resembles" not "is". Some people will tell that a polynomial function has integer coefficients. I am not fully certain if this is or is not correct.
Polynomials can have coefficients from any ring or field.
 
  • #21
I have seen this done as early as 5th and 6th grade math. Although they take a "table" method approach. Ie., they give a naive definition of a function, then pick a few nice numbers to plug into the function, and tell you to connect. One starts learning other methods, besides the one mentioned above, in Algebra 1. You redo it again in Algebra 2, but learn new techniques to graph polynomial of higher degree than 3.
 
  • #22
symbolipoint said:
One usually learns to graph polynomial functions, which your example here resembles, in College Algebra.

I said, "resembles" not "is". Some people will tell that a polynomial function has integer coefficients. I am not fully certain if this is or is not correct.
Only the exponents of the variables of a polynomial need to be positive integers (including 0).
 
  • #23
MidgetDwarf said:
Only the exponents of the variables of a polynomial need to be positive integers (including 0).
I made a technical word choice mistake. The exponents in polynomials are the Whole numbers. "Integers" obviously the wrong word choice.
 
  • #24
Actually students are taught about graphs, not just at Algebra 1, but also BEFORE reaching the course. Elementary kids are taught about bar graphs and pie charts. Maybe other kinds...
 

Similar threads

Back
Top