#From 1 + ( (x-a˅1)/b )^2 < 1 + ( (x-a˅2)/b )^2
10 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- 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:
@subtle lantern Subtract 1 , multiply by b^2 (it is important that b^2 is positive) , expand the two squares , cancel the x^2 , and move the x to the left and the constant to the right , factor 2x and you should get to step 2.
From step 2 to step 3 divide everything to isolate the x, (this is why it is important to write $a_2 > a_1$ ), and on the right side you factor the difference of squares and you can cancel out the common term
AkselWellington
About step 2 to step 3: I either misunderstood your explanation or forgot my understanding of it. AFAIK what you mean is 2x(a˅2 - a˅1) / 2(a˅2 - a˅1) < ( (a˅2 - a˅1)(a˅2 + a˅1) ) / 2(a˅2 - a˅1) then x < (a˅2 + a˅1) / 2(a˅2 - a˅1) but from that how do you get to step 3?
You should be able to can cancel out $a_2 - a_1$
Because you factor $a_2^2 - a_1^2 = (a_2 + a_1)(a_2 - a_1)$
AkselWellington