#help-49

1 messages · Page 270 of 1

formal terrace
#

Don’t think so

#

Do I need to use calculus for this question

#

Im not sure

lost sphinx
#

ur goal is to find the shortest c^2, apply pyth theorem by finding the shortest a^2 + b^2

lost sphinx
grand gust
gaunt jetty
formal terrace
#

Omg I’m so lost

lost sphinx
#

a^2 + b^2 is the application

gaunt jetty
grand gust
#

it'd probably help if you state the theorem first

formal terrace
#

a^2+b^2=c^2

#

I know that much

gaunt jetty
#

Ok and you have a + b = 10

formal terrace
#

But not how to proceed

formal terrace
gaunt jetty
#

This is a system of equations

gaunt jetty
formal terrace
#

a=10-b

gaunt jetty
formal terrace
#

Ok that makes way more sense

#

English isn’t my first language sorry yall

formal terrace
gaunt jetty
#

Expand

formal terrace
gaunt jetty
#

no

grand gust
#

expand the bracket

gaunt jetty
#

Expand the binomial

formal terrace
#

100-b^2

gaunt jetty
#

no

#

Thats not how u expand a binomial

grand gust
#

freshman's dream!
remember that (10-b)^2 = (10 - b)(10 - b), then apply the distributive law

formal terrace
#

Ah

#

Right

formal terrace
grand gust
#

you don't have a difference of two squares here

#

you have the square of a difference

formal terrace
#

I see

#

And what do I do afterwards

near cliff
#

what do you have so far?

formal terrace
#

What has been said here

grand gust
#

group like terms and simplify

formal terrace
#

Alr one sec

grand gust
#

but first you might wanna share what you've gotten after expansion if you wanna check your expansion itself

grand gust
#

20x?

formal terrace
#

20b

#

Sorry

#

I used the a^2+2ab+b^2

gaunt jetty
#

Ye that's fine

formal terrace
#

Didn’t know what you guys were talking about at first

grand gust
#

you mean a^2 -2ab + b^2

#

yea, correct

formal terrace
gaunt jetty
#

Simplify like terms now

formal terrace
#

2b^2

gaunt jetty
#

Ok awesome

#

So u want the value that results in the minimum c^2

#

This corresponds to minimising the quadratic

formal terrace
gaunt jetty
#

When is a quadratic at a minimum?

formal terrace
#

When y”(x)>0 right 😭 I might be wrong

gaunt jetty
#

When y'(x) = 0

#

You don't need that however

grand gust
#

I don't think we need to bring out a flamethrower to kill a fly on the wall, but technically wrong way around

formal terrace
gaunt jetty
#

Itd be a critical point tbat corresponds to the minimum point

formal terrace
gaunt jetty
#

Oh okay you should differentiate then

#

Evaluate [
\dv b(2b^2 -20b+100) = 0
]

grand pondBOT
formal terrace
gaunt jetty
#

Differentiate is the proper verb i believe

grand gust
#

differentiate is the better term

#

derive has a different meaning in math

#

though I suppose you could say derivate...? but I'd still stick to differentiate as a verb

formal terrace
#

Oh okay

near cliff
#

(Note that since the coefficient of b^2, namely 2, is positive, the quadratic has a minimum point. If this were negative, it would have a maximum point)

gaunt jetty
#

I've never heard derivate in my life

formal terrace
#

I study maths in a different language 😅

formal terrace
grand gust
#

parabola*

formal terrace
formal terrace
#

Meant that

#

So now I assume

#

We find b

formal terrace
#

Through that

#

B=5

#

Meaning a also 5?

grand gust
#

yes

#

but remember what your question originally asked for!

formal terrace
#

Yea

#

I got sqrt 50

#

Is that it

grand gust
#

there we go

near cliff
#

you can simplify that

formal terrace
#

7

#

.07

#

Thank you guys so much 😭 and sorry for the incov

#

I understand it now

#

.close

midnight plankBOT
#
Channel closed

Closed by @formal terrace

Use .reopen if this was a mistake.

near cliff
#

@formal terrace there's another, arguably simpler way to do it

Notice that a^2 + b^2 = (a + b)^2 - 2ab = 100 - 2ab.

ab is maximised when a = b (let me know if you want me to elaborate)

Hence, we have c^2 = 100 - 2 * 5 * 5 = 50.

near cliff
#

.reopen

midnight plankBOT
near cliff
# formal terrace Elaborate pls

a + b = 10 means that a and b can be re-written as 5 + k and 5 - k.

ab is thus (5 - k)(5 + k).

using the difference of squares identity, this is 5^2 - k^2, which is of course maximised when k = 0

near cliff
#

you can close this now

formal terrace
#

.close

midnight plankBOT
#
Channel closed

Closed by @formal terrace

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

graceful ferry
#

Given b=[-2 -1 -2 1]^T, show that there is no answer to Ax=b using QR decomposition.
can someone help me piece the solution together I kinda don't understand pic 2 (which explains how to use QR decomp to solve the LS problem, even if it's economy QR).
translation for second pic:
The residue vector can be divided into two parts and the total residue is the sum of both the parts.
The first part can be brought to 0 using solution of reverse substitution (?).
The second part can't be changed - the sum of squares of the last part of Q^Tb decides the minimum height of the LS problem.
Note that we could use economy QR to compute solution.

graceful ferry
#

My work: I found economy Q, and for R resulting from Q^TA
How do I continue to show that Ax=b which is Rx=Q^tb has no solution ?

#

$
Q = \begin{bmatrix}
0.5 & -0.5 & 0.5 \
0.5 & -0.5 & -0.5 \
0.5 & 0.5 & 0.5 \
0.5 & 0.5 & -0.5
\end{bmatrix}$
$R =
\begin{bmatrix}
8 & 5 & 4 \
0 & 5 & 9 \
0 & 0 & 9
\end{bmatrix}$

grand pondBOT
#

prograce

graceful ferry
#

What I dont understand mainly: how do I link the second pic with my problem

midnight plankBOT
#

@graceful ferry Has your question been resolved?

midnight plankBOT
#

@graceful ferry Has your question been resolved?

graceful ferry
#

I'm going to sleep but i wanna keep it open what do i do :(

fallow scarab
graceful ferry
#

Fair

#

.close

midnight plankBOT
#
Channel closed

Closed by @graceful ferry

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

tidal fulcrum
#

guys can someone explai this

midnight plankBOT
tidal fulcrum
#

i dont undertsand the last 2 rows

#

if f'(x) goes from positive to negative its relative max on f(x)

#

when im looking for that on a graph..

do i look for when f'(x) slope is positive/negitive or when its above/below the x axis

dawn dagger
#

the latter

tidal fulcrum
dawn dagger
#

when its above/below the x axis

#

the slope of f(x) is indicated by whether f'(x) is negative/positive aka when its above/below the x axis

tidal fulcrum
#

i hate this part of calc

#

😭

dawn dagger
dawn dagger
#

so we know e^x is increasing strictly

#

we can see that by its derivative

#

,w plot e^x

dawn dagger
#

since the derivative of e^x is aways positive it follows that it is strictly increasing

midnight plankBOT
#

@tidal fulcrum Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

tidal fulcrum
midnight plankBOT
#
Available help channel!

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.

tidal fulcrum
#

so when i have something like this

midnight plankBOT
tidal fulcrum
#

lets say question 1

#

f'(x) = 0 when there's a horizantle tangent on f at x= 4, 1, and 5 where f has relative extrema

#

is that how i justify first of all?

#

wait i see how this page works

#

but then this is what has me lost

#

question 1, what values of the graph f(x) is increasing

tidal fulcrum
#

oh omg i just look where f'(x) is above the x axis dont i

#

😭

#

would this be a valid response:

f(x) is increasing on (-3,-2) where f'(x)>0

cerulean oyster
#

As quick reference, positives and negatives are (obviously) the positives and negatives of f(x);
roots are f(x) = 0;

increasing and decreasing are f'(x) > 0 and f'(x) < 0
f'(x) = 0 or f'(x) doesnt exist are (sometimes) local extrema.

and concativity is determined by f''(x) in the same manner. and the "extrema" are now called inflection points.

midnight plankBOT
#

@tidal fulcrum Has your question been resolved?

tidal fulcrum
cerulean oyster
#

f'(x) is clearly the derivative of f(x), right?

tidal fulcrum
#

yeah

cerulean oyster
#

So, if they are asking for the slope of f(x) at a point, by knowing f'(x), you can always give an answer even if you dont know what f(x) looks like.

#

if you recall, the derivative, apart from being the rate of change, also encodes the slope at a point.

tidal fulcrum
#

ohhhh i understand

#

and then 7 builds off 6 by asking for the normal

cerulean oyster
#

yep

tidal fulcrum
cerulean oyster
#

in 6) they are asking for x = 0 btw

#

its just casually the same value

tidal fulcrum
#

(0,y)

#

and y is the answer?

cerulean oyster
#

yep

#

in notation, they are asking for f'(0)

tidal fulcrum
#

ok okay

#

now i understand

cerulean oyster
#

for 7), youd consult for f'(4) and then find the negative of its multiplicative inverse.

tidal fulcrum
#

ah alright so questions 6 and 7 are stright forrward

cerulean oyster
#

yeah, most of them really are, its just knowing how to read the problem and the graph

tidal fulcrum
#

yeah im getting the hang of it now

#

thanks for the help dexter

cerulean oyster
#

np

midnight plankBOT
#

@tidal fulcrum Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

tidal fulcrum
#

when i do evt

should 2 values be the same?

midnight plankBOT
tidal fulcrum
#

or can they be different

#

my teacher said something about two of the f(x) being the same

#

for example here the abs max has 2 of the same values twice

#

is that just a coincidence or does that must happen

rose trout
#

It need not happen.

junior flower
#

coincidence i think

tidal fulcrum
#

ok perfect thanks guys

#

.close

midnight plankBOT
#
Channel closed

Closed by @tidal fulcrum

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

gaunt jetty
#

I have a random function $x(t)$ and a deterministic function $h(t)$.

\medskip
Let $y(t)$ be the convolution of those two functions:
[
y(t) = (x\ast h)(t) = \int_{-\infty}^\infty h(\alpha)x(t-\alpha)\dd\alpha.
]
I define the autocorrelation function $R_{yy}(\tau)$ as the expectation value:
[
R_{yy}(\tau) = \vb E[y(t)\2y(t+\tau)].
]
I need to take the Fourier transform of $R_{yy}(\tau)$ with respect to $\tau$

\medskip
\textbf{My Question:} I am trying to prove how the autocorrelation of $y$ is equal to
[
R_{yy}(\tau) = \abs{H(f)}^2\2\FFF{R_{xx}(\tau)}
]
...where $H(f)$ is the Fourier transform of $h(t)$

grand pondBOT
gaunt jetty
#

I keep getting lost in the process because the algebra is pretty nasty. Any ideas on how to approach this?

silent dock
#

so

#

,,R_{yy}(tau) = mbb E \left{ int map h{alpha} x(t-alpha) dd alpha int map h{beta} x(t+tau-beta) dd beta \right}

gaunt jetty
#

Yuh

grand pondBOT
#

クーリー
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

silent dock
#

Bruh what the heck

gaunt jetty
#

BrO doEsNt eVeN kNow hiS oWn pReAmBle

silent dock
#

There’s literally no error

#

Wait wait wait

#

,,R_{yy}(tau) = mbb E \p[int map h{alpha} x(t-alpha) dd alpha int map h{beta} x(t+tau-beta) dd beta ]

#

The plane on the WiFi isn’t very good, Lex.

grand pondBOT
#

クーリー

sudden yacht
silent dock
#

Anyways so if we swap the integral and expectation

#

That’s gonna be

sudden yacht
#

!occupied

midnight plankBOT
#

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).

sudden yacht
#

! discussion

gaunt jetty
sudden yacht
#

Nope
<@&268886789983436800>

silent dock
#

,tex>>textgradientglow<< [ iint map h{alpha} map h{beta} mbb E \p[ x(t-alpha)x(t+tau-beta) ] dd alpha dd beta]

grand pondBOT
#

クーリー

silent dock
#

I assume x(t) is WSS?

gaunt jetty
#

Yes

#

But also

silent dock
#

Lex, I’m just about to land uh

gaunt jetty
#

[
\FFF{R_{yy}(\tau)} = \abs{H(f)}^2\2\FFF{R_{xx}(\tau)}
]

grand pondBOT
lethal path
gaunt jetty
#

I messed up I meant to write this

#

The Fourier transform of the autocorrelation is the power spectral density but I ain't throwing jargon in a maths server bending_skull

gaunt jetty
silent dock
#

You were kinda yapping

#

Anyhow

#

So we have

#

,tex>>textgradientglow<< [ int int map h{alpha} map h{beta} R_{xx} (tau + alpha + beta) dd alpha dd beta]

grand pondBOT
#

クーリー

gaunt jetty
#

Pretty sure rhet should be -Beta

#

But ok it dont matter

silent dock
#

textgradientglow<<

I guess you define
[S_{yy}(f) = FFF_{tau to f}{R_{yy}(T)} = int R_{yy}(tau) e^{ -j2pi f tau } dd tau]

grand pondBOT
#

クーリー

silent dock
#

So that is equal to

#

textgradientglow<<
[S_{yy}(f) =int! int map h{alpha} map h{beta}\p[int R_{xx}(tau + alpha - beta)e^{-j2pi f tau} dd tau] dd alpha dd beta
]

grand pondBOT
#

クーリー

silent dock
#

For the inside integral, let u = tau + alpha - beta so tau = u - (alpha - beta).

#

textgradientglow<<
[int R_{xx}(u)e^{-j2pi f(u-(alpha-beta))} dd u
]

grand pondBOT
#

クーリー

silent dock
#

textgradientglow<<
[e^{+j2pi f(alpha-beta)}\unb{int R_{xx}(u)e^{-j2pi fu} dd u}{S_{xx}(f)}
]

grand pondBOT
#

クーリー

silent dock
#

textgradientglow<<
[
S_{yy}(f) = S_{xx}(f) int! int map h{alpha} map h{beta} e^{j2pi f(alpha-beta)} dd alpha dd beta
]

grand pondBOT
#

クーリー

silent dock
#

textgradientglow<<
[
S_{yy}(f) = S_{xx}(f) H(-f) map Hf
]

grand pondBOT
#

クーリー

silent dock
#

if h(t) is real-valued then H(-f) = H*(f)

#

Lil blud @gaunt jetty

#

It’s finished

midnight plankBOT
#

@gaunt jetty Has your question been resolved?

silent dock
midnight plankBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

silent dock
midnight plankBOT
#
Available help channel!

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.

chilly cobalt
#

Three circles with radii $r_1,r_2,r_3$ where $r_1 < r_2 <r_3$ are mutually and internally tangent at $O$. A point $P$ is external to every circle, and is tangent to each circle at $Q_1,Q_2,Q_3$ respectively. \ Suppose that $PQ_1:PQ_2:PQ_3 = 7:5:3$, and that $r_1=3, r_3=7$. Determine $r_2$.

grand pondBOT
#

Copter

chilly cobalt
#

is my solution correct here?

late rover
#

looks right to me

#

wait wait wait

chilly cobalt
#

all good?

late rover
chilly cobalt
#

wtf is man + dad = bomb in sink 😭

late rover
#

Shouldn't that be (r-3)O3P^2+(7-r2)(49+9k^2)PO1^2

chilly cobalt
#

errr

#

TwT

#

yeah definetly

late rover
chilly cobalt
#

thanks :p

#

.close

midnight plankBOT
#
Channel closed

Closed by @chilly cobalt

Use .reopen if this was a mistake.

#
Available help channel!

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.

uneven ridge
#

god damn it

midnight plankBOT
uneven ridge
#

idek how to do that

lyric charm
#

immediate idea is to maybe cook up something by induction thonk

dawn dagger
#

try induction

lyric charm
#

ain't that what i just said

uneven ridge
#

what will my two thingies be like

for chain rule

#

gonna do like

#

y1, y2, y3 then yn

#

or smth

cerulean oyster
#

i was sort of thinking of the general multiple angle formula for cos(nx) to try and clean up a bit, but i think that will just make it messier.

uneven ridge
#

i kept thinking and then eventually gave up

#

cant clean it only but

#

can clean it further into the differentiation it self

#

ignoring this abomination

#

atp

uneven ridge
runic hamlet
#

have you tried induction?

uneven ridge
#

erm

#

idk what that means

runic hamlet
#

ok you could have said that

lyric charm
#

you could've said that the first time that the word came up 💀

uneven ridge
#

maybe i do know and its just never been referred to induction for me

lyric charm
#

what is your native language

uneven ridge
#

its fine

#

what is induction

lyric charm
#

in english "induction" is the standard term

#

anyway induction is a method of proving statements that begin with "for all n ∈ N, ..."

uneven ridge
clever sedge
#

May I guess japanese

lyric charm
#

calling said statement P(n), you do it in two steps:

  1. prove P(1)
  2. prove that if P(n) is true then P(n+1) is true
uneven ridge
clever sedge
#

🙁

lyric charm
#

P(1) may depending on context actually be P(2) or P(0) or P(-17) or whatever. it's the "lowest" of the statements you care about

uneven ridge
lyric charm
#

no

uneven ridge
#

when you say prove p(1)
i need to prove p(1)=0?

lyric charm
#

P(n) is the statement that

(1-x^2) y_{n+2} - (2n+1)x * y_{n+1} + (m^2-n^2) y_n = 0

#

P(0) reads:

#

(1-x^2) y'' - xy' + m^2 y = 0

#

makes sense here to start with n=0 instead of n=1 imo

#

some crunch will be needed to work out y''

cerulean oyster
#

P() is a mathematical way to refer to a statement that is indexed by cases.
P(1) is usually the way we refer to the base case
P(n) is the nth case.

Induction is usually explained as falling dominoes because, if you can prove that the first case holds, and that the current case is proved true by the previous, you can always sustain yourself in the first case as a chain.

uneven ridge
#

fuck

lyric charm
#

idk if you can even avoid anything here that would boil down to an inductive argument tbh

uneven ridge
#

raw

#

is this Legendre functions

chilly cobalt
lyric charm
#

is leibniz rule going to work

#

i feel like it's going to be symbolic explosive diarrhea

uneven ridge
chilly cobalt
#

i mean, its not too many terms

uneven ridge
#

lowkey given up on this coz the diffrentiation and simplification is aids

dawn dagger
midnight plankBOT
#
Channel closed

Closed by @uneven ridge

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

woeful turret
#

how to integrate 1/(1+t^4)

midnight plankBOT
slender walrus
#

hmm, maybe factorise the 1+t^4
then partial fractions

woeful turret
#

limits are from 0 to 1

woeful turret
#

thats kinda lengthy right

twilit field
woeful turret
#

ye ok wait

woeful turret
twilit field
midnight plankBOT
#

@woeful turret Has your question been resolved?

slender walrus
#

yeh, seems like you'll have to go through with that partial fractions

woeful turret
#

oh man

slender walrus
#

assuming the first part you did was some kings rule stuff

woeful turret
#

ye

#

alr well

#

thanks

#

.close

midnight plankBOT
#
Channel closed

Closed by @woeful turret

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

twilit field
midnight plankBOT
twilit field
#

Let $d(.,.)$ be the metric on $A$ and thus $B$. Then $\delta(A)= \sup {d(x,y) \mid x,y \in A }$. $\delta(B)= \sup{ d(x,y) \mid x,y \in B }$. But $A \subseteq B$. So ${d(x,y) \mid x,y \in A } \subseteq { d(x,y) \mid x,y \in B }$.

grand pondBOT
twilit field
#

Is this right so far?

visual tiger
#

Yes

twilit field
#

Let $d(.,.)$ be the metric on $A$ and thus $B$. Then $\delta(A)= \sup {d(x,y) \mid x,y \in A }$. $\delta(B)= \sup{ d(x,y) \mid x,y \in B }$. But $A \subseteq B$. So ${d(x,y) \mid x,y \in A } \subseteq { d(x,y) \mid x,y \in B }$. It then follows that $\delta(B)$ is an upper bound of ${ d(x,y) \mid x,y \in B }$. But $\delta(A)$ is it's least upper bound. So $\delta(A) ≤ \delta(B)$

grand pondBOT
lavish venture
#

yep

twilit field
lavish venture
#

i mean there isn't much to shave off other than maybe not needing to fully mention the definitions?

twilit field
lavish venture
#

yea i don't have any problems with it

#

i generally use shorter notations

#

like $\sup_{x, y \in A} d(x, y)$

grand pondBOT
last slate
twilit field
lavish venture
#

yea its much cleaner

twilit field
#

I'll close this in like 2 minutes, creating a TeX doc with all solns

#

Thanks!

#

.close

midnight plankBOT
#
Channel closed

Closed by @twilit field

Use .reopen if this was a mistake.

woeful turret
midnight plankBOT
#
Available help channel!

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.

gentle grove
#

Okay so

Im doing physics and I really cannot figure out how to do this

I have a problem where— in terms of M, R, h, and g— I figured out the linear acceleration and angular velocity of a yoyo (cylinder) falling a specific distance

I did that, that was easy

Now the cylinder has fallen to the ground, broke free from the cord and has not bounced, and has continued spinning. Its now slipping and rolling on a flat surface

Im also assuming a constant friction of mu

I need to figure out the angular velocity as a function of time (t)

How do i do this ;-; if anyone can help

I can also provide any further info needed o7

compact copper
#

you reckon we can do something with conservation of angular momentum?

gentle grove
#

Hmm

#

Im going to try that

#

How would I factor in the friction and the slipping to angular momentum ?

compact copper
#

yeah valid

gentle grove
#

Hmmmmm mmmmmmm

#

There probably is an obvious answer here and im just not seeing it

#

Maybe

compact copper
#

the friction could maybe be converted into torque

gentle grove
#

Thats true

midnight plankBOT
#

@gentle grove Has your question been resolved?

gentle grove
#

Mmmmmmmmm sure

midnight plankBOT
#
Channel closed

Closed by @gentle grove

Use .reopen if this was a mistake.

#
Available help channel!

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.

hoary hamlet
#

i understand that m_1 = 1, m_2 = sin(1), m_3 = 1

hoary hamlet
#

and that m_4 = sin(1)

#

but i dont understand why m_5 is any different to m_1, m_3

#

since the answer is E

lyric charm
#

what's the range of f_2?

hoary hamlet
#

[sin(-1), sin(1)]?

lyric charm
#

sure is.

#

or more elegantly: [-sin(1), sin(1)]

#

what's the maximum value of cos(t) as t goes over that range? or better yet, what's the range of f_3?

hoary hamlet
#

[cos(sin(1)), 1]

#

looking at it graphically

crimson rivet
hoary hamlet
#

nope

crimson rivet
#

f1=cos x max = 1

lyric charm
crimson rivet
#

f2= sin(cos x)
F2<1

lyric charm
hoary hamlet
#

i think i understand it

#

its because since the max of f_4 is still

#

1

#

it never actually touches 0

#

so the max of f_5 cannot be 1

crimson rivet
#

All max are equal to 1

hoary hamlet
#

like

#

every single max?

#

😭

#

its okay i got it anyways

midnight plankBOT
#

@hoary hamlet Has your question been resolved?

hoary hamlet
#

.close

midnight plankBOT
#
Channel closed

Closed by @hoary hamlet

Use .reopen if this was a mistake.

#
Available help channel!

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.

umbral tusk
#

im not sure what to do for part b

midnight plankBOT
buoyant fjord
#

calculate the cdf of the RV |X-80|

umbral tusk
buoyant fjord
gaunt jetty
#

Cumulative distribution function and random variable

umbral tusk
#

im not sure where to start icl

buoyant fjord
#

try to find the density of |X-80|

gaunt jetty
umbral tusk
gaunt jetty
#

Yeah you dont need integrals here

umbral tusk
gaunt jetty
#

Ok so

#

That means you are looking at a region in the centre of the normal distribution that contains __% of the area

#

Fill in the blank

umbral tusk
#

80?

gaunt jetty
#

Yeah

umbral tusk
#

hmm lemme try and see what i can do next with that

gaunt jetty
#

What are the tail areas

#

Oki

umbral tusk
#

is b=4.96 (3sf)?

gaunt jetty
#

,w InverseNormal[0.1]

gaunt jetty
#

,calc 1.282*sqrt(15)

grand pondBOT
#

Result:

4.9651646498379
gaunt jetty
umbral tusk
#

okok thanks!!

#

.close

midnight plankBOT
#
Channel closed

Closed by @umbral tusk

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

edgy crater
#

6 cups, 4 with dose x, 2 with 2x. dose 4x is fatal. fred drinks 2 cups and survives. probability he survives third. are you meant to approach this using conditional probability (find P(drinks 1 cup dose 2x, 1 cup dose x | given he survives) x 0 (since he will drink 3x and hence die next drink) + P(drinks 2 cups dose x | he survives) x 2/4 (he can drink a dose x on the third and survive)

edgy crater
#

actually would this just be the probability he drinks (dose x, dose x) x 2/4

midnight plankBOT
#

@edgy crater Has your question been resolved?

#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

onyx tide
#

How to factor x^2 + 2x -3 now?

midnight plankBOT
cerulean oyster
#

hey

onyx tide
cerulean oyster
#

Have you thought of trying some of these yourself?

#

This one is actually really easy.

clever sedge
#

😂

#

Deja Vu

cerulean oyster
#

gang asks for help and gets mad when tasked with use of the prefrontal cortex

clever sedge
#

😭

cerulean oyster
#

We will go again, have you heard about Quadratic Formula?

sterile bluff
#

No don't do that. Its easier to factor

onyx tide
#

i don’t want to fucking use quadric formula

sterile bluff
#

Let's work backwards first

onyx tide
#

I want to use factoring

sterile bluff
#

(a + b)(a + c)

#

That ends up being a² + ab + ac + bc

onyx tide
#

And what

sterile bluff
#

So it's a² + a(b+c) + bc

#

So ultimately, when factoring, were looking for b and c

#

What adds to 2 and multiplies to -3?

onyx tide
#

3 and -1

sterile bluff
#

Exactly

#

So (x+3)(x-1)

#

Does that make sense?

onyx tide
#

Ok

#

And when can I use it ?

#

This method

#

Only when it’s quadric formula

#

@sterile bluff

sterile bluff
#

Only when it's x² + bx + c

#

And you can find a way for 2 numbers to add to get b and multiply to get c

#

Which isn't always possible!

#

So just look for factoring first, and if you can't find those 2 numbers, just use the quadratic formula because they may not be whole numbers or there may not be 2 numbers etc.

#

@onyx tide

onyx tide
#

Ok

#

x^2 + 4x -5

#

This is hard

tidal zodiac
#

It requires a lot of practice

#

But it gets easier the more you do it

onyx tide
#

@sterile bluff

sterile bluff
#

What adds up to 4 and multiplies to -5?

#

Start with what multiplies to get -5?

onyx tide
#

Two numbers?

sterile bluff
#

Yes

onyx tide
#

-1 and 5

sterile bluff
#

It has to be exactly 2

#

And do -1 and 5 add up to 4?

onyx tide
#

Yes

sterile bluff
#

So what's the equation?

onyx tide
#

(x-1)(x+5)?

sterile bluff
#

Yes

#

You can multiply it out again to check your work but I'll just confirm this one's correct

onyx tide
#

And the lower number is in the first bracket?

sterile bluff
#

It doesn't matter

onyx tide
#

It’ll be the same?

sterile bluff
#

4 × 5 is the same as 5 × 4

onyx tide
#

Okay

sterile bluff
#

With multiplication, it doesn't matter which is first

#

Anything else you need help with?

onyx tide
#

Does this method work with x^4?

sterile bluff
#

No

#

Only x² + bx + c

keen sinew
#

i mean it works but the equation is way harder

onyx tide
#

Is this for example correct

keen sinew
#

yes

onyx tide
#

Ty baby

sterile bluff
#

That's not x^4 tho...???

cerulean oyster
#

he/she missed a sign while factorizing the x out.

keen sinew
#

it still works

#

oh uh no it doesnt

cerulean oyster
#

im pretty sure it doesnt

keen sinew
#

sorty

#

sory

onyx tide
#

What the issue

cerulean oyster
grand pondBOT
cerulean oyster
#

which simplifies to -x(x+4)

onyx tide
#

Okay I get it.

#

.close

midnight plankBOT
#
Channel closed

Closed by @onyx tide

Use .reopen if this was a mistake.

#
Available help channel!

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.

night gyro
#

hello is this steps right

midnight plankBOT
night gyro
#

because when i solve the qudratic i get decimals where did i go wrong

night gyro
#

i get x=14.8 and x=5.1

#

that is not right

junior flower
#

yea you should get a positive integer solution

night gyro
junior flower
#

i would hope the problem is arranged that way

#

though i haven’t actually done it

night gyro
junior flower
#

if the “correct” answer is not a positive integer then the problem is not designed correctly

night gyro
#

?

night gyro
#

bc this is gna be 4th im solving this qudratic

junior flower
#

the idea is right. what’s the latest expression you came up with?

night gyro
#

wait let try solve it now

night gyro
#

i got 21x^2-560x+3899=0

tacit rose
#

Why did you do x - 8 here?

night gyro
#

yh ik

#

i replaced tht with 7/x-1

tacit rose
#

Oh my bad

night gyro
#

i got this

#

omdd

#

now i forgot to multiply the x

#

is this right

tacit rose
#

Yes looks better

junior flower
#

yea i think so

night gyro
tacit rose
#

See if you do

night gyro
#

i got

#

21x^2-581x+3920

tacit rose
#

And when you solve for x?

night gyro
#

i got 16

#

nice

#

but

#

nvm yessss

night gyro
#

.close

midnight plankBOT
#
Channel closed

Closed by @night gyro

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

onyx tide
#

Factor This x^2 - 12x + 32 = 0

midnight plankBOT
rose trout
#

Have you tried anything?

#

Product-sum method?

onyx tide
#

Well uh..

#

Wont it be -4 and -8?

jaunty wren
#

yes

onyx tide
#

And what are next steps

bold escarp
#

Try to make the generic rectangles it helps a lot

jaunty wren
onyx tide
jaunty wren
#

if you found -4 and -8 that means that x^2 - 12x + 32 = 0 is the same as (x-4)(x-8) = 0

#

so with (x-4)(x-8) = 0 you can find the xs that make the polynomial = 0, or roots

rose trout
# onyx tide And what are next steps

The general method is you just split the middle term to get like $x^2 -4x -8x + 32$ and factor the pairs by grouping but in this case what ant says holds

grand pondBOT
#

Azyrashacorki

onyx tide
#

.close

midnight plankBOT
#
Channel closed

Closed by @onyx tide

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

kind ledge
#

A(5,-2) B(3,4) which make a vector how do i find AB (x,y)

blissful pier
kind ledge
blissful pier
kind ledge
#

ohh

blissful pier
kind ledge
#

(3-5, 4+2)

#

alright thank you

#

.close

midnight plankBOT
#
Channel closed

Closed by @kind ledge

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

limber plaza
#

I’m a bit confused on this proof. At 1.4, he seems to just state this again without proof.

limber plaza
#

I thought that we were proving the identity, but it seems he is using the identity to prove it. I assume I am misunderstanding.

junior flower
#

that looks like (nearly) the end of the proof of 1.3 (though i can't actually see what 1.3 is because it's on the previous page)

limber plaza
junior flower
#

ah

limber plaza
#

But 1.3 is just stating the identity

junior flower
#

yea, and the proof ends on the line just below I.4

tall lintel
limber plaza
#

Maybe I need to fill in the gaps to see it. I’ll work on it.

#

The identity in the second picture (1.3)

tall lintel
#

1^2 + 2^2 + ... + n^2 = n^3 + n^2/2 + n/6?

limber plaza
#

Yes, that’s the one

wraith dirge
tall lintel
#

Would you agree that this is the proof of that identity?

limber plaza
#

So, I see how the right simplifies to n^3 - 1^3 by telescoping (or at least I think so), the arithmetic progression for the left feels like it should be explained.

In any way, I now see it. I was getting hung up on the arithmetic progression

#

And didn’t set them equal to actually see it

#

Thank you folks 🙂

#

.close

midnight plankBOT
#
Channel closed

Closed by @limber plaza

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

tough sapphire
#

how do i solve b,c, and d? solving with the radians is throwing me off 🥲

gaunt jetty
#

For part b

#

Oh wait u wrote it down

tough sapphire
#

uuuuh i wrote smth down but idk if it's right

gaunt jetty
#

Yeah so just put the values in s = r*theta

gaunt jetty
#

If you are talking about s = r*theta

#

But evaluate it now

tough sapphire
#

i plug radian value into theta right

gaunt jetty
#

Ye

tough sapphire
#

so just 2.5x12?

gaunt jetty
#

Yeppie

#

What'd that be

tough sapphire
#

i think my teacher had the wrong answer on her study guide, i got 30

gaunt jetty
#

Yeah thays correct

tough sapphire
#

yayyyyy

tough sapphire
#

25 i think it was just a multiplication error at the end cuz she also had 12x2.5

gaunt jetty
#

Oh whoops

#

😭

tough sapphire
#

😔

gaunt jetty
#

Wanna move on to c now?

tough sapphire
#

yesss

#

idk if my formula is right i kinda just sat and thought through it

#

or.. al least attempted to

gaunt jetty
#

Ur logic is correct actually

#

Yeah good job!

#

But like

#

You can simplify it

#

Do you notice something you can eliminate in what you wrote

tough sapphire
#

pi can go right

gaunt jetty
#

Yepp

#

Whatd you be left with

tough sapphire
#

theta/2 x r squared

gaunt jetty
#

Uh huh

#

And thats the standard formula for the area of a sector!

#

So, rinse and repeat, plug and chug and tell me what you get :D

tough sapphire
#

so then plug and chug with radiant valie

#

value

gaunt jetty
#

Mhm mhm

tough sapphire
#

so 1/2 / 2 x 36
1/4x36 =9?

gaunt jetty
#

Nailed it

tough sapphire
#

my teacher had 36 i think the one mistake is causing the others to get messed up 😭

#

okay so i'm not tweaking

gaunt jetty
#

So part d is a bit trickier than that. It needs you to reuse both formulas you nust used for part b and c

#

Wanna gice it a shot first before I help you? :3

tough sapphire
#

i'll try to get the formula really fast

gaunt jetty
#

Okk

#

<@&268886789983436800> trolling

carmine sigil
#

don't troll help channels

tough sapphire
#

150 cm squared?

gaunt jetty
#

Yeah!!

#

Gjob

tough sapphire
#

YIPPEEEE

gaunt jetty
tough sapphire
#

thank you so muchhhh

gaunt jetty
#

Ofc, good luck!

tough sapphire
gaunt jetty
#

You can close your channel by typing .close if you dont have any more questions :3

tough sapphire
#

.close

midnight plankBOT
#
Channel closed

Closed by @tough sapphire

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

balmy quartz
midnight plankBOT
balmy quartz
#

not sure about

#

bii

lyric charm
#

what's the domain of y=6-(x-3)^2 as a function of x

balmy quartz
lyric charm
#

i said domain

#

not range

balmy quartz
#

oh sorry

#

hmm

lyric charm
#

don't overthink it

balmy quartz
#

x E R??

lyric charm
#

x in R, yes

#

or just R tbh

#

anyway

#

with x = 3+2sin(t) do we cover all possible values of x in that domain?

balmy quartz
#

nah

#

only

#

x = 1 to 5?

lyric charm
#

bad notation but yes, we do indeed not cover all possible x's

#

that's why your parametric things DON'T give you the entire curve C

balmy quartz
#

this makes sense

#

.closer

#

.close

midnight plankBOT
#
Channel closed

Closed by @balmy quartz

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

wind oxide
wind oxide
#

i got an answer

#

but my brain simply refuses to comprehend all the nt at once

#

and group theory

#

lets start with this

#

so first of all

#

is S a group or a set

#

because we cant be sure an id elem exists, right?

#

and also surely there exists x large enough such that e-s_x < 0 and negative nums are not in f's domain

#

so S is a set

#

question, by the way (the answer first solves i)

wind oxide
#

i will assume the integers (since <S>equal to dZ)

#

now i need to prove <S> = dZ

#

where d= gcd(S)

#

well first of all can i conclude every element of S is in <S>

#

and so every linear combination of them is also in <S>

#

right

solid iris
#

$S=\cbr{f(x)+2020x:x\in\dom(f)}$

grand pondBOT
#

ロケット・ジャンプ

solid iris
#

S is a subset of codomain of f, not necessarily a subgroup

wind oxide
wind oxide
solid iris
#

oh this answer is only for i

wind oxide
#

yes

#

i need to first learn how to deal with i

#

though i think the other answer is more suitable

#

in an olympiad setting

solid iris
#

in that case S is a subset of Z when we consider <S>

wind oxide
wind oxide
wind oxide
#

but it should be

#

since m \in dZ = <S>

solid iris
#

dZ=<S> comes from d=gcd(S)

wind oxide
solid iris
#

every element of S is a multiple of d which gives the backward inclusion

wind oxide
#

showing S \subset dZ does show <S> \subset dZ

solid iris
#

so whats the issue?

wind oxide
#

okay now forward inclusion

wind oxide
#

wtever u continue dont mind me

solid iris
wind oxide
#

let me try once more

#

dk = s_m \cdot x+s_n \cdot y

#

now i need to pick m and n such that the RHS always belongs to <S>

#

well i can simply pick x=0, y=1 since d divides all s_i

wind oxide
midnight plankBOT
#

@wind oxide Has your question been resolved?

wind oxide
#

<@&286206848099549185>

woven laurel
#

hey

wind oxide
#

hii

woven laurel
#

sup

solid iris
wind oxide
#

ax+by=d has a solution iff (a,b)=d

#

(integral soln)

solid iris
#

rather, what do we immediately get after applying bezout?

wind oxide
#

d = s_m \cdot x + s_n \cdot y for some x,y?

#

and any m,n

solid iris
#

why did u write only two summands?

wind oxide
#

any finite combination will have a solution

solid iris
#

write out that form and carefully state what set each object comes from

wind oxide
#

right

solid iris
#

pls fully write out the form given by bezout, if d=gcd(S) then d=?

wind oxide
solid iris
#

that is bezout for two integers

#

so now u should be wondering and looking up bezout for ANY set of integers

wind oxide
#

do i just repeatedly multiply bezout pairwise to create a eqn in multiply integers?

#

or is it something more special

solid iris
#

when u wrote down the case of two integers, did u not realize that it might not apply since S doesnt necessarily have size 2?

wind oxide
#

i am sure about that

#

so it should apply to any 2 elements of S

solid iris
#

thats the issue. the form of bezout u wrote only applies to when S has size 2

wind oxide
#

bezouts applies to Z freely and that doesn't have size 2

solid iris
#

the form of bezout u wrote only applies to two integers

solid iris
#

my question is why did u write that form if S is possibly infinite?

wind oxide
#

why should i apply it to all the elements of S?

solid iris
#

im very confused

#

what does bezout look like if |S|=3?

wind oxide
solid iris
#

the form of bezout u know is for two integers ie S={a,b}

wind oxide
#

yeah idk

wind oxide
#

and then add?

solid iris
#

now that u realize ur form of bezout doesnt apply, u should be curious if generalizations exist

#

try finding some

wind oxide
#

ok found it

#

this is what i initially thought the generalisation wasdevastation

wind oxide
wind oxide
solid iris
#

"any finite combination will have a solution" is very vague which is why i asked u to fully write out that form

#

anyway now u should be wondering even more. this is bezout for finite sets but S is possibly infinite

wind oxide
#

uhh

#

i m not sure

#

i cant just let n approach infinity in this

#

and i dont think its related to polynomials

solid iris
#

theres an earlier part of the SE post u mightve taken for granted

#

d=gcd(S). if S is possibly infinite what does gcd(S) even mean?

wind oxide
#

wait does that mean d=1

#

no ok probably not

#

well gcd(S) means a number that divides every number in S

#

so the gcd of (f(1) + 2020, f(2) + 4040, ...) for all natural numbers

#

am i missing something here?

solid iris
#

now u should be asking urself more questions

#

does gcd of infinite set always exist? why or why not?

wind oxide
#

since every integer is divisible by 1

#

for nZ its n

#

o

solid iris
#

all u said is gcd>=1

wind oxide
solid iris
#

the gcd may or may not blow up as we take more numbers

wind oxide
#

mhm

#

thats true

wind oxide
solid iris
#

try to answer

#

does gcd of infinite set always exist? if yes prove it. if no give a counterexample

wind oxide
#

ok

#

sorry i got sidetracked!

orchid fossil
#

i am too on it

wind oxide
#

hopefully this is good enough

solid iris
#

not at all

wind oxide
solid iris
#

1 is a common divisor but that doesnt say anything about the GREATEST common divisor

wind oxide
#

but we just proved an integer exists which is a contradiction

#

so our assumption must be wrong

#

therefore the complement must be true

#

no?

wind oxide
#

but BWOC this proof is correct no?

solid iris
#

assuming the lack of greatest common divisor does not imply lack of common divisors

#

thats ur fatal flaw

scenic wyvern
#

I believe that's what roketto is implying here?

wind oxide
#

we always have a greatest element

#

if we have common divisors

#

if we dont have a greatest element u possibly cant have common divisors

wind oxide
#

wait

#

infinitely many unequal integers dont

#

o

solid iris
#

mhm

wind oxide
#

right

wind oxide
#

we wont have a gcd

#

but what set can even satisfy that

solid iris
#

i suggest u do a direct proof instead of contradiction

wind oxide
#

ok

#

i will try again

empty scroll
#

ok

wind oxide
#

hand me the solution

solid iris
#

that sounds a bit more forceful than u probably intended

wind oxide
#

but yes pls give the solution

solid iris
#

$\gcd S=\max\br{\bigcap_{i=1}^\infty F_i}$ where $F_i$ is the set of factors of the $i$th number

grand pondBOT
#

ロケット・ジャンプ

solid iris
#

agree?

midnight plankBOT
#

@wind oxide Has your question been resolved?

wind oxide
#

i got side tracked

#

again

solid iris
#

$\bigcap_iF_i\ss F_1$ and $F_1$ is finite, so $\bigcap_iF_i$ is finite, so the max exists

grand pondBOT
#

ロケット・ジャンプ

wind oxide
#

uh

#

?

#

no?

#

why $\bigcap_iF_i \sub F_1$

solid iris
#

recall the def of intersection

wind oxide
#

OH

#

THATS SO EASY

#

HOW COME DID I NOT SEE THIS

#

🤦‍♂️

#

well why did we even prove this

solid iris
#

u were probably overwhelmed by the amount of detail in the SE post and took many things for granted

remote flame
#

What course is this for

#

out of curiosity

wind oxide
remote flame
#

looks terrifying

solid iris
#

now we know we can take gcd of infinite numbers

#

theres still a glaring issue

remote flame
solid iris
#

an unexplained gap in the SE post: S is possibly infinite but bezout only applies to finite sets

#

theres a fact that bridges the gap. try to explore and make a conjecture. google if u give up

#

i have to sleep now. good luck

wind oxide
#

ok

#

ty

midnight plankBOT
#

@wind oxide Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

inland patio
#

Let $X$ be distributed according to a Poisson distribution with parameter $M$, which itself is a random variable. The author writes $X\mid M=m\in\text{Po}(m)$, which I guess means $P(X=k\mid M=m)=\frac{m^k e^{-m}}{k!}$. First I thought $P(X=k\mid M=m)$ is a regular conditional probability, but I'm confused; $X$ is discrete whereas $M$ is continuous it seems. What is then $P(X=k\mid M=m)$ supposed to mean?

grand pondBOT
frank swift
#

1+1=2

#

It’s not that hard✌🏻

pearl hull
#

Don’t troll here catthumbsup

twilit jetty
#

P(X = k | M = m) with m fixed is a pmf

#

compare this to if you set M = lambda in advance as a given, itd be the same ordeal

inland patio
grand pondBOT
inland patio
#

.close

midnight plankBOT
#
Channel closed

Closed by @inland patio

Use .reopen if this was a mistake.

midnight plankBOT
#
Available help channel!

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.

hoary hamlet
#

how do i go about solving this?

midnight plankBOT
umbral laurel
# hoary hamlet how do i go about solving this?

Can we use the property of a triangle that one side is always lesser than the sum of other 2 and use some trigo to rule the about out ( sorry that's the thing i can think it may be stupid)

hoary hamlet
#

i genuinely have no idea 😭

#

youre talking about the triangle inequality?

midnight plankBOT
#

@hoary hamlet Has your question been resolved?

shell wigeon
#

It's not very hard to construct counterexamples for the first two