Something interesting that i read while searching for material on how to solve inequalities with roots.
Though i would share it and also clarify a few doubts. I have highlighted the portions that were confusing, in blue
Kind of backbone for solving inequalities with roots, √x>y OR √x<y
• √x is undefined if x<0
• both sides can be squared when x≥0 and y≥0
• if √x>y is identically true if √x≥0 and y<0
what does identically true/false mean• But √x<y is identically false if y<0
e.g., √(2x+3) > x
when, √(2x+3) ≥ 0 and x<0
left side, 2x + 3 ≥ 0 => x ≥ -1.5
right side, x < 0
thus, -1.5 ≤ x <0 (partial solution)
2nd Condition, where both left and right side, ≥ 0
(√(2x+3))^2 > x^2
=> 2x + 3 > x^2
=> x^2 -2x -3 <0
=> (x+1) (x-3)
=> x = -1 or 3
Since the graph is a parabola, it attains its negative values at -1<x<3
since x ≥ 0, thus 0 ≤ x < 3 (partial solution)
So the inequality becomes, -1.5 ≤ x <3
could some show me how the parabola would look like.BTW, here are a few more inequalities, if someone wants to try out:
1. √(3x-2) < 2x-3
2. √(2x - 5) > -4x + 3
please share your thoughts on this.