Multiplying a postivie number by a absolute expression

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
sgstudent
Messages
726
Reaction score
3

Homework Statement



If I have a expression like 5lx+2l, can I multiply the 5 with x+2?

Homework Equations





The Attempt at a Solution


I'm guessing that I can only do this if the number in front of the absolute expression is a positive number. Because if -5lx+2l=-10 then multiplying the -5 does not make sense as it would have to be + for all values of the whole expression. So I'm pretty confused about this. Thanks for the help!
 
Physics news on Phys.org
Clearly |x+2| is a positive number, as you pointed out.
Yes, you can bringing the 5 into the expression without any loss of generality, because it is clear that the positive constant affects all terms equally.
To be rigorous, let us look at the definition of modulus:
[tex]|x+2| = \{\begin{array} ((x+2) \text{ if (x+2) ≥ 0} \\ -(x+2) \text{ if (x+2) ≤ 0} \end{array}[/tex]
[tex]|kx+2k| = \{\begin{array} ((kx+2k) \text{ if (kx+2k) ≥ 0} \\ -(kx+2k) \text{ if (kx+2k) ≤ 0} \end{array} = \{\begin{array} (k(x+2) \text{ if (x+2) ≥ 0} \\ -k(x+2) \text{ if (x+2) ≤ 0} \end{array} = k |x+2|[/tex]
for all k≥0.
 
Last edited by a moderator:
sgstudent said:

Homework Statement



If I have a expression like 5lx+2l, can I multiply the 5 with x+2?

Homework Equations





The Attempt at a Solution


I'm guessing that I can only do this if the number in front of the absolute expression is a positive number. Because if -5lx+2l=-10 then multiplying the -5 does not make sense as it would have to be + for all values of the whole expression. So I'm pretty confused about this. Thanks for the help!

[tex]a|b| =\left\{ \begin{array}{rl} |a b| &\text{if } a \geq 0\\<br /> - |ab| & \text{if } a < 0.<br /> \end{array} \right.[/tex]
Note that [itex]|a b| = |(-a) b|.[/itex]

RGV
 
Oh so if I have a this: -5lx+2l=-10, then I can only bring in positive numbers? So -l5x+10l=-10? Thanks for the help guys!
 
sgstudent said:
Oh so if I have a this: -5lx+2l=-10, then I can only bring in positive numbers? So -l5x+10l=-10? Thanks for the help guys!

Yes, that is correct.
 
Thanks for the help!