# How Touchscreens Use Math to Recognize Your Fingers

> Apple's patent on using mathematical ellipses to track and identify individual fingers and palms on a touch-sensitive surface.

- **Patent:** US 7812828
- **Original title:** Ellipse fitting for multi-touch surfaces
- **Owner:** Apple Inc
- **Granted:** 2010
- **Status:** Active
- **Times cited:** 93
- **Field:** consumer_electronics, software

## What it does

This patent describes a method for a touchscreen to interpret raw electrical data as distinct physical objects. It takes a 'proximity image'—a grid of data from electrodes—and groups nearby pixels together to represent a touch. The system then mathematically fits an ellipse to these pixel groups to estimate the shape, size, and orientation of the finger or palm. By tracking these ellipses over time, the device can distinguish between a thumb and a fingertip or detect if a hand is resting on the screen.

## What it does NOT cover

- Does not cover touch detection methods that do not use ellipse fitting (e.g., simple centroid or bounding box tracking).
- Does not cover hardware that lacks a proximity-sensing electrode grid.
- Does not cover software gestures that are not derived from the calculated ellipse parameters.

## The clever bit

Instead of treating a touch as a single point (an X,Y coordinate), the inventors treated it as a shape with orientation, using eigenvectors and eigenvalues to calculate the ellipse that best fits the contact area.

## Real-world examples

1. Apple MacBook trackpads
2. iPhone and iPad multi-touch displays
3. Modern laptop touchscreens with palm rejection

## Why it matters

This technology was foundational for the transition from simple single-touch screens to the sophisticated multi-touch interfaces found in modern smartphones and trackpads. By allowing the software to 'understand' the difference between a finger and a palm, it enabled features like palm rejection, which prevents accidental clicks while typing.

## Frequently asked questions

### What does How Touchscreens Use Math to Recognize Your Fingers cover?

Apple's patent on using mathematical ellipses to track and identify individual fingers and palms on a touch-sensitive surface.

### Who owns patent US 7812828?

Apple Inc owns this patent, granted in 2010.

### When does this patent expire?

This patent is expected to expire on February 22, 2027, when the invention enters the public domain.

### What is patent US 7812828 cited by?

This patent has been cited by 93 later patents that build on its ideas.

### What problem does this patent solve?

This technology was foundational for the transition from simple single-touch screens to the sophisticated multi-touch interfaces found in modern smartphones and trackpads. By allowing the software to 'understand' the difference between a finger and a palm, it enabled features like palm rejection, which prevents accidental clicks while typing.

### What does this patent NOT cover?

Does not cover touch detection methods that do not use ellipse fitting (e.g., simple centroid or bounding box tracking).

**Full plain-English explainer:** https://patentbrief.org/patent/us/7812828/ellipse-fitting-for-multi-touch-surfaces

**Original patent:** https://patents.google.com/patent/US7812828

---

_Source: PatentBrief — https://patentbrief.org. Patent facts are from public records; the plain-English explanation is PatentBrief's._


## Related patents

Semantically similar inventions in the PatentBrief corpus:

- [How a Multi-Touch Screen Detects Multiple Fingers and Palms](https://patentbrief.org/patent/us/6323846/aqua-user-interface) — This patent describes the underlying electronic circuits and methods for a multi-touch surface that can track multiple fingers and palms simultaneously, even before they fully touch the screen.
- [How Multi-Touch Screens Track Multiple Fingers at Once](https://patentbrief.org/patent/us/7663607/multipoint-touchscreen) — Apple's 2010 patent describes a touch screen that uses two layers of transparent conductive lines to detect several fingers touching the screen simultaneously.
- [How Multi-Touch Gestures Like Pinch-to-Zoom Work on Smartphones](https://patentbrief.org/patent/us/7812826/iphone-software-keyboard) — Apple's patent on using two-finger gestures to manipulate images and objects on a touchscreen, allowing for smooth zooming and rotation even if you lift your fingers briefly.
- [How Touchscreens Predict Where Your Finger Will Land Before You Touch](https://patentbrief.org/patent/us/10564770/airpods-wireless-earbuds) — Apple's patent describes a touch controller that tracks an object's path through the air to predict where it will land on a screen before it actually makes physical contact.
- [Logitech's Method for Using Two Fingers on a Touchpad](https://patentbrief.org/patent/us/5825352/apple-pinch-to-zoom) — Logitech's 1998 patent describes how a touchpad can detect two fingers touching it in a specific sequence to perform actions like clicking or dragging, going beyond single-finger mouse emulation.
