There was a very particular style of DDOS attack just now, it was mitigated.
Twelve Years of Service
Posts: 2,877
Threads: 216
RE: [Mathematics] Official Help Thread 05-26-2016, 07:47 PM
#21
@Jolly
I will give you some hint.
Code:
sin \left(x \right ) = \cos \left(2x \right ), [0, 2\pi]
\\
\\
Using \hspace{2 mm} the \hspace{2 mm} identity,\hspace{2 mm} \cos \left(2x \right) = 1 - 2\sin^{2} \left(x \right)
\\
\\
Hence, \hspace{2 mm} using \hspace{2 mm} the \hspace{2 mm} above \hspace{2 mm} in \hspace{2 mm} the \hspace{2 mm} given \hspace{2 mm} equation.
\\
\\
sin \left(x \right ) = 1 - 2\sin^{2} \left(x \right)
\\
\Rightarrow 2\sin^{2} \left(x \right) + sin \left(x \right ) - 1 = 0
\\
\\
Solving \hspace{2 mm} the \hspace{2 mm} above \hspace{2 mm} quadratic \hspace{2 mm} equation \hspace{2 mm} we \hspace{2 mm} get \hspace{2 mm},
\\
\\
(2\sin \left(x \right) - 1) (\sin \left(x \right) + 1) = 0
I haven't solved fully but I am giving you a basic idea. If you solve the final equation you will get three solutions for x. Try and see for yourself. Put the above latex code
here and convert to see the output.
Sample:
•
Eleven Years of Service
Posts: 4,274
Threads: 302
RE: [Mathematics] Official Help Thread 05-26-2016, 10:17 PM
#22
(05-26-2016, 07:47 PM)Psycho_Coder Wrote: @Jolly
I will give you some hint.
Code:
sin \left(x \right ) = \cos \left(2x \right ), [0, 2\pi]
\\
\\
Using \hspace{2 mm} the \hspace{2 mm} identity,\hspace{2 mm} \cos \left(2x \right) = 1 - 2\sin^{2} \left(x \right)
\\
\\
Hence, \hspace{2 mm} using \hspace{2 mm} the \hspace{2 mm} above \hspace{2 mm} in \hspace{2 mm} the \hspace{2 mm} given \hspace{2 mm} equation.
\\
\\
sin \left(x \right ) = 1 - 2\sin^{2} \left(x \right)
\\
\Rightarrow 2\sin^{2} \left(x \right) + sin \left(x \right ) - 1 = 0
\\
\\
Solving \hspace{2 mm} the \hspace{2 mm} above \hspace{2 mm} quadratic \hspace{2 mm} equation \hspace{2 mm} we \hspace{2 mm} get \hspace{2 mm},
\\
\\
(2\sin \left(x \right) - 1) (\sin \left(x \right) + 1) = 0
I haven't solved fully but I am giving you a basic idea. If you solve the final equation you will get three solutions for x. Try and see for yourself. Put the above latex code here and convert to see the output.
Sample:
![[Image: 0MXH4wO.png]](http://i.imgur.com/0MXH4wO.png)
You could also just
let y = sin(x)
2y^2 + y - 1 = 0
So y = 1/2 and y = -1
So sin(x) = 1/2 and sin(x) = -1
And then solve from there using arcsin and a cast diagram/sin graph.
•
Nine Years of Service
Posts: 3,308
Threads: 391
RE: [Mathematics] Official Help Thread 05-27-2016, 09:55 AM
#23
Why couldn't this thread be alive seven years ago when I was studying.
Netherless impressive thread Eclipse, I'll let you know when I need my government funds calculated.
'You can't just have your characters announce how they feel, that makes me feel angry! ![[Image: A993dMx.png?1]](https://i.imgur.com/A993dMx.png?1)
•
Twelve Years of Service
Posts: 2,877
Threads: 216
RE: [Mathematics] Official Help Thread 05-27-2016, 04:48 PM
#24
@Eclipse I expected the user to be able to do that much rather than simplifying it to the very basic level.
•
Nine Years of Service
Posts: 88
Threads: 4
RE: [Mathematics] Official Help Thread 06-04-2016, 03:34 PM
#25
(05-24-2016, 10:02 PM)Eclipse Wrote: Sorry, was away.
For your first question, assuming the area under the graph between x=b and x=m is equal to the area under the graph between x=m and x=a, and assuming you know the values of a and b, you could actually find the integral of y=f(x), and then substitute in the values and equate them.
i.e.
let g(x) be the function of the integral of f(x)
thus g(b) - g(m) = g(m) - g(a)
Then rearrange and solve for m. If you come out with a polynomial, you can find the discriminant and check if it's more than or equal to 0. If not, there's no point solving for m since there's no (real) solutions.
As for your second question, I actually don't know what you mean. Maybe clarify it a little?
God I looked at this thread and I didn't have a clue as to what I was talking about, my notation is just shocking.
I found
this which was essentially what I was looking for, I could barely understand what I was talking about in that post don't worry.
•
Eleven Years of Service
Posts: 4,274
Threads: 302
RE: [Mathematics] Official Help Thread 06-10-2016, 10:41 PM
#26
(06-04-2016, 03:34 PM)Rick Wrote: (05-24-2016, 10:02 PM)Eclipse Wrote: Sorry, was away.
For your first question, assuming the area under the graph between x=b and x=m is equal to the area under the graph between x=m and x=a, and assuming you know the values of a and b, you could actually find the integral of y=f(x), and then substitute in the values and equate them.
i.e.
let g(x) be the function of the integral of f(x)
thus g(b) - g(m) = g(m) - g(a)
Then rearrange and solve for m. If you come out with a polynomial, you can find the discriminant and check if it's more than or equal to 0. If not, there's no point solving for m since there's no (real) solutions.
As for your second question, I actually don't know what you mean. Maybe clarify it a little?
God I looked at this thread and I didn't have a clue as to what I was talking about, my notation is just shocking.
I found this which was essentially what I was looking for, I could barely understand what I was talking about in that post don't worry.
I'm actually interested to find out if my method would work.
•
Nine Years of Service
Posts: 88
Threads: 4
RE: [Mathematics] Official Help Thread 06-11-2016, 03:38 PM
#27
(06-10-2016, 10:41 PM)Eclipse Wrote: (06-04-2016, 03:34 PM)Rick Wrote: (05-24-2016, 10:02 PM)Eclipse Wrote: Sorry, was away.
For your first question, assuming the area under the graph between x=b and x=m is equal to the area under the graph between x=m and x=a, and assuming you know the values of a and b, you could actually find the integral of y=f(x), and then substitute in the values and equate them.
i.e.
let g(x) be the function of the integral of f(x)
thus g(b) - g(m) = g(m) - g(a)
Then rearrange and solve for m. If you come out with a polynomial, you can find the discriminant and check if it's more than or equal to 0. If not, there's no point solving for m since there's no (real) solutions.
As for your second question, I actually don't know what you mean. Maybe clarify it a little?
God I looked at this thread and I didn't have a clue as to what I was talking about, my notation is just shocking.
I found this which was essentially what I was looking for, I could barely understand what I was talking about in that post don't worry.
I'm actually interested to find out if my method would work.
I tried it with a few functions and it worked but it took forever.
Nine Years of Service
Posts: 88
Threads: 4
RE: [Mathematics] Official Help Thread 08-08-2016, 12:48 AM
#28
Lets say I define a function (Call it delta) as:
So for all the reals we can show that:
Ie. Delta(1) = e, Delta(2) = e^2, Delta(-1) = 1/e
So what about:
Can we evaluate the function to -1?
•
Nine Years of Service
Posts: 4,349
Threads: 224
RE: [Mathematics] Official Help Thread 08-08-2016, 01:33 AM
#29
What is the probability that you will return from your ban?
•
Eight Years of Service
Posts: 42
Threads: 5
RE: [Mathematics] Official Help Thread 02-01-2017, 01:02 PM
#30
OH MY GOD WE HAVE A MATH DEDICATED THREAD *-*
Reflection of a lonely being trapped in a false time
exposing your precious secrets for I am scared of mine
tox: E321B7DD931582DE0277E578578F37B0E41FB9838E9466035235BFDE5E1F3C1C10026A5982BF
•
Users browsing this thread: