#help-39
1 messages · Page 275 of 1
Yes
and the minimals in my diagram are 2 and 5?
if there was only one minimal then it would be called least element?
Yes
So two incomparable elements, like your 2, 5. You can make their height <, =, > whatever you like
cool
You want to find upper bound of what?
idk what upper bound is
An upper bound is an element greater than all elements in a particular subset
An upper bound of a subset A of a poset B is {x in B: any y in A, y<=x}
can it have two elements
b and c both r higher than a
A subset can have many upper bound
Yes
so b,c are upperbound of {a,b,c{?
Like your {2,5} has upper bound 10, 20
No
e is one, f is also one, and there are others
e and f are not in the abc set tho
No because b isn't greater than c (an element of {a, b, c} ) and c isn't greater than b
Four in total
Upper bounds don't have to be in the set
Just in the main Poset itself
I'll give an example
so all the elements greater than a,b, and c?
Yeah
In this diagram the upper bounds on the 3-element subset {a, b, c} are
e, f, i, h
Yeah those 4
is it gonna be e,f,j, h
Yeah
{a, b, c} also has one lower bound which is a
If among them there is a smallest one, like this case , e, then e is called the least upper bound of {a,b,c}. least upper bound and greatest lower bound doesn’t always exist in a poset. Sometimes it’s an important property of certain posets. Like R, real numbers, it has least upper bound property (any non-empty subset of R has a least upper bound)
what if i want to find upper and lower bound of {j,h}?
Doesn’t exist
there is no upperbound ig
Upper
Lower : every point except j,h,g
Except g
how?
oh its an AND
…
What if I am asked to find the lower and upper bounds of {b,d,g}
same graph
You say, i check
Yeah
and lower is a?
No, g,h
a,b
Definition
Yeah
f,h,j
Same height doesn’t imply anything
it implies equal
yuh
No polyline between two elements then those two are incomparable
So it doesn’t imply anything
5, 10, 15, 30 division for example, as long as you put 5 lowest, 30 highest. The height of 10 and 15 you can arrange them whatever you like, 10 higher or 15 higher or same height
Closed by @low matrix
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.
a.) is a partial order right?
cuz no shorter means taller than or equal to?
brb, (meanwhile react tick if u think im right or otherwise)
"a is not shorter than b" means a's height >= b's height, yes
sorry guys, Ann's message didntt load for me when i pinged the helpers
then it is partial order?
Well this is a pretty nuanced case.
Technically it is not a partial order because it fails to satisfy anti-symmetry (two distinct people can be of the same height) but it is a total preorder
@low matrix Has your question been resolved?
if they are same height then they satisfy the relation
no shorter means either the height is greater than or equal to
as Ann said
Partial orders must satisy a property called anti-symmetry which states that if $$ a \leq b ; \wedge ; b \leq a \implies a=b$$
eromorphism
ppl with same height will be in the relation
ok
and due to that they dont satisfy anti symmetry
people with same height are in the relation, lets say it is a and b such that a and b have same height
then does the relation have both of these ordered pairs: (a,b), (b,a)?
.close
Closed by @low matrix
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 help solving this exercise:
We are given to vectors and need to find the range of values for k where the angle they make is obtuse.
I've tried doing somethings but it's giving me k to powers bigger than 3 and I don't think that is supposed to happen
I'm starting to feel like this isn't leading nowhere
A/B < 0 and B > 0 => A < 0
So you only have to consider u * v < 0, no need to calculate the norms of these vectors.
Oh! That's the missing piece!
Oh yeah, I forgot obtuse vectors produce a negative product
Gee thanks!!
@maiden badger Has your question been resolved?
.close
Closed by @maiden badger
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 would like help solving this using the bisection method
upto 3 iterations
this is the method
the best I could do is conclude the root is in [0,0.125]
,w Table[Sqrt[x] - Cos[x], {x, 0, 1, 1/8}]
,w Table[(Sqrt[x] - Cos[x])/abs(Sqrt[x] - Cos[x]), {x, 0, 1, 1/8}]
Are you saying this isn't what you're supposed to get using the method to 3 iterations, or what 🤔
well, it technically answers the question. But I don'tget how this gives me an approximate root
Why, wolfram can’t do absolute value?
hmm? It is in the denominator
oh, f(x)/|f(x)| I expect it to show +/-1 turns out it doesn’t simplify
It gets you that the x-value is approximately between those two, if you kept going you'd converge to so many decimal places
But I do wonder about your first step
Anyway, -1,-1,-1,-1,-1,-1,1,1,1,1
Why did you go down to [0,1/2] and not up to [1/2,1]
Yeah first step wrong range
both f(0) and f(1/2) are less than 0
oh
It cannot lie on the interval below 0
🤦
right
For context the actual 0 is at ||x=0.64171||
Try again and then compare to the actual 0 and you'll see you've approximated it
Np!
what's this
sgn(f(x)): x =0,1/8,…,7/8,1
Yeah the sign tells us the 0 lies between 5/8 and 6/8 (which we see it does)
Yeah
Because the sign change happens between those two values
Also I think you could have done
,w Table[sgn(Sqrt[x] - Cos[x]), {x, 0, 1, 1/8}]
May have been a bit easier
And that's actually how you'll be determining your answer wai
The interval divided in half 3 times (so 0 to 1 in increments of (1-0)/2^3)
so we essentially want a seqeunce of "solutions" that approach the actual soln from both sides
Yeah, nested intervals
oh yea, so if have enough intervals we can essentially use cantor's intersection theorm
Yeah
Ooo smart
Ah now we reach the decimal places 💃
After I solve this I'll probably write some python code to find the soln 😔
(How many iterations do you need to split an interval of size 1 into pieces < 0.05)
5
Right
So your answer will just be the closest of the two in the wolfram table where the sign changes!
so I just have to repeat the method 5 times and indicate the interval in which the root lies
and then chose the supremum or infimum of the intevral
true, but I'm prepraing for next sem so rn the aim is to learn as much as I can
Do you still want me to generate the table (if not just for you to check your work) or you're good
I don't have to if you don't want me to
lemme learn the table method sure
,w Table[sgn(2+x+e^x), {x, 1, 2, 1/32}]
Wait it can't be all 1's
Let me graph this that doesn't seem right
,w Table[sgn(2+x+e^x), {x, 1, 2, 1/2}]
How can there be no 0's
Oh it's -e^x
Okay 😂
,w Table[sgn(2+x-e^x), {x, 1, 2, 1/32}]
So I know the answer will be between 5/32 to 6/32
But the full process would of course be
mhm
,w Table[sgn(2+x-e^x), {x, 1, 2, 1/2}]
You probably get the idea
Closed by @sharp smelt
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.
hello
can someone explain to me how for example, sin (x) is an odd function and cos (x) an even function
according to the definition of an even function where f(-x) = f(x)
and odd function that f(-x) = -f(x)
easy with power series
i doubt that would be much easier for him to understand
cos is symetrical over the y axis
just a little remark. not necessarily something that i think should be pursued
i can be ur bf......
i think i'll pass, mr pre-university math role
noooooo
i dont know if this is a good justification
but like
if you just sub in values into x
should give the same thing
both functions have a domain of every real
so that is to say just for the cosine function that a value of a negative x value produces the same output as for a positive value
if you just look at the unit circle, can you see why cos(x) = cos(-x) when you look at some values of x?
Guys how do people back in the days know the value of sin and cos if there were no calculators back then
,tikz[point/.style={fill,circle,inner sep=0pt, minimum size=4pt}, scale=2]
\draw[->] (-1.5,0) -- (1.5,0) node[right]{$x$};
\draw[->] (0,-1.5) -- (0,1.5) node[above]{$y$};
\draw (0,0) coordinate(O) circle[radius=1];
\coordinate (X) at (1,0);
\nodepoint, label=above right:{$\big(\cos(\theta),\sin(\theta)\big)$} at (30:1) {};
\node[point, label=below right:{$\big(\cos(-\theta),\sin(-\theta)\big)$}] (Q) at (-30:1) {};
\draw[dashed] (P) -- (O) -- (Q);
\draw pic[draw, angle eccentricity=2,"$\theta$"]{angle=X--O--P} pic[draw, angle eccentricity=2,"$-\theta$"]{angle=Q--O--X};
cloud ☁
notice how the two points have the same x-coordinate but the y-coordinate is flipped
is there a geometric proof
that's what i gave isn't it?
not really a sound proof
the fact that the x and y coordinates must be the same absolute value comes from triangle congruence
Closed by @plush basin
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.
your question?
Just sounds familiar to a graph theory problem but I have never learnt graph theory properly
think of the mathematicians as the vertices and the handshakes as edges
hmm
That's the only thing I know about graph theory
, other theorems/ formula I have no idea
What's the definition of length of a path 
like
pick a random mathematician
lets call him Joe
you gotta count like how many "friends of friends" Joe has
so in how many ways can you go Joe -> Friend -> Friend's friend
Okay, so how can I do that
well like
there are two ways
and you gotta use both
think of it this way
every vertex has d neighbours, correct?
number of edges = amount of neighbours = people you shook hands with = 3k+6 = degree
Okay okay
gee a lot of jargon eh
anyways
so this is now regular ol' product rule from combinatrics
lets say you are at joe's vertex
how many paths can you go down on?
3k+6?
yeah
ok now lets say you pick one
you go down to Joe's friend, Jill
how many paths can you go down on now?
3k+6? does go down mean I can't go back to Joe?
If so 3k+5
yes
to your second question
so how many paths in total, per the product rule?
Uhh (3k+6)! ?

its 3k+6 first step then 3k+5 second step
Not sure if you can solve it without graph theory. It’s a strongly regular graph (12k, 3k+6, c, c). This condition should let you express c using k. c being an integer will let you solve k. But I don’t know if you can get bypass graph theory
I hope we can cuz I checked our recorded lectures and non of them are about graph theory 
hmm yeah....
Hmm
What's wrong with (3k+6)!
Ohhh
(3k+5)! Yeah I forgot
no
Okay lmao
like
lets do a side question real quick 
Kate has 52 playing cards
She gives one card to Grace and one card to BIll. In how many different ways can Kate do this?
no
52*51
I thought you said keep going down and count how many
Okay can you direct me to a video about graph theory and all I need about to know to solve this problem?
Sorry Imma go out for dinner with my family
It's gonna take a while
u dont need anything more tbh
teh rest is just general combinations
we can continue this after or something
eat well!
Oh I just wanted to type the only result you need regarding this question
For a strongly regular graph (v,d,s,t), (v-d-1)t=d(d-1-s)
(Proof:
fix a vertex x in G
A=A(x) be the set of other vertexes adjacent to x
B=B(x) be the set of other vertexes not adjacent to x
Count edges connecting one point from A and another point from B in two ways:
- any a in A, (ab) an edge where b in B. Since b is adjacent to a not to x, there exist d-1-s many such b, together |A|(d-1-s)=d(d-1-s)
- any b in B, (ab) an edge where a in A. Since a is adjacent to both b and x, t many such a. Together |B|t=(v-1-d)t
Thus d(d-1-s)=(v-1-d)t
Not to keep you I don’t have anything else to add
You got k already? I can check
@frank violet 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.
Can you send your diagram?
i tried power of a point
i did on a rock 😭
sorry
i was outside
a friend had sent
yeah
okay, cool, so we know that the angle subtended by the arc is 90°
mhmm
You also mentioned working with triangles, so there is one more triangle we can draw
rightt
i actually drew the line from the center to x
and tried to find a relation
bw those 2
but yeah
its wrong
i didnt end up with anything nice lol
oh
i can do that yeah
ill try it
Once you find the blue length, you can get the radius (red line)
and then you can use this
yup
thank you
the 3rd triangle didnt strike my dumb ass
you can close it
Closed by @autumn fossil
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.
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.
For this I was thinking of setting u = sqrt(1-x^2). and then we also have x^2 = 1-u^2. then we have 1 - u / 1-u^2 and then simplifies to 1/1+u. but I don't know how I can say x to u for the limit itself
as x->0 where does u go
Multiply by the conjugate
Should work
Yeah yeah that gives you the answer
I checked
conjugate (almost) always works
1
the substitution could work as well, but conjugate is the safest way
and it seems like the sub indeed does work
so whats lim u->1 1/(1+u)
1/2
so by that you guys mean multiply by sqrt(1+x^2)/sqrt(1+x^2)
i definitely use the god dang useful hint they gave you
I don't see how their hint is helpful
No, multiply by $1 + \sqrt{1 - x^2}$
1 divided by 0 equals Infinity
And use the hint
Closed by @royal galleon
Use .reopen if this was a mistake.
No problemo
Get the grasp of algebra first, then these kinds of exercise is just a breeze
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 never been so confused in my life. There are two spheres that partially overlap the distance from one center to the other is a vector called d . im pretty sure i need to integrate a bunch of circles along a normal vector centered d/2 in order to get a volume.
@stoic seal Has your question been resolved?
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.
do you know what the electric field is inside a single uniformly charged sphere?
oops wrong server mb
saying r<R then gaussian surface is inside the single sphere
you also get the volume for the density calculation
yes
once you have it for a single sphere, you can use the principle of superposition
which says that the electric field due to two different charge distributions is the vector sum of what they would contribute individually
so would that just mean its two times Q_enc radially out but then for the inside its 0?
i thought the gaussian surface was supposed to be a mini version of that overlap. im just not getting how the two sphere sit at the center. like some of 1 surface goes in the overlap but some doesntr
i don't think it would be possible to get a gaussian surface that works for both at the same time
instead focus on getting an expression for what the contribution to the electric field is for both spheres individually
i wanna just say -E-E=-2E from positive to negative because it would just be adding another field of opposite magnitude
im still very confused
it's not that simple because both of them contribute vector fields of varying magnitude and direction
so you need to come up with a full vector formula for the electric field inside a uniformly charged sphere (your book will probably have it somewhere in the examples)
E=rhor/3epsilon_0 r^ for the postive and E=rhor/3epsilon_0 -r^
the d vector is r plus some other vector
ok so at the moment you have two different r vectors, one pointing from the center of each sphere
it would be nice if you could relate them so that you only need one
well the d vector is the one im breaking apart because thats the one i was given. i have an r peice and if its just like a vin diagram D=(r-l) where l is the distance of the edge one sphere to the end of the overlap. or D is the to the top of the vin diagram to trhe other center
ok so just to rewrite for clarity what you have so far, your two electric fields are
\begin{align*} \vec E_+ &= \frac{\rho r_+}{3\varepsilon_0} \hat r_+, \
\vec E_- &= - \frac{\rho r_-}{3\varepsilon_0} \hat r_- \end{align*}
where $\vec r_+$ is the vector pointing from the center of the positively charged sphere to any given point and $\vec r_-$ is the vector pointing from the center of the negatively charged sphere.
It would be useful to relate $\vec r_+$ and $\vec r_-$ in some way so that you can substitute in your relation and have both formulas in terms of only one of them
cloud ☁
you can refer to the diagram if it helps
ok d=(r+ -r) ? and r+ is fine but the negative is written the r^- can be (d-r) so its 2rho/3epsilon_0 r^ so its just the whole magnitude with no r in the d direction?
like E = rho/3 epsilon d^ which is a constant!
pretty much yes
you should be getting $\vec d$ rather than $\hat d$ in the formula, though
cloud ☁
oh yeahh d is a regular vector lol. that problem seems so much easier than it should be... just place a test charge and do the sum
that was very very helpful. i had like an axis along d where i was trying to integrate disks proportional to a cicular arc...
thank you!
yeah it usually helps with these sorts of complicated charge distributions to break them down into more familiar parts and then add up
.close
Closed by @sharp vigil
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.
If four distinct positive integers sum to 20, how many such choices of positive integers, without regard to order, include at least one integer that is divisible by 5?
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
2
Answer checking?
no i got stuck midway
just asking but is the a permutations and combinations question?
i was thinking about using complimentary counting but i think that just adds unnecessary work
you could make cases
but that would take a while
i know that the only multiples of 5 that you can use are 5, 10, or both
How about you separate it to smaller problems
Like distinct positive a,b,c not equaling 5 such that a+b+c=15
Two others are simpler
yeah i thought about doing that but idk if there's too many cases
Only three cases and
Only this case you need to avoid some number, like 5 this case
Number of solution of distinct m positive a_j such that a_1+…+a_m=N has a general method: assume a_1<…<a_m, let b_i=a_i - (i-1), then it becomes positive integers b_1+…+b_m=N’, N’=N-(m-1)m/2. this you know, right? binom(N’-1, m-1).
You mean positive adding up to N’, how many solutions this you don’t know?
no? is that supposed to be common sense or something?
positive b_1,…,b_m , their sum being N’. It’s the same as
You place N’ many balls on one line, and use m-1 obstacles to separate them
oh stars and bars are you talking about that
N’ many balls, N’-1 many spots between them, place m-1 obstacles I meant
Yeah
So you do know it
yeah but how does that help in this case
?
I just told you how to calculate
m distinct positive integers adding up to N without order is binom(N’-1,m-1) many
So you obtain three numbers , m=3, N=15,10,5 respectively, minus number of solutions of distinct a+b+c=15 when a=5
Closed by @exotic gale
Use .reopen if this was a mistake.
thanks for helping
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.
If I have a flag, and it needs to be a ratio of 5:8. and I want the shorter side of a rectangle to be 20 cm how much would the larger side need to be?
I forgot how’d you do ratios
5:8 means for every 5 units of shorter side there are 8 units for longer side.
so question, for 10 units of shorter side what should be the longer side?
@rocky crow
op wants 20 cm not 10
I mean, I was trying to give some intution
Teacher going Step by step 😏
,calc 22/5
Result:
4.4
so what is the shorter side in 5:8?
,calc 4.4*22
Result:
96.8
96,8?
,calc 22.5*8
Result:
180
,calc 180/5
Result:
36
,calc 13/22.5
Result:
0.57777777777778
i’m out bye
,calc 8/5
Result:
1.6
,calc 1.6*22
Result:
35.2
So when doing ratios u got to put the value u know on the bottom. It’s called dimensional analysis.
[know. Value] * [ratio of value u want] / [ratio of value u know]
35,2?
short side 22, and long/short must be 8:5
yeah 35.2
OMG I’m so smart
,calc (22*8) / 5
Result:
35.2
35.2 in other parts of the world
I mean centimeters
just do whatever your country does
even numbers like "1 billion" don't have universal meaning
What’s it about
are you guys saying the longer side is 35.2?
Oh that’s easy I’ll assist you dot
Yes
What’s the question are you working on
Now do it with shorter side as 20 cm
@rocky crow 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.
How to find inverses in modular arithmetic? Like if i have $5x \equiv 7 (\text{mod } 6)$, is there any systematic way to find the value of $x$?
Ishmam
Extended Euclidean algorithm?
Does it matter man
No its just funny
I just made something up with 567
Nah just different representatives
67
What's that?
The answer to your question
Is there a way to systematically find the inverse
Yes
Use the extended Euclidean algorithm
It’s just a way to solve ax + by = 1
In mathematics, particularly in the area of arithmetic, a modular multiplicative inverse of an integer a is an integer x such that the product ax is congruent to 1 with respect to the modulus m. In the standard notation of modular arithmetic this congruence is written as
a
x
≡
1
...
Closed by @restive garnet
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 (E = ax_{1} + by_{1} + c), where (b \neq 0).
If a point (P(x_{1}, y_{1})) lies above the line (ax + by + c = 0), then
[
\frac{E}{b} > 0
]
If a point (P(x_{1}, y_{1})) lies below the line (ax + by + c = 0), then
[
\frac{E}{b} < 0
]
ch3rry
Let $A(-1, 1)$ and $B(2, 3)$ be two points and P be a variable point above the line $AB$ such that the area of $\triangle PAB$ is $10$. If the locus of P is $ax + by = 15$, then $5a + 2b$ is:
ch3rry
Where did i go wrong? Isnt $2p-3q=-25$ the locus of $P$?
ch3rry
Obtained the same, |2x-3y+5|=20. I saw no problem
how do you quote replies?
The stuff inside the modulus could be +- did you consider both? @spiral coyote
We have an inequality. So there's only one case
Ooh ic mb
i think you just need to normalize it to match the required form
Then it seems correct
$ax+by=15$ how do i rewrite it in this form then. %
ch3rry
You can multiply an entire equation by a constant not zero without altering it
multiply both sides with -3/5
Oh right tht was a stupid ques
-# I'm back, do you still need help with this?
I wanted to know where this comes frm btw
Yesyesyes please
-3/5 right im an idiot
without the loss of generality we can assume that b>0
yeah yeah idk why i did that 😭
well we can multiply both side by a constant to get b>0 that's why
Ok ig
construct a line l2: ax+by+c+d=0
so l1 is parallel to the given line
Call the given line l:ax+by+c=0
P is the given point with the coordinate (x1,y1)
Let Q be a point lies on l that have the same x-value
Q= (x1,y2)
Ehh there r three lines? $l,l_1,l_2$?
ch3rry
No I call the given line: l
From the set up: ax1+by1+c+d=0
and ax1+by2+c=0
subtract the first one by the second one
b(y1-y2)= -d
Wait im not following
okay
Given line $l$ is $ax_1+by_1=-c$?
ch3rry
no the given line is ax+by=-c
Ah kk so we hv three lines ryt?
This shows a point with coordinate (x1,y1)
that lies on l a.k.a the given line
Ahhhh okok
so here uhh
if -d > 0 then P is above the given line
but ax1+by1+c+d=0 => ax1+by1+c=-d
so yeah
I think a diagram might help 
okayy
It looks kinda weird with high resolution
Wait i still dont get it 
there are two loci
Which part
What significance does d hold
The ques is pinned.
$d$ is basically $E$?
ch3rry
Yh its a constant
yup
Wht is the point is below x axis😭
uhh, sorry?
I'm not sure what you meant here
Closed by @spiral coyote
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.
Confused as to how the statistics for this works. In the rightmost block, the statement "the reseacher sees 125 are true and 45 are not" makes me think that we can act as if this scenario of events was carried out in real life. But looking at the second block, we perform 5% of 900, which implies we know which 100 of the 1000 are actually true hypothesis. But if we knew that then obviously those 100 would be posted.
I just don't really understand what the point of this is because it doesn't make any sense
Which right most block?
before this example, he was talking about power analysis, statistical significance and effect sizes
but it was mostly pretty surface level since its a HCI course
whats the question
This example doesn't make any logical sense to me
im wondering if im misunderstanding something
so there are 1000 squares correct
yep
What do you not understand everything?
mm okay wait it might be easier if i explain how i understand things
yea
the premise starts off with 1000 squares, where 100 are defnitely correct hypotheses. It says the tests have a false positive rate of 5% and does 5% of 900 to get 45. This makes sense since for something to be a false positive, it has to defnitely be negative but we incorrectly detect it as positive. But this implies that the tests weren't done to the 100 that were actually true which would imply those 100 are known. Then they talk about power so only 80% can be confirmed to be true out of all the true hypothesis, further implying those 100 are known.
The last block then says "not knowing what is false and what is not, the researcher sees 125 hypothesis as true and 45 as not.". Its mainly this part that confuses me.
It makes it sound like it was carried out by a researcher, but the steps done implies they have knowledge over which are true hypothesis and which are not
which makes the whole process redundant because if you knew which were true and false, then there's no point in doing any of this
im trynna figure out if ive misunderstood the premise or if this is a bad example
This is the fact: The researcher see 125 hypotheses as true and 45 as not. Doesnt mean it is true though thats just his pov. That is why its a hypothesis. Im assuming, its based off some sort of probablity.
Am I right to assume
?
wdym by its based off some probability?
His hypothesis
Is based off a stat otherwise why would he make the hypothesis
Or some sort of observation
its based off the paper "why most published research findings are false"
i assume its based off ideas discussed from the paper
my interpretation of the premise makes it seem nonsensical but i struggle to see it any other way
the lecturer doesn't show anything else
he briefly mentions the paper
then talks about the image i sent above
Then I wouldnt worry to much about it unless there a problem about that
What exactly is the problem you just got confused
I mean without a proof
or formula
I would get confused too
its the sequential steps that were taken
i thought maybe i was misunderstanding something about the statistics
and how it can be applied
I dont think this is a widespread stat
cuz without a concrete formula
I think its just off of 1000 articles they read
Did I help or nah
ig helped in the sense that it doesn't really make sense to you too
so at least im not going crazy
Well It just seems like an observation
nah thee's no question about it
he brings it up as an example and leaves it at that
essentialy just read what's said on the image
is there more context
Cuz I dont get one part
It says the "new true"
What does that mean?
unfortunately there isn't
he really just reads what's said on the image
doesnt really explain it
Yea idk now im starting to trip over it lol
at least its not just me 😭
im just gonna move onto the next lecture
waste of time at this point
@fluid cosmos 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.
@fading ledge Has your question been resolved?
have u tried anything?
Actually I didn't understand properly
ah okay
first look at the equation, can you try rearranging it (move the negative terms to the other side)
5p+6r=9s+2q
right now the coefficients on each side add up to 11 so we divide by 11
Sure
you understood why right?
okay so forget about formulas for a min
on the left you have 5 copies of point P and 6 copies of point R
so in total you have 11 copies right?
so now if i want one single point what should i do?
yeah that's right
notice that coefficients add up to 1
when the coefficients of position vectors add to 1 the expression represents a point on the line joining those points not just a random vector
@fading ledge Has your question been resolved?
@fading ledge Has your question been resolved?
Closed by @fading ledge
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.
The likelihood function is $\prod_{i=1}^{n} \theta^2 x_i e^{-\theta \cdot x_i}$.
Which simplifies to to $ \theta^{2n} \left(\prod_{i=1}^{n}x_i\right) \cdot e^{- \theta \left( \sum_{i=1}^{n} x_i \right)}$
waimas
now I have to maximise this wrt theta keeping x_i constant, right
yeah
Okay, so differentaiting the likelihood function and equatiing it to zero, we get.
$2n \theta^{2n-1} e^{- \theta \sum_{i=1}^{n}x_i} + \theta^{2n} \cdot (-\sum_{i=1}^{n} x_i) e^{- \theta \sum_{i=1}^{n}x_i}=0$
waimas
wait
consider using \[ ... \]
I could also take logs first
okay, so that gives $\frac{2n}{\theta} - \sum_{i=1}^{n} x_i=0$
waimas
correct
so $\theta= \frac{2n}{\sum_{i=1}^{n} x_i}$
waimas
Thanks a lot!
.close
Closed by @sharp smelt
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.
relative direction of the axes is important to describe any co ordinate systems for when describing so, to an object/point that is already in the 3 dimensional world and the situation isn't a mathematician "creating" the world, and both worlds follow properties without the loss of generalization.
where is your question mate
In a real 3-D physical situation the point/object already exists out there. A coordinate system is just a convention you attach to the world so you can label positions and directions.
also
@waxen agate lets not be derogatory
hey so after yesterday, we have given you all of the help that we can regarding this concern, and as I mentioned you will need to talk to someone in real life about this instead.
.close
Closed by @unborn abyss
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.
Write a number on the board, then compute the sum of its digits and write the resultant number on the board, keep doing this until we get the final number less than or equal to 10. It seems to me that if the initial number is 8^{2n} then the final number is 10 and on the other hand if the initial number is 8^{2n+1} then the final number is 8 but I have no idea if that's true and if so how to prove it
I guess it has something to do with taking mod 10^k
Hmm, so if you let the number's digits be $S(n)$ then you have [
n\equiv S(n) \q\op{mod} 9
]
hmm
in your case you have [
8^{2n+1}\equiv (-1)^{2n+1} \q(\op{mod} 9)
]
so the odd case makes sense
same conclusion you can draw with the even case but with ^2n instead
Yeah I can see that
thats it really i guess
I'm thinking about this
Okay I don't know why this's true
Sorry I'm a bit slow with modular
, I just have learnt it for 2 weeks
well try to consider some examples
so like
ok try to see if what what sent makes sense if not i can try to give you an actual example
what
Honestly tho
It does lol
This makes much more sense
How did you all come up with this bruh 
anyway, Thank you all 
.close
Closed by @frank 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.
• 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.
Isomorphism question
Look at the degrees of certain vertices.
I got an idea, but idk if it is rigoroous enough,
In G1 we have the only vertex of degree three u4, and in G2 we have v_3, the only vertex with degree three.
v_3 has two vertices connected to it, each of those vertices has degree 4.
But u_4 has a vertex of degree 4 and another vertex of degree 1 connected to it. Hence they cannot be mapped on to on another
Hence not isomorphic
That is basically the argument yeah
how long did it take you guys to see it btw
If two graphs are isomorphic, they should have the same number of vertices of each degeee
i first tried writing the degree sequence
(hope you can see why)
Shorter would be:
There are two adjacent degree 4 vertices in G1, but not G2.
(which these do)
Oh shit I miscounted lmfao
graph isomorphism is NP-hard so it's not an easy thing
Yeah
how long did it take you to confirm non-isomorphism
i mean i could see immediately that they weren't, but i hadn't identified an invariant before what mentioned the adjacent vertices thing
what invariant?
This is the invariant I had in mind as well.
It's a fancy word for property.
I mean I studied 11 other invariants in our class but not this one
Isomorphic graphs will preserve these kinds of properties.
I miscounted degrees 
Damn which ones
hamilton circuits, euler circuits, simple circuits
all of em
Maybe this violates one of those as well
i dont wanna bother checking 💀
There aren't many circuits here, it's just how the degrees relate with each other.
i dont think its a good idea to state an invariant which wasnt ttaught to us in the class
the prof might mind it
i'll just write this
raw logic
how did you do that btw
I'm sorry, this is the same style of argument as what you said.
like what did you try
It's just a lot shorther.
identical displays?
i guess i identified the fact that the degree-3 vertex was stuck and i couldn't move it around
can you state the invariant in general form
like on one side there's a path that goes 1-4-4-3-1 and on the other that path doesn't exist
There isn't any invariant here. I'm just literally using the fact that isomorphisms are relabellings of the graph.
oh
cool
In any case, a relabelling cannot change degrees of adjacent vertices.
degrees of adjacent vertices?
whats this then
I'm just using the word that everyone else is using.
This is as basic as it gets. Just the defintion of isomorphism
so is it an invariant or not 😭
why do you want an invariant so badly?
It is an invariant, but I don't see why that word label is bothering you so much.
This isn't some incredibly advanced concept that you can't use if you didn't learn, the whole point of an isomorphisms is that the two graphs are the same upto relabelling, and relabelling cannot change the properties that vertices have in relation with each other (which have nothing to do with relabelling).
Your logic is fine as well, if you are so hellbent on not using the fact that in G1 there are two adjacent degree 4 vertices but not in G2.
Closed by @low matrix
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 explain to me what he is doing here. If we are trying to use epsilon delta to show that a limit of a quotient is the quotient of the limits but then we would need something like |f(x)/g(x) - A/B | < epsilon whenever 0<|x-p|< delta. but here we first look at f(x)/b and b/g(x) which makes snese because we want to use the product rulel which we had just proven. But then he says we want to show that b\g(x) goes to 1. I don't see how this does anything. Next he says to do this we need assume that h(x) = g(x)/B and that lim x-> p h(x) = 1. How he gets this I don't know and if we are assuming stuff why not just assume lim x->p b/g(x) = 1
i suppose B is the limit of g as x approaches p
the purpose of doing this is just to simply calculations
if you want to you can still just show 1/g tends to 1/B as x approaches p
the only difference would be the presence of absolute value of B in the denominator
and the upper bound of 1/g will in terms of B
all of this will just make the proof look a little uglier imo
why? we already assumed that lim x-> p f(x) = A and lim x-> p g(x) = B
you want to show f/g tends to A/B using product rule
so
f/g=f*(1/g)
yes that the only step I understand of his proof
g tends to B as x approaches p is true (it's the hypothesis) but that doesnt immediately prove 1/g tends to 1/B
how are we allowed to have B/g(x)
f/g=(f/B)*(B/g)
B is just a real number
like i said
you dont have to proceed like this
you can just prove either B/g tends to 1 or 1/g tends to 1/B
ok so then we have B/g(x) approach g(x) = B so 1
also how do we know that 1/h(x) appraoches one there is nothing to prove
h(x) beocmes 1
h(x) = g(x)/B tho?
and you know g tends to B as x approaches p
oh wait nvm
yes
now you have to prove that 1/h tends to 1 as x approaches p
and you already know this
can you see where this is going
you can choose an epsilon that gives an upper bound on 1/h
in a delta neighborhood
ok so I see for 3.14 that we set up our epsilon condtiion and then our deltla condition. 3.15 is just rewriting. now for 3.16 where is |h(x)-1| <1/2 coming from?
let epsilon equal to 1
you can do that because you know the limit h(x) as x tends to p exists
but we need it to exist for all epsilon if we set epsilon to 1 how do we know this will still be the case?
or you saying that since we have proven it for a general epsilon
you already know |h(x)-1|< epsilon for all epsilon
this follows from the product rule
wait can you explain again how we can sub in epsilon /2 again?
what you have to show for arbitrary epsilon is |1/h(x)-1|< epsilon
yes
in the inequality it does not matter if you multiply epsilon with some positive constant since the inequality is true for all positive values of epsilon
the thing is you can actually just let epsilon be itself and choose epsilon= 1/2 in the next step
but wouldn't epsilon/2 < epsilon always and that doesn't imply that |something| < epsilon /2
you have show |h(x)-1|< epsilon to be true for all epsilon>0
if you multiply epsilon by a positive constant it is still positive
so we don't actually care if it is epsilon in the sense that it is a fixed value
since we could get all the values of plain epsilon by increasing epsilon in epsilon /2
yes exactly
ok so you understand what is going in 3.16, right?
let epsilon be equal to 1 then by definition of limit there will be some delta neighborhood of p for which |h(x)-1|<1/2
after that you can apply triangle inequality
btw @royal galleon the reason why epsilon/2 is a more natural choice over just epsilon becomes obvious when you combine everything from 3.16 with 3.15
no
he doesn't use the triangle inequality he some how gets h(x)>1/2
reverse triangle inequality
then there are some basic theorems involving inequalities in absolute values
use c after applying reverse triangle inequality
so our reverse triangle inequality gets us | |h(x) | - |1| | <= |h(x) - 1|
but where does this get us?
| |h(x) | - |1| | < 1/2
then apply c
-1/2<|h(x)|-1<1/2
what is your a?
no its not for products
