#help-27
1 messages · Page 76 of 1
Closed by @indigo zinc
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
how to solve matrix equasion A²X=B
X=(A^2)^-1 B
ty
@restive river Has your question been resolved?
Closed by @cosmic wigeon
Use .reopen if this was a mistake.
.reopen
✅
when ?
when orders arent posiible
can you give further explanations ?
@restive river 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.
How can I solve this two sections?
can you screen shot the whole thing
It is in spanish, is there any problem?
well i can't see the whole thing
5&6?
Only 5 c) and d)
and what is it, the absolute value?
use z = x + yi
so z - 1 = (x - 1) + yi
those are real and imaginary parts
then use formula for absolute value
and in the previous one, in section c)
im talking about your work for 5c
Closed by @ripe portal
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 everyone, my question is the following:
What is the probability of exactly two dices landing on the same side upon throwing 3 dices?
The answer according to my prof should be 30/56 (or simplified 15/28) but I am getting 5/12 which was confirmed by both chatGPT and multiple old discussion threads as the correct answer.
What is the possibility of my professor making a mistake?
,w C(6,2) × 2 × 3 / 6^3
@twin holly does your prof provide work or only give you the answer
it's really strange that they'd get 56 in the denominator 
56 doesnt divide 6^3 so
very 
the professor does stars and bars
I'd say the result should be following:
First dice can be anything 6/6 = 1
Second has to be matching it 1/6
Third has to be different 5/6
There are 3 positions on which this could occur, so:
3*(1/6)*(5/6)=5/12
you can't throw dice like that?
wait so we want our roll to be (a, a, b) in some permutation with a ≠ b right
yeah this checks out
ya
@pseudo basin I only got the answers after prompting the professor. I was refusing to study from a material which doesn’t provide feedback to me in any way. 😄
It’s easy to make mistakes in probability and statistics and when you never get the chance correct them it’s dangerous 🤓
Anyway thank you for your help guys! I guess I'll have to ask him to show me his solution next time I see him.
.close
Closed by @twin holly
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 simplifying this legit like this?
could you tell me how
oh so i can cancel out?
it doesn't cancel out, it's just shorter, and i don;t know what simplify means, maybe it counts
hm okay i'll check that real quick
ye
originally you just asked if that step is legit, it's definitely ok
the question is what exactly counts as "most simplified", i've no clue
it gives me this as a result
okay that is more than enough, thank you for your time
.close
Closed by @proper osprey
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 many solutions are there to the equation [
x_1 +x _2 + x_3 + x_4 + x_5 =21
]
where [
0 \le x_1 \le 3, 1 \le x_2 < 4, \textss{and} x_3 \ge 15
]
okay so there is the painful way of doing it
where u just examine it for each inequality
but what is a less headachy approach
$x_i \in \Z^+$
combinatorics is painful 
usually the bruteforce method is the best method
like
what i would do is go like
first you find all nonnegative solutions to [
x_1 + x_2 + x_3 + x_4 + x_5 = 21
]
which is like $\binom{25}{4}$. Then, you have the inequality $0 \le x \le 3$, so u can check for all the $x's > 3$. Meaning $x \ge 4$ to get the solution. So set [
x_1 = y_1 + 4
]
to get[
y_1 + x_2 + x_3 + x_4 + x_5 = 17
]
which has $\binom{21}{4}$ solutions. So your solutions for $0 \le x \le 3$ are [
\binom{25}{4} - \binom{21}{4}]
there is a slight reduction you could do here by making everything ≥0 by setting y_2 = x_2-1, y_3 = x_3-15
oh wait
thats what you were writing
lmao
lmao yes thats it
so that covers like
0 \le x \le 3
but for the other inequalities
would there be like overlap or double counting 
yeah, you need to be careful with counting
sorry, z+ is no zero?
okay
so yeah thats nice and all if only we had the 0 \le x \le 3 condition, but we dont
$x_1+y_2+y_3+x_4+x_5=5,$\ for $0\leq x_1,y_2\leq 3,$ and $0\leq y_3,x_4,x_5$
Toby
still a pain to count, but doing it lexicographically, would avoid double counting
lex 
lol
basically, counting in an orderly fashion
i see 
i think my book did the same as you
let me check
i dont get what happened in like
the middle portion at all tho 
which part is the middle?
wait nvm this isn't that insane actually, i just need to eyeball it a bit
lmaoo dont worry about it i think i will be able to get it
i hope
aight 
alright time to open a second channel because
i have a multinomial theorem question

.close
Closed by @worthy tiger
Use .reopen if this was a mistake.
cannibalization rate
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do you prove inductively f(an)<=y?
split cases on the definition
@pulsar ermine 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.
to determine if this is a basis, should I find like the determinant? Like if determinant is not equal to 0, then would it be a basis?
so ive never dealt with this before but google says you need to prove these three vectors are linearly independent
in other words, a*v1 + b*v2 +c*v3 /= 0
like if they have a pivot in every col?
this
it allows you to set up a system of 3 equations by equating coefficients
im not at a place where I can give it a shot but you need to show that the above equation is always true besides when a=b=c=0
@hard night Has your question been resolved?
Closed by @hard night
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.
Am struggling with 3 questions that I could not find the answer to
@glacial lynx Has your question been resolved?
@glacial lynx Has your question been resolved?
@glacial lynx Has your question been resolved?
this is just econ not math
thats not three questions
thats the entire thing
looks like you want someone to do everything for you
i dont care, ive done the rest of the questions that i needed help with only these, i didnt ask for ypu to correct what am asking for 🤣
you literally listed like 15 questions
that looks like you dont understand anything
or youre just lazy
and you should care because the amount of people here that know econ and will help you is extremely small
many times nobody answers them
no and i actually managed to answer some of them already
sorry, 14
@glacial lynx Has your question been resolved?
What's your math question
thats it tho
Kefir already told you it's an econ question
Interpret it as a math question and ask a math question
then youre not the person to help, ill just wait till i find a econ person that can help?
I know how to solve it
But you asked literally for everything
I’m not going to do that
It doesn’t look like you even tried
If you haven’t learned it then learn it
Nobody will answer that for you
We are here for specific questions
LOL i already solved the page of the equilibrium the page of the pizza and sausages, still stuck on the MSB and solved B C and D on the last picture
Go to an econ server
how do yk this isnt a 30 question econ quiz, how do yk if i didnt solve all the other questions n neededd help with these🤣
whats the issue tho, ur job is to help, i never said give the answers did i? wont hurt if you explained wud it?
there vc
theres dms
!volunteers
Helpers are just people volunteering their time to help you. Be polite.
if youre willing to help then help, dont questions shit
ok then dont comment?
Don't be an entitled twat
nobody wants to do that though
YOU are here for specific questions
no
Nope
Every volunteer is
.
That’s what we do
many people wud offer and also wudnt be hurtful to help me with one question either
noone forced you to help with all the questions
no cus maybe not everyone has the time? am not obv depending on this server all am saying is noone forced you to come and help me
you can help me with one question if you want
yeah then stop talkin, you can continue on your life
yes thats fine
thanks for the heads up
you didn’t even show your work or your conceptual issue
i dont need to post 30 questions of my work
be for real
i posted questions i was struggling with
if someone came to help i woulld offer live stream and if theyre willing to help with ALLL then they will if theyre willing to help with ONE question then so be it?
noone complained
keep ur mouth shut
<@&268886789983436800>
why come in my channel to complain?
its MY question leave me alone if you dont wanna help dont help me
Man literally waltzed into here and act like he owns the damn place
I came here to post the 3 Questions out of 30 that I could not figure out how to answer, and they start attacking me for it
To be fair, we really don't deal with specialized fields of math other than physics or CS because that's what 99% of people in here are doing
ngl keifr was the only one you could have depended on u blew it bud. entitlement
Yeah thats fine, whats the issue, ill just wait till one person can help me, am not depending on this server at all its a side quest atp, am working on it myself and asking others for help, but joined this server today to give it a shot, i dont see an issue with posting my questions
Well it's odd that this channel didn't close on its own due to time out. Typically we don't want people hogging channels for more than an hour or two
And for specialized cases of math, they end up being unresolved for the most part
I didnt blew anything, I posted my question, he doesnt need to start questioning stuff, noone forced him to help me with all the questions rather help me with one of them is enough, i never asked for answers i asked for help, if he wanted he wouldve helped me, i didnt force noone. and noone forced him to do all the questions or even give me an answer straight
This channel's been up for nearly 7 hours ...
Yeah i understand
but its worth a try
!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
And i think it still up becuase the bot kept asking me if its been resolved
In all honesty though, while Kefir's remark was rather crass that doesn't give you the right to tell people to shut their mouths
Yeah I apologise for that but he just pissed me off too much by caring too much
Well we gotta care
No, if you dont want to help, then dont help, ill deal with it myself, and the channel will close by itself
This channel's been up for too long probably due to a bug, and usually we try to redirect specialized cases of math to other servers
Try looking in #old-network
Yeah ill check out, but all im saying, if the channel closes automatically then let it happen. If he can help me he will help me. If he doesnt want to help me then he doesnt want.
can you copy and paste the question in text form i have some background in econ and can take a look
Suppose that the utility to a consumer can be described as:
U = 10x^0.4, x^0.6
a) Based on the consumer's utility function, what can you say about the utility of the respective good 10x^0.4 and good x^0.6?
Thats the only question I have so far i answered the rest
This seems to have calmed down on it's own but in the future please keep in mind helpers are volunteers so be polite to them.
Yeah but teach them to also not come for someone rather explaining and understanding the situation but I understand I will be respectful next time, my apologies
@glacial lynx 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,Could anyone help me with this geometry question?I am going to use coordinate geometry to prove since I dont need to consider the relative position of the centres of circle but after drawing the picture(idk if it is true).I found that I cannot use the the relevant information of OI and two radii R,r.I will appreciate your help.Thank you.
@summer crater Has your question been resolved?
<@&286206848099549185>
@summer crater Has your question been resolved?
@summer crater Has your question been resolved?
@summer crater 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.
Closed by @tough moss
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 we make sense of the area under the curve of a stock chart?
Haven't really seen this used in technical analysis but I think there might be something to it when comparing return of a stock to the market return
@proud perch 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.
hey is someone able to help me with number 11
!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
2 i’m supposed to find the u and du idk if that’s just my schools terms or like actual math words
so u is t^4 + 25
and then du is 4t^3
so what is the top
i have to do an adjustment right?
yes
I wouldn't suggest this as your u tbh
so u is just 25? why not t^4 as well
no
nor that
these are the formulas i was given
Take a look at the middle one
so a is t^2 and u is 5?
yes
[other way around - you have $\int \frac{1}{a^{2} + u^{2}} \dd u$]
wait du is 0
i though du is 2t if u is t^2
@upper schooner
Yep, did you end up getting the answer then?
did i write the formula wrong or is it actually a-u and not u-a
bc if it’s a-u then i did not
Well you do have that $\int \frac{1}{a^{2} + u^{2}} \dd u = \frac{1}{a} \arctan\pqty{\frac{u}{a}}$ sure
@upper schooner
Taking that to be true, and noting that you're asked for the integral $\int \frac{t}{t^{4} + 25} \dd t$ you already found the substitution you're supposed to make
@upper schooner
Just a matter of doing the steps really
Remember I said it should have been the other way around! Choose $u = t^{2}$ and $a=5$, and then note that you have a substitution you've made so as you noted $\dv{u}{t} = 2t$
@upper schooner
oooh i see so you can interchange a and u?
Remember that a is a constant and u is the variable
yep that's good 
so 1/2(1/a?)
Hmmm
that will appear somewhere at least, but depends on what you mean
Remember that a=5

@obtuse flax Has your question been resolved?
Closed by @obtuse flax
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
.
What is the sum of all the possible values of positive integer x such that the remainder of 60/x is 3?
how do we solve questions like that
$$\frac{60}{x} = a + 3$$
$$60 = x(a + 3)$$
$$\frac{60}{a + 3} = x$$
A number that divides 57
Wait what?
only it?
It's xa+3
Now all you need to do is determine integer values for a such that x is an integer
Hmm
what did we consider x and a
Integers
I think you should help them I can't think right now
Alright np hon
Yes
but how do we solve it for other questions like what are the steps
fäf
Divisior×Quotient +remainder form
oh yes so a is 57?
xa is 57
So from this we proceed to get $x = \frac{57}a$ and we know that $x$ is integer and hence $\frac{57}{a}$ has to be an integer
fäf
Other than 1
so we need to find the factors of 57 right?
Yes
and we apply that to all questions?
e.g. we want 60/x remainder 4
we find the factors of 56 ?
divisors of 56 are 1 2 4 7 8 14 28 56
1 2 4 don't work
all the rest do
pretty easy
x i think
yes
8*8 yes?
you jsut drop everything <= a
The numbers you have to remove are the ones that are common factors of 60 and 56
because they leave no remainders?
Yeah
but 92 is bigger than 60 yes?
divisors of 87 are 1 3 29 87
we remove 1 3 because less than 5
not because 1 3 are common divisors of 87 and 92
it's a different problem
i'm just objecting to fäf's claim that you remove common divisors
maybe i misunderstood the claim idk
oh so we just remove the values that doesn't leave the remainder we have?
yeah because it doesn't fit
okay i'll do that, Thanks
@night bramble Has your question been resolved?
Closed by @night bramble
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.
Don't even have a single clue
Doesn’t seem true
Is there a condition on the numbers except positive integers?
Acc nvm it’s probably true I had a bad counterexample
@prime basin Has your question been resolved?
Closed by @prime 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.
• 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.
Closed due to the original message being deleted
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 someone help me with converting from polar to rectangular?
How do you convert r=cos(theta) to rectangular?
Well that should be easy to simplify then
If you're familiar with polar identities
r^2 = x^2 + y^2
r cos(θ) = x
r sin(θ) = y
Memorize these
.reopen
@tulip latch Has your question been resolved?
Just replace
Ok
So i can replace
R with
X/cos(theta)
And then
Look back up here
This is after we multiplied both sides by r
There should be no division anywhere
Ooh
Should we replace
r*=cos(theta) with x^2+y^2
?
Since they are both equal to r^2
?
You keep looking at the original
_ _
We first multiply by r
r^2 = r cos(θ)
Knowing:
r^2 = x^2 + y^2
r cos(θ) = x
r sin(θ) = y
You just replace r^2 and r cos(θ)...
Closed due to timeout
Use .reopen if this was a mistake.
✅
@tulip latch Has your question been resolved?
Ooooh
I figured out
You need to add numbers to both sides
x^2 + y^2 - x = 0
(x - 1/2)^2 + y^2 = 1/4
You factor x^2 and x so that you have both of them as a product + a random number
And add that random numbe r to both sides
@hybrid snow thanks for your help!
.close
Closed by @tulip latch
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, could someone help me with this please 🙏
the resultant force is going to be the two forces added together
So when u add f1 and f2 what do u get?
(4+p)i+(q-6)j?
yes
so now that vector is parallel to -2i-j
Do u remember what vectors need to have in common to be parallel?
Same direction
But how is it going to be parallel? We don't know the exact value of the force to know the direction
yes so -2i-j is a multiple of (4+p)i +(q-6)j
it says that the resultant force is the same direction as -2i-j so that just meant a they’re multiples of each other. We don’t need to know the exact multiple for this question
We can create this equation
do u know why we can do that or should I explain it more
I think I understand why it's a multiple but how do we end up with -16
So u compare the i and j components separately
so 4+p=-2k
And we don’t know what k is so we want to eliminate k
yes
What did u do
Did u get both equations to equal -2k?
I managed to do it till here
Yeah that’s good so now u have 2 equations which equal -2k so u can make them equal to each other
so 4+p=-12+2q
because both RHS equal -2k so both LHS must equal each other
It's fine to multiply an equation by a number as long as all the terms in it get multiplied right?
Yes
Like how you did it here
So let’s say u have these 2 vectors they’re both parallel, (go in the same direction) only difference is one is 2x bigger than the other
Same for this one
so 2 vectors are parallel if they are multiples of each other
now if the vector (4+p)i +(q-6)j is the vector 2i+4j for example
then -2i-j will be i+2j
however we can’t put 2 in front of the vector because we don’t know if it’s 2x greater or 4x or 5x so instead we put k
because k can be any number
So the bottom equation is similar to the top ones only we have some algebra instead of just numbers
But here it stated that -2i-j is just a direction with no magnitude but we are dealing with force which has both direction and magnitude so is it still fine to do it that way?
a force is a vector and all vectors have direction and magnitude
So doesn't matter if it has magnitude as long as they both have a direction?
@tacit crow
They both have magnitude even if it doesn’t state that in the question
Because the magnitude of a vector is the length of it and all vectors have a length
@sacred oracle Has your question been resolved?
Closed by @sacred oracle
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 the length of a latus rectum be negative?
Parabolas
My teacher put -32 as the length of a latus rectum
Could that be a mistake?
Because as far as I know a distance can't be negative.
what is the formula for the length of a latus rectum of a parabola?
what is p here?
Distance between vertex and directrix/focal point
the mod anyhow tells us that the domain of that function is non negative reals
anyways, in most geometry lengths are taken as positive and thats probably incorrect. probably
You wants us to conceptualize conics, rather than get confused by the formulas that people generally use.
I'll ask her about it.
Since my previous teachers never put - for things like so.
yea lengths are generally magnitude of the distance between two points and magnitudes are without signs
Closed by @fair peak
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 someone check my work?
i need to use implicit diff to find dy/dx
What’s (x+y)’
(Calculate it)
@restive river going from the first line to the second line here is correct?
(x+y)’ = (1 + y’)
Oh wait lol
He alrdy distributed it
Oops mb
Wdym
Shdnt it be this?
Stephen
R u seeing what I’m saying @subtle topaz ?
@subtle topaz Has your question been resolved?
Closed by @subtle topaz
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 wanna make sure this is right
where does the 10 come from
hannibal
ummm
i.e. take the 3 to the other side
so just log p t 3
$\frac {x}{3} = \log_{p}T$
! saad
you have $log_{p}T = \frac {x}{3}$
! saad
remember: $log_{a}N = x$ becomes $a^{x} = N$
! saad
can you identify your a, x, and N?
x/3?
yes
p^x/3=t
yes
thank you😭 this is confusing for me
no problem
.close
Closed by @forest hound
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.
hey I had a question, to find the eigenvalue u solve this part and that implies that the null space of A - lambda I is not empty, which implies that it is not invertible said my teacher and he reffered to the fundemental theorem of inveritble matrices
How was math made
I assume he used this part but this only says for Ax and not for A - lambda I
nvm I think I know he basically says A - lambda I is a matrix called A
yes
thank you
@mystic musk 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.
What is the derivative of log(x)? I was taught that the derivative of log base a of x is 1/xln(a) so shouldn't the derivative of log(x) be 1/xln(10) ? I look it up and it says the derivative of log(x) is 1/x, so how can these both be true?
some people use log(x) to mean log base 10, and others use it to mean log base e, i.e. ln(x).
You ran into someone using the latter
As said before. In the video they define log as base e and here you are defining log as base 10. So it makes sense that the result is different
okay
im trying to find the 2nd derivative of log(x)
and i got this answer but idk if its right
is that log as in log base 10 or log base e
Your second derivative is wrong. Note that 1/(x log 10) = 1/(log 10) * 1/x
And you applied quotient rule incorrectly
so h'(x) = 1/xln(10) * 1/x ?
can I write it as (xln(10))^-1 ?
and derivative would be -(xln(10))^-2 * (xln(10))' ?
@nimble elm Has your question been resolved?
No it hasn't.
@nimble elm 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.
Hi
tell me its integration please ":D
Differentiation
thats cool
But it's related to integration
post
ah shit thats some advanced stuff
i dont really know this methode
i believe i saw it once or twice
So you can't help??

hmmmmmmmmmm
yeah that shall give sec
He applied the chain rule but idk how he got 1+x^6 in the denominator
,w d/dx(arctan(x^3))
🗿
hmmmmm
Closed by @odd elbow
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.
When finding radius of convergence, should I use the direct comparison text
radius of convergence always uses ratio test
you check endpoints separately on it's own
doesn't look like you used the radius of convergence process properly
do you know what the vertical lines mean?
|||
absalute value
you need that here
do you know the radius of this?
.
do you knwo what an endpoint is?
there are 2 endpoints here
yes
plug them into the series
no
oh ok
the summation of n=1 to infinity is unaffected
what
I plug in the value in the orignal series with 1 and -1
and it gives me something that idk what to do with
if your series converges for one of these values, then it's part of the interval of convergence
hence the name "interval of convergence"
Closed by @gentle mantle
Use .reopen if this was a mistake.
.reopen
✅
@supple knot I fucked up my limit
I just relized
i didnt get x
I got x/2
making me wrong
Closed by @gentle mantle
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 do I find the area?
Break it into 4 bits, 3 right triangles and one trapezoid
And add their area
Ok...
What are the 4 bits?
ok
didn't see that message
I dont get it
Was gonna do a little drawing still, lol
wouldn't it be 2 triangles and 1 trapezoid?
its pretty tricky
It is that, too.
My bad, I like right triangles more. I forgot that was a big triangle
And you've got the base and the height too
oh, ok
either way is fine
Do you know the area of an isosceles triangle?
yep, so for the top triangle, i think its 1400mm
Good! I guess cm works better.
140cm?
im kind of stuck with the trapezoid though
You don't know the formula for the area of it I assume
yeah not really
It is a right trapezoid, the formula is this: [(a+b)×h]/2
Where a and b are the parallel sides of the trapezoid
And the height is well, the line which creates the 90° angles
ok, give me a second please to calculate and process this
thanks
Of course.
i dont know, but i gave it a go, is it $1312.5mm^2$?
Kit_Kat
Okay, let's look at the parallel sides. 70+35=105
yep, ok
Height is 5 cm, 50mm.
ok
105×50=5250
And 5250÷2 = 2625
oh, ok, so thats what went wrong
oh
Don't worry
i guess i underestimated it, because i did it twice, and that was one of my answers, hehe
Heh
Now 2625 mm² = ? cm²
262.5cm^2
Try again
26.25cm2
Converting from one unit squared to another is by 100x. Cubic 1000x.
Yes, 26.25cm²
ok, ill remember that
Great. Now we got the last triangle
yup, is it 14cm^2?
How did you come up with it?
cause i dissected into two parts
i dont know
i just quickly did it i guess
so would the answer be...
$40.25cm^2$
Kit_Kat
Not yet, we've got the last triangle to add. Argh, it's a little harder than I thought
ok
let me try again
For sure, lemme get my pen and stuff too
ok i get it now
im going to calculate it
the last triangle would also be, $14cm^2$?
Kit_Kat
Kit_Kat
We can draw this perpendicular line
yup, ok
And break down the 70mm line for easier view
ok
Now the middle line is equal to the lower one, 35mm.
yeah
The original triangle on the left and the newly one on the right are identical
Hence, the sides are all the same
ok
would 1 of them be 175 mm2?
Not mm² whem working with lenght
mm
But correct. 17,5 mm
ok, thank you
Now
Do you know the area of a right triangle?
yes
The product of the perpendicular lines divided by 2
yeah
Have you got 4,375 cm²?
$57.75mm^2$
Kit_Kat
no
Okay, let's break it down
17,5 × 50 mm?
Should be 875 mm
just a sec
yup
Divided by 2?
437.5mm
²
And to cm²?
yeah, forgot it
4.375mm^2
Cm² 🙂
But great
oh
You got all areas now
14 cm² +
26,25 +
4,375
oh, thanks!!
44,625 cm²
Is your final answer👍
ok, yup i see
Thanks for sticking with this
yeah, i appreciate your help
Could've been a careless kid
Thanks a lot.
yup!
Have a nice one.
have a good day!
.close
Closed by @stray bloom
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 someone give a hint as to why $A_n \lhd S_n$?
blanket
what's the index of A_n ?
A_n's defined to be the even permutations
yea i know what it is
o
what is its index as a subgroup of S_n
no..
yes
and it's a general fact that any subgroup of index 2 is normal
try proving that if you haven't already
btw, the order is n! / 2, not n/2
ah you're right you're right
mb
do you have a hint as to why order 2 groups are normal?
it's basically because it forces left cosets and right cosets to coincide
(when there are only two cosets)
let G be the parent group and H a subgroup of index 2
then H has two left cosets and two right cosets
call the two left cosets H and gH
call the two right cosets H and Hk
since left cosets partition G and right cosets partition G, it must be true that gH = Hk
thus the left cosets of H are also right cosets of H
you can show that this implies that H is normal
sure
.close
Closed by @dim perch
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 tried:
a = (3 + x)/3
b = (5 + x)/3
c = (7 + x)/3
where x was the middle number, a was the number I had to find, b was the side squares of the middle row and c was the remaining number
x = ( (5 + x)/3 + (5 + x)/3 + (3 + x)/3 + (7 + x)/3) /4
I got x = 2.5, I put it in but the whole thing didn't work. Could anyone help
why didn't it work?
@sonic kelp Has your question been resolved?
I put in the numbers after and it wasn't correct
6/6 11/6 12/6
1/6 15/6 13/6
24/6 19/6 18/6
Here's what I did (I still haven't solved it):
I tried to find the values. so the top-middle one is (2+1+x)/3, the left-middle one is (4+1+x)/3, the down-middle one is (4+3+x)/3, and the right-middle is (3+2+x)/3
then I tried solving for the middle one which would be (top-middle + left-middle + down-middle + right-middle)/4
Yeah that's what I did
then why is my x value so different from yours
What did u get for x

