Processing Math: Done
Solution 2.2:5a
From Förberedande kurs i matematik 1
(Difference between revisions)
m (Lösning 2.2:5a moved to Solution 2.2:5a: Robot: moved page) |
|||
Line 1: | Line 1: | ||
+ | Let's write down the equation for a straight line as | ||
+ | |||
+ | |||
+ | <math>y=kx+m</math> | ||
+ | |||
+ | |||
+ | where | ||
+ | <math>k</math> | ||
+ | and | ||
+ | <math>m</math> | ||
+ | are constants which we shall determine. | ||
+ | |||
+ | Since the points | ||
+ | <math>\left( 2 \right., \left. 3 \right)</math> | ||
+ | and | ||
+ | <math>\left( 3 \right., \left. 0 \right)</math> | ||
+ | should lie on the line, they must also satisfy the equation of the line, | ||
+ | |||
+ | |||
+ | <math>3=k\centerdot 2+m</math> | ||
+ | and | ||
+ | <math>0=k\centerdot 3+m</math> | ||
+ | |||
+ | |||
+ | If we take the difference between the equations, | ||
+ | <math>m</math> | ||
+ | disappears and we can work out the gradient | ||
+ | <math>k</math>, | ||
+ | |||
+ | |||
+ | <math>3-0=k\centerdot 2+m-\left( k\centerdot 3+m \right)</math> | ||
+ | |||
+ | |||
+ | <math>3=-k</math> | ||
+ | |||
+ | Substituting this into the equation | ||
+ | <math>0=k\centerdot 3+m</math> | ||
+ | then gives us a value for | ||
+ | <math>m</math>, | ||
+ | |||
+ | |||
+ | <math>m=-3k=-3\centerdot \left( -3 \right)=9</math> | ||
+ | |||
+ | |||
+ | The equation of the line is thus | ||
+ | <math>y=-3x+9</math>. | ||
+ | |||
+ | |||
+ | |||
+ | NOTE: To be completely certain that we have calculated correctly, we check that the points | ||
+ | <math>\left( 2 \right., \left. 3 \right)</math> | ||
+ | and | ||
+ | <math>\left( 3 \right., \left. 0 \right)</math> | ||
+ | satisfy the equation of the line: | ||
+ | |||
+ | <math>\left( x \right., \left. y \right)=\left( 2 \right., \left. 3 \right)</math>: LHS= | ||
+ | <math>3</math> | ||
+ | and RHS= | ||
+ | <math>-3\centerdot 2+9=3</math> | ||
+ | |||
+ | |||
+ | <math>\left( x \right., \left. y \right)=\left( 3 \right., \left. 0 \right)</math>: LHS= | ||
+ | <math>0</math> | ||
+ | and LHS= | ||
+ | <math>-3\centerdot 3+9=0</math> | ||
+ | |||
+ | |||
+ | |||
{{NAVCONTENT_START}} | {{NAVCONTENT_START}} | ||
<!--<center> [[Image:2_2_5a-1(2).gif]] </center>--> | <!--<center> [[Image:2_2_5a-1(2).gif]] </center>--> |
Revision as of 09:02, 18 September 2008
Let's write down the equation for a straight line as
where
Since the points
2
3
3
0
2+m
3+m
If we take the difference between the equations,
2+m−
k
3+m
Substituting this into the equation
3+m
−3
=9
The equation of the line is thus
NOTE: To be completely certain that we have calculated correctly, we check that the points
2
3
3
0
x
y
=
2
3
2+9=3
x
y
=
3
0
3+9=0