Skip to main content

How to find intersections, zeros, maximum and minimum points on the Casio fx-CG50

Draw a graph, then read off roots, turning points and where two curves meet with G-Solve / CALC / Analyze Graph. Exact keystrokes for the fx-CG50 first, then the other calculators, a worked example you can check your answers against, the mistakes that cost marks, and the same thing in Desmos.

Calculators: Casio fx-CG50 (OS 3.80) · TI-84 Plus CE (OS 5.8.x) · TI-Nspire CX II (OS 6.x). Checked September 2026.

When you need it

The most-used GDC skill in AI and AA Paper 2: roots of a model, the maximum profit, the times two particles meet, the vertex of a quadratic model. Write down what you did ("intersection of y = f(x) and y = 2 using GDC") and give coordinates to 3 s.f.

Practise it: SL AI applications of functions · SL AA graphing functions · SL AI optimisation · HL AA polynomials.

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Graphs: intersections, zeros, max and min on the Casio fx-CG50

Written for OS 3.80 (menus unchanged from OS 3.60 onwards as far as we can tell). Casio fx-CG50: graphic (GDC).

  1. MENU 5 (GRAPH). Type Y1 = X³ − 4X + 1 (X is the X,θ,T key) and EXE; type Y2 = 2 − X and EXE.
  2. F6 (DRAW). If the curve is off screen, SHIFT F3 (V-WIN) to set Xmin/Xmax/Ymin/Ymax, or F2 (ZOOM) → AUTO.
  3. SHIFT F5 (G-SOLVE) opens the menu: F1 ROOT, F2 MAX, F3 MIN, F4 Y-ICEPT, F5 INTSECT (intersection).
  4. Choose ROOT (or MAX, MIN). With two graphs drawn, pick the curve with ▲ ▼ and press EXE. Press ► to jump to the next root, max or min to the right.
  5. For an intersection choose F5 (INTSECT), select the two graphs with EXE each time, then ► for the next one.
G-SolveY1=X³−4X+1ROOTX=1.860805853 Y=0ROOTMAXMINY-ICEPTINTSECT▷
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • F6 (▷) inside G-SOLVE gives more: Y-CAL / X-CAL (the y for a given x and the x for a given y) and ∫dx (the area under the curve between two x values).
  • After G-Solve the result is kept in the X and Y variables until you solve again: go back to RUN-MATRIX and store the one you need, e.g. X → A.
  • The roots, MAX and MIN are only found inside the current View Window: widen it if a turning point is off screen.

Worked example

f(x) = x³ − 4x + 1. Find (a) the zeros of f, (b) the local maximum and minimum, (c) where y = f(x) meets y = 2 − x.

Answers (checked with Python)

(a) x = −2.11491, 0.254102, 1.86081. (b) Maximum (−1.15470, 4.07920); minimum (1.15470, −2.07920). (c) x = −1.53209, −0.347296 and 1.87939 (the last one at (1.87939, 0.120615)).

Common calculator mistakes

Do it in Desmos

Not in the exam. Desmos is not an approved calculator for IB exams, so never rely on it for Paper 2. It is excellent for learning, checking a GDC answer and building graphs for your Internal Assessment (IA).

  1. Type f(x) = x^3 − 4x + 1 and y = 2 − x.
  2. Click a curve: the zeros, turning points and intersections appear as grey points. Click one to see its coordinates.
  3. Drag the view or use the wrench to set the axes; Desmos keeps finding the points as you zoom.

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • f(x)=x^{3}-4x+1
  • y=2-x

More calculator skills

Sources

Menu names are taken from each manufacturer's manual for the OS versions shown. Menus can move slightly between OS updates: if a screen looks different on yours, the manual for your version is the reference, and please tell us so we can update this page. Worked-example answers were recomputed independently in Python.