平行線と垂線の計算機
平行線と垂直線をステップバイステップで求める
この電卓は、与えられた点を通り、与えられた直線に平行/垂直な直線の方程式を、手順を示して求めます。
直線を描画するには、グラフ電卓を使用してください。
Solution
Your input: find the equation of the line parallel to the line $$$y=2 x + 5$$$ passing through the point $$$\left(-3,5\right)$$$.
The equation of the line in the slope-intercept form is $$$y=2 x + 5$$$.
The slope of the parallel line is the same: $$$m=2$$$.
So, the equation of the parallel line is $$$y=2 x+a$$$.
To find $$$a$$$, we use the fact that the line should pass through the given point: $$$5=\left(2\right) \cdot \left(-3\right)+a$$$.
Thus, $$$a=11$$$.
Therefore, the equation of the line is $$$y=2 x + 11$$$.
Answer: $$$y=2 x + 11$$$.