#help-0
1 messages · Page 330 of 1
do you see it reaches one?
ye
but wasn’t the case earlier
the way you can reason out why (a,m)=1 one is to see it as a diaphantine equation
$2x \equiv 1 \pmod{3}$
.doc
this is really asking is there a number you can find x, such that you multiply and get to 1 modulo 3
which is equivalent to asking, is $2x-3y=1$ solvable?
.doc
Do you see how the equation is the same thing? multiples of 2 and remove multiples of 3 to get the remainder
hmm
I see how that equation would degrade to 2x congruent 1 mod 3
by taking mod 3 of both sides
how would I know if this is solvable though?
or is this from that bezout identity thing
yes
see, if you can find two integers such that this happen
the core of this lying in a simple intution
suppose $2x-4y=1$ can you solve?
.doc
This is just asking is $2x \equiv 1 \pmod{4}$
.doc
or can you reach one using 2?
i see
There you go the notion of gcd
You can always factor the gcd out
so it will always be multiples of gcd
yes, you can never reach 1
because the equation will always be multiplie of the gcd, here it is 2
The take away is that, gcd is the smallest possible step
and rest are multiples of gcd
i will be back here to ask about these kinds of questions
cus i didnt understand how to do them either
thank u for now 🙂
wait
what would I do if there was a GCD that wasnt equal to one
say
You cannot simply find it
find 6^10 mod 36 or smth
$2^x \equiv 1 \pmod{4}$
.doc
suppose this is the case
sure
This is really asking. can powers of 2 reach 1 modulo 4
notice, you can always reduce those powers to something modulo 4
right?
Can you see taking power as some multiplication?
yeah
$2^{10}=2 \cdot 2^9$
.doc
this is really it right?
compare with this now
can 2^9 be that x?
simply no, there cannot be any integer
are u asking if 2^9 can be 1 mod 4?
$2x \equiv 1 \pmod{4}$
.doc
This is what we have
wait what
still it’s some integer multiplication right?
Do you see there is no x such that this works?
.doc
yes
$2 \cdot (2^{x-1}) \equiv 1 \pmod{4}$
sure
.doc
do you see that, now i’m just doing multiplication?
2^{x-1} is just some integer
so it’s really just a multiplication with 2
The reason why i’m doing it is, i can use the notion of bezouts and stuff if i have a multiplication equation
i see
$2x \equiv 1 \pmod{4}$
.doc
so can 2^(x-1) be that integer which solves this?
This is the heart to see, if it reaches 1 modulo 4, and we saw that it’s not the case
There is no multiple of 2 which reaches 1 modulo 4
okkkk i see
Do you see 2^{x-1} being a multiple of 2
mhmm
yee
but we already know, no integer multiplied to 2 will get us to 1 modulo 4
yees
Well, the idea is to compare solvability of linear congruence of the form $ax \equiv 1 \pmod{m}$
yea
.doc
If there is a power that works, then simply that will be our x, or solution
^^ read this again
Hopefully you get the notion
There is far more beauty in it
Hope you will see it on the go
As a ending note, i’ll ask you this simple story
Suppose there is a store owner who sells milk, and they only have cans of size 4 and 6, ie they can use those cans to give milk,
suppose I need 2 liters, he will first take can 6 and pour it to can 4 so the remaining is 2
now the question is can that store owner give me 13 liters (hint start with 1)?
I gtg, you can dm me the answer
Closed by @errant dagger
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
yes
i would say to just know it
but the best way i can explain it is if you plot sinx and cosx together:
what they look like from x=0 to pi is the same as from pi to 2pi but negative
and then when you divide sinx/cosx to get tanx, the negatives cancel out to give the same result
@next osprey Has your question been resolved?
<@&286206848099549185>
@next osprey Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&286206848099549185> Help me solve this question
!15min
Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.
do bruteforce
whats that?
oh ok
so just like test something and if it doesnt work try something bigger or smaller accordingly?
exactly
ok thanks
that makes sense
sorry for wasting your time
im still new to this factorial stuff
well, you would start from the bottom up, but other than that yes, what sen said. Brute force.
i also have another question
you'd start by 1! = 1
2! = 2
3! = 6
4! = 24
5! = 5*4!
6! = 6*5!...
the other way would be factoring 40320, but that's unnecessary effort. Brute force is a lot faster in this case
which primfactors does 40320 have?
which other question?
@opal jolt whats the easiest way to answer this question: What is the difference between the sum of all the even numbers and all the odd numbesr up to 50?
okay. Arithmetic sequences are sequences in which each term is the previous plus a fixed number, d
alright
in this case, the first term would be either 1 or 2, and the difference would be d=2
you got one sequence for the odds and one for the evens
ok
actually, if you havent studied this i'm pretty sure they want you to do it the other way.
i'm gonna write the first terms of each list:
1 + 3 + 5 + 7...
2 + 4 + 6 + 8...
first line would be the sum of the odds
Second would be the sum of the evens
yes
now, how much more are you adding, for each term, on the evens?
2?
look at each term
look at the first term of each sum. What's the difference between them?
1
now repeat the same for the second term. What's the difference between them?
and can you see how it happens for every term?
now, how many terms do you have? In other words, how many odds do you have until 50, and how many evens?
no. Look how your difference is one per term
so if you have 25 terms, what will your difference be?
Closed by @rain cliff
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help you have numbers and - and all that u place the numbers on the lines and u put the pluses and all that in the circle. The clear box means deviding
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
Closed by @brittle blade
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can somebody help me with exercise 12?
I found the derivative in the area with number 11 and then I equaled it to zero but that yields no solution but in the options it seems like there should be one
Yeah I think thw problem itself is wrong 
U could try looking up the errata of the book
Closed by @short pumice
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How did we get the 2nd last step?
cos(C/2)=cos(-C/2)=sin(pi/2-C/2)=sin((pi-C)/2)=sin((A+B)/2)
oh yes, got it
thanks for the assist.
.close
Closed by @twilit gull
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
you know that T=100 at t=0 and T=80 at t=2
this gets you two equations in two variables A and k
yes
Closed by @fallow solar
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I found this on a random note online, but what does this actually mean
my inference: high value is right of the mean (some x standard deviations away where x is an int) and low value is left of the mean (some x std away from mean in the left direction where x is an int)
but is it really that?
It looks like they're making an interval centered on the mean
So yeah your interpretation seems about right
but okay now that i think about it
x doesn't have to be an int?
okay sure, the note is kinda stupid which is why i asked
thanks
.close
Closed by @long solstice
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how would you show that for any two vectors x, y in R^2, |x + y| <= |x| + |y|, using the law of cosines??
|x+y|^2 = |x|^2 + |y|^2 + 2 |x| |y| cos(theta), presumably
yeah i got that but not sure how to go from there
can you bound cos(theta)?
what’s an upper bound?
-1<=cos(theta) <= 1
use the latter inequality with the equation Ann gave
Closed by @strong crow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
find n so \sqrt{(2^n+3^n+4^n)} is a rational number
$\sqrt{(2^n+3^n+4^n)}$
xxOctavianxx
n is natural
1?
so basically find n so that ${(2^n+3^n+4^n)}$ is a perfect square
xxOctavianxx
like the most obvious one, without doing calculations so far
That's right
But it might not be the only one
that's the issue
i gotta calculate to be sure it's the only one or something
maybe mod 4 or mod 9?
What do you mean?
do you know modulo?
yeah like 5%2 is 1 for example
yes so 5=1 mod 2
alright and how would that help?
the point is that if you for example take mod 4, all squares can only be equal to either 0 or 1 mod 4
which gives you a restriction on what n has to be
and maybe you also get a restriction from mod 9
(9 being interesting here cause of the case n=1)
<@&286206848099549185>
@scarlet drum Has your question been resolved?
,wolf calc log_2(3)
Sherif Player
Sherif Player
@scarlet drum Has your question been resolved?
Closed by @scarlet drum
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Is the language of valid Python programs, p, such that p accepts all inputs recognizable?
It can't be decidable since if it were decidable then it's complement would also be decidable and the complement can not be decidable
@lusty socket Has your question been resolved?
<@&286206848099549185> does anyone know this ;-;
I don't think it's recognizable; given a Python program p, how might you figure out whether it accepts all inputs? won't you have to try all inputs in general?
yeah that was my intuition
But universal turing machines are recognizable and they accept all inputs right?
I've become very confused thinking about this for like 2 hours straight over and over >.>
ahh okay it might be recognizable
lemme think
I'm pretty rusty on this, since it's been years, so take everything I say with a grain of salt
i appreciate the help regardless, my brain finds this problem undecidable lol
is the set of all univeral turing machines recognizable? that's a little surprising
I'm not sure about the set of all universal turing machines
wait maybe i'm just dumb and read this wrong and got more confused
universal language is recognized by a universal turing machine
but the universal turning machines idk
I think the "universal language" referred to here is the language of all TM-input pairs such that the input is accepted by the TM
in that case, it's recursively enumerable, because you can just run it through the universal TM and see whether it accepts
i'm also confused as a proof i've seen for showing that if you have an unrecognizable set and you take the union of it and it's compliment you can prove its decidable by some program that always says yes
but I guess the program that says yes in this case is not decidable, i just got twisted on that
well yeah, if you union a set with its complement, then you get everything
yeah that confused me into thinking that the thing that says yes to everything is decidable
but it cant be right
programs by themselves are not "decidable" or 'undecidable"
decidability is a property of sets of strings, i.e. languages
for any language or it breaks everything I mean
I think I should have just slept haha, you've cleared this up though this set of languages must not be recognizeable
it would take infinite time to determine whether the language that accepts everything would accept everything so it cant be decidable or recognizeable
yeah that's my intuition for it
what if there was a language that accepted everything in 10 steps
it's still undecidable as you would have to check every input which is impossible?
wdym by that? the language of programs that accept everything within 10 steps?
wait i confused the problem
that one is the language of strings p->i such that p accepts i after running for 10 steps
not accepts everything
if it accepted everything it would also be unrecognizable as it woud be impossible to determine
but that one is recognizable and not decidable
actually, I'm not sure about that last statement; if you have a limitation on the number of steps, the number of possible configurations of the turing machine is finite
hmmm
basically, you can feed all of the inputs in, but they won't matter past a certain length, because the TM can't get to them
are you saying it could be decidable. or that it might not be recognizable?
I'm saying that the language of <TMs that accept all inputs within 10 steps> is decidable
yeah that makes sense actually, if it loops we can reject it or if it ever passes 10 or halts prior
sorry i'm a bit slow it's 6am and I haven't slept
well, it's not as simple, because it's not whether the TM accepts a particular input within 10 steps
oh yeah It's exsactly 10
it's whether the TM accepts all possible inputs (which is an infinite set) within 10 steps
but it turns out to decide this, you only have to try inputs of length 20 or lower or something like that
ohhh you're talking about the infinite one
yeah that makes sense I think
i'm going to head to be now, thanks for the help!
have a nice sleep
Closed by @lusty socket
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Thank you
It’s an apostrophe, comes after s when describing something that belongs to multiple people, or often in place of [‘s] for names that end in s
“The student’s parents” are one student’s parents
“The students’ parents” are all of the parents of students
For a name that ends in s you often just do ‘ instead of ‘s
Stundets 
Like James’ cat, as opposed to James’s cat
I think both are correct and used interchangeably
But also I’m a math major not an english major so I have no idea what I’m talking about
Achillies’ Heel is a phrase usually meaning a weak point
Reference to this dude Achillies who I can only assume had a debilitating issue related to his heel
My textbook gives in that nouns that follow with -es, -is at its end, should use apostrophe for them possessive
lol this has become an english thing
I think most style guides actually encourage you to write things like James's
in a math server 😅

grammar is definitely a concept in math though
I wouldn’t know, I haven’t thought about grammar and lit since freshman year of college
is english grammar a context-free grammar?
TLDR it’s a stupid thing that the english language does, like every single other thing this stupid language does lol
How do we distinguish whether a word’s possessive should use the apostrophe form. For the word “conscience,” it is hard to tell whether that is a so called “ancient word” used the apostrophe for its possessive
Am I tripping or is blud doing english in a math server
In general, english follows very rigorous rules that are sometimes also completely ignored for no reason
Also
This is a math server
This was only related to math when you thought it was the derivative of Achillies
I see, thank you so all the information above

Closed by @cinder sundial
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i need some help with this -_-
@slow dagger Has your question been resolved?
some <@&286206848099549185> ?
@slow dagger Has your question been resolved?
!status
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'm told it's wrong
4. I got an answer and would like my work checked
5. I have a question about someone else's worked solution
6. None of the above
@slow dagger Has your question been resolved?
oke idc
Closed by @slow dagger
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I was wondering how I should go about proving this statement: 'There is no positive integer k such that for every positive integer a, a2 +15a+k is prime.'
@quartz 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello, i am currently learning matrices, and have just encountered something called a vertical bar/line when solving an equation system, what does that line mean and what are the other uses for it?
here's an example of what i mean:
its denoting that this is the augmented matrix of a linear system, rather than being interpreted as a matrix in its own right acting on vectors
what is an augmented matrix?
"being interpreted as a matrix in its own right acting on vectors"
can you explain what did you meant here?
well a matrix is also something you multiply a vector by to get a new vector
but thats not how you interpret augmented matrices
i see, thanks 🙂
matrix row manipulation cannot be done on "normal" matrices, unless i want to change the whole matrix, right?
@worn fox can you anwer that please 🙂
it depends what you are doing
there are things that row operations preserve and things that they do not
when solving a system of equations using gaussian elimination, does it preserve? (my answer would be yes)
it preserves the solution set yes
Closed by @sleek finch
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
huys
I need help with this proof, I can't figure out how it ends up like this
this is my work so far
once we get the 3 components, then what
Well you want to make it look like the x component of (U' x V) + (U x V')
So probably a good idea to write out what that looks like
Ok
@worn fox
I looked at a friend's lecture notes
This looks so wrong
(uv)' = (u'v + uv') no? why is there a (negative) + (negative) shouldnt it be the opposite
it is wrong so do it yourself
@crude marten Has your question been resolved?
?
Ok cuh I got it
took a while but I understand now
just had to group them together to see the pattern
Don't use a dot when you mean an x for cross product
@crude marten Has your question been resolved?
Closed by @crude marten
Use .reopen if this was a mistake.
where do u mean this
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Eish I last did this in matric gimme a couple min
-2x^2+16x-3y+40
I could be so wrong I last did this kinda math like 3 years ago
Yeah
Ima write it out and send pic
@peak lodge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
This is a reimann sums question. I believe this is the correct answer but I'm not sure. My work is shown in the image
im assuming there is no way to get the function of the graph. At first glance i thought it was a zoomed in square root function
.close
Closed by @hardy hedge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Np bro
Please don't occupy multiple help channels.
@daring dirge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Im having difficulty solving simultaneous equations including a quadratic in one of the equations.
x^2 + xy + 2y^2 = 4
2x + 3y = -1
use the second equation to make the first equation purely in terms of x
should i square the second?
$3y=-1-2x$
chlamydia
$y=\frac13(-1-2x)$
chlamydia
yes
ah u said x
and then you can substitute into first equation to change it all to x
in my book it says to square the second equation
so 4x^2 + 9y^2 = 1
not sure what to do with the xy from the first tho
that book method will likely work, but imo the substitution method is far simpler & easier to spot
also can this be written as (-1-2x) over 3? @fickle sandal
the substitution is confusing me
im only used to the squaring method
yeah i cant do it this way
@winter linden Has your question been resolved?
<@&286206848099549185> Im still stuck on what I should do after i square the second equation
x^2 + xy + 2y^2 = 4
2x + 3y = -1
sq bottom line to give me 4x^2 + 9y^2 = 1
but when i compare the 2 lines
im missing an xy
x^2 + xy + 2y^2 = 4
4x^2 +9y^2 = 1
Frog_Man
$(2x+3y)^2 = 4x^2 + 12xy + 9y^2$
Frog_Man
@winter linden Has your question been resolved?
Closed by @winter linden
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Yeah, also all multiples of it work as well
wdym
so i can write the same thing but with a 4
in front of it
or 5 in front of it
and so on
Yep
You're welcome
Closed by @maiden swift
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
!show
Show your work, and if possible, explain where you are stuck.
Closed by @cosmic dew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Question: Imagine I flip 100 coins in a sequence, and you need to guess the sequence. You are allowed to ask one yes/no question. What do you ask to maximize the probability of guessing the sequence?
I thought it would be asking if the first toss is heads then based on that answer the number of possible orders goes from 2^100 to 2^99 but not sure how to reduce it further
<@&286206848099549185>
@alpine sable Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help with this problem:
Let $c$ be a real number, and consider the system of quadratic equations
\begin{align*}
y &=6x^2 - 9x + c, \
y &= 5x^2 - 3x.
\end{align*}For which values of $c$ does this system have:
(a) Exactly one real solution $(x,y)?$
(b) More than one real solution?
(c) No real solutions?
Solutions to the quadratics are $(x,y)$ pairs.
AdityaRegmi123
<@&286206848099549185>
@cold socket Has your question been resolved?
<@&286206848099549185>
@cold socket Has your question been resolved?
solve 2nd equation and put into first equation
@cold socket Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Help pls
Idk why I cant solve this😭
I'm stuck at question a and I tried using Pythagoras theorem but I don't know how to simplify it and I think i did it wrong anyways
<@&286206848099549185>
@alpine sable Has your question been resolved?
(2x-11+2)(x+1)-(1/2)(2x-11)(x+1)=28
=> (x+1)(2x-9-x+5.5)=28<=>(x+1)(x-3.5)=28
x^2-2.5x-3.5-28=0<=>x^2-2.5x-31.5=0
=>2x^2-5x-63=0
No pythagoras needed
Closed by @dire glade
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I just don't know what (a) is asking
does it just want me to say uniform distribution?
@versed pasture Has your question been resolved?
Closed by @versed pasture
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi im not sure if the graph is even correct for this but can someone check what the answer is?
when you graph the system of inequalities it doesnt show that
whats the answer supposed to be
its unanswerable because those letters wouldnt exist if it was graphed correctly
y<3x means everything under the dotted line,
y>=3x-5 is everything above the solid line
so C
Closed by @exotic crescent
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
need help asap
(x(2x^(2)-3))/(2(x^(4)-3x^(2))^((3)/(4)))
thats what i got
ive got it down to a or d i believe
$\frac{x(2x^2-3)}{(2(x^4-3x^2)^{3/4}}$
chlamydia
yeah that
oh so D
oh b
yeah
product and chain rule would be better
how would i do that
$y=f(x)g(x), ,f(x)=(x^8+9),, g(x)=(6x-7)^5$
chlamydia
and then that's just product rule
so its either b or d? since its gonna be a positive
true
alright so d
no lol
wait wha
Closed by @misty moat
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@viral thorn Has your question been resolved?
.close
Closed by @viral thorn
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
This question is so confusing
Do we use the two paths test?
We can't apply squeeze therem right
you should try polar coordinate
doesn't work, mb
you should use two paths test
for example you can take a path where x^3 = y
and another where x^3 = -y
the first one gives 1/3 as a limit while the other gives -1
@tacit dirge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
yoyo
know implicit differentiation?
so $y^2+y^3=4x^3\implies (2y+3y^2)\frac{dy}{dx}=12x^2$ yes?
chlamydia
that'd be more convenient
can someone help me with (b)
!help
To ask for mathematics help on this server, please open your own help channel or help thread. See #❓how-to-get-help for instructions.
homeslice
anyways what do i do after i substitue in for the point?
thats what i have but is that all i do?
yeah sub x=-1, y=-2 into $\frac{dy}{dx}=\frac{12x^2}{2y+3y^2}$
chlamydia
what about the dy/dx
what do you mean?
the derivof y is dy/dx but im not taking the derivative of y am i?
the question literally asks for the derivative at (-1,-2)
shi
i need to take th derivative after i plug in?
i thought i was supposed to find the deriv then plug in the points and call it a day
yes you do, but that's not what's happened here
presuming you got $12x^2-2yy'=3y^2y'$, something happened to the y'
chlamydia
yea forgot them srry
should be -12x=-12y-4y
wait
oh mb
12x^2-2y(dy/dx)=3y^2(dy/dx)
so then you can sub in (-1,-2) and rearrange for dy/dx
ive already substitued for the points but i need to do it again
?
into this?
Closed by @strong river
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
any help on how to get started with this
@somber peak Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Determine the equation of the tangent plane to the unitary sphere in the point $(1/2,1/2,sqrt(2)/2)$
Adad R ᵘʷᵘ
Determine the equation of the tangent plane to the unitary sphere in the point $(1/2,1/2,sqrt{2} /2)$
Adad R ᵘʷᵘ
Determine the equation of the tangent plane to the unitary sphere in the point $(1/2,1/2,\sqrt{2} /2)$
Adad R ᵘʷᵘ
Cool
Now, my question is, i don't understand the tangent plane stuff
I mean, the equation of the unitary sphere is $x^2+y^2+z^2 = 1$
Adad R ᵘʷᵘ
Then what, should i replace the point given in that equation, to obtain the limits?
let's call A the given point on the sphere and O the origin and center of the sphere
then OA is a radius tangent to the plane that they ask of you
it is a normal vector
and therefore the equation of the plane is of the form 1/2 x + 1/2 y + sqrt(2)/2 z + d = 0 where d is some constant
but how did u got that equation of the plane
if you have a normal vector (a, b, c) of a plane, then the equation of the plane is ax+by+cz+d = 0 for some d
Oh, right
I've been doing many plane parametrizations that i got confused lol
So, that's it?
you still have to find the d obviously
but how
by using that A belongs to it so verifies the equation for example
but if you know a bit about scalar product and norm it's even more direct
no
in fact, even if you wouldn't know the exact form of the equation, you would still know d
the equation is ax+by+cz+d = 0
but since OA is a normal vector with A belonging to the plane
it means A which has coordinate (a, b, c) checks the equation
so a²+b²+c²+d = 0
but since A is on the unit sphere, a²+b²+c² = 1, so d = -1
@green trail Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i did my work on paper so its hard to show it on here
I am honestly stuck on if I even did the question right because the video the professor gave me I followed on my own work but still got it wrong
ill try it again and then take a picture
this is where im stuck
<@&286206848099549185>
in the video he got rid of the negative exponent
im just not sure how to do that right here when theres the 1/2 on the left side of the equation
oh like this? $\frac{-3}2(325-3p)^{-1/2}=\frac{-3}{2\sqrt{325-3p}}$
chlamydia
can you send what he did
why would the left side of the equation be -3/2
i can link the video?
or hold up
i can screenshot
yeah that'd be better
left side of the equation means the left side of the equals sign, not the -3/2
i just multiplied the -3 and the 1/2 together
so what's happened is that $x^{-n}=\frac1{x^n}$
chlamydia
a property of exponentials
so the (-1/2) power can be turned into a (1/2) power by moving it from the top to the bottom, or vice versa
yeah
okay thank you
it's your channel lol
lol i just dont want to take up too much time
ahh i got it right
i realized i missed an x at the top
thank you for ur help
np
.close
Closed by @lapis stone
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi there here is a proof for epsilon delta proofs linear functions. What I want to clarify is in the proof section did I do it correctly? I was wondering did I need to add the word "Check" into the proof when turning I x - c I < delta --> I f(x) - L I < E
Also I want to see if I really understand epsilon delta proof so here is an explanation for its significance.
When evaluating lim x --> 5 h(x) = 5 we can observe that the limit is 5. But how do we actually prove that its true? Also we can argue that as x approaches, tends or nears 5 the values of the function shall approach 5, but what does it mean to be near, approach or tends? How great are we talking. This is not a rigorous statement as its confusing. That is where the epsilon-delta proofs comes in handy.
For all Epsilon > 0 (Epsilon is a measurement of how close we can squeeze the distance of h(x) - L), there exists a Delta > 0, such that for every x, 0 < I x - 5 I < delta ( we are observing the neighborhood x-values within delta, which as well is a measurement of how close we can squeeze the distance of our neighborhood x-values to the c its approaching in which our instance is 5. For all epsilon, there is a corresponding delta, where we can find the max-region delta can be for the proof to hold true provided its defined in terms of epsilon. Now as Epsilon > 0 we can do whatever want. We can choose Epsilon to be 100, but the problem is we are observing values far away, thus not giving us info as we approach x --> 5 for h(x) and is hence useless. To avoid this we usually choose an epsilon so small such that the delta will also be very small.
A question I had thought to myself is why can't we argue the neighbourhood x values for delta being less than or equal to delta.
The problem with a scenario like this is that we would only be considering two specific values where we would be essentially saying the entire proof can hold true if our neighboorhood x-value equals this. That would be wrong as it violates the fact that we must consider all values in the interval as oppose to a specific value.
There may not even exist a proof for this as it would just be considering two specific values.
@agile grove Has your question been resolved?
@agile grove Has your question been resolved?
If you're asking why we don't use <= instead of <, well you pretty much can if you want, it'd be equivalent
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I would like to verify if this is right:
$rank(kA) = k^{min(m,n)}rank(A)$, where A is a $m×n$ matrix
- Miles12345
This seems a direct consequence of the method of calculating rank of a matrix (by calculating the determinants of sub- square matrices)
Oh and k is some constant
The rank of a matrix doesn't change when you scale it by a non zero constant
Closed by @shy slate
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Prove $\lim\frac{3n+1}{2n+5} =\frac{3}{2}$
.doc
I need help with proving this, Let me show what I have tried
$\abs{\frac{-13}{4n+10}}< \epsilon \implies
\frac{13}{\abs{4n+10}}< \epsilon \implies \frac{13}{\epsilon} <\abs{4n+10}$
.doc
$\frac{13}{\epsilon}<4n+10 \implies \frac{13-10\epsilon}{4\epsilon} <n$
.doc
ie choose $N >\frac{13-10\epsilon}{4\epsilon}$
.doc
I reached till here,
@barren portal Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
These are all about sequences
Im having trouble writing the rules or pattern for the first term
for example in C: No.2
I can see that it adds by 2 raised to an increas in exponent each term
But i dont know how to write the rule for the first term
@stiff seal Has your question been resolved?
<@&286206848099549185>
which is a2+4
You can see that each term is obtained by adding the next power of 2 to the previous term
an = an−1 + 2^(n−2)
but wouldn't An-1 mean n=0 for the first term?
I originally had that same rule but the first term was the problem
Closed by @stiff seal
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
the right endpoint of A is slightly misaligned
hm?
actually both intervals' right endpoints are slightly misaligned
they don't hit the points 3 and 5 as they're supposed to
anyway A - B consists of all points that are in A but not in B
Yea, I made them "hit" but the drawing was "ugly" and not very understandable so I selected the element and I moved it a bit so it can be readable
I made a diagram on pc so I can share it, I won't use this diagram in my notebook
So, the points from A that aren't in B, this mean {4}
I suggest using hollow and shaded endpoints and then connecting with a line to visualize the sets
I wanted to use colors, unfortunately the website I used to make this doesn't have colors
no, it does not mean just 4 and nothing else
{4} * ?
um
A - B is [3, 5]. idk how else to say it!
Closed by @hollow trench
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Prove $\lim\frac{3n+1}{2n+5} =\frac{3}{2}$
.doc
limit as n approaches what?
This is the intial scratchwork i have tried
$\abs{\frac{-13}{4n+10}}< \epsilon \implies
\frac{13}{\abs{4n+10}}< \epsilon \implies \frac{13}{\epsilon} <\abs{4n+10}$
.doc
ie choose $N >\frac{13-10\epsilon}{4\epsilon}$
.doc
Cant you just divide everything by n
which step?
Im in hs so im probably wrong but here
and later plug lim x to infy 1/x =0 ?
Youd have (3 + 1/n)/(2 + 5/n)
i suppose you mean factor all the terms and they and then use limit properties
Then fill in infinity
that’s not a proof
It’s just evaluating the limits
to evaluate, i can just consider the leading terms
And directly say 3n/2n= 3/2
👍
unfortunately that doesn’t prove it.
@alpine sable
I suppose we need find a stage N in the sequence for an arbitrary epsilon such that the terms after N will be less than epsilion away from 3/2
is it you first year at uni @barren portal ?
last year
How do I reverse a triangular inequality step?
oh i didn't realize you used the triangle inequality. where was that?
After the last step
i thought you just said that |4n + 10| = 4n + 10 because n is a positive integer
then rearranged to get n larger than some expression of \epsilon

My bad
Now I have to replace N with n and swin all the way back?
sort of. after you choose N > blah blah blah, you rearrange to get 13/\epsilon < |4N + 10|; then you know if n >= N, |4N + 10| <= |4n + 10|
so the inequality is still good (for all n >= N). then you keep going backward 
well, in convergence proofs, the notion is what we emphasise and the intial scratchwork steps are supposed to be hidden?
yeah. in the proof you just write your scratchwork backward
with this extra step
Let me see
well, sort of backward. i think you can go forward for some part. just gotta make it relatively clear 
@barren portal Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
could i have help on a vector question?

is the question asking for the dot product or something or is it as simple as 4 x 12
i dont think i've ever found the dot product of vectors which only their magnitude is know..
start by getting a+b+c
which we can nicely rewrite
and then we can use the definition of the scalar product (which is the dot here)
v * w = |v| * |w| * cos(phi) where phi is the angle between v and w
R
yep
one sec
