Write the Equation of a Secant Line Calculator
Understanding how to write the equation of a secant line is crucial in geometry and trigonometry. A secant line intersects a curve at two distinct points, and finding its equation helps in analyzing the curve’s behavior.
- Enter the coordinates of two points on the curve.
- Click the “Calculate” button.
- View the equation of the secant line and the chart representation.
The formula to find the equation of a secant line passing through two points (x1, y1) and (x2, y2) is:
y – y1 = [(y2 – y1) / (x2 – x1)] * (x – x1)
| Points | Secant Line Equation |
|---|---|
| (1, 2), (4, 6) | y – 2 = (4/3) * (x – 1) |
| (-2, 3), (1, 5) | y – 3 = (2/3) * (x + 2) |
- Ensure the two points are not the same to avoid a vertical line equation.
- For horizontal lines, the slope will be 0.
What if the two points are the same?
If the two points are the same, the secant line becomes a vertical line, and the equation is simply x = x1.
Can I find the equation of a tangent line using this calculator?
No, this calculator finds the equation of a secant line. For a tangent line, you would need the derivative of the curve at the point of tangency.
For more information, see the Math is Fun guide on line equations and the Khan Academy tutorial on finding the equation of a line.