Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Function Graph Explorer

Plot Cartesian, polar, and parametric curves. Trace points along each curve, explore properties, and see step-by-step derivative analysis. Updated in real-time.

Functions

f
g
h
Display:

Properties

Enter a function and click Graph to see properties.

scroll to zoom · drag to pan

Quick Reference

Derivative Rules

Power Rule
ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}
Product Rule
ddx[fg]=fg+fg\frac{d}{dx}[f \cdot g] = f'g + fg'
Chain Rule
ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Trig Derivatives

ddx[sinx]=cosx\frac{d}{dx}[\sin x] = \cos x
ddx[cosx]=sinx\frac{d}{dx}[\cos x] = -\sin x
ddx[tanx]=sec2x\frac{d}{dx}[\tan x] = \sec^2 x
ddx[ex]=ex\frac{d}{dx}[e^x] = e^x
ddx[lnx]=1x\frac{d}{dx}[\ln x] = \frac{1}{x}

Graph Features

Roots Where f(x)=0f(x) = 0. The function crosses the x-axis.
Extrema Where f(x)=0f'(x) = 0. Local maxima or minima.
Inflection Where f(x)=0f''(x) = 0. Concavity changes.

Increasing: f(x)>0f'(x) > 0  |  Decreasing: f(x)<0f'(x) < 0

Polar Curves

A polar curve gives the distance from the origin as a function of the angle, r=f(θ)r = f(\theta). Convert to Cartesian with x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta.

Cardioid r=1+cosθr = 1 + \cos\theta
Rose r=cos(kθ)r = \cos(k\theta) gives kk petals for odd kk, 2k2k for even.
Enclosed area A=1202πr2dθA = \tfrac{1}{2}\int_0^{2\pi} r^2 \, d\theta

Parametric Curves

A parametric curve traces (x(t),y(t))(x(t),\, y(t)) as the parameter tt runs from 0 to 2π2\pi. It can loop and cross itself, unlike a function graph.

Circle x=cost,  y=sintx = \cos t,\; y = \sin t
Lissajous x=sin(3t),  y=sin(2t)x = \sin(3t),\; y = \sin(2t)
Arc length L=abx(t)2+y(t)2dtL = \int_a^b \sqrt{x'(t)^2 + y'(t)^2} \, dt

Interval Notation

Open interval (a,b)(a, b) Excludes endpoints.
Closed interval [a,b][a, b] Includes endpoints.
Unbounded (,a)(-\infty, a) or (b,)(b, \infty)
Union ABA \cup B Combines intervals.
Example (,1)(2,)(-\infty, -1) \cup (2, \infty) means all xx less than 1-1 or greater than 22.

Related Content