Graphing Calculator

Plot any function online and get AI-powered step-by-step working for its key features
Graph y = 2x + 3
Graph y = x^2 - 4x + 3 and label the vertex
Graph y = 1/(x - 2) and find its asymptotes
Graph y = sin(x) for 0 <= x <= 2pi

What a Graphing Calculator Actually Does

A graphing calculator turns an equation into a picture. You give it a function in the form y=f(x)y = f(x); it evaluates ff at hundreds of xx values inside the viewing window and joins the resulting points into a curve.

Two things therefore have to be settled before anything is drawn:

  • The equation must be solved for yy. An equation written as 2x+3y=122x + 3y = 12 has to become y=122x3y = \frac{12 - 2x}{3} before it can be plotted.
  • The window decides what you see. A parabola whose vertex sits at (0,400)(0, 400) is completely invisible in a standard 10y10-10 \le y \le 10 window. The graph is not wrong — the window is.

The curve is only a sample. Between the plotted points the calculator draws short straight segments, which is why a very steep function can look jagged, and why a vertical asymptote is sometimes drawn as a steep line that is not really part of the graph.

How to Graph an Equation Step by Step

  1. Solve for yy so the function is in the form y=f(x)y = f(x).
  2. Recognise the family. y=mx+by = mx + b is a straight line, y=ax2+bx+cy = ax^2 + bx + c is a parabola, y=1xay = \frac{1}{x - a} is a hyperbola with a vertical asymptote at x=ax = a. Knowing the shape tells you what the picture should look like before you plot anything.
  3. Find the anchor points. The yy-intercept is f(0)f(0). The xx-intercepts come from solving f(x)=0f(x) = 0. For a parabola the vertex is at x=b2ax = -\frac{b}{2a}.
  4. Build a small table of three to five xx values around those anchors and compute each yy.
  5. Choose a window that contains every anchor point, then plot and join the points smoothly.

To graph a relation that is not a function — a circle such as x2+y2=25x^2 + y^2 = 25, say — split it into two branches, y=25x2y = \sqrt{25 - x^2} and y=25x2y = -\sqrt{25 - x^2}, and plot both.

Common Mistakes to Avoid

  • Blank screen, correct equation. Almost always a window problem. Zoom out, or set the window from the values in your table.
  • Missing brackets. Typing 1/x+2 gives 1x+2\frac{1}{x} + 2, not 1x+2\frac{1}{x+2}. Wrap every denominator and every exponent in brackets.
  • Degrees instead of radians. y=sin(x)y = \sin(x) looks almost flat near the origin in degree mode, because one radian is about 57 degrees.
  • Treating the drawn asymptote as part of the curve. The near-vertical segment at x=2x = 2 in y=1x2y = \frac{1}{x-2} is a drawing artefact; the function has no value there.
  • Reading coordinates off the picture. Trace and pixel estimates are approximate. If you need an exact intercept or intersection, solve the equation algebraically.

示例题目

Step 1: The form is y=mx+by = mx + b, so this is a line with slope m=2m = 2 and yy-intercept b=3b = 3.
Step 2: Table of values: x=1y=1x = -1 \Rightarrow y = 1; x=0y=3x = 0 \Rightarrow y = 3; x=1y=5x = 1 \Rightarrow y = 5.
Step 3: Plot (1,1)(-1, 1), (0,3)(0, 3), (1,5)(1, 5) and draw the straight line through them.
Step 4: xx-intercept: 2x+3=0x=1.52x + 3 = 0 \Rightarrow x = -1.5.
Answer: A straight line through (0,3)(0, 3) rising 2 units for every 1 unit right; it crosses the xx-axis at x=1.5x = -1.5

Step 1: Vertex: x=b2a=42(1)=2x = -\frac{b}{2a} = -\frac{-4}{2(1)} = 2, and y=224(2)+3=48+3=1y = 2^2 - 4(2) + 3 = 4 - 8 + 3 = -1.
Step 2: xx-intercepts: x24x+3=(x1)(x3)=0x^2 - 4x + 3 = (x - 1)(x - 3) = 0, so x=1x = 1 and x=3x = 3.
Step 3: yy-intercept: f(0)=3f(0) = 3.
Step 4: Since a=1>0a = 1 > 0 the parabola opens upward; a window of 1x5-1 \le x \le 5, 2y6-2 \le y \le 6 shows everything.
Answer: An upward parabola with vertex (2,1)(2, -1), roots at x=1x = 1 and x=3x = 3, and yy-intercept (0,3)(0, 3)

Step 1: The denominator is zero when x2=0x - 2 = 0, so there is a vertical asymptote at x=2x = 2.
Step 2: As x±x \to \pm\infty the fraction shrinks toward 0, so the horizontal asymptote is y=0y = 0.
Step 3: Sample the right branch: x=3y=1x = 3 \Rightarrow y = 1; x=4y=0.5x = 4 \Rightarrow y = 0.5.
Step 4: Sample the left branch: x=1y=1x = 1 \Rightarrow y = -1; x=0y=0.5x = 0 \Rightarrow y = -0.5.
Answer: Two separate branches with a vertical asymptote at x=2x = 2 and a horizontal asymptote at y=0y = 0

常见问题

It is a calculator that draws the graph of a function instead of just returning a number. You enter an equation solved for y, and it evaluates the function across the viewing window and plots the resulting curve. Most also find intercepts, intersections, maximums and minimums from that graph.

Rearrange it first. For example 2x + 3y = 12 becomes y = (12 - 2x)/3. If the equation cannot be written as a single function of x, such as a circle, split it into two branches and graph both on the same axes.

Usually the curve is outside the viewing window rather than missing. Compute a few y values by hand, then set the window to include them. A blank screen can also mean a typing error, such as a missing bracket in the denominator.

Yes. Entering two functions on the same axes is how you solve an equation graphically: the x-coordinates of the intersection points are the solutions. It is also the quickest way to compare two models over the same range.

相关求解器

相关学习指南

免费试用 AI-Math

任何数学问题都能获得分步解答。拍照上传或输入问题即可。

开始解题