Example
Use a and b to write and plot a centered ellipse.
highlighted = computed this step
Step 1 — Read a and b
Read the semi-major and semi-minor lengths.
a=5b=3
Step 2 — Square the axes
Square a and b for the denominators.
a2=25b2=9
Step 3 — Standard form
Write the centered ellipse standard form.
25x2+9y2=1
Step 4 — Plot the ellipse
Plot the ellipse and its vertices.
Coordinate plot
Step 5 — Vertices
State the left and right vertices.
L=(-5,0)R=(5,0)
Step 6 — Co-vertices
State the lower and upper co-vertices.
D=(0,-3)U=(0,3)
ellipse-standard-form
For a centered horizontal ellipse, x^2/a^2 + y^2/b^2 = 1. The vertices use a, and the co-vertices use b.