reenmachine said:
7.Meant -3.I have no clue how to find the other one.Seems I suffer from memory loss , how do you deal with variables with exposants in algebra to find the value of the variable? This is highly embarrassing :shy:
You understand the formula ##(a+b)^2=a^2+b^2+2ab##, right? Suppose that you encounter an equation of the form ##x^2+ax+b=0##. There's a clever trick involving that formula that gets x alone on one side of the equality sign:
\begin{align}0 &=x^2+ax+b=x^2+\left(\frac{a}{2}\right)^2-\left(\frac{a}{2}\right)^2+ax+b =\left(x+\frac a 2\right)^2-\left(\frac{a}{2}\right)^2+b\\
\left(x+\frac a 2\right)^2 &=\left(\frac{a}{2}\right)^2-b\\
x+\frac a 2 &=\pm\sqrt{\left(\frac{a}{2}\right)^2-b}.\\
x &=-\frac a 2 \pm\sqrt{\left(\frac{a}{2}\right)^2-b}.
\end{align} You should memorize both this formula and its derivation. Use the formula to find the solutions.
reenmachine said:
Did you not see that the sentence ended with "for all ##t\in\mathbb R##"? I don't mean to add to your frustration, but if you're still wondering about this after taking the whole sentence into account, then you should go back and read what micromass and I said about dummy variables again.
reenmachine said:
Because sin is defined to ensure that this picture tells the truth for all ##t\in\mathbb R##.
If you're wondering specifically about the value ##2\pi##, then check out this picture, and read the Wikipedia article on "radians" if you need an explanation.
reenmachine said:
15.Not sure how to do it.A try: {x : ''there exist'' a,b in Z such that 5a + 2b = x } ?
It's "the set of all 5a+2b such that a and b are integers".
Edit: I guess I should have looked more closely at what you wrote, because it's the same set as mine. There is however a much simpler way to state the result. Can you think of a set that contains all the sums 5a+2b such that a and b are integers, and doesn't contain anything else?
reenmachine said:
Do you mean I can use formulas to the nth - level in notations?
I meant e.g. that ##2^5=2\cdot 2\cdot 2\cdot 2\cdot 2=32##.
reenmachine said:
And here I am going backward.I'm now confused about what is an element or not.What the hell is going on
In {{{1},{2,{3,4}},∅}} , you could say 1, 2 ,3 ,4 are elements.Unless this is a powerset , which would make {∅} an element and many more.The multiples brackets are confusing the hell out of me.
This is highly frustrating as it seem I'm regressing instead of progressing today , now I'm confusing subsets and elements again , thought that was behind me
edit: okay , it doesn't matter how many subsets of a set you have to dig to find an element , if the element is there it's still an element of the big set.
That's not it. For example, {x} has only one element, which is denoted by x. This is true even if x={y,z}, so that {x}={{y,z}}. A trick you could use here is to replace matching pairs of curly brackets and the stuff between them with a letter, like x, and then work your way out.
{{{1},{2,{3,4}},∅}} Set a={1} and b={3,4}.
{{a,{2,b},∅}} Set c={2,b}.
{{a,c,∅}} Set d={a,c,∅}.
{d}
This set clearly has only one element. Actually to see this, you only had to make the observation that the expression started with {{ and ended with }}. This made everything between irrelevant.
Edit: Oops, not really. See post #258 (written by jbriggs444) for an example that shows that what I just said is incorrect.
reenmachine said:
EDIT:Think I got it , ##\{x\in\mathbb N\,|\,\exists y\in\mathbb N~~ x=2^y\}## , is that it?
This would mean if y=3 , then x = 2^3 = 8 , if y=5 , then x = 2^5 = 32
BOOYAH!
sorry my blood pressure is rising

, don't want to sound like I'm pissed but math can do that to me
Yes, that's correct.
There is however a simpler way to write the answer: ##\{2^n\,|\,n\in\mathbb N\}##.