Math Problem Statement

Записать уравнение прямой, проходящей через точку (x0, y0) и образующей с осью Ox угол α.

Solution

The task involves writing the equation of a line passing through a given point (x0,y0)(x_0, y_0) and forming an angle α\alpha with the OxOx-axis. Let me break this into the steps needed to solve each part.

General Form of the Equation

The slope kk of the line is: k=tan(α)k = \tan(\alpha) The point-slope form of the line is: yy0=k(xx0)y - y_0 = k(x - x_0)

Problem 1:

Given:

  • α=π4\alpha = \frac{\pi}{4},
  • (x0,y0)=(2,1)(x_0, y_0) = (-2, 1).
  1. Compute the slope: k=tan(π4)=1k = \tan\left(\frac{\pi}{4}\right) = 1

  2. Substitute into the point-slope form: y1=1(x(2))y - 1 = 1(x - (-2))

  3. Simplify: y1=x+2y=x+3y - 1 = x + 2 \quad \Rightarrow \quad y = x + 3

Equation of the line: y=x+3y = x + 3


Problem 2:

Given:

  • α=arctan(2)\alpha = \arctan(-2),
  • (x0,y0)=(3,2)(x_0, y_0) = (3, 2).
  1. Compute the slope: k=tan(arctan(2))=2k = \tan(\arctan(-2)) = -2

  2. Substitute into the point-slope form: y2=2(x3)y - 2 = -2(x - 3)

  3. Simplify: y2=2x+6y=2x+8y - 2 = -2x + 6 \quad \Rightarrow \quad y = -2x + 8

Equation of the line: y=2x+8y = -2x + 8


Would you like a step-by-step explanation for a specific part, or help with a similar problem?

Related Questions:

  1. How do you derive the point-slope form of a line equation?
  2. What is the significance of the slope and how does it relate to the angle α\alpha?
  3. How can arctan\arctan values affect the direction of the line?
  4. How do you verify if a point lies on the given line equation?
  5. What happens to the line's equation if α=π2\alpha = \frac{\pi}{2}?

Tip: Always visualize the line's slope to understand the relationship between the angle α\alpha and the direction of the line.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Analytic Geometry
Linear Equations
Trigonometry

Formulas

Slope of a line: k = tan(α)
Point-slope form: y - y0 = k(x - x0)

Theorems

Slope-Intercept Form Theorem
Trigonometric Properties of the Tangent Function

Suitable Grade Level

Grades 9-12