#help-27
1 messages Ā· Page 289 of 1
First, is sin(x)<x (for x>0) something you can use right away, or are you concerned you need to prove it first?
We never learned it so I think I might need to prove it
okay sure. I have that all ready to show too, thankfully
btw all of this question is just 1 of 4 parts in one of 7 questions too. so they might not expect something this good. but im too invested š
sign of a true mathematician 
It's also why I am here, and put so much work into it
Im learning aeronautics engineering š®
Okay, let us show that $\sin\theta<\theta$ for $0<\theta<\frac{\theta}2$
SWR
yeah you definitely don't need all of this work then
but whatevs, we're here
Here's our geometric setup
you don't actually need to find the right and left limits to argue that the limit doesn't exist
but yeah, since we're here
might as well see it through
We can look at this after then, I'd be interested to see your idea
me too
ok
We want to show that $\overline{CD}<\frown{CB}$. Any idea how we can do this?
SWR

what was it they say about the shortest distance between two points?
is that an axiom?
probably
yeah
and $\sin{\theta}^2 + \overline{DB}^2 <= \overline{CB}$
Shachar
right its a right triangle
so it's equalcs CB
and CB smalled than CB_arc
than sin theta for sure smaller than CB_arc which is theta
wow geometry is beatiful
yup
there you go
That was a lot of headache
but hey, we did it
I think you can do the rest now
It took a lot of working backwards to get to this little geometry problem
u can use triangle inequality to say CD <= DB
You $\textit{will}$ need to prove $\overline{CD}<\overline{CB}$, but I do not think you can do that with triangle inequality.
SWR
you're right
well damn @lusty sapphire thank you. no way it is what they intended for me to try and do, but it's beatiful
oh sin = sqrt(sin^2) < sqrt(sin^2 + DB^2) = CB
i'm surprised you're still up for it
I can't not hear it now
Proving that $A<B$ implies $\sqrt{A}<\sqrt{B}$ is actually not so trivial
SWR
uh it starts in a similar way
but forget the upper bound
for $x\in (0,\sqrt{\pi}),\ \sin (x^2) \geq 0$ so $\frac{\sin (x^2)}{x}\geq 0$ and $\left\lfloor \frac{\sin (x^2)}{x}\right\rfloor \geq 0$
wait i'm dumb
x <= pi
Axe
ok
ohhh. I see it 
for $x\in (-\sqrt{\pi},0),\ \sin(x^2) > 0$ so $\frac{\sin (x^2)}{x} < 0$ and $\left\lfloor \frac{\sin (x^2)}{x}\right\rfloor \leq -1$
Axe
what this gives you?
this gives you:
$lim_{x\to 0} \left\lfloor \frac{\sin (x^2)}{x}\right\rfloor$ does not exist
Axe
um
intuitively, if the right limit is to exist, it must be >= 0, and if the left limit is to exist, it must be <= -1
This was something I was thinking about too, @alpine python. I get the logic of what you are trying to say right now. I think the nuance of what needs to be said next is that, if the right limit were to exist, then it must be ā„0. And if the right limit existed, then it must be ā¤-1.
ah yes. Exactly 
yeah 
Proving that, though, might be hard
i guess u do need delta-eps after all for this method
so can't I just take the limit 0+ of the first inequality
and the limit 0- of the second inequality
We do not know yet if the limit exists
intuitivly
it ez
tho the question itself is ez intuitivlly
only hard to prove formally
Basically, we have $f(x)\ge0$ for $x\ge 0$, and $f(x)\le-1$ for $x<0$. Taking any limits here is too broad.
SWR
the way you guys talk is so fun
wym
idk you js sound so smart rn
they are smart
ikr
@grand ledge Has your question been resolved?
@grand ledge @alpine python
Closed due to timeout
Use .reopen if this was a mistake.
.bye bye everybody. It was fun
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How many three-digit numbers are divisible by $13$?
938c2cc0dcc05f2b68c4287040cfcf71
how many 3 digit numbers are divisible by 2
,calc 999/2
Result:
499.5
how many numbers less than 1000 are divisible by 13?
like 499 I guess
2 doesn't have three digits
what is a 3 digit number
100 to 999
so why 999 / 2
idk, I had a brain fart
the subtract by the number of numbers less than 100 that are divisible by 13
,calc 1000/13
Result:
76.923076923077
,calc 76*13
Result:
988
,calc 100/13
Result:
7.6923076923077
,calc 7*13
Result:
91
69
š
Result:
69
another way (maybe if you have a calculator): the first multiple of 13 is 104 = 13 * 8. the last is 13 * 76 = 988. so there are 76 - 8 + 1
why +1
how many numbers integers are there between 1 and 10 (inclusive)
10-1+1
why +1
right
so that's why +1
i want to include every number between 8 and 76, endpoints included
Closed by @spring oasis
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Given two numbers $x$ and $m$ where $gcd(x,m)=1$, let $n$ be the smallest positive integer such that $x^n \equiv 1 (\mod m)$. Show that $n | \phi(m)$.
LocalLunatic
I know by FLT, x^phi(m) is congruent to 1 mod m, but i kinda forgot how to do the rest
yes, n is the order
I seem to remember that it was done by contradiction
oh i think i get it
Yay i actually forgot it lol
if x != m, then n>1
Ok
Assume by contradiction n does not divide phi(m)
Ok
then x^nk = 1 for all k
im tryna work it out too
(i can check the proof ig)
Uh huh
Yes
then we get x^nq = 1 but also x^nq+r = 1
Ah
Yes
heh nice
Nice
Closed by @fair juniper
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I got up to here
But the answer is wrong apparently
Can someone point out where I messed up?
"their centres form a square"
So would it be 40-the side of the square?
you start with 4 spheres on the table placed in a square formation
then you get a fifth one and put it on top
@heavy monolith Has your question been resolved?
Their centers form a square, square side will be 2times radius so 20cm
If you still have not solved yet i would like to solve if and drop picš
You can send
Closed due to timeout
Use .reopen if this was a mistake.
I solved it though
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
But Iām happy to see your diagram if you still want to send it
Yo
I solved just now too lol
The answer is 34.14
Its easy tbh
Ye
I just didnāt plan it accordingly
I always miss something when reading the question
Js gotta do more of them
Proof that 1+1=2
Will try ofc
Idk hollow inverted cone
Idk english words
Itās like a cone upside down without the base
Oh ok
This? Well it is not supposed to be touching base of cone
Oh wait
With this numbers it will be something like this
Ice cream lol
Is answer 1?
@heavy monolith Ig you already did it yourself but still (sorry for ping)
@heavy monolith Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
good morning guys, i need help with this exercise
the translation in english is just: ,,find out F(x),,
Ok
looks like a very easy exercise but i cant figure out what to do
oh hi xor
ok
Else you can just consider tanx = z and write an extra step
so tg'x time 1/cos^2x
so actually its (tan'x)^2
so the derivative of tanx to the second power
Huh ?
we dont use sec around here, but sec^2x = derivative of tan x
if im not mistaken
and we use the derivative not sec
yep yep
Yeayyy !
the second one i dont know
but anyway
Nah
Use a sub , tanx = z
sec²x = dz
So we get int z²
That gives z³/3
ah okk
You understand now ?
got any solution thats without sec tho?
Yeah tgx + tg³x/3 is the soln
interesting
lets try to figure out a way to write the fraction
so that we get something like what you got
but without the need of sec
if you want ofc, ur solution is correct as well, but i just wanted something different
oh wait
i can just write the nominator as sin^2 x + cos^2 x and it comes out easily
sorry for the bother
i got it
.close
Closed by @native stone
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i thought that this is just an exercise with a usual cos alfa substitution
but it doesnt work here
any other clues on how to solve it?
you can use a u sub
well it's multiple choice so you could just differentiate all of the answers and see which one matches...
lmao yeah
also these don't look like particularly fun expressions to differentiate so it might take a while
but anyway yeah there is a useful u sub here
so what the substitution?
because then the square root just becomes sqrt(u) which is a lot nicer
i hope you can read my writing
but as you can see
while it does look close to one of the multiple choices, its not exact them
are you still here?
oh yea you are right
and the other thing is that you need to replace the u with x^2+1, because you want an answer in terms of x
yea thats fine
also you need a +C
after that i think it should be identical to one of the answers
oh fair enough
yea, im just lazy
thanks a lot tho
.close
Closed by @native stone
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Let $0\leq x_1 \leq y_1$.Define $x_{n+1} = \sqrt{x_n y_n}$ and $y_{n+1} = \frac{x_n+y_n}{2}$. Show that lim $x_n$ and $y_n$ both exist and are equal.
math_rocks
so here can I just assume x_1 and y_1 to be arbitrary constants
ooh the AGM
Intresting ngl
yeah, it is. But also looks hard
$x_{n+1}= \sqrt{x_n(2y_{n+1}-x_n})$
would this help in any way
math_rocks
math_rocks
hmm, and $y_n \geq y_{n+1}$ makes sense too
math_rocks
but how does that imply their limits must be equal
okay, so monotone convergence theorm
hmm
Let em think a bit more
thanks
.close
Closed by @lost laurel
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can anyone help me understand how to calculate the surface area of a sphere? I heard aristotle did it by realizing that a cylinder of base radius 'r' and the height '2r' can completely enclose a sphere of radius 'r' and the shadows of the sphere fall exactly on the cylinder so the surface area of the cylinder must equal the surface area of a sphere and thats how he found that it was 4Ļr².
I tried to find the volume of a cone, sphere by using integration and I was successful. But I have tried to compute the surface areas of sphere and cone by intergration but failed. I do not care about cones much but I wish to know how to compute the surface area of a sphere by using integration with one variable.
Please don't occupy multiple help channels.
<@&286206848099549185>
<@&268886789983436800> this person seems to be spamming a few channels with russian that's unrelated? (can't speak russian but google translate says it's spam)
(see hlounge)
first of all we want to know how to draw a circle in 2d
and half of it should be enough so we can rotate it around either the x or y axis
what is the equation for something that looks like a circle?
$\sqrt{1-x^2}$
bagelguy3
@merry patio
we can make it generic if you want
and say r^2 instead of 1
wait hold on lemme check if i rember correctly how to do it
bagelguy3
$\f(x) = sqrt{r^2-x^2}$
bagelguy3
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
$\ff(x) = sqrt{r^2-x^2}$
bagelguy3
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
${f(x) = sqrt1-x^2}$
bagelguy3
$\{f(x) = sqrt1-x^2}$
```Compilation error:```! Extra }, or forgotten $.
l.49 $\{f(x) = sqrt1-x^2}
$
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
Preview: Tightpage -1310720 -1310720 1310720 1310720
[1{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/l```
$$f(x) = sqrt{r^2-x^2}$
bagelguy3
$f(x) = sqrt{r^2-x^2}$
bagelguy3
$\sqrt(r^2-x^2)$
bagelguy3
$f(x) = /sqrt{r^2 - x^2}$
bagelguy3
wtf
@fierce girder Has your question been resolved?
u there?
Closed due to timeout
Use .reopen if this was a mistake.
ā
or circumferences
dam
so basically we know the radius is just the function
root of r^2-x^2
but we need to know this length
I broke them into two hemisphere and decided to calculate just the top hemisphere and i tried doing from bottom to the top
yes\
that length if we zoom in
is that dĪø
right
and to find it we use pythagora
so thats dl?
sqrt(1 + f'(x)^2)
we can group the dx^2 and put it outside the root
and yes
we get root(1+f') dx
so our formula will be the y length and the dL but rewriting it in terms of x
we need to apply the rotation
$/ā« sqrt{1 + f'(x)^2} dx$
bagelguy3
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
well its not even really a rotation
its just 2piy dL
integrate it
dont we get the square?
square? there are no suqares
i meant
you are just adding up every circumference
(f')²
ih yes
how can we get f'
yes
since our y = root(r^2 - x^2)
since we are using a² + b² = c²
you can derive this to get dy/dx
dy = y' dx
what is your doubt
how to calculate the surface area of a sphere with integration
not the circumference
from the left to the right point
ye
cut it into the southern hemisphere and northern hemisphere
ignore the south one
just delete
imagine the north
ye
now the circum ference from the equator (middle line) to the north pole (top) would be rĪø where Īø = Ļ/2 so it would be Ļr/2
now, rotating that would give us Ļr/2 * 2Ļ = ϲr.
multiplying that by 2 to also include the area of the southern hemisphere gives us 2ϲr
but we know that the answer is 4Ļr²
so where did I go wrong
that integral is the key and you gave me everything aside the integral
not sure what you did there circumference from equator to north pole?
yeah you integrate everything at the end, same thing as summing all the circumferences
could u be more elaborate
we have this image
yes
we want to find the generic area of one circumference
and then add them all up together
from -r to r
or you can do from 0 to r and double it
same thing
we know the circumference is 2pir
problem is we also have that dL
which we found previously
and basically you integrate this now
we know that our "radius"
is jsut our y of the equation
its our "height"
from the x axis
we can also find dy/dx which is just the derivative
from there you just integrate
which is our radius
2 ā«(0,r) f(x) * sqrt( 1 + f'(x)²) dx
so
ā«(-r,r) y dl
right so
we are just adding all the circumferences up
we know the circumference is just 2pi * y * dL
4Ļ ā«(0,r) y dl
yes
exactly
if you start solving it
you will get to the right answer
our y is sqrt(r^2 - x^2)
then you can find dy/dx
and you just plug in everything
np
I also have another question if u dont mind
I understand derivatives
but why does doing the opposite of derivative and pluging in the limits give you the area under the curve between those limits
basically why does integration work?
I understand the infinite summation and I understand the process of making it into infinite rectangles and finding the area and stuff
but I dont see any rectangles when I do integration
just find the anti derivatives and plug in the limits
im honestly not quite sure about where the calculation comes from too tbh
i think i forgot it
u knew at a point?
bai
Closed by @fierce girder
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Here, 3x is simplified to 3
I get why
because x^0 = 1
3x if x = 1 is 3.
but then why is there an x next to the 14 in the bottom row?
or even the 2 in the middle row with the 2x.
shouldn't it just be -7 * 2 for the 2nd row and -14 for the bottom row?
refer to the first two rules
Ye I still can't make sense of it sorry
is it because the 3x has not exponent on the x and the -7x did?
ah because the power rule is only applicable when x != 0.
I think that's right, correct me if I'm wrong please.
.close
Closed by @upbeat hemlock
Use .reopen if this was a mistake.
the value of x doesn't matter
.reopen
ā
That's why the -7x^2 didn't have the x ommited though correct?
or what do you mean please?
the general rule of thumb when differentiating x^n is that you multiply the result with n, and then knock down one power in the exponent
i'd say the condition n != 0 is unnecessary here, it still holds for n = 0
the reason why the derivative of 3x is 3 is because 3x is actually 3x^1
so you would get $(3\times1)x^{1 - 1}$
which is 3
would recommend using definition of derivative for the first few times so you can see it in action
same deal with -7x^2
its not good to apply without knowing why
or, just prove the power rule
that is a little harder but yes
I don't know what you mean exactly?
but then the exponent of 2 gets subtracted by 1 and the x because x^1
so shouldn't it just be -2
you should revise what a derivative is before applying its rules
give me a sec just gonna process
they are just shortcuts in the end to do this
it just requires binomial theorem
ye
Also its h going to zero, little typo
ye idk why the image uses a instead of h

Both are useful
other one should be c
Depends situation
well same thing
Closed by @upbeat hemlock
Use .reopen if this was a mistake.
I thought I knew what a derivative is but I don't know how this applies here, thanks for replying anyway though, you don't have to of course but if you find a sec to relate it to the specific example, I'd appreciate it š
basically the power rule and evey other rule is just a shortcut
you are technically applying the definition of derivative but mathematicians are lazy and find patterns
imo you should use the definition instead for the first few times instead of the shortcut to see what is going on
and for the ones with power rule just try applying the first one
I mean, I much rather, gonna just think about how to apply the definition of a derivative here.
lemme find a better image this one is bad
also known as "first principles of derivatives" if u wanna do some research on it
thanks!
the image that ryse js deleted*
yeahh^^
you had for example 7x^2
applying definition you get (7(x+h)^2 - 7x^2)/h
if you just solve the limit
you will find find out that its just 14x
mathematicians noticed a pattern with the power
and they just said x^n ---> n*x^(n-1)
This helps a ton, I'll do that moving forward just because it means I don't have to remember the rules and I can instead actually make sense of the solution.
Thank you!
no problem!
you should still remember the shortcuts otherwise you will take ages to differentiate lol
but yeah if you happen to forget you can always use the definition
Find Derivative from First Principles.
Found a nice little video about it just before you clarified earlier
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How to show that $\lim_{x\to\infty} \sin x$ deosn't exist using delta epsilon?. I know that i need to show
[\neg(\exists L\in\bar{\mathbb{R}}\forall\varepsilon>0\exists\delta>0\forall x\in\mathcal{P}{\delta}(\infty):f(x)\in\mathcal{U}{\varepsilon}(L))\iff]
[\iff \forall L\in\bar{\mathbb{R}}\exists\varepsilon>0\forall\delta>0\exists x\in\mathcal{P}{\delta}(\infty):f(x)\notin\mathcal{U}{\varepsilon}(L))]
But how should i do it?
Slowaq
What is P_delta(infinity)?
Slowaq
does R with the bar above it mean the extended real numbers?
yes
so i tried putting epsilon equal to 0,5
with this there will always be infinitely many ones or -ones for example for x=pi/2+kpi
or hm
how should i continue?
you'll want to verify that your choice actually works, so first what if L is infinity? then we choose epsilon = 0.5 and we fix some number delta too, you need to choose a value of x in P_delta(infinity) so that f(x) is not in U_epsilon(L)
what value of x do you choose?
for example x=pi/2+2kpi for big enough k?
ah sorry 1
for L being infty or -infty definitely not
why?
because $\mathcal{U}_{\varepsilon}(\infty)=(\varepsilon,\infty)=(\frac{1}{2},\infty)\nsupseteq \sin x$ since $\sin x \in [-1,1]$
Slowaq
but we said for that x, sin x is 1, right?
we're only looking at one specific value of x
is 1 in (1/2, infty)?
hm yes
yeah, so we need to pick a different value of x if L is infinity and we're choosing epsilon to be 1/2
yeah good
that settles the case where L is infinity, what if L=-infinity?
if we choose epsilon to be 1/2, what would be a good value of x to choose
yup good
that settles it for L being infinite
now what if L is finite
let's say epsilon is 1/2
how do we choose x?
hm now it depends on L doesnt it
for example if L is 0 then well use the same x=pi/2+2kpi as in previous
if L is [1;-0,5) then we use x=3pi/2+2kpi
similar for -1
yeah, what are all the different cases for L you want to consider?
obviously we can't list them all out one by one
and if its ouside of [-1,1] then x from reals
if its ouside of [-1,1], if its [1;0) and if its [0,-1]
okay, so you said if L is not in [-1,1] then x is from the reals, can you elaborate on that
because for any x from reals sinx wont be fully contained in U_epsilon(L)
ahh no
or yes
well choose a number for x
remember x has to be a specific number in P_delta(infinity)
hm so then it just needs to be number greater then delta?
okay which one?
tbh i kind of got lost wdym which one
what value are you choosing for x
you need to pick a specific number
because the statement we're trying to prove is "there exists x such that ..."
ah so for example x=kpi?
yeah good, why does that work
because its in distance of 1 from 1 and -1 thus i can not be in 0.5 neighbourhood of numbers outside of [-1,1]
@oblique rover Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Im looking for a good simple video i have this chapter that looks easy but also easier to get wrong i tried to look on youtube but all are very complex what im looking for exactly is explanation for Basic concepts of set theory
Its a simple sheet but i would love explanation so i can study and pratice
@tender reef Has your question been resolved?
<@&286206848099549185>
@tender reef Has your question been resolved?
@tender reef
I would like source explanation on basic cocepts of set and theory
Alot of videos in youtube are all complex videos if possible i only want to understand the basics like it shown in the sheet i sent
so first we need to get clear on wht is a "set"
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How is it x(1+... and not x(1-... here?
Probs something very basic but i dont see it
yeah basically it's because you suppose x<0 here, so sqrt(x^2+4x) = -x sqrt (etc) for x small enough
Closed by @rugged jewel
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Help
@stiff spire
Which values are plotted on the horizontal axis ?
WTf is a horizontal axis šš
Idk what ur sbt styll
| (vertical)
A and B
Do you see time should be plotted in horizontal axis?
@stiff spire Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
nope
Nope
@stiff spire Has your question been resolved?
NO
The scale is going to be linear, so just count how many squares away B is from 0, then multiply by 20 (since you know A is 1 square away and represents 20 seconds)
big dark squares
not the smaller lighter squares, if you count those instead each one represents 4 seconds (by dividing 20 by 5 since there are 5 small squares in each big square)
Its not 200 tho
wait what.
not with that attitude!!
huh
@stiff spire Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello
so i have a question
First some quick vocab:
Giant Mantis Tame Chance: 11%
1 Elixir Of Influence = 5%
What is the exact probability of failing 2 times in a row the taming of a giant mantis with only 3 elixers of influence to help?
To solve this, you need to add 5 times the number of elixirs to the tame chance of the animal, then subtract it from 100, and divide it by 100. Then, attach an exponent to the number (the exponent is the failed tames in a row) and multiply it by 100 for your final result. (You may need to round to the tenths place) (THIS IS FROM THE WIKI)
(and this is for a game)
This question is multiple choice so here are the possible answers
A) 0%
B) 94.9
C) 35.2
D) 54.8
yep but i got a number way off ;-;
okay, can you show what you did?
i dont have a picture i just typed the numbers down and kinda erased it ;c
like i did the math in my head and put the number down
and once i was done with it i put another number
i actually had a similar question for this
ill send that and the answer
how about you go ahead and redo the problem and keep track of what you're doing
Closed by @rigid ore
Use .reopen if this was a mistake.
.reopen
ā
ok
i think i might have an answer
is it 54.8
does that seem reasonable
ill just close it ig
.close
Closed by @rigid ore
Use .reopen if this was a mistake.
seems good to me
you have a 1/4 chance of catching it each time
so around 1/2 in two tries
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i do this?
a^2 - b^2 = (a+b)(a-b)
i dont understand
Remark : 4x² = (2x)² and 9 = 3²
@pale prawn Has your question been resolved?
oh okay thank you
Closed by @pale prawn
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
y = 4sin3x + 2
Find the smallest zero in the interval 2pi <= x <= 3pi
I know that x = 7pi/6 and 11pi/6 between 0 and 2pi, but I dont know what to do next
And I must know how to do it algebraically
I know the new modified domain is 6pi to 9pi
But how do I make my current solutions into the new domain
PING IF HELPING
Zero you mean y = 0?
Yes
If that so, 4sin3x + 2 = 0 implies that sin3x = -1/2
So, 3x needs to be 7pi/6 + 2k . pi or 11pi/6 + 2k . pi, where k is an integer, so you have to find k such that 3x is between 6pi and 9pi
Let 7pi/6 + 2k . pi >= 6pi, so 7/6 + 2k >= 6 -> 2k >= 29/6 -> k >= 29/12
You have to do that for 7pi/6 + 2k . pi <= 9pi
And do the same for 11pi/6 + 2k . pi
Thank you š
@novel violet Has your question been resolved?
Closed by @novel violet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can i get some help on smth
,calc (4-1)^2
Result:
9
No
Yea those are both right
Closed by @late ruin
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Guys what do I do next
set the left side equal to 0 and use quadratic formula or factor or complete the square to find the roots
quadratics/parabolas have a very specific pattern to being above the x-axis
@peak blade Has your question been resolved?
Closed by @peak blade
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
for part a, do I integrate as usual and then sub in two cases where n--> inf and n--> 0?
Drawing a picture might help
iv never had to deal with upper and lower rectangles before, so im not quite sure what it really is
After some research i assume this is what you mean
How do I implement this as an actual formula tho?
@frozen stump Has your question been resolved?
<@&286206848099549185>
Consider integrating 1/2^n and 1/2^(n+1)
Use the bounds from your own integral
It's just one rectangle for upper and one rectangle for lower
Is this alright?
how do I "hence" for part b?
You can expect this integral would larger than n/2
?
Integrate from 1~2, 2~4, 4~8,....2^(n-1)~2^n. Each part would larger than 1/2.
@frozen stump Has your question been resolved?
.close
Closed by @frozen stump
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is the roll of nCr(1,1)
you mean "role"?
ye lol
If your question is why they wrote it this way then it is just to illustrate the point they're trying to get across because 1C1 = 1. This probability model is what's called a hypergeometric distribution. Basically, the hypergeometric distribution describes the probability of drawing a specific number of successes in a series of draws from a finite population without replacement, which is what the question is describing i suppose
@vivid estuary Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I found that <CAF is 50 using alternate segment theorem and <ACD=50 alternating angles
I don't know what to do next to find <DCB
I don't know what <ACB is
Closed by @vestal bay
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi
I want help in AP
here is the problem
can anyone tell me the solution + explain this
<@&286206848099549185>
hi @sullen island
yeah you want to use the formula for the sum of an AP certainly
that formatting is so cursed tho
holy
same reaction
i use all the formula of AP given in my book
and my brain stopped braining
Sn = n/2[2a + (n-1)d]
this one ?
or the other one
that should do it yes, a is the start and d is the difference right
can u help me with one more?
ok
yes
can u help me with both?
or i have to wait for 4 jan for the answer key
well one at a time but sure
ans for 2nd one is 3
so you ok with the first one now?
no
ok
help me with 1st one
it is okay if you dont help with 2nd one
cus I got the solution on google for 2nd one
well ok what's 2+5+8+... using that formula then ?
well n is unknown as of now
that's what we're trying to find remember
so just compute it for any n
lets go for 1
keep the n, just plug in a and d
you sure a is 1 ?


we're going deep
