#sign of a function
49 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
It would be easier to notice that x^2 - 3x + 2 = (x - 1)(x - 2).
So, f(x) = √(x - 1) for x ≠ 2.
Because we can only have (x^2 - 3x + 2)/(x - 2) = x - 1 when x ≠ 2. Otherwise we get 0/0, which is not good.
okay , I never did this method so I might try to learn it , but why in this case is my method wrong ?
The function won't change sign when going across x = 2.
but then I would get
-|-
instead of
-|+
which still would be wrong since it would need to go to +|+
and shouldn't everything sqrt(x)>= 0 so it should start from + change on 1 =>- change on 2 => +
No, it will be - for x < 1, + for 1 < x < 2 and + for x > 2.
@lime flicker support wolfram alpha
Join my support server: https://discord.gg/FY9jH7M
,w Plot sqrt( (x^2-3x+2)/(x-2) )
As I said, it's √(x - 1) for x ≠ 2.
Okay is this correct
Yes, but again, easier to factor the numerator first and cancel, just minding that x ≠ 4.
okay I will def do that after I just learn why this method is not working rn , so I dont feel like I wasted time learning it
leat me just do the sqrt version of this problem
and see where my logic breaks exactly
Note the following: if (x - x0)^n has an even power n (which includes 0, like in your cases), then the sign doesn't change when passing through it.
so the sign should not change when doing sqrt() of something (+)
and sqrt should always be positive number so it should always be + ?
that is at least what I heard
No, the root doesn't have anything to do with that.
okay I followed exactly the same rules as I did here
where did I make a mistake ?
I was told that if its sqrt I should write + in the whole row
bc sqrt is always positive
and then it would be actually something that looks like a answer
Not sure what you're doing there.
We have (x^2 - 3x + 2)/(x - 2) = x - 1 for x ≠ 2. So:
- for x > 2
- for 1 < x < 2
- for x < 1
Which is as expected.
Clearly, the root can't be negative.
Abandon the root. It doesn't need to be there.
Method of intervals applies to rational functions.
1.but isnt this correct ? I would like to at least know how they got the solution to this in this way
2.what does that mean
in this case it looks like it is correct