#help-39
1 messages · Page 284 of 1
for b.)
$$\frac{dS}{dt} = \frac{dS}{dr} \cdot \frac{dr}{dt}$$
$$S = \pi r^2 + \pi rl \text{ so } \frac{dS}{dr} = 2\pi r + \pi l $$
hoax
where the fuck are these extra terms coming from?
nvm l is also a function of r
.close
Closed by @tiny wadi
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
What does the cosine rule says?
,,c^2 = a^2 + b^2 -2ab\cos\left(C\right)
calvin
let the height dropped from B to AC be D. then you can use pythagorus
<ADB = 90 so in the image BD = h and AD = x
yeah?
Bd is already perpendicular to ac
that bottom-left point, unnamed in your diagram, Copter gave it the name D
it's where the right angle is
DAC is one straight line
yes
btw do you have access to the fact that cos(180°-x) = -cos(x)
youre kinda gonna need that
same shit.
okay anywhere
in any case
anyways**
... hold on
their notation for the sides is wack
b is not opposite B and c is not opposite C
what the hell
anyway like let $\angle BAC = \theta$ and then $\angle BAD = 180\dg - \theta$.
and the cosine rule that you wish to prove will look like $$c^2 \overset?= b^2 + (b-x)^2 - 2b(b-x) \cos(theta)?$$ ... wait why is $b$ even appearing twice.
Ann
i just realized wtf😭
yikes.
🤷♂️
is there any possibility of emailing your professor
Chill😭🙏🏿
we can re-label the sides if necessary
yeah let's do a relabel
hold on, let me cook one up that isn't messed up
the goal now, with the notations in this diagram, is to prove $$a^2 \overset?= b^2 + c^2 - 2bc \cos(\theta)$$
Ann
yes
what did you mean by this
and now you can, with a clearer conscience, apply Pythagoras on the two right triangles in this picture.
and then also do some soh-cah-toa stuff in BDA.
,,h^2 + x^2 =c^2
\ h^2 + (b+x)^2 = a^2
\ \sin(180 -\th) = \frac hc
calvin
i mean you probably will want to involve the cosine somehow.
given the whole thing we're doing is proving the cosine rule
calvin
that's more like it.
sorry i got carried away
calvin
up here:
what you can do here is consider the expression
b^2 + c^2 - a^2 - 2bc cos(θ)
and try to simplify it down to zero
calvin
wdym
in proofs shouldn't i have to derive the formuila
formula
the formula will happen at the very end
what i am suggesting here is: construct a chain of equalities
which starts with
b^2 + c^2 - a^2 - 2bc cos(θ)
and ends with
0
in so doing, you will have proven b^2 + c^2 - a^2 - 2bc cos(θ) = 0
and the final step will be to add a^2 to both sides of that
so is that all
i mean...
no, it's not all? i gave you a direction to work in, but you haven't actually yet constructed the equality chain.
calvin
is that it?
well, you decided not to follow my directions, so unfortunately i'd have to detangle/decipher your chain of reasoning, which you kind of obscured.
but
but but
i defined cos theta
and then i transposed it
and substituted it in
to therefore derive the cosine ruile
rule
if i present neatly will i get full marks 🥺
you sure didn't present anything neatly to me here and now
ill latex it up
i also dont like your use of the words "define" (which i think you misused) and "transpose" (which probably shouldnt even be appearing)
calvin
yess full marks
sorry
i didn't understand your idea
but you helped guide me to the answer
which is the most important thing
thank you for your help
.close
Closed by @tawdry solar
Use .reopen if this was a mistake.
my idea was "instead of proving A = ... = ... = ... = B let's prove A-B = ... = ... = ... = 0"
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How could i draw the Set {(x,y)| x²-xy+y²<=1} ? It certainly is an ellipse but i dont know how to bring this into the right form to notice that.
Might be a silly way to approach it, but it's symmetric in x,y
that means it must have an axis of symmetry at x = y
so you know it must be tilted at 45°
so major axis is x = y, minor axis is x=-y (perpendicular, and centered at origin)
you could get their lengths by plugging that in
Im not sure i can fully follow 🫠
well if we plug in e.g. x = 3 and y = 2, we get 3^2 - 2*3 + 2^2
if we instead plugged x = 2 and y=3, we get 2^2 - 3*2 + 3^2
which is the exact same thing
therefore if (x,y) is on the ellipse, (y,x) must be there as well
so it must have axis of symmetry at x = y
Okay thats enlightening thanks first of all
How do we know that this has to be an ellipse tho? The symmetry part makes sense
you could use discriminant on it
or we could check whether x = -y is also an axis of symmetry
if it is, then we are left with hyperbola or ellipse
Whats discriminant? Like doing sqrt(..)?
if we then compute intersections of the axes of symmetry with the shape, we will know whether its ellipse of parabola
if we have a quadratic equation (with x,y) which starts like
ax^2 + bxy + cy^2 + .... = 0
then if we check D = b^2 - 4ac (the discriminant, note that its same as with normal quadratic equation), we can determine whether its ellipse, parabola or hyperbola
if D > 0, its hyperbola
if D = 0, its parabola
if D < 0, its ellipse
there is a relatively simple way to explain the intuition behind why that works, or even simpler way in this case would be computing the intersections with the axes of symmetry
we can do whatever u wish
Wow ive never heard of that property thats very useful
So we get D = -5 in our case making it obvious that its an ellipse
yes
Or -4 i think sth like that
Then we look for intersections on symmetry axes and we're done?
yep
those will help you determine where the ellipse "ends"
Well thanks a lot!🙏
you could use it to compute the major and minor axes lengths
.close
Closed by @shadow knoll
Use .reopen if this was a mistake.
How much linear algebra do you know
quite a bit
You could turn that function into a bilinear form and then diagonalize it
thats buried a bit too deep in my memory i fear
the eigenvectors will give you the directions of the minor/major axes and the eigenvalues will be half the axis lengths
or something like that
Ill look into that:)
or yeah quadratic form sorry
It's useful especially for "random" quadratic expressions which dont have any symmetry
yours was relatively nice, so i was more inclined for the symmetry argument
usually the multiples of 45° are doable without it
yeah that's fair
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to solve for $A_1$ in [
2Q\8{\4{\32,A_1\6\sin{\5\pi8}}{\3{N_0}}} = Q\8{\4{\32,A_2}{5\3{N_0}}}
]
where $Q(\2)$ is the Q-function
@bitter herald Has your question been resolved?
no clue what the Q function is
but just divide by 2
apply inverse
and then its just a linear equation in A_1
assuming Q has an inverse but if not then good luck anyway
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Im having some trouble here:
I have gotten, A = 1/2 and B = 1/2
The solution which satisfies the values given, (take note of the answer) would indicate A = 0, and B = 1 , right?
But then if you quickly substitute y =-1/3 when x = 0 in the general solution, you'll find that A + B = 1
So i am somewhat confused here
yes but i dont think it satisfies y'=-5/3
what seems contradictory to you?
oh i reckon i might've worked it out wrong
nothing is contradictory there, i think
A + B = 1, so B = 1 and A = 0
though I got A = 1/2 and B = 1/2
So I'd assume my derivative of the solution is incorrect
ok perfect got it
i forgot to use the product rule on sin(x)e^sin(x)
so i had an extra + 1, which gave me A-B = -1 instead of A-B = 0
great thank you all!
.close
Closed by @elder maple
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
going to reuse this channel here
can anyone please explain why we do the intermediary step of using z?
I can understand it, but if anyone can explicitly mention why we state for example (in the previous question above):
can u share the whole question
yes sure
Sorry for the late reply
am also trying to understand
I have solved this correctly, but, is it to be assumed that the substitution of z will always be given?
How will I know to use it in these instances?
@elder maple Has your question been resolved?
@elder maple Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&268886789983436800>
Mr beast and its consequences have been an unmitigated disaster for the sleepy moderators
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do I write these in their trigonometric form
<@&286206848099549185>
Ye just one sec
alr thanksss !
what is cis
wait imma send you the whole exercise for you to see
it's question 1
cos + isin => CiS
how do we write this in its trigonometric form tho 💔
in $re^{i\theta}$ this form?
Shikhar
that's the exponential form it's not what I want
I need it to be written as cos(theta) + isin(theta)
um..
for $a+ib=r(\cos{\theta}+i\sin{\theta})$
you can prove this in detail..
Shikhar
$\theta=\arctan{\frac{b}{a}}$
Shikhar
using this would get me nowhere though 💔
ah.. i see.. just accepted defeat.. gud gud
👏
first of all.. this isnt correct
wait really????
where did I make a mistake
hopefully you're right cuz this is hopeless now
$$\Delta = (-2 \cos \alpha)^2 - 4(1)(1)$$
$$\Delta = 4(\cos^2 \alpha - 1)$$
Shikhar
missed ^2
yesssss
THANK YOUUUUU
and that that's just equal to sin is that right?
how do I deduce the solutions for this equation
<@&286206848099549185>
max value of n is 0
if im not wrong
no that's the min value
no wait
factor out z^n?
u get cos(alpha) = 1/2 + 1/(2*z^n)
minimum value of z^n is 1 so min value of n =0
max is inf
I know it's in french but look at question 4)a
ugh I'm confused
cant you use quadratic formula?
whats the max value of cos(alpha)?
1
we have power of n
seperate cos(alpha) and z^n
and we have to deduce it form the previous question
we factor out with z^n?
oh alright imma try thanks !
yw
Closed by @royal harness
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
for number 10 how can we approach this? The two conditions we need are that it is continuous which it cannot be since we have a discontinuity at 0 and the derivative is different when c is positive or negative so how could I make the derivative of a+bx^2 match two derivatives?
naw, there’s no discontinuity since c is automatically positive
you can’t have |x|<=-1, right?
(that’s my two cents I gotta go)
Ye completely missed that thx
alright I have acquired time to attempt to help you ❤️🩹
So how can we make 1/c=a+bc^2?
by plugging in the “split point” or whatever you call it
;(
well c>0 so we only need to consider that portion with x>0
(i believe)
everything else is continous
ok right so a+bx^2 can only be defined when c>0 so we apply the same condition to the top. b = -1/2c^3 and a = (1/c) - (1/2c^2)
Lemme check
same b but different a
check when you’re plugging into a=1/c-bc^2
for a isn't all we are doing is a - x/2c^3 = 1/c
i got this:
||-1/c^2=2bc -> b=-1/2c^3
1/c=a+bc^2 -> a=1/c-(-1/2c^3)c^2=1/c+1/2c=3/2c|| check after
oh ok a = 1/c + 1/2c^2
but a+bc^2=1/c? Confused
thx for the help
.solved
Closed by @royal galleon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hekko
for part a)?
ye
how did you get 2?
in part a they ask you to add the matrices
when adding matrices you add corresponding entries
the answer for AB is wrong, btw
thx
Closed by @shrewd rune
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can somebody explain this? Is there something I'm missing because I genuinely don't understand why it's +3 and -5 instead of the other way around.
The order doesn't matter here
Do you want to know how they came up with these values?
yes
well it matters in the sense that it can't be (2x-5)(x+3)
if that's what OP was asking
Yes, and hence the order DOES matter
i thought the two values have to add up and multiply up to numbers in the equation
🙏
You can check by expanding (2x + 3)(x - 5) and (2x - 5)(x + 3)
One will give a -7x term, the other will give +7x
waitttt
That works better when the polynomial is monic, that is when the coefficient of the x^2 is 1
explain how i'd get 7x/-7x
i might be slow
Surely you know how to expand (2x + 3)(x - 5)?
wdym by monic
You can make it monic by just factoring out the 2
...
i probably do but the wording is confusing me so assume i don't
that is when the coefficient of the x^2 is 1
alright
did the other dude leave ;-;
!vol
Helpers are just people volunteering their time to help you. Be polite and patient.
oh mb
wsp
if you are too lazy to expand the entire thing and check, you can just focus on the coefficient of x.
example:
(2x + 3) (x - 5)
to get x term in the product, we need to choose a x-term and a constant to multiply together from the two brackets
we can get 2x (-5) = -10x
and 3 (1x) = 3x
add up,
-10x - 3x = -7x, coefficient -7, which is correct
try focusing on the coefficient of x for
(2x - 3) (x + 5), you should get a coefficient of +7
otherwise, you've got to know how to expand (2x - 3) (x + 5)
@harsh zealot Has your question been resolved?
thanks bro
Closed by @harsh zealot
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can't a trapezoid's area be: ((((b1 - b2) / 2) * h) + (b2 x h)
What's b1, b2, h, and why are you using both * and x ? Also there's one too many parentheses in there
yes, if you simplify this you'll find it's equal to the standard area formula
Closed by @somber meadow
Use .reopen if this was a mistake.
.close
You closed it already just so you know
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
There is a positive integer $n$ in which all the digits in $n^2$ and $n^3$ are from the set $A={1;2;3;4;5;6;7;8}$ ; there are no repeated digits and if we take all the digits in $n^2$ and $n^3$ we get the set A.
Alexis_Fx
Result:
576
Result:
13824
so the digits in 24^2 are 5,6,7 and in 24^3 are 1,3,8,2,4 that would give the set A={1,2,3,4,5,6,7,8}
That said, I'm not sure how to actually do the problem
-# please ping when reply
@earnest warren Has your question been resolved?
Closed by @earnest warren
Use .reopen if this was a mistake.
when am i send the math quection in sinhala who can solved it
its like a OL quection
Odrianry Level Examination in SriLANKA
ill send the question
No don't
?
Imma forward my problems so other helpers can see it
Helpers will be confused what's the problem I'm working if you do
i think you can get a band of candidate n and test from there
n^2 and n^3 have to have 8 digits combined
I can see that, but that's such a loose bound
we can see that n > 9 (not the best bound but its a bound)
Yeah
you can even go ahead and say n<33 right?
also n < 32
That's a good bound yah
yea 32 oops
and also, if you look at the last digits of squares and cubes, you are left with numbers ending in 2, 4 and 8
n > 19 too
Damn why all the bounds are from the fact that the total digits are 8
only viable ones are 22, 24 and 28
It is tbh
and 22 goes away as 22*22=484
21 and 22 both fail quickly
441 too
well, 21 goes away already coz square and cube both end in 1
.
the square has two 4s
Hmm okay I see
It turns out to be less interesting than I thought
But thanks you both
I thought there were some tricks to deal with the other restrictions
But we only use that at the very end
the other restrictions are really hard to check
Kinda disappointing
start with easiest first
That's why I thought it would be interesting if there's a way
I was way too focused on those
Well, good enough, ty yall
Maybe I'm being a little dumb lately
.close
Closed by @earnest warren
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help with this bcuz i dont know where to begin 
Optimum decision threshold means if z > c then pick 1 if z < c pick -1
c to be determined
@bitter herald Has your question been resolved?
@bitter herald Has your question been resolved?
hex
hm my wifi isn't good...
equal priors equal costs
compare the PDFs... what's the overlap region?
@bitter herald Has your question been resolved?
what does this mean pure
-0.2 < z < 0.2?
P(s_1) = P(s_2) = 1/2 and C_{1|2} = C_{2|1}
equally likely signalling by means equal priors no?
and probability of a bit error P_b... then when we measure bit error rate, we count any wrong decision as 1 error, regardless of which way it goes... so C_{1|2} = C_{2|1} 
so the optimal threshold can be anywhere in the overlap
Sry I'm in a spa rn
C_{1|2} is the cost of deciding s_1 when the truth was s_2 and vice versa
alright blud enjoy
Wot
Why is there a coat
Cost
There is no cost mentioned
it's just the default assumption whenever the metric is P_b
oh well
costs are only needed if the problem is asking you to minimise Bayes risk with unequal penalties
anyways, just pick a convenient c
blud
so now we do total probabilioty eright
so what are the probabilities
P_b = P(z < 0, a_1 = 1) + P(z > 0, a_1 = -1)
@waxen agate
is this right
it's
P_b = P(decide -1 | a=+1) P(a=+1) P(decide +1 | a=-1)P(a=-1).
which is
P_b = P(z<0 | a=+1) P(a=+1) + P(z>0 | a=-1) P(a=-1).

blud
thats the same thing as i wrote
blud is being disrespectful
blud might be blind
p(z < 0 | a = 1) = 0.2*0.5
indeed
Closed by @bitter herald
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
guys can someone help me with understanding deravatives
That's awkward
indeed
*71
it's your channel, just ask
In the answer key they didn't consider 0 as a point of non differentialbility but they took 2 tho .why so?
did you try using the limit definition of derivative
@zenith bramble Has your question been resolved?
<@&268886789983436800>
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
if the length of the focal chord to the parabola y^2=4ax at a distance of 45 units from the vertex of the parabola is 20/81 units, then find the value of a
.close
Closed by @exotic 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.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
for c
how is it not:
arc CD = 2r * theta
arc BA = r(0.5 * pi - 0.5 * theta)
arc BA = arc EF
perim = arc CD + arc BA + arc EF + 4r
perim = 2r * theta + pi - theta + 4r
perim = 4r + (2r - 1) * theta + pi
@fiery lance Has your question been resolved?
You forgot to multiplh pi-theta by r
arc BA = r( pi - theta)/2
arc BA = arc EF
arc BA + arc EF
= 2 arc BA = 2r( pi - theta)/2
=r( pi - theta)
i see
.close
Closed by @fiery lance
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@daring bay Has your question been resolved?
$$p^2+1-2p+p^2=0,68$$
$$2p^2-2p+0,32=0$$
BBMaths
Not -0,32
,rccw
im so stressed
Why
i got an exam Wednesday
Does that say 1,000...*10^-23
Try putting it in again
I think you are putting it in wrong maybe
Or wrong mode more likely
Do you have photos of what you're using to do the calculation
Oh nvm
Sorry
It was me lol
Yeah 10^-23
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
Why did you multiply by 40 in c
uhh
i just thought the 40 would be relevant in some way because
i felt like i had to include them
but the exponents make that up right
Yeah the exponents sum to 40
So it has that information
So it only fails for 5th and 20th, there's only one way that can happen
With "It fails for 2 people" you multiply by how many ways you can choose 2 people
but they already chose the people
so no multiplying here
Part d translated badly
wait so for c) just let the 40 out right
$0,84^{38}*0,16^2$
BBMaths
Yeah sorry
n=200
"out of 200 people, gogo brain works for 157 people back to back and for the rest it doesnt"
BBMaths
200-(157-1)=200-157+1 because the streak cannot start in the last 157-1 people
yesh
yes
lets go
ty
kinda satisfied
So a,b,d was fine c just remove the 40 times
yeah ty
free points this section,
also
here, i translated it once for the words but the term it bugged out so
yeah idk what they want
ill open a new channel for this
.close
Closed by @daring bay
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
lets say 'a' is the set {1,2,3} and 'b' is the set {3,4,5}, if i do A U B, is this {1,2,3,4,5} or {1,2,3,3,4,5}?
those are the same set
but typically you would write that as {1,2,3,4,5}
sets don't have duplicates
also math is case sensitive so you should call these A and B throughout for consistency
ohh what
oh okay thanks
okay tysm
.close
Closed by @swift spindle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
wjahts the diff between belogns to symbol and subset
i feel like it does the same thing?
quite different
Belongs to means a single member of the set: $1 \in {1, 2, 3, 4, 5}$
Subset means a set consisting of members of the set: ${1,2,3} \subseteq {1,2,3,4,5}$
cloud ☁
\in is kinda the singular form and \subset the plural form
idk that i like this analogy
because a subset can be a singleton still
wait
so
so {1,2,3} cant belongs to R?
grammar there a bit iffy sorry
{1,2,3} is not a member of the set of real numbers
it is however a subset of the real nymbers
Closed by @swift spindle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what do you think
yes
@fading ledge Has your question been resolved?
Closed by @fading ledge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
why is leftside skew positive, whereas rightside skew is negative?
the skew is in the direction of the "tail"
hm, any particular reason to it?
i expected the skew is in the direction of the highest column
i think because the mean is farther in the direction of skew
compared to e.g. the median, which is closer to the visual center (which is the mode in these examples)
Think of like an exam where almost everyone got a 100%
But a few students forgot to study ans got 20%
Those few students drag/skew the average down
that interpretation could work
what statistical significance do the mean, median, and mode have?
well the mode is the peak value of a distribution, which might be considered an intuitive notion of the center
mean and median both are measures of center, and in simple distributions like this, both are in the direction of skew away from the mode, the mean moreso than the median
(note: this is a rule of thumb, not a strict mathematical rule)
i see
@unkempt yacht Has your question been resolved?
Closed by @unkempt yacht
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
!xy
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
@quick venture Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i dont understand the diagram as well as the q
diagram is confusing cuz how will the mass slide on the vertical wall
uh it is a bead on a hoop
one should consider conservation of energy:
here in this question, the relevant energies are:
gravitational potential energy, elastic potential energy, and the kinetic energy
Is it supposed to say "when will the length of the spring become R?"
the question is actually
"...velocity of the bead, when the length of the spring becomes R, would be (blank)"
apparently the blank to be filled in isn't shown
make equation relating kinetic energy
@fierce aspen Has your question been resolved?
ik that
but if i leave it wont it just fall down
or shd i consider it travelling along the wall
give a very small push so that it will slide down along the circle
forgive my handdrawing
ok fine
got it
idk how to do this sum bro
pls help
@thin sentinel
conserve energy at the initial postion and at a position where the spring wil have max compression
-# nah there is friction at the bottom though, take that into consideration
oh yeah, mb
you can remove the work done by friction from the initial energy and then equate it to the final block being on spring type
wht abt the work doing while sliding
take that into consideration
2+xmax
(kx^2)/2 = MgH?
H= 5
anyways still consider energy
in this case the energy at the beginning is only gravity potential
while at the end, the energy becomes potential in the spring + energy wasted in friction
if friction wasnt there yes, i initially forgot to open the img
mb
Closed due to timeout
Use .reopen if this was a mistake.
.reopen
✅ Original question: #help-39 message
huh
but why do we consider friction thing here
like final and initial only shd be sen ight
energy is only conserved in a system when we have all conservative forces
friction is a...
non conservative force
non conservative
tbh idk much abt these conservative ad non conservative can u explain a bit brief
thx, pls continue
the block comes to the floor with velocity v, is it still gonna have velocity v
ye
drop the physics lets get some logic here! its gonna make sense
like throughout the floor is it gonna travel in the same velocity?
what is friction
basically non- conservative force draws energy from your system
ill give a quick hint: divide the problem into two parts: one for the block sliding down the inclined plane, and another for the motion with friction
why is that
ye that ik
friction
valid aproach!
one more doubt
i have to find the velocity when it just touches the spring right
howd do i do that
so you get why we cant just conserve energy of initial position and eng
you remember shm formulaes?
work done by friction is subracted
you can either conserve energy at that point while subtracting the work done by friction (suggested as you would learn about how to conserve better as you lack that concept)
or use the Annie method and divide the question into two parts, first calculating the velocity of block initially when it touches the floor
and then use basic kinematics to solve for vewlocity after travelling 2m on the floor
https://www.feynmanlectures.caltech.edu/I_14.html
read if you want
just for non- conservative force, i agree not required
how do i calculate the velocity when it touches the floor
5Mg = Mv^2/2
10g = v^2
v= 10
oh im dumb
thaks
then v^2-u^2 = 2as
but idk accelaration
or shd i do Fcos60/5?
idts
its gonna be retardation
oh fuck mu N
what
ye
mb my dum ahh
dimention wise wrong
?
show your work
a or velocity?
final veloicty
dh phone
im getting 0 now 💀
v^2 - u^2 = 2as
-2*2*2.5g+ 100 = v^2
v= 100
^
a=?
u indian btw?
yeah
jee?
nah
if you went to coaching centre other than fiitjee.
broo
@azure kite the eqn is
1/mv^2 + 1/2kx^2 = -frictional area + MgH right
@fierce aspen Has your question been resolved?
oh nah it was one of the best times i had in my life yet lmfao, very subjective veiw
for finding the velocity just moment before it touches the spring?
what is this equation?
Hi
@fierce aspen Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
just need help with a quick thing which i cant understand and ai cant help figure it out
which one of the 4 is correct
what exactly is it you'd like to know?
and how do i know it incase of changes of the shape
the area of the trapezoid?
yes
do you know the formula for the area?
of a general trapezoid
notice d is the perpendicular height
i cant use any helping thing thats the issue
ah, i see
its just 4 equations and i have to cross which is right
then instead notice you can cooy this shape and make a rectangle with the two copies
@whole knot are u allowed to use the grids for help
and my next exam will include a very similar task
what are you allowed to use?
my brain and a pen
so you said you know the formula for the area of a trapezoid yeah?
no, theres gonna be 4 equations for the formula of the area and i have to cross which one is correct and have an explanation
No, like the area formula for a general trapezoid
just use that, it's pretty immediate from there
I also find it concerning that you're not allowed to refer to the grid... which is given to you
this as well
i can show u the whole thing one sec
!original
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
I get it if you can't refer to the grid that you drew over the trapezoid yourself or something
but that grid is given by the question, so not being able to use it is a bit 
Which term can be used to calculate the area of the figure?
Tick and give your explanation.
then just by area of a trapezoid it's pretty fast
or rectangle + triangle(s)
so i think the question is asking for proof of the formula? which i think you can get by counting the squares inside the trapezoid
not a proof, just an "explanation"
and which one do i tick
not allowed to give you solutions, but try eliminating a few
is it vectors?
!noans please.
The purpose of this server is to help you learn; please don't ask for direct answers. Ask for guidance, explanations, or feedback instead.
^
i dont think youre supposed to do this op also doesnt know the formula
what is 1,5 a b* c
ah nvm holy ambiguity
im pretty sure i got the ans from that, sorry i didnt know op didnt know the formula
@carmine schooner
hey i didnt write the question
it is trivial if u solve via that
if OP is willing to share some extra context about the worksheet/problem, what are the other questions on the same worksheet like?
that'd probably help understand what the question wants
for example, if the other questions are all proofs of areas of shapes from first principles/by picture, then we can assume this is too
the other tasks are simple trigonometry, this one is the only different
trig?? surely you can use the formula
hm, hm. this sounds like you should have the area formula in hand.
but in case not, it sounds like you're dealing with triangles a lot, and you should probably then consider slicing the trapezoid as sheaf mentioned
yea thats when we will be given a book with formulas and a calculator (once the teacher sees we’re done with the small task and collects it)
i dont rlly see another way (other than maybe bifurcation)
what grade r u in
counting the squares
then consider doing this
you cant assume the units tho
11th
surely you have access to the area formulas for a quadrilateral and a triangle?
you can surely make it proportional
!nosols
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
i already got it before
but what do i write in the explanation part
wow thanks for telling us
having difficulty
how
before the guy sent the message
someone told him
...
then write that
!done then
If you are done with this channel, please mark your problem as solved by typing .close
so u suddenly got the solution
if. ur teacher is not bad and knows u know how u got it then good
sus af
and mb for answering
.close
Closed by @whole knot
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I'm looking for a study partner for probabilities any one in interested
#probability-statistics . help channels are for math questions
ok thank u
.close
Closed by @dense jasper
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hey
Could use some help, Im not too sure what time frame to use for the amortisation formula
Is it the full 120 or 119?
,rotate
In the future, please use the ,rotate command and send the question as your first message since that's what the bot pins. But you should use the full 120.
Alright, thanks man

If you are done with this channel, please mark your problem as solved by typing .close



