#help-36
1 messages · Page 288 of 1
wow
I just searched up "laser mirror" on google images, it might not even be a mirror for lasers
doesnt look like one either with that purple shade
but no one ever questions it
yes same argument as "no one ever calls me vins here"
alr tysm bro
yep
dont get sniped
Closed by @ruby crypt
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 have difficulty understanding something about conditional probability
Please tell!
I understand that conditional probability is the probability of an event A happening that B is happened
damn a lot of doubt channels so fast
this can be written as number of ways A and B both happen divided by number of ways B happen
Yes that's correct
and the conditional probability definition is dividing the probabilities of these
and we reach the same thing after cancelling the sample space in numerator and denominator
but what does it mean to divide probabilities?
to normalize the probability space back such that it equals 1
yeah I heard normalisation but I have no clue what it means
Alright
Now originally we have the entire space
A union B
but now after conditioning on B, we have only the circle of B
That's what given B means
alright
and now the part of B where A happens (the probability)
is the small slit on the left side of B
which is P(A intersect B)
and now to have the case were we are only in the circle of B
we devide the probability by B
I understand
but why are we dividing probabilites?
it makes sense if the ven was number of outcomes
P(A) = outcomes of A / all outcomes
but why probability? Isnt the definition of probability number of favourable outcomes by number of outcomes?
isnt the new number of outcomes number of ways B can happen
and not probability of B?
well
(number of ways A intersect B / total number of ways ) / (number of ways B / total number of ways)
total number of ways cancel out
So you're correct
And this is just P(A Intersect B) / P(B)
here
but what does dividing probabilities mean?
The best way to visualise this is looking at it in a tree diagram
ok let me check real quick
I really dont see what dividng probabilities has to do with tree diagrams :c
can someone explain
The respective branches shows the conditional probability
Take this as a simpler example, a coin toss
ok
The first toss will give a head or tail and so does the second toss
yeah
But note that the sum of the branches between the first event that happened and the events of the 2nd toss equate to 1
For example, after the 1st head, I have a probability of 0.5 to get another head or a probability of 0.5 to get a tail this time
Now if we want to find the probability of 2 heads, its just 0.5 times 0.5, straightforward enough
yeah but what does that have to do with dividing probabilities
Dividing probabilities is equivalent to removing the first set of branches
Example, lets say the 2 heads, the probability is 0.25 because 0.5 times 0.5
but why are you taking this example
this isnt even conditional probability
To do this, first we need heads which is 0.5, then another heads, which is a 0.5 on top of that
-# yes but wait from here we get conditonal probablity (its realted)
yup got that
That 2nd part, the 0.5 on top, is the conditional probability
And how we achieve that is we take the pathway (the 1st branch and 2nd branch), then we divide the first 0.5 (which removes the first branch), this leaves us with the 2nd branch, which is the conditional probability
hmmm
wait how does dividing by 0.5 remove the 1st tails branch?
I dont get what division does here?
how?
okay bassicly think of it this way ur essentiall reversing the proceess the probiblty you get 2 heads in a row is 1/2 * 1/2 so what is the probablity that you get heads the second GIVEN that u already gotten heads so by doing (1/2 * 1/2 ) / 1/2 YOU GET JUST 1/2
-# sorrry for interupting btw
this does make sense
oaky so one last thing- (als i am so sorry @vestal kestrel for interuptng you) but you know how to get the probablity of 2 events you multiply them?
Its fine
so wehn u want to remove one event as tzken said earlier you divide by it
-# okay sorry i will head out now please continue!
yes indeed
hence
this^
yeah i think ive understood
thanks alot both of you
.close
Closed by @wheat grove
Use .reopen if this was a mistake.
-# also really good exapmle tzkken mind if i steal this for later use? 
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Find all functions $f$ from the naturals to itself such that [ f^m(n) +f(mn) = f(m)f(n) ] where $f^m = f\circ f \circ... f$
Copter
i have that f(1) = 2 and f(m) = f^m(1), so every number can be expressed as some iteration of f(1)
idk what else tho
Did you finished the last problem?
Have you tried guessing the answer?
Normally we'd just try to approach it.
a constant function could probably work here
and what about m = 1, n any integer?
f(1) = 2?
yea, f(m) = 2 for all m
oh yeah you got that
my thoughts rn are like
case where f injective and not
if f isnt injective then f^a (1) = f^(b) (1) for a>b
then $f^{a-b}(f^b(1)) = f^b(1)$
Copter
no idea ;-;
Does your natural numbers include 0
no
cool
I think we can induct this
Alright I got something
(m, n) and (n, m) we get
$f^n(m) = f^m(n)$
Erebus
Not with your original idea of injectivity but something to keep in mind
yea i have that too
@lime crest Has your question been resolved?
.pin
If you need another pointer, ||try to show that the whole image of f is bounded|| for the non-injective case.
@lime crest Has your question been resolved?
There are two easy solutions:
f(n)=2, and f(n)=n+1
let M be the maximum value of f, then f(a) = M for some a, and f(n) ≤ M for all nto get M^2 ≤ 2M ⟺ M ≤ 2
if there is some a with f(a) = 1 thrn f^a(a) + f(a^2) = 1 impossible for two naturals to sum to 1
hence in this case f(n) = 2 for all n
yeah the non injective case just gives the constant solution 2
you could also show that f(1)=f(2)=2 and proceed inductively
good
ok just do the injective case now

@lime crest 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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
<@&268886789983436800>
remove this user's kneecaps
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
yes i murdered you with a headshot. please proceed to heaven ☁️
I've been packwatched, vengeance for all the souls of the MrBeast 
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
prove that $n x(1-x)^n$ tends to 0 as n increase to infinity, for $x\in (0,1)$
krvelty
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
okay so i searched bernoulli inequality and i think i can use this one to prove $(1+x)^r \leq e^{rx}$
krvelty
and then i show that $\frac{n}{e^{nx}}$ tends to 0
krvelty
ill brb
Since x is between (0,1), whatever we multiply it by (provided it’s greater than 1) will make our number smaller. And since n tends to infinity nx out the front will be positive and greater than 1. And for (1-x)^n, a number less than 1 multiplied by itself will continue to becomes less. So it should tend to 0 as n goes to infinity. Just by looking at the interval x can be on. [ofc this is not rigorous, but should be a good stepping stone]
yeah i know this
im stuck proving it with delta and epsilon
and i cannot use l'hopital i think
yeah
btw you can argue that the lone term "x" is completely irrelevant to the limit
also i think i can prove that the function is monotonous decrescent and limited inferior by 0
so it gonna converge to 0
?
Try evaluating the logarithm of the limit
Like, if you read it as f(n) -> 0
ln (f(n)) -> -infty
maybe then i should show that 0 is the infimum
yeah this can work too i think since the function is >0
which we can do cause f(n) is strictly positive
0 to be precise, yea
@floral moth Has your question been resolved?
Kind of a spoiler: ||The proof eventually can be reduced to showing that 1/N is less than any positive real number for a suficciently big N, or, equivalently, that 1/N tends to 0.||
.close
Closed by @floral moth
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 this wrong
plug in x =3 and see what happens
TestTickler
then you proceed as usual and find the solutions (because you should be finding the roots of $x^2 - 7x+11$ in the end
TestTickler
hm wait
but yes your first case is right, there should be no solutions if x > 4
i thought we check if x - 4 < 0, so thne "(x-4)" is negative so then when we multiply to the other side the ineq sign flips?
yes $-(x-4) = 4-x$
TestTickler
aaok so u get (3-x)(4-x) < 1?
hmm not quite
lets rewind a bit actually
the fact that $x>4$ makes it falls is true
TestTickler
is this meant to havea negative -(3-x)(4-x)<1
thats right
the roots you got are right
just the interval you gave isnt
but back to what i was saying, $x=3$ makes it a false statement right. We saw that it gives 0>1, clearly false
TestTickler
if we plug in $x=3.1$, we get a false statement once again
TestTickler
TestTickler
do we get a true statement?
uh okay
just to give a quick summary:
- we found that right off the bat, x-4 > 0 ~ x>4 gives no solutions, so we look at x<4
- moreover, x>3 gives false statements, so then we look at solutions such that x < 3
- finally, solve the quadratic you got from the x-4 < 0 case and figure out which root satisfies the constraints we have (if any)
@stable viper Has your question been resolved?
.close
Closed by @stable viper
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Question 13 part b
I’m confused cuz ik i can use
,rotate
this is for an arithmetic progression
Is there a formula i could use for b then?
do you know what geometric progression is?
I do not- it didn’t habe that in our videos
what is ap?
yes look it up
Okok
!done
If you are done with this channel, please mark your problem as solved by typing .close
@spark agate Has your question been resolved?
.close
Closed by @spark agate
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 think I diffed the arctan weong by comparing to solns, but I’m not sure why it is wrong.
Can someone check pls? Thanks
you didn't applly chain rule when differentiating arctan(x/sqrt(3))
need to multiply by derivative of inner, i.e. derivative of x/sqrt(3)
@stable viper Has your question been resolved?
ohh oh my i keep forgetting that. thanks
.close
Closed by @stable viper
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Where did I go wrong? It looks all good to me
i didnt read properly , ggs
JustToPro
what
and thats way simpler than what u made
yeah cuz u didnt use u sub , now that i read properly
i mean the question says integration by parts
u just went straight to integration by parts
u cosu is solved using integration by parts tho
thats just a quality of life change i was describing
,w int^\frac{3\sqrt3}{2} _ \frac{3}{2} of 4 arcsin (\frac{x}{3})
oh nvm i see my mistake
yeah that would be a much faster solution
i dont think im allowed to do this
,w integral x/sqrt(9-x^2) dx
yeah you have a 1/2 there for some reason when it should have an /(1/2)
ping
Closed by @stable viper
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 need to find the derivative of $(b - t a) (1 - \frac{1}{t} (1 + \sqrt{t^2 + 1}))$ for a,b positive and t negative
krvelty
in respect to t
are you supposed to do it by hand? If not, just plug it into WA. If yes, I'd start by expanding it (probably a bit easier than applying product rule directly)
Well 1, presumably
no, i tried to use a calculator but it gave me the incorrect answer
2, what have you trie-
,ask simplify derivative (b-t*a)(1- 1/t ( 1+sqrt(t^2+1))),t
!show
Show your work, and if possible, explain where you are stuck.
,w d/dt (b-t*a)(1- 1/t ( 1+sqrt(t^2+1)))
No that's called "I couldn't use the calculator correctly" hate to break it to ya
this should be the right result
😮
I mean it should have been a giveaway that it interpreted your ",t" as a misspelling of "/t", given this response
nah
wait tbh that is slightly different
But the result should have been, yk, a differentiation
Not "I'm being asked to differentiate..."
,ask simplify derivative (b-t*a)(1- 1/t ( 1+sqrt(t^2+1))) wrt t
maybe use wrt instead of ,t
or just yk, d/dt
also, in my experience the webpage interface is a bit more user friendly than the discord one
,ask nsolve a(sqrt(t^2+1)-t)t^2 +b(-sqrt(t^2+1)-1) =0, t
bruh now you're asking a different question
,w d/dt (b-t*a)(1- 1/t ( 1+sqrt(t^2+1))) = 0
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
uh, your ab arent even negative over there
You have something with 3 variables tf are you expecting
if i understand it correctly
a, b are positive constants
what varies is t
oh right, i thought you said negative
@floral moth
this one should hopefully wokr (assuming youre trying to find points with 0 derivative)
okay wait
and fyi, this was my query
isnt correct yet
strange
if b < a then it works
but if b > a it doesnt
yeah should be something wrong i did in the formulation
yeah, just noticed the same thin
my guess is that its bc of the square roots
here is the full thing WA gives
for a,b>0
oh damn
Closed by @floral moth
Use .reopen if this was a mistake.
$t=\frac{b+\sqrt{2}\sqrt{\frac{b}{a}}\left(b-a\right)}{a-2b}$
MathIsAlwaysRight
@floral moth i managed to simplify it to a single expression that works for both
it was indeed caused by the square roots (the issue is that sqrt(a^2) is |a| and not a, so that causes a lot of possible sign errors)
<@&268886789983436800> (mrbeast)
was a spam
okay next one lol
$x=\frac{ab+\sqrt{2}\sqrt{ab}\left(b-a\right)}{a^{2}-2ab}$
MathIsAlwaysRight
possibly a bit nicer
What's going on?
the goal was to find the point where the derivative of this (wrt t) is 0, but its solved now
Ok
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
tysm!
.close
Closed by @floral moth
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 have a question, is there exist a function such that continuous and bounded on $[0, \infty)$ but do not uniformly continuous on $[0, \infty)$? And how do I show that?
Nefer
well, to be uniformly continuous, you'd need |f(x) - f(y)| < epsilon for |x - y| < delta
try thinking of some functions which oscillate really fast (that'd make massive difference |f(x) - f(y)| for tiny |x-y|)
Talk about oscillating function i only think of sine and cosine
thats enough, you also know how to compose functions and stuff
you'd want them to oscillate "infinitely" fast
it doesnt need to be just sin(constant * x)
it can be sin(f(x))
that'd still be uniformly continuous
i mean $\sqrt{x}$ is not uniformly continuous on $[0,1]$ so take for example $f(x)=\min{\sqrt{x},1}$
or am i wrong
i think sqrtx is uniformly continuous on [0, 1]
Isnt sqrt x uniformly continuous?
at 0 too?
yeah
|sqrt(x) - sqrt(y)| <= sqrt(|x-y|)
yes mathisalwaysright's idea is better
that is still uniformly continuous unfortunately
But isnt it oscillate very fast already?
it doesnt oscillate "infinitely" fast, its just sin squished horizontally by a factor of 100
How about something like sin(x^3)?
thats much better
Thats confusing
I dont see much difference between them tbh
the argument of sin should probably be faster than linear
But how do I prove it?
Suppose i found it but I also need to prove it by the definition also
here, due to the very fast oscillation, if you try to bound |f(x) - f(y)| by some epsilon, you can always go far enough to the right where the oscillations are really, really fast that they break your bound
hm are you familiar with sequential defn of u.c?
not yet
I am only introduced to the early definition of u.c like this
that makes it a bit worse to work with
but well, for sake of contradiction, suppose it was u.c.
then for every epsilon > 0, there is a delta such that whenever |x-y| < delta, we have |sin(x^2) - sin(y^2)| < epsilon
Yes that is true
so in order to contradict this, we'd have to find epsilon, s.t. no matter what delta we choose, we will always be able to find x, y with |x-y| < delta, such that |sin(x^2 - sin(y^2)| > epsilon
looking at the graph, we can pick arbitrarily close x, y (so |x-y| arbitrarily close), such that |sin(x^2) - sin(y^2)| = 2 (so one is -1, the other one is 1)
yeah, you just pick some epsilon and try to prove that there is no delta for it
nope, you have to disprove the existence of delta
Really?
Normally when i prove for continuity or differentiability i dont have to do that
U.C: forall eps, exists delta
Not U.C: exists eps, no delta
its because you disprove it
oh wait you said prove
yeah
you were right, sorry, i didnt read the "prove"
💀
anyway, do you get the intuitive idea for why its not UC? The idea is that you can always find two arbitrarily close x, y, for which f(x) and f(y) arent close. (more precisely, |f(x) - f(y)| = 2
that intuitive idea is gonna be very helpful in the proof
Closed by @timber leaf
Use .reopen if this was a mistake.
np
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 parametrize this surface
i am assuming cylindrical
(x,y,z) = (cos(t), sin(t), z)
Since you know that $x^2 + y^2 \le 9$, you can pick $x= r\cos(t)$ and $y=r\sin(t)$, yes. What would $z$ be in this case given the constraint?
Azyrashacorki
wdym?
Well you've done pretty much everything right up until you wrote down your P.
You're parametrizing a surface, so you should have 2 variables, not 3
what
Like what you wrote with z = r^2(cos^2(t) - sin^2(t)) is right.
That's your third coordinate
It depends on r and theta.
ok
why don't we depend on z
You already have z in terms of the other two variables.
Once you fix r and theta, z is determined.
i see
So then your derivatives are wrong in the third coordinates, since you do have r and theta dependence in the third coordinates.
uff
@blissful meadow
Might be unfun to compute the cross product's magnitude but yes.
You can also parametrize as (x,y, x^2-y^2) if you think it's too complicated.
The bounds will be annoying, but once you've set up the integral you can always go back to polar.
what
When your surface is the graph of a function, like z = f(x,y), you can always choose (x,y, f(x,y)) as a parametrization.
it's not Minor
Wdym? If you do use the (x,y,f(x,y)) parametrization then the cross product is easier to compute, so your integrand will be in terms of x and y, and then you can convert to polar inside your integral just like you can usually do for an integral.
is it legal
Why not? You want the surface area, so you just find the suitable integrand. What you do after that is just computing a double integral as per usual.
@blissful meadow
You didn't compute the whole cross product. Remember the cross product outputs a vector. What you put in the integral is the magnitude of that vector.
what
What part is not clear?
You're meant to compute the "determinant" of the matrix you have written down.
You computed like one of the minors.
ah im so stupid
-# Also you can still use the other parametrization if you prefer. It may be a good extra exercise to try it after this. You just need to use some trig identities to make it more manageable but it's far from being impossible (and not that long).
i don't like trig identities
Would u rather apply the chain rule on sin²(x)+cos²(x) if you had to differentiate it
k is a vector, the coefficient is 1
i mean the basic trig ids is fine, but once we mess around with double angle and weird things it gets bleak
care to elaborate
k is a versor i think
The point is your product results in (-2s, 2t, 1), not (-2s, 2t, k)
Like k is not part of the coordinates.
It's a unit vector
sure
Now go polar.
uff
r is already positive, so no need to go from -3 to 3
Also don't forget the Jacobian factor that should pop out when you move to polar coordinates in an integral
oh shit
Do you remember what it is?
of course
the problem is this nasty integral
might need to use hyperbolic shit
@blissful meadow @drowsy epoch
It's not nasty at all.
hyperbolic sir
You have an r trailing outside. What's the derivative of 4r^2 + 1?
8r
but i want the integral of the sqrt of that
What I just pointed out is that you can just use a simple u-sub.
i don't get it
What don't you get?
What u-sub do you think I'm nudging towards by asking you what the derivative of 4t^2 + 1 is?
dunno
if u = 4x^2 + 1
if u = 4r^2 + 1
du = 8r dr
dr = du / 8r
When you evaluate at 0 it’s just just 0 (after your u-sub)
But you’re pretty much there
@blissful meadow
Yes
How do you defined smooth surface? I suppose by the existence of a parametrization where the cross product you computed exists and is nonzero everywhere?
the parametrization
if S is smooth then it admits a regular parametrization
the parametrization needs to be regular
@blissful meadow
Okay sure and what does that mean? How do you check it?
yeah the cross prod of the pdvs should be nonzero
that's the 3 requirements iirc
@blissful meadow
So can you check those?
Idk the one you used?
this is c1
we also use cylindrical after cross product
remember when we multiplied by the jacobian
That's a change of variable happening inside the integral. It didn't change the parametrization you had.
WHat does injectivity mean?
Well more specifically f(x) = f(y) => x=y.
The other direction holds for any function anyway
So what does it mean applied to your parametrization
You want to start from P(s,t) = P(s',t') and conclude that s=s' and t=t'.
well any idea how
...
What is P(s,t)
What is P(s',t')
What does it mean for P(s,t) to be equal to P(s',t')
I shouldn't have to spell it out for you if you take 2 minutes to try/.
Good
this is for R, -> R in R2 -> R3 it generalizes?
Yes, it generalizes to any function R^m -> R^n.
$\vb{F}(\vb{x}) = \vb{F}(\vb{y}) \implies \vb{x} = \vb{y}$, where $\vb{F} : \R^m \to \R^n$, $\vb{x},\vb{y} \in \R^m$.
Azyrashacorki
alright so we good?
Yes.
alright
and the cross product is never the zero vector in r3 because
the third component function is 1
im pretty sure @blissful meadow
Yes
Closed by @gentle zephyr
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
<@&268886789983436800>
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.

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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Okay so
tell the question first right off the bat
I know the answer now cause I got it wrong first but I don’t get why that’s the answer
The answer should be (120-2x)/2=a
Oh I cut out the question it asks write the area A for the function of x
yes
if you use up x for the bottom portion of the rectangle
and another x for the top portion
and the perimeter is 120 m
The answer is basically saying the numbers that’s supposed to be where X is not but I don’t get ittt
how would you calculate the area of
this rectangle
Oh oh okay
great there's the area
and sometimes in similar questions
they'll ask you what value x grants the largest area
Oooooh
Oooh okay ty ty i understand now
np 👍
Oh
@sour fiber Has your question been resolved?
Closed by @sour fiber
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 someone help me ques 2.9
i notice that the groth of n^2 >> ln n so this is convegent
is there any approach to solve the problem that the numerator or the denominator growth much more faster the other
You need to turn “(n^2) grows faster than (\ln n)” into an actual comparison
it's generally not enough to compare growth rates, technically if you consider sqrt(n) / n, the denominator grows faster than the numerator but this series would still diverge
Dex
ln(n) < sqrt(n)
That idea is basically comparison test, but you need to compare it to a known series
Turn the growth idea into an inequality or a limit comparison with a known series
yeah im looking for known series now
integral test also works here btw
@ionic nest Has your question been resolved?
@clear moon is this right
i stuck with -ln (n) / n so u use Lhopital
then the answer is a number which is convergent
im sorry but i cant find any known series
Closed by @ionic nest
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 remember calculating determinants in highschool but this is so confusing for some reason
it says that the determinant for row 1 would be a11C11 + a12C12 but then for the example, you'd do for both rows right?
idk what the minor is supposed to be bc it says the minor, Mij , associated with the element aij is the determinant of the (n − 1) × (n − 1) submatrix obtained from A by deleting row i and column j.
wait ok so i was trying to use the n > 2 formula, the cofactor expansion, but maybe this doesn't work for n = 2?
it doesn't, because n = 2 is considered like the base case
the whole point of cofactor expansion is to reduce computing an nxn determinant to computing a bunch of (n-1)x(n-1) determinants
ah okay
for 2x2's you just memorize ad - bc
okay cool
but for, lets say a 3x3 matrix, how am i supposed to know what the minor is?
there are 9 possible minors for a 3x3, each of them comes from considering the 2x2 matrix you have left if you deleted one particular row and column from the original matrix
there isn't just like one minor
You don't do both rows. For cofactor expansion, you choose one row or one column
so do any of them work in calculating the determinant because C is found with the use of a minor
So the (n>2) formula is mostly shown because that's where cofactors become more useful. For (2\times2), it still works, but it just turns into the shortcut (ad-bc)
Dex
1 is the base case
it does work for n=2
sure yes but practically speaking nobody cofactor expands a 2x2

i would hope...
sounds like something a test would ask though
1 2 3
4 5 6
7 8 9
the signs always alternate starting with positive
+1 -2 +3
then you multiply each with the minor of that cell
and ur done
for an nxn matrix you will need the n minors for each cell in the first row
but what is the minor of the cell?
cofactors work for calculating determinants, and minors are the pieces used to build the cofactors
btw to cofactor expand a 3x3, you just pick a row or column to expand along (let's say i pick the first row). then i could move left to right along that row, remove that particular column i'm in, compute the determinant of the leftover 2x2 matrix after i delete my current row/column, and just account for whether i tag on a negative sign based on the (-1)^(i+j) term. if you repeat this for the three entries along the first row and add up your results, you get your determinant for the 3x3
Minors and cofactors are both part of the determinant method
for example, this one
which row or column do you want to use
so say for the number 5 in the first slot here, the minor would be -3 & 2 // 5 & 3?
because deleting row 1 and column 1?
yes
ah okay
so you only calculate this for one row or column?
so like the first row and said minors
yes
ah okay
Watch the sign on the (-2).
For the top-left (5), you delete row 1 and column 1
Dex
and then find the determinant for each 2z2
it's often useful (especially for big matrices) to expand along a row or column that has a lot of zero entries since you don't really need to compute the determinant of the corresponding minor for a 0 entry since the a_ij would be 0 and causes the product to be 0 anyway
<@&268886789983436800>
yes
ah okay this is good to know
thank you everyone have a nice weekend
.close
Closed by @severe cove
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
So
Domain is a number that doesnt make the square root 0
And range is not making the square root = 0
But why
For the range here it doesnt only say 0 why there is 5 aswell
Or square root of 2
doesn't make the argument to the square root negative
0 is fine
domain
range is the set of possible "output" values
domain is the set of allowable "input" values
what do you get when you plug in x=0?
Closed by @harsh veldt
Use .reopen if this was a mistake.
.reopen
✅ Original question: #help-36 message
So the least possible outcome is 0 and the highest is 5 ? If i am not mistaken
I just wanna get the logic sorry for asking
yes, that is correct. i would suggest plotting the function, it makes it easy to see what's going on
Buttt that leaves me with a thing cant we make another possible outcome that is higher or less that those?
The 5 or sqrt(2) is the maximum height/output value, not another forbidden value
This is just an example like making x a number where u put it and it becomes 600 and when u add it with the 25 u get the 625 and square root it?
Or its not possible
MAXIMUM HEIGHTTT
okaay
Yeaa range is height why i was not thinking of that
What is the fastest way pf solving this
find critical points if you know them
and find where f(x) < 0
those points are not in f's domain
you could just factor x^2 + 3x - 4 if you want
then manually check where f(x) < 0
Factoring, and then using interval tests to figure out where were less than 0. Because where the function is less than 0, you can’t plug those into the square root
I know factors but sometimes i just get stuck at it
i'd suggest you also practice factoring with this one
take a bit of time to find what multiplies to -4 and adds to 3
it's a good recap
Like a whole separate problem? Or a question that pertains to this problem?
It was a whole seperate question
But i cant find it
I have been looking for it for hours
Yesterday i said i am gonna solve it today
Do you understand how to do this question?
I marked it and i just cant find it
Or do you wanna go over it step by step?
Yea u equal it to 0 ( equal or less than or equal to ??)
I think
Greater than or equal to zero
Then factor it
Well, here’s the idea, what values CAN’T you plug into a square root
I send the -4 to the other side then take x from both sides
If √(g(x)) = 0
Then
g(x) ≥ 0
- infinity to
Exactly. Negative numbers can’t be plugged into a square root. So, if you find where your inner function is greater than or equal to 0, you will find your domain
So, can you first figure out where your inner function is equal to 0
Can u take me through it and i see the answer if u can cuz i have 3 mins left for exam and i wanna know how do i do it
Well, if you only have 3 mins, idk what I can really do
But the idea is you factor the quadratic, and set it equal to 0
Its okay just i wanna see how
Wait
It was equaling to zerp
Or greater than or equal to
Zero
Thank u bye bye i have to go actually thanks for ur help again
.close
Closed by @harsh veldt
Use .reopen if this was a mistake.
Tfw complex numbers

Well, yeah, but do you honestly think this question was in the complex domain?
(No, but i was joking when i said that)
What we really need are quaternions. lol
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Please do not post the same question in multiple different help channels
Please type .close to close this channel
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
ill use ai
!noai
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
@lyric rose Has your question been resolved?
@lyric rose 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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 symmetric difference supposed to mean
in context of set theory
it's the two circles without their intersection
by definition $A\triangle B=(A\setminus B)\cup (B\setminus A)$
chudcel
this just completely removes all elements of $A$ that are in $B$ and the converse
chudcel
in short it completely removes their intersection
it can be called symmetric because unlike $\setminus$, $\cup$ is commutative
chudcel
which makes $\Delta$ also commutative?
Mr. Smith
Closed by @pliant elk
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 $p: X \to S$ be the map from $x \in X$ to the connected component of $X$, where $S$ is induced with the discrete topology. I want to show this is not always continuous.
ILikeMathematics
@quasi rapids we discussed about this already
I was thinking about something like $X = {1, 2, 3}$ with $\mathcal T = {\varnothing, X, {1}, {2, 3}}$. But the problem is that then, $S = {{1}, {2, 3}}$ and so $p^{-1}({2, 3})$ for example is just ${2, 3}$ again which is open
ILikeMathematics
No matter what topology I pick, it seems to always give this problem, it almost feels like the statement is true
hm, i dont know how to get you to find the "easiest" counterexample
you want a space with the following properties: 1. The connected components are singletons; 2. these singletons are not open
and you have definitely heard of this space before
Huh, but then why is the maximal connected component of any x in X not X itself
Since X cant be written as union of disjoint open sets
Because each of these are not open
Ah
We need open disjoint sets that partition X
Is this going to be infinite?
yea
Im not sure how to pick a suitable topology..
we cant just make everything open except singletons
that doesnt work
we need it to be "generated by this property" but thats just going to be messy and in the end we might not know how to work with it
well, we have the subspace topology of R, but with that N is discrete
how about a subspace of R that isnt discrete
Q?
and what are the connected components of Q
lots of singletons?
what do you mean by that
all singletons of Q
No
so thats our example
Oh. How did you come up with this?
Isnt the most natural way to think about finite cases first
Like X = {1, 2, 3}
How do you know when to stop doing that and go infinite
well in general finite topologies are quite weird to work with
You mean they behave nicely?
it depends on which behaviours youre considering
for things like "separation" they are horrible, only the discrete topology on a finite space is hausdorff for example
ah
in fact i dont know if connected components of finite spaces are necessarily open, but i dont think so
btw this behaviour "connected components are open" is equivalent to what we call being locally connected
its a rather fundamental property that most nice spaces fulfill
well Q with the subspace topology of R doesnt sound too weird at first either
maybe it is
well it appears so
So you could have kept on searching for examples of finite spaces with no luck
Closed by @unkempt prism
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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 rationalize and i got
√((1+2^10)+√(1+2^10+2^20)) =√a+ √b
i tried to do some algebra like making it into 2^10=a^2
so it becomes like 1+a^2+a^4 which is multiplication of (1+a^2+a)(1+a^2-a)
but i failed somewhere
consider first I think that 32=2^5=sqrt(2^10)
at the bottom there
2^20+2^10+1=(2^10+1)^2-2^10
It vanished when i rationaze
(2^10+1)^2 = 2^20+1+2^11 no?
,w (2^10+1)^2 = 2^20+1+2^11
2^11=2 * 2^10=2^10+2^10
from this, you sould have sqrt(2^10 / (1+2^10-sqrt((2^10+1)^2-2^10))
let a=2^10 for simplicity for now and then multiply the conjugate of the denominator
you should then get a singular nonfraction
<@&268886789983436800>
how it supposted to equals that
@brazen breach
Wait
Actually we are at the same step
Which I wrote at the start
.
Here
,w I rationalize and i got
√((1+2^10)+√(1+2^10+2^20)) =√a+ √b
?
@bright river
So what next?
consider squaring it
I have wrote all of my efforts at the start of this question
you'd get 1+2^10+sqrt(1+2^10+2^20)=a+b+2sqrt(ab)
Sure
I'm realizing now I don't think it's expressible
as that
it's square root of odd in LHS and square root of even in RHS, perhaps a or b contain a radical
1+2^10+sqrt(1+2^10+2^20)=a+b+2sqrt(ab)
1+2^10+2^20 =(1+2^10+2^5)(2+2^10-2^5)
1+2^10+1+2^10
2+2^11
.close
Closed by @bright river
Use .reopen if this was a mistake.
Yeah, looks right.
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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• 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.
Is there a sequence an -> 0, such that sum an = prod (1 + an)?
MathIsAlwaysRight
Im tempted to say let a>1 then all of them would diverge
surely it cant be purely positive
i want them to exist and be finite
Bruh then idk
okay i found a boring example:
2, -1/2, 0, 0, 0, ...
2 - 1/2 = 3/2 = (2+1) * (-1/2 + 1)
is there something with no zeros?
(What about closed form ones)
like geometric sums, etc.. ?
i guess i could try some of those, maybe geometric with a negative ratio
Let $a_n = r^n$
what is this???

