#help-26
1 messages · Page 57 of 1
try b = -1.4
now that's just floating point arithmetic thing
i think you need to expand the thing inside limit using (1-x)^a but i don't really know calculus
found this using wolfram (i think this is taylor series)
so it becomes
sum from k=0 to inf of (-x^a)^k (x^b k)
i dont know what to do next
@plush flicker Has your question been resolved?
@plush flicker 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.
https://www.learncbse.in/ncert-solutions-for-class-10-maths-chapter-8-introduction-to-trigonometry/ should I do the problem no.6 with 1 or 2 triangles
can you just post a ss of it
Ex 8.1 Class 10 Maths Question 6.
If ∠A and ∠B are acute angles such that cos A = cos B, then show that ∠A = ∠B.
this is the question
do we have any diagram given
yes
i cant post ss tho
alas lag raha hai pc meh
accha 😔
can u not click open the link?
nhi, alas aa rha h
mc
toh isme kya nhi smgh aaya?
NCERT does it with 2 triangles
tho, it has angle Q instead of B
so, why is that?
abeey
ruko thoda, dinner pura krne do phle
ha
btao abhi
tumhe kaise pata ncert does it with 2 triangles?
@keen spire \
because I have the book? 🤣
toh pic bhej de na bhen😭😭😭
arre
its Q angle
so the triangle is PQR
thats it
dhekho
kuch smgh nhi aa rha hai kehna kya chahti ho
bhalai isi mei hai ki pic bhej do seedhe
what do u not not understand
my question is, if I should use 1 or 2 triangles for this question?
okay
if instead of angle A & angle B
I had to do angle A & angle Q
would there be 2 triangles?
and why
i mean its given that cos A=cos B
why is there even a need of second triangle
and would you even prove that with a second triangle
idk, thats what im asking
Closed by @keen spire
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.
<@&268886789983436800>
,prune 20 --from 1175835986945654866 racism
Couldn't find a member matching 1175835986945654866 racism!
Couldn't find the requested user, cancelling purge.
what is going on
Closed by @craggy haven
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.
plug it back in?
Closed by @hardy beacon
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 im currently making a shader for a project and i need to calculate the vertical angle between the triangle and the camera
what equation should i use ?
Which of adjacent, opposite, or hypotenuse do you have?
i think i have adjacent and opposite
use tan, then
if you're trying to program it, you should use the atan2 instead of arctan(vertical/horizontal)
basically you have to adjust for quadrants, and you can either work that out on your own or use someone else's working lol
whenever you feel like you've figured things out, you may close it at your discretion
i think this works
atan2(sqrt(dist.x*dist.x + dist.z*dist.z), dist.y)
thanks
.close
Closed by @golden geode
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.
Yep
.close
Closed by @limpid flame
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 if $f: \mathcal P( \mathbb N) \rightarrow \mathcal P( \mathbb N), \quad S \mapsto S \cup {37}$ is injective, surjective or bijective.
This is just like what we did before, @waxen flame and @chilly walrus, but now, it's with P(N)
This is not injective, right?
One set could include {37}
And the other not
And they'd be counted as the same
What would the counterexample look like?
{1,37} and {1}
f({1}) = f({1,37})
Ah, just like I described, yeah
mhm
What about its surjectivity though?
Shouldn't it be {1, {37}} and {1}?
{1,{37}} is not a subset of N
Oh
${1} \cup {37} = {1, 37}$
artemetra
is it surjective 
Wait but what would the difference be if this was S -> S u {37} or S -> S u 37
the last one is abuse of notation
Oh, alright
$\cup$ is union of \textbf{sets}
artemetra
37 is not a set you union doesn’t make sense there
Actually, no right?
Because we always need to throw a 37 in there
So a counterexample would be {1} in P(N), right?
yes
Right
{1} is in P(N) but can't be reached by f
also out of curiosity what course/book is this?
Looks like first year intro stuff
It's a course on linear algebra 1
i see

This is the beginning of it
So proofs, logic, set theory, ...
Only on page 30 of the lecture notes begins the real linear algebra part
I see
Now if we have [f: {S \in \mathcal P(\mathbb N) \mid S \text{ is finite}} \rightarrow \mathbb R, \quad S \mapsto |S| + \sqrt{|S|} + 1,] that would be injective, right?
Why?
what about {1,2,3} and {1,2,4}?
Oh, I was only looking at the magnitude of it
True, that'd give the same
This can't be surjective though, right?
How'd it reach pi or e, for example
mhm
Or do you have a more trivial counterexample than pi or e?
eh, not really
i mean
this is essentially trying to map naturals to reals
which cannot be surjective because $|\bR| > |\bN|$
artemetra
Eg 3/2 + sqrt(1/2)
that too
in general anything that can't be expressed as $n+\sqrt{n}+1$, $n \in \bN$
artemetra
Closed by @shut obsidian
Use .reopen if this was a mistake.
np
.reopen
✅

Btw, if we have a statement like
"If $g \circ f$ is injective, then $f$ is injective"
How would we determine if that is true or not?
Would you first try examples?
Sure to get intuition but you can prove this from definition
||let f(x) = f(y) then gf(x) = gf(y) but ..||
Are you doing contraposition?
They're assuming f(x) = f(y) and trying to conclude x = y
But that's not the direction of the statement?
You are trying to prove f is injective, that's what this is
You are going to use the fact that gf is injective along the way
So it follows that $g(f(x)) = g(f(y))$. But then $x = y$.
So we are done?
This is what you meant?
Yeah
Say we have "If $g \circ f$ is surjective, then $g$ is surjective". That'd be true, right?
That’s true yes
Well recall the definition of surjective for g
If $g: A \rightarrow B$, then $g$ surjective means $\forall b \in B: \exists x \in A: f(x) = b$.
Hint: ||the image of g circ f is a subset of the image of g||
$\text{Im}(g \circ f) \subseteq \text{Im}(g)$, yeah
Let $f:A \mapsto B \ g: B \mapsto C$. if $g \circ f$ in surjective then $\forall c \in C, \exists a \in A, g \circ f(a) = c$ Now, $f(a) \in B$ so…$
Damn
Let $f:A \mapsto B \ g: B \mapsto C$ if $g \circ f$ in surjective then $\forall c \in C, \exists a \in A, g \circ f(a) = c$ Now, $f(a) \in B$ so…$
Pure
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Well idk mapsto was that thing
Oh
Let $f:A \to B \ g: B \to C$ if $g \circ f$ in surjective then $\forall c \in C, \exists a \in A, g \circ f(a) = c$ Now, $f(a) \in B$ so…
Pure
That’s better
Correct
Thanks!
No
Okay let’s see
Let S, T be disjoint countable (ie. there exist infections f: S to N and g: T to N) Prove S U T in countable.
Wait, there are some more of these: \ "If $g \circ f$ is surjective and $g$ is injective, then $f$ is surjective". This is false, right?
Oh, wait nvm
That's like one we had before
But stronger this time
What do you think
let A = {0} B = {1,2} C = {3,4}
Can you come up with a counter example
It doesn't seem like there is a counterexample, atleast not for algebraic functions
Ignore this
Let g(f(x)) = x^3, surjective.
Let g(x) = x, injective.
Let f(x) = x^3, surjective
It doesn't seem like we can change around stuff to make f not surjective
It’s true lol I misread
Thought it said gf injective
Try proving it with definition
$g \circ f$ surjective $\implies \forall c: \exists x: g(f(x)) = c$. \ $g$ injective $\implies$ $g(a) = g(a') \implies a = a'$.
So g is bijective
We need to show g o f with g bijective means f is surjective
Sure.
Because g is surjective for every c in C there must be a b in B such that g(b) = c.
Now, we have gf(a) = g(b)
And so by surjectivity of g it follows that …
For some f(a) = b, yes
f(a) = b
Yes and so f is surjective
We need f surjective
"If $g \circ f$ is surjective and $g$ is injective, then $f$ is surjective".
Yes f is surjective
Oh
For all b in B, there exists an a in A such that g(f(a)) = g(b) which means f(a) = b
= b, why = g(b)
Follows from surjectivity of g
How did you get g(f(a)) = g(b)
g(b) = c, sure
since for all c there’s some a such that g(f(a)) = c. Also for all c in C there’s some b such that g(b) = c
Or more simply if b in B then g(b) in C. Since g o f is a surjective map from A to C it must be the case that we have some a with f o g(a) = g(b) for every b
Closed by @shut obsidian
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 angle should the point be so that the shape has the largest perimeter?
The point is on a semi circle with a radius of 1
what is the perimeter of the shape you are forming, in equation form?
Well the equation for the perimeter is 2a+2b
$$a=cosx$$
$$b=\sqrt{sin^2x+(1-cosx)^2}$$
N1x1T4
From your drawing, it looks more like it should be 4a + 2b
assuming a only goes to the dotted like of course (which is easier to get)?
also how did you get b here?
here is a better image
no problemo so the question is at what angle is the sum of these green lines at it's maximum
yes
okay sure, so the top one is definitely $2\cos(x)$
I made a function like so:
$$P(x)=2cosx+2\sqrt{sin^2x+(1-cosx)^2}$$
N1x1T4
okay sure I agree with that
so now we need to maximize it
$P(x)=2\cos(x)+2\sqrt{\sin^2(x)+(1-\cos(x))^2}$
the inside of the square root should simplify down to $2-2\cos(x)$
then its just finding critical points to check the max
And for clearance I opened it up a little bit:
$$P(x)=2cosx+2\sqrt{sin^2x+1-2cos+cos^2x}$$
$$P(x)=2cos+2\sqrt{sin^2x+cos^2x+1-2cosx}$$
$$P(x)=2cosx+2\sqrt{1+1-2cosx}$$
$$P(x)=2cosx+2\sqrt{2-2cosx}$$
N1x1T4
$P(x)=2\cos(x)+2\sqrt{2-2\cos(x)}$
yes, then you need to take the derivative to find critical points
I got something like this for now:
$$P'(x)=-2sinx+\frac{1}{\sqrt{2-2cosx}} \cdot 2sinx$$
N1x1T4
$$P'(x)=\frac{2sinx-2sinx\sqrt{2-2cosx}}{\sqrt{2-2cosx}}$$
$$P'(x)=\frac{2sinx(1-\sqrt{2-2cosx)}}{\sqrt{2-2cosx}}$$
N1x1T4
the nominator roots now
so
$$\begin{cases}
2sinx=0 \
1-\sqrt{2-2cosx}=0 \end{cases}$$
N1x1T4
the first one is just:
$$ x=\pi n$$
should be $\pi n$
ah yes true
N1x1T4
the other one:
$$1-\sqrt{2-2cosx}=0$$
$$\sqrt{2-2cosx}=1$$
$$2-2cosx=1$$
$$-2cosx=-1$$
$$cosx=\frac{1}{2}$$
$$x=\pm \frac{\pi}{3}+2\pi n$$
N1x1T4
yeah that looks right to be
so the only solutions we care about out of these are $0, \frac{\pi}{3}$
yes so we chuck both of them into the original P(x) function
yes
$$\begin{cases}
P(0)=2cos0+2\sqrt{2-2cos0} \
P(\frac{\pi}{3})=2cos \frac{\pi}{3} + 2\sqrt{2-2 cos \frac{\pi}{3}}
\end{cases}$$
$$\begin{cases}
P(0)=2+2\sqrt{2-2} \
P(\frac{\pi}{3})=1 + 2\sqrt{2-1}
\end{cases}$$
$$\begin{cases}
P(0)=2 \
P(\frac{\pi}{3})=3
\end{cases}$$
this is not right
what did i do wrong, there seems to be a problem
N1x1T4
I found it
Closed by @atomic robin
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 domain is right yes
for the first question
you just need to remember that sin(sin^-1(x))=x
and that cos(sin^-1(x))=sqrt(1-x^2)
so if it was arccos or arctan, the values would be different right?
do you mean for the 2nd question?
this stuff is very complicated
I mean for the first question, I know the domain is based off of the inside portion, in this case arcsin
if it was arccos in parentheses the domain would still be the same
but if I was calculating tan(arccos(x)), sin(arccos(x)) would not be x?
and cos(arccos(x)) would not be sqrt 1 - x^2?
cos(arccos(x)) is also just x
they cancel each other out
that makes sense!
so sin(arccos(x)) is sqrt 1 - x^2?
and for tan(arrcos(x)) just remember that tan = sin/cos
yes
i forgot how to prove that one tbh but you can probably use euler's identity in order to prove it
so I need to use tan = sin/cos to solve this?
yea
that's awesome!!!!
:)
thank you so much Jill
yw
.close
Closed by @tender girder
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.
Please don't occupy multiple help channels.
that's kind of funny
usually they will at least tell you what they want you to prove
I think that ? is supposed to be PC
Closed by @turbid drift
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 have a silly question. Consider the complex square root $f(z)=z^{1/2}$. Suppose we are on the branch $\arg z\in(\pi,3\pi]$. Then if I input a positive real number, I should get a negative real number. Let $r>0$. Then $f(re^{2\pi i})=(re^{2\pi i})^{1/2}=(r\cdot1)^{1/2}=-r^{1/2}$, where $r^{1/2}>0$. What would be incorrect about factoring another $1$ in $(r\cdot 1)$, i.e. $(r\cdot 1\cdot 1)$ and then end up with $r^{1/2}$ instead?
Closed by @junior stratus
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.
Ah is that what you mean
@calm plover Has your question been resolved?
Yeah basically. It will still be 4 cases. But they're all easy solves
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.
Does this mean you can cover all possibilities with 210 games
no one's going to know what you're trying to ask if you don't provide the full context of your question, right now this is just a bunch of random numbers
(sorry that it's unrelated)
Thank you!
This is for a lottery. There are 45 numbers to pick from. You need 6 matching to win, but you can choose up to 20 your odds of matching 6 when choosing up to 20 OUT OF 45 are 210.14 now if you plays 210 games can you cover all possibilities
what do you mean by cover all possibilities?
so are you asking are you guaranteed to win if you play 210 times?
if you flip a coin, the odds to get heads are 1/2, are you guaranteed to get heads if you flip it twice? no
We’ll kind of
So you can’t actually cover all possibilities
But the odds are stating you will win right?
you haven't answered my question ^
Like cover all possibilities I ment a gauranteed win
Cover all possible different outcome
there is no guaranteed win if each individual event is independent
so if each game has a 1/210 chance to win that means your chance to win each game is 0.00476190476
each game you have a 0.99523809523 chance to lose
if you play 210 games your chance to lose all 210 games in a row is 0.99523809523 raised to the 210 power (0.99523809523)^210
that means you have a 0.36700179506 or 36% chance to lose ALL Games with those odds, i.e. you have a 68% chance to win at least one of 210 games with those given odds
They will not be played one after the other they will be played all at once. 210 seperate games in the same ENTRY
not week after week
Each individual event is not independent
With 210 games? While chosing 20 numbers in each game
Out of 45 numbers??
If you can do this and give me the 300 I will pay you.
If you can find the smallest amount of games to win wether it’s 210-300 I will pay you for them
What country are you in
Im@sorry what np hardness
I could even run simulations aswell to make sure it works
So can you do this or ? Like I said I am seriously happy to pay you
Why would you say it’s suboptimal if it’s a guaranteed win and you don’t even know the prize amount either
What do you mean disjoint subsets of 20 if you only entered 1 entry a week then your chances are one 210 every week which is bad
@analog linden 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 was I suppose to do
adding everything together is not taking the average
the 2nd one is just wrong and you have to evaluate the inner inverse first
So f-1 first =4 and then =3?
yes
Bruhh wtf I thought that was if there was no -1
what
i mean you always resolve the innermost expression anyway
Like I thought it was suppose to say fof instead if it wanted me to do it like that
Like first f(0)= 4 and f(4)=3
So how was I supposed to do 15
take the average rate of change
you added the value and did nothing with it
something something rise/run
Closed by @tight rivet
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
.close
Closed by @river berry
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.
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.
• 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 know if I solved this correctly
Quite confused about the 0.25 and A
@charred burrow Has your question been resolved?
the setup is correct, but A is way too high
what kind of calc do you have?
yeah
Ti-84
can you create a function equal to e^(-x^2), and calculate using the function?
just type it into your calculator and you should get the answer. don't forget to close the parenthesis before multiplying by 0.5
I got 0.8862
that's correct
Closed by @charred burrow
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 have a question
ask
Number of years after the start of 1967
jan Niku
So 1966 - 1967 = t
How do I put the times in place of t
What about the plus 1
t+1
So the exponent is 0?
yep
its just with the exponent
Not getting that last bit.
u just equate the function to the price and solve for t
oh mb i was telling for the second one
if you're done do .close
Unclear - no confirmation of any form.
Do you have away to do them now, or need a little more?
What is "a"? There' no formula.
Seems you have two points, but 3 constants to solve for.
Maybe there is a simpler formular for "constant exponential growth"?
idk what that is
googling ...
Wikipedia says f(x) = a(1+r)^x - does this match the classes you have, maybe?
All good.
how do i know when to use this one or the other one?
You don't. "constant exponential growth" is a term from your examples - You need to work out what it means to the guy who wrote these. From the coursework, or maybe it's a standard term?
My turn to say "sry" 🙂
Close when done?
"rate"?
Which formula do you thinks you want to use?
Where did you get that one?
Check the same place to se if they give you one for "constant exponential growth".
thats the one i use for exponential equations
anyways it doesnt matter
i just want to know how to solve
its rly late for me
p(1981) = 3,014
p(1988) = 4,287
two points, need a p(t) that you can solve for the constants
isnt the b supose to be the rate?
I have no clue what they call "b". We can call it "rate" if you like.
so two points, three constants - in general you can't solve it.
There is another piece of information that you need.
My guess is that your book, or this test paper - has a definition of "constant exponential growth" That makes one constant go away.
With y = ab^x + c - we can fit an infinite number of expnential curves through 2 any points.
Closed by @forest abyss
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• 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 the area of all the squares in terms of the length of the smaller square
Then find the minimum of it
only the black squares are the same size
oh
so you have to find the side length of the larger square in terms of the side length of the smaller square
uh
Find the length of the diagonal of one smaller square
Shubh
Shubh
@neon iron
Shubh
What do you exactly mean?
It should be sqrt(2) (10)
why?
There
Well yeah it should be sqrt(2) times 10
Oh you plugged 6 instead of 60
That’s where the problem is
Alg
That’s some weird ass notation
,calc 2^(1/8)
Result:
1.0905077326653
Yea, at first I thought it was tetration
Is p log(2) the same as log p base 2
Shubh
Ah
,w N[log(2^p)=8]
I get some weird stuff that's not matching the solution
Please enlighten me with your insight
Yeah I don’t see how it would be 2^(1/8)
What could be the possibility of what the question actually meant?
Oh I found it
The base is p not 10
plog(2) means log(2) base p
log(2) base p = 8
2 = p^8
2^(1/8) = p
The rest should be easy
Bruh wth?
wth
@neon iron
the last answer is 1/3 bro
bruh
1200
How
Check this out
Aka 1200
Oh my bad I used 6 again

base is p
Bruh
That could make more sense
Why would they write it like that?
@neon iron is it normal this way?
Or they have an insane log constant that equals this
Shubh
????
@neon iron get it?
@neon iron Has your question been resolved?
idk
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.
Don't know where to start with questin B
Just choose a value for c so that f(0) = 1 where f(t) = c * e^(e^t)
Closed by @wide bane
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.
,rotate
Have I done a mistake anywhere?
The solutions I get don't look as nice as the answers
Have I made a mistake here?
Or here?
Or here?
<@&286206848099549185>
I'm just asking to check my work, as it is not lining up with the answers provided
@potent nova Has your question been resolved?
<@&286206848099549185>
i have verified it, all is ok
@potent nova 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 do i show that it satisfies the logistic equation?
you plug the function inside the equation
if you were asked "is x=4 a solution to the equation 2x^2 + 4x - 3 = 0 ?" what would you do ?
it's very similar here
@misty forge
im very confused how do i plug it in and do i plug in what yprime/y =?
well you compute y' first for the function you're given
and then you can get y'/y
and check that this thing equals k(1-y/M)
can u give some tips on how to get the derivative because i have never seen a equation like this
lookup the derivative of tanh if you don't remember
it's not like I remember it myself 
You could just take the log of y(t)
And differentiate that
I tried it and it works with a couple of steps
Also I don’t suggest using the exp form of tanh
Actually maybe just differentiating then dividing the derivative by y and simplifying to required form could be easier
okay thank you i got that one
i have one more question
im also stuck on this problem
not sure how to get started
and do it
@prisma shore
@misty forge Has your question been resolved?
<@&286206848099549185>
@misty forge Has your question been resolved?
Closed by @misty forge
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.
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.
.close
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.
@cold wagon
@frozen axle 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.
ive done a
but i dont understand how to do b and c
nvm i did b
i dont get c tho
nvm i did it
ig im a genius
<@&286206848099549185> how do i do d
@wind marsh 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 is this equal to ln (0)
Because the natural logarithm of zero is undefined
you can rationalise the expression
No I get that
Alr
But -inf+inf =0??
should get something like $\frac{-1}{a - \sqrt{a^2 + 1}}$
Pure
should be pretty clear why this is 0
why not?
just look at this expression
yes
Hmm alright then
Is it because it’s indeterminate
Form
Well I think so
Make sense ty
@tacit sundial Has your question been resolved?
Closed by @tacit 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 don't get it
I think I need to find the cos value, which is 30 degrees, so x is 10 degrees or pi/18?
except I don't think the x= values it gave me like equals what I got, they equal like 130 degrees and 230 degrees?
Let $\alpha$ be a known angle and we want to find the angle $\theta$ which satisfies
$
cos \alpha = cos \theta$
This is given by $\theta=2n\pi \pm \alpha$
diaas_(yt)
Now it is given that $cos(3x)=\frac{\sqrt 3}2$
diaas_(yt)
$cos(3x)=cos(\frac\pi6)$
diaas_(yt)
Using the formula I gave you
That should be the answer
Just replace n with k, and you can use the compound angle identities to represent $\frac23n\pi -\frac\pi{18}$ in the form asked in the question
diaas_(yt)
@tender girder Has your question been resolved?
Closed by @tender girder
Use .reopen if this was a mistake.
Thank you sorry I was afk
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.
Alright, from here I got stuck…
@elfin slate Has your question been resolved?
@elfin slate Has your question been resolved?
@elfin slate 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 solutions to these questions
!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 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
you might want to ask more specific questions rather than posting your whole homework assignment
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
sorry didnt see the channel name
Okay
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
Help plssss
Status!
!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 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
1
@placid latch Has your question been resolved?
@placid latch 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.
,w integral of x^2e^x^2
Yeah
,w integrate (2x^2+1)e^(x^2)
mm
@proven narwhal Has your question been resolved?
I tried u substituting here but it didn’t work
@proven narwhal Has your question been resolved?
<@&286206848099549185>
@proven narwhal Has your question been resolved?
<@&286206848099549185>
$\int_{}^{}\left( 2x^{2}+1 \right)e^{x^{2}}dx=\int_{}^{}2x^{2}e^{x^{2}}dx+\int_{}^{}1\cdot e^{x^{2}}dx=\\\\int_{}^{}2x^{2}e^{x^{2}}dx+xe^{x^{2}}-\int_{}^{}x\cdot 2xe^{x^{2}}dx=xe^{x^{2}}+C$
Joanna Angel
this trick is called eating your own tail, if it involves certain integrations by parts 🙂
@proven narwhal Has your question been resolved?
where did this X come from?
integraiton by parts
i deliberatley wrote number 1
to make you notice, that it was integraiton by parts
@proven narwhal 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.
Ugh
Dont rewrite it!
answer is still correct, but for the other side
@dark plank
If one side is x, then the other could be 3 + x
@dark plank 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
Im trying to optimize an assignmentproblem with Gurobi.
is it really that much of a problem to use two loops here ?
the long part is solving the constraint problem, not defining it
@dawn shadow
Well this loop gets executed 108mil times, and I have like 8 of them.
It takes hours to finish the loops
ah ok
so what's your constraint problem actually ?
and what does x_vt mean here ?
I have to assign 145k volunteers to 750 tasks, with every task having a certain volunteer-demand. The objective is to assign as many volunteers as possible.
x_vt is a huge array with volunteer indexes and task indexes, and it contains of 0's and 1's.
aren't most entries 0 in x_vt ?
Yes, there is max one 1 in a row, since a volunteer can only do 1 task
A volunteer can only do 1 task, but a task can be done by multiple volunteers
so a volunteer can only demand one task ?
A volunteer can have 0 tasks or 1 task
or can they demand multiple tasks, and in the end they only do one
A volunteer can be suitable to do 100's of tasks, but at the end he can only do 0 or 1
ah ok
so that's what x_vt represents then ?
suitability of volunteers for each task ?
No x_vt is the actual assignment.
So x_vt[1][2] = 1, means that volunteer 1 is assigned to task 2
ah ok ok it's the assignment
ah yeah so 1 task max per volunteer, that's what this code represents, got it
yep
well in this formulation of the problem you're using (145k * 750 binary variables), you can't really escape writing the constraint like that
seems like you can make your row with one call in gurobi though
Maybe I should try to think on not making a square
you can add a whole bunch of terms at once
maybe that would help
Ill have a look at this. Thank you.
I know from in advance that a volunteer can only do certain tasks, so maybe there is no point making the full matrix 750 wide
But then it requires more preprocessing aswell
yeah if you can have a sparse matrix instead it should go much quicker
that's what I was thinking about
Im not sure how to accomplish that yet but I will definitly have a look.
but that will only help for the suitability constraints
you can't escape the "every volunteer can only do max 1 task" one
yeah try addTerms first
no, I just searched in the docs
like I know what gurobi is
never used this solver in particular
The goal was to solve it with a local search but random swaps and random inserts wont work out. So thats why I was thinking about opimizing with fixating variables
The Hungarian algorithm is very fast but its nearly impossible to embed these constraints in them
so you're trying to maximize the number of completed tasks I suppose
