---
title: "Point-Slope Form — AP Precalc Definition & Exam Guide"
description: "Point-slope form writes a linear function as f(x) = y_i + m(x - x_i) using one known point and the slope. It mirrors arithmetic sequences in AP Precalc Topic 2.2."
canonical: "https://fiveable.me/ap-pre-calc/key-terms/point-slope-form"
type: "key-term"
subject: "AP Pre-Calculus"
unit: "Unit 2"
---

# Point-Slope Form — AP Precalc Definition & Exam Guide

## Definition

Point-slope form expresses a linear function as f(x) = y_i + m(x - x_i), where m is the slope and (x_i, y_i) is any known point on the line. In AP Precalculus (Topic 2.2), it's the function version of an arithmetic sequence written from a known kth term: a_n = a_k + d(n - k).

## What It Is

Point-slope form is a way to write a [linear function](/ap-pre-calc/unit-1/function-model-construction-application/study-guide/n3ZaYWJqkvxnoJEt "fv-autolink") when you know its slope and any single point on the line, not necessarily the [y-intercept](/ap-pre-calc/key-terms/y-intercept "fv-autolink"). The formula is f(x) = y_i + m(x - x_i), where m is the constant rate of change and (x_i, y_i) is your known point. Read it like a sentence. Start at the output value y_i, then add the slope times however far you've moved in x from x_i.

AP Precalculus frames this form a little differently than Algebra 1 did. Essential knowledge 2.2.A.2 ties it directly to arithmetic sequences. A sequence based on a known kth term, a_n = a_k + d(n - k), says "take the kth term and add the common difference d for every step past k." Point-slope form says the exact same thing for a continuous [function](/ap-pre-calc/unit-1/change-tandem/study-guide/eQFiTo22fpkDFsnj "fv-autolink"): take the value at x_i and add m for every unit past x_i. Same structure, same logic. One is discrete, one is continuous. That parallel is the actual point of the topic, not just rearranging equations.

## Why It Matters

Point-slope form lives in [Unit 2](/ap-pre-calc/unit-2 "fv-autolink") (Exponential and Logarithmic Functions), specifically Topic 2.2: Change in Linear and Exponential Functions. It directly supports learning objective [AP Pre Calc](/ap-pre-calc "fv-autolink") 2.2.A, constructing functions comparable to arithmetic and geometric sequences. The big idea of Topic 2.2 is that linear functions grow by repeated addition while exponential functions grow by repeated multiplication, and point-slope form makes the "repeated addition" structure visible. The term m(x - x_i) literally counts how many times you've added the slope since the known point. Understanding this form also makes you faster on problems where you're handed two points or a point and a slope, because you can write the function immediately without solving for b.

## Connections

### Arithmetic sequences from a known kth term (Unit 2)

Point-slope form is the continuous twin of a_n = a_k + d(n - k). Both say "anchor at a known value, then add the [constant rate](/ap-pre-calc/unit-1/rates-change-linear-quadratic-functions/study-guide/8cCFDC3VHLyBZGbA "fv-autolink") for each step away from the anchor." If you can write one, you can write the other by swapping (x_i, y_i, m) for (k, a_k, d).

### Slope-intercept form f(x) = b + mx (Unit 2)

Slope-intercept form is just point-slope form anchored at the specific point (0, b). The CED treats f(x) = b + mx as parallel to a_0 + dn, while point-slope parallels the a_k version. Same line, different anchor point.

### Exponential functions and geometric sequences (Unit 2)

[Topic 2.2](/ap-pre-calc/unit-2/change-linear-exponential-functions/study-guide/lfvcJiKaWrIXcYHo "fv-autolink") sets up a deliberate contrast. Linear functions add m repeatedly from a known point; exponential functions f(x) = ab^x multiply by b repeatedly. Knowing point-slope form helps you articulate exactly what makes linear growth additive on the exam.

### Average rate of change (Unit 1)

When a problem gives you two points instead of a slope, you compute m as the average rate of change, the difference in outputs over the difference in inputs. Then point-slope form turns that rate plus either point into a full function.

## On the AP Exam

Point-slope form shows up most often in multiple-choice questions that hand you two points, or one point and a slope, and ask you to build or evaluate the function. Typical stems look like "A linear function g satisfies g(4) = -3 and g(7) = -12; express g(x) in the form f(x) = y_i + m(x - x_i)" or "a line passes through (3, 7) with slope -2; which expression represents it?" Your job is to (1) compute the slope from two points if it isn't given, (2) plug a point and the slope into the form correctly, watching the signs inside (x - x_i), and (3) evaluate the function at a new input, like finding f(10) from points (2, 5) and (6, -7). You may also need to recognize which other points must lie on the line, which is really a constant-rate-of-change check. No released FRQ has used this term verbatim, but constructing a linear model from given values is exactly the kind of move FRQ modeling parts expect.

## point-slope form vs Slope-intercept form

Slope-intercept form, f(x) = b + mx, requires the y-intercept (0, b). Point-slope form, f(x) = y_i + m(x - x_i), works from ANY known point. They describe the same line; point-slope is just more flexible when the intercept isn't handed to you. In CED terms, slope-intercept mirrors a_n = a_0 + dn while point-slope mirrors a_n = a_k + d(n - k). Distribute and simplify point-slope form and you land right back at slope-intercept.

## Key Takeaways

- Point-slope form writes a linear function as f(x) = y_i + m(x - x_i), built from one known point (x_i, y_i) and the slope m.
- Essential knowledge 2.2.A.2 frames point-slope form as the function version of an arithmetic sequence written from a known kth term, a_n = a_k + d(n - k).
- The term m(x - x_i) counts how many slopes you add as you move from x_i to x, which is why linear growth is repeated addition.
- Given two points, find m as the change in outputs over the change in inputs, then anchor the form at either point; both choices give the same line.
- Watch the sign inside the parentheses, since a point like (3, 7) gives (x - 3), not (x + 3).
- Slope-intercept form f(x) = b + mx is just point-slope form anchored at the y-intercept (0, b).

## FAQs

### What is point-slope form in AP Precalculus?

It's the linear function form f(x) = y_i + m(x - x_i), where m is the slope and (x_i, y_i) is any known point on the line. AP Precalc Topic 2.2 uses it to show that linear functions and [arithmetic sequences](/ap-pre-calc/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL "fv-autolink") share the same additive structure.

### Do I need the y-intercept to use point-slope form?

No, that's the whole advantage. Any point on the line works as the anchor. If a problem gives you (3, 7) and slope -2, you can write f(x) = 7 - 2(x - 3) immediately without ever finding b.

### What's the difference between point-slope form and slope-intercept form?

Slope-intercept form f(x) = b + mx anchors the line at the y-intercept (0, b), while point-slope form f(x) = y_i + m(x - x_i) anchors it at any known point. They're algebraically equivalent; distributing m in point-slope form and combining constants gives slope-intercept form.

### How is point-slope form related to arithmetic sequences?

An arithmetic sequence written from a known kth term, a_n = a_k + d(n - k), has the exact same structure as f(x) = y_i + m(x - x_i). The known term plays the role of the point, the common difference d plays the role of the slope, and both add a constant rate for each step away from the anchor.

### Does it matter which point I plug into point-slope form when given two points?

No. Either point produces an equivalent equation for the same line. For example, with points (2, 5) and (4, 9), the slope is 2, and both f(x) = 5 + 2(x - 2) and f(x) = 9 + 2(x - 4) simplify to the same function.

## Related Study Guides

- [2.2 Change in Linear and Exponential Functions](/ap-pre-calc/unit-2/change-linear-exponential-functions/study-guide/lfvcJiKaWrIXcYHo)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-pre-calc/key-terms/point-slope-form#resource","name":"Point-Slope Form — AP Precalc Definition & Exam Guide","url":"https://fiveable.me/ap-pre-calc/key-terms/point-slope-form","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-pre-calc/key-terms/point-slope-form#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-11T05:27:28.631Z","isPartOf":{"@type":"Collection","name":"AP Pre-Calculus Key Terms","url":"https://fiveable.me/ap-pre-calc/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-pre-calc/key-terms/point-slope-form#term","name":"point-slope form","description":"Point-slope form expresses a linear function as f(x) = y_i + m(x - x_i), where m is the slope and (x_i, y_i) is any known point on the line. In AP Precalculus (Topic 2.2), it's the function version of an arithmetic sequence written from a known kth term: a_n = a_k + d(n - k).","url":"https://fiveable.me/ap-pre-calc/key-terms/point-slope-form","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Pre-Calculus Key Terms","url":"https://fiveable.me/ap-pre-calc/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is point-slope form in AP Precalculus?","acceptedAnswer":{"@type":"Answer","text":"It's the linear function form f(x) = y_i + m(x - x_i), where m is the slope and (x_i, y_i) is any known point on the line. AP Precalc Topic 2.2 uses it to show that linear functions and [arithmetic sequences](/ap-pre-calc/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL \"fv-autolink\") share the same additive structure."}},{"@type":"Question","name":"Do I need the y-intercept to use point-slope form?","acceptedAnswer":{"@type":"Answer","text":"No, that's the whole advantage. Any point on the line works as the anchor. If a problem gives you (3, 7) and slope -2, you can write f(x) = 7 - 2(x - 3) immediately without ever finding b."}},{"@type":"Question","name":"What's the difference between point-slope form and slope-intercept form?","acceptedAnswer":{"@type":"Answer","text":"Slope-intercept form f(x) = b + mx anchors the line at the y-intercept (0, b), while point-slope form f(x) = y_i + m(x - x_i) anchors it at any known point. They're algebraically equivalent; distributing m in point-slope form and combining constants gives slope-intercept form."}},{"@type":"Question","name":"How is point-slope form related to arithmetic sequences?","acceptedAnswer":{"@type":"Answer","text":"An arithmetic sequence written from a known kth term, a_n = a_k + d(n - k), has the exact same structure as f(x) = y_i + m(x - x_i). The known term plays the role of the point, the common difference d plays the role of the slope, and both add a constant rate for each step away from the anchor."}},{"@type":"Question","name":"Does it matter which point I plug into point-slope form when given two points?","acceptedAnswer":{"@type":"Answer","text":"No. Either point produces an equivalent equation for the same line. For example, with points (2, 5) and (4, 9), the slope is 2, and both f(x) = 5 + 2(x - 2) and f(x) = 9 + 2(x - 4) simplify to the same function."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Pre-Calculus","item":"https://fiveable.me/ap-pre-calc"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-pre-calc/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 2","item":"https://fiveable.me/ap-pre-calc/unit-2"},{"@type":"ListItem","position":4,"name":"point-slope form"}]}]}
```
