Page 1 of 2 12 LastLast

Math Help Forum: absolute values

  1. #1
    Junior Member
    Joined
    Jul 2011
    Posts
    61
    Thanks
    1

    absolute values

    In solving an equation for e.g : 2x-7=9 we start by using some axioms or thoerem ,like adding or subtracting or multiplying both sides of the equation the equation will not change e.t.c

    But in solving the equation : |x+2|+|x-3| =2 what axioms or definitions e.t.c can we use to start solving the equation??
    Follow Math Help Forum on Facebook and Google+

  2. Welcome to Math Help Forum - Click here to Register

    Welcome to the largest Math Help Forum, a free community dedicated to math help and math discussions.

    We welcome everyone and the community is free to join so register today and become part of our math family!

  3. #2
    MHF Contributor Siron's Avatar
    Joined
    Jul 2011
    From
    Antwerp
    Posts
    1,136
    Thanks
    4

    Re: absolute values

    Use the definition of the absolut value. You should consider 4 cases.
    Follow Math Help Forum on Facebook and Google+

  4. #3
    Member MarkFL2's Avatar
    Joined
    Dec 2011
    From
    St. Augustine, FL.
    Posts
    77
    Thanks
    1

    Re: absolute values

    I only find 3 cases to consider:

    x<-2

    -2\le x<3

    3\le x

    What am I missing?
    Follow Math Help Forum on Facebook and Google+

  5. #4
    MHF Contributor Siron's Avatar
    Joined
    Jul 2011
    From
    Antwerp
    Posts
    1,136
    Thanks
    4

    Re: absolute values

    Quote Originally Posted by MarkFL2 View Post
    I only find 3 cases to consider:

    x<-2

    -2\le x<3

    3\le x

    What am I missing?
    Yes, you're right because one case isn't possible, but my intention was that psolaki would notice that.
    Follow Math Help Forum on Facebook and Google+

  6. #5
    Member MarkFL2's Avatar
    Joined
    Dec 2011
    From
    St. Augustine, FL.
    Posts
    77
    Thanks
    1

    Re: absolute values

    Ah, now I get what you mean...I thought I was neglecting something...my apologies for being obtuse and spoiling your intention.
    Follow Math Help Forum on Facebook and Google+

  7. #6
    Junior Member
    Joined
    Jul 2011
    Posts
    61
    Thanks
    1

    Re: absolute values

    Since x+2\geq \vee x+2<0 and x-3\geq 0\vee x-3<0by the axiom of trichotomy,the 4 cases we should consider are the following:

    1) x+2\geq 0\wedge x-3\geq 0

    2) x+2\geq 0\wedge x-3<0

    3) x+2<0\wedge x-3\geq 0

    4) x+2<0\wedge x-3<0

    Correct??
    Follow Math Help Forum on Facebook and Google+

  8. #7
    MHF Contributor Siron's Avatar
    Joined
    Jul 2011
    From
    Antwerp
    Posts
    1,136
    Thanks
    4

    Re: absolute values

    Yes, indeed! But there's one case which is not possible. Which one? Can you solve the equation now? What's your conclusion?
    Follow Math Help Forum on Facebook and Google+

  9. #8
    MHF Contributor

    Joined
    Aug 2006
    Posts
    13,948
    Thanks
    96
    Awards
    1

    Re: absolute values

    Quote Originally Posted by psolaki View Post
    But in solving the equation : |x+2|+|x-3| =2 what axioms or definitions e.t.c can we use to start solving the equation??
    The equation |x+2|+|x-3| =2 has no solution.
    It is a very good example of showing that knowing the basics is the best way to do mathematics.

    The expression |x-y| is the distance from x\text{ to }y.

    So look at that equation again.
    The distance from x to -2 plus the distance from x to 3 equals 2.

    Now draw a number line and mark off -2~\&~3.
    They are five units apart: |(-2)-(3)|=5.
    So can there be an x such that |x-(-2)|+|x-(3)|=2~?
    Follow Math Help Forum on Facebook and Google+

  10. #9
    Junior Member
    Joined
    Jul 2011
    Posts
    61
    Thanks
    1

    Re: absolute values

    o.k

    1) x+2\geq\wedge x-3\geq 0\Longrightarrow x+2+x-3=2\Longrightarrow x=\frac{3}{2}

    2) x+2\geq 0\wedge x-3<0\Longrightarrow x+2-x+3=2\Longrightarrow 5=2

    3) x+2<0\wedge x-3\geq 0\Longrightarrow -x-2+x-3=2\Longrightarrow -5=2

    4) x+2<0\wedge x-3<0\Longrightarrow -x-2-x+3=2\Longrightarrow x=-\frac{1}{2}

    So the solutions are: x=3/2 or x= -1/2

    Correct??
    Follow Math Help Forum on Facebook and Google+

  11. #10
    MHF Contributor Prove It's Avatar
    Joined
    Aug 2008
    Posts
    7,959
    Thanks
    87

    Re: absolute values

    Quote Originally Posted by psolaki View Post
    o.k

    1) x+2\geq\wedge x-3\geq 0\Longrightarrow x+2+x-3=2\Longrightarrow x=\frac{3}{2}

    2) x+2\geq 0\wedge x-3<0\Longrightarrow x+2-x+3=2\Longrightarrow 5=2

    3) x+2<0\wedge x-3\geq 0\Longrightarrow -x-2+x-3=2\Longrightarrow -5=2

    4) x+2<0\wedge x-3<0\Longrightarrow -x-2-x+3=2\Longrightarrow x=-\frac{1}{2}

    So the solutions are: x=3/2 or x= -1/2

    Correct??
    Did you read Plato's post directly above yours?
    Follow Math Help Forum on Facebook and Google+

  12. #11
    Junior Member
    Joined
    Jul 2011
    Posts
    61
    Thanks
    1

    Re: absolute values

    Siron in guiding me thru the solution of the equation asked me to show calculations,or must accept platos way of solving the problem as a general way of solving equations of this type??

    I am confused
    Follow Math Help Forum on Facebook and Google+

  13. #12
    Member MarkFL2's Avatar
    Joined
    Dec 2011
    From
    St. Augustine, FL.
    Posts
    77
    Thanks
    1

    Re: absolute values

    I believe Plato wanted you to recognize that the sum of the distances from any point x on the number line to the points -2 and 3 is a minimum when:

    -2\le x\le 3 and that sum is 5.

    Look at the 2 solutions you obtained...do they violate your stated conditions?
    Follow Math Help Forum on Facebook and Google+

  14. #13
    Member ILikeSerena's Avatar
    Joined
    Dec 2011
    Posts
    241
    Thanks
    9

    Re: absolute values

    Let's start with:
    Quote Originally Posted by psolaki View Post
    1) x+2\geq 0 \wedge x-3\geq 0\Longrightarrow x+2+x-3=2\Longrightarrow x=\frac{3}{2}
    You found x=\frac{3}{2} which is good.
    However, this can only be a solution if it satisfies the conditions x+2\geq 0 \wedge x-3\geq 0.
    Does it?
    Follow Math Help Forum on Facebook and Google+

  15. #14
    MHF Contributor
    Joined
    Mar 2011
    From
    Tejas
    Posts
    1,769
    Thanks
    68

    Re: absolute values

    Quote Originally Posted by psolaki View Post
    Siron in guiding me thru the solution of the equation asked me to show calculations,or must accept platos way of solving the problem as a general way of solving equations of this type??

    I am confused
    your calculations are ok, but you haven't gone far enough.

    x+2 ≥ 0 and x-3 ≥ 0, means that x ≥ -2 and x ≥ 3, that is, x ≥ 3. however, if x ≥ 3, then that is inconsistent with x = 3/2. so that's a contradiction.

    now examine your other three cases.
    Follow Math Help Forum on Facebook and Google+

  16. #15
    MHF Contributor

    Joined
    Apr 2005
    Posts
    11,500
    Thanks
    31

    Re: absolute values

    Quote Originally Posted by psolaki View Post
    o.k

    1) x+2\geq\wedge x-3\geq 0\Longrightarrow x+2+x-3=2\Longrightarrow x=\frac{3}{2}
    If x= 3/2, then x- 3= -3/2 which is NOT greater than or equal to 0

    2) x+2\geq 0\wedge x-3<0\Longrightarrow x+2-x+3=2\Longrightarrow 5=2

    3) x+2<0\wedge x-3\geq 0\Longrightarrow -x-2+x-3=2\Longrightarrow -5=2

    4) x+2<0\wedge x-3<0\Longrightarrow -x-2-x+3=2\Longrightarrow x=-\frac{1}{2}
    If x=-1/2 then x+ 2= 3/2 which is NOT less than 0.

    So the solutions are: x=3/2 or x= -1/2

    Correct??
    No. You did not check to see if your values for x met the required conditions.
    Follow Math Help Forum on Facebook and Google+

Page 1 of 2 12 LastLast

Similar Math Help Forum Discussions

  1. Replies: 2
    Last Post: September 7th, 2011, 07:11 AM
  2. Replies: 1
    Last Post: June 1st, 2011, 01:47 AM
  3. Replies: 8
    Last Post: May 23rd, 2010, 10:59 PM
  4. Absolute values
    Posted in the Calculus Forum
    Replies: 2
    Last Post: April 29th, 2010, 04:03 PM
  5. Replies: 2
    Last Post: November 8th, 2009, 01:52 PM

/mathhelpforum @mathhelpforum