Algebra: Linear Equations & Graphs. A doubt with Slope - intercept form & Point - slope form.Finding...
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
How to deal with a cynical class?
Life insurance that covers only simultaneous/dual deaths
Latest web browser compatible with Windows 98
Does splitting a potentially monolithic application into several smaller ones help prevent bugs?
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Making a sword in the stone, in a medieval world without magic
Unreachable code, but reachable with exception
2D counterpart of std::array in C++17
How to write cleanly even if my character uses expletive language?
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Why do passenger jet manufacturers design their planes with stall prevention systems?
When do we add an hyphen (-) to a complex adjective word?
An Accountant Seeks the Help of a Mathematician
How to deal with taxi scam when on vacation?
How to answer questions about my characters?
How do anti-virus programs start at Windows boot?
Do I need life insurance if I can cover my own funeral costs?
Ban on all campaign finance?
RegionDifference for Cylinder and Cuboid
Good allowance savings plan?
Sword in the Stone story where the sword was held in place by electromagnets
Algebra: Linear Equations & Graphs. A doubt with Slope - intercept form & Point - slope form.
Finding the coordinates of the point where each line crosses the $y$-axisProblem with graphing linear equationsCorrect standard form for the equation of a line?“Write an equation of line J, that passes through P, and is parallel to given line L”Show an equation of a line passing through $P$ and parallel to the line given by $ax+by+c=0$.Finding the equation of the tangent (in slope-intercept form) at a particular point?mysterious in slope-intercept form of the equation of the lineAn odd point in a cubic equationIf $(5,8)$ is a point on the graph of $f(x)$, find $2f(x)-9$For which values of $p$ is the line $y_p(x)$ tangent to $f(x)$
$begingroup$
Slope - intercept form : y = mx + b
Point - slope form :
m (x - a) = y - b
mx - ma = y - b
y = mx - ma + b
As ma
& b
are constants, b - ma = c
y = mx + c
It seems like the two forms are the same. Then why name them different ?
Thanks in advance!
algebra-precalculus
$endgroup$
add a comment |
$begingroup$
Slope - intercept form : y = mx + b
Point - slope form :
m (x - a) = y - b
mx - ma = y - b
y = mx - ma + b
As ma
& b
are constants, b - ma = c
y = mx + c
It seems like the two forms are the same. Then why name them different ?
Thanks in advance!
algebra-precalculus
$endgroup$
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54
add a comment |
$begingroup$
Slope - intercept form : y = mx + b
Point - slope form :
m (x - a) = y - b
mx - ma = y - b
y = mx - ma + b
As ma
& b
are constants, b - ma = c
y = mx + c
It seems like the two forms are the same. Then why name them different ?
Thanks in advance!
algebra-precalculus
$endgroup$
Slope - intercept form : y = mx + b
Point - slope form :
m (x - a) = y - b
mx - ma = y - b
y = mx - ma + b
As ma
& b
are constants, b - ma = c
y = mx + c
It seems like the two forms are the same. Then why name them different ?
Thanks in advance!
algebra-precalculus
algebra-precalculus
asked Mar 10 at 14:28
Deepak S.MDeepak S.M
33
33
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54
add a comment |
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There are several forms for a linear equation, including $ax+by=0$, $y=mx+b$, $y-y_1=m(x-x_1)$, and $frac x {x_0} + frac y {y_0} = 1,$ and the two-point form. They are all equivalent. Particular forms are useful for seeing particular parameters.
$endgroup$
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3142439%2falgebra-linear-equations-graphs-a-doubt-with-slope-intercept-form-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There are several forms for a linear equation, including $ax+by=0$, $y=mx+b$, $y-y_1=m(x-x_1)$, and $frac x {x_0} + frac y {y_0} = 1,$ and the two-point form. They are all equivalent. Particular forms are useful for seeing particular parameters.
$endgroup$
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
add a comment |
$begingroup$
There are several forms for a linear equation, including $ax+by=0$, $y=mx+b$, $y-y_1=m(x-x_1)$, and $frac x {x_0} + frac y {y_0} = 1,$ and the two-point form. They are all equivalent. Particular forms are useful for seeing particular parameters.
$endgroup$
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
add a comment |
$begingroup$
There are several forms for a linear equation, including $ax+by=0$, $y=mx+b$, $y-y_1=m(x-x_1)$, and $frac x {x_0} + frac y {y_0} = 1,$ and the two-point form. They are all equivalent. Particular forms are useful for seeing particular parameters.
$endgroup$
There are several forms for a linear equation, including $ax+by=0$, $y=mx+b$, $y-y_1=m(x-x_1)$, and $frac x {x_0} + frac y {y_0} = 1,$ and the two-point form. They are all equivalent. Particular forms are useful for seeing particular parameters.
answered Mar 10 at 14:58
J. W. TannerJ. W. Tanner
3,2401320
3,2401320
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
add a comment |
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
$begingroup$
Thank you so much for further explanation! :)
$endgroup$
– Deepak S.M
Mar 10 at 15:04
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3142439%2falgebra-linear-equations-graphs-a-doubt-with-slope-intercept-form-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
They’re written in different forms but equivalent
$endgroup$
– J. W. Tanner
Mar 10 at 14:33
$begingroup$
I see, Is there any use to writing them in different forms ?
$endgroup$
– Deepak S.M
Mar 10 at 14:40
$begingroup$
With one form you can see the intercept right away; with another you can see a point on the line right away
$endgroup$
– J. W. Tanner
Mar 10 at 14:41
$begingroup$
Oh.. Thanks! :)
$endgroup$
– Deepak S.M
Mar 10 at 14:54