#help-4

1 messages Ā· Page 16 of 1

stark wedge
#

,texconfig

rocky lotusBOT
#
Personal LaTeX configuration.

​ ​ ​ ​ ​ ​ autotex: Disabled (may be overriden by guild settings)
keepsourcefor: Don't delete source (may be overriden by the guild)
​ ​ ​ ​ ​ ​ ​ colour: Using the light colourscheme
​ ​ ​ alwaysmath: Disabled
​ ​ ​ alwayswide: Disabled
​ ​ ​ ​ namestyle: DISPLAYNAME
autotex_level: WEAK

To see more detailed information use ,texconfig <option>.
To set an option use ,texconfig <option> <value>.

Preamble

Using a custom personal preamble with 31 lines!
Use ,preamble to view or modify your preamble!

stark wedge
#

oh yeah there you go

#

it's ,texconfig color light

pliant palm
#

guys can we get back to my problem

rocky lotusBOT
#
Personal LaTeX configuration.

​ ​ ​ ​ ​ ​ autotex: Disabled (may be overriden by guild settings)
keepsourcefor: Don't delete source (may be overriden by the guild)
​ ​ ​ ​ ​ ​ ​ colour: Using the grey colourscheme
​ ​ ​ alwaysmath: Disabled
​ ​ ​ alwayswide: Disabled
​ ​ ​ ​ namestyle: DISPLAYNAME
autotex_level: WEAK

To see more detailed information use ,texconfig <option>.
To set an option use ,texconfig <option> <value>.

Preamble

No personal or guild preamble, using the global default preamble.
Use ,preamble to view or modify your preamble!

#

You have switched to the light colourscheme.

pliant palm
#

no it's not commands 😭

lyric sundial
#

Oh sorry lol

pliant palm
#

yeah

lyric sundial
#

I replied to the wrong person

#

If you want to test commands and LaTeX, please go to #latex-testing
So that @pliant palm can post his questions

vale dockBOT
#

@pliant palm Has your question been resolved?

vale dockBOT
#

@pliant palm Has your question been resolved?

stark wedge
#

@pliant palm ive said all that i have to say rn: you need to relearn exponent laws, cause without those you'll just drown in anything logarithmic

vale dockBOT
#
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.
• 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.

formal yew
#

There is a coefficient on the sin term, I'm not sure how to deal with it, I haven't worked with the Euler's formula in a while

formal yew
#

I'm supposed to convert the number to polar form

stark wedge
#

i mean you can factor out the 10e^(-t/10)

formal yew
#

Maybe I should have started with that

stark wedge
#

so you get 10e^(-t/10) (cos(pi t + pi/4) + j10 sin(pi t + pi/4))

formal yew
stark wedge
#

let's just call the argument of both trig functions x

#

cos(x) + j10 sin(x)

#

cos(x) = (e^jx+e^-jx)/2 and sin(x) = (e^jx - e^-jx)/(j2)

#

this should do the trick?

#

like work through all that and i think you will end up with something workable

formal yew
#

Probably, I'm kind of remembering that, can you link a source for that so I can look it up deeper?

stark wedge
#

uhhh Wikipedia article for euler's identity i guess

#

or just look up trigonometry in terms of complex exponentials

formal yew
#

I'll have to look it up

stark wedge
#

i gave you the necessary formulas

formal yew
#

Yeah thanks, I haven't had any math classes in a while, I'm a bit rusty

#

.close

vale dockBOT
#
Channel closed

Closed by @formal yew

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

rough talon
#

find all natural $n$ such that there exists a prime solution $p,q,r$ to $p^n+q^2=r^2$

rocky lotusBOT
#

skissue.in.a.teacup

rough talon
#

considering even odd either:
1.p,q odd r even
2.p,r odd q even
3.q,r odd p even
4.p,q even r even

#

for 1. since r is even then rhs is 4, but lhs is obviously greater than 4 so no
for 4. 2^n+2^2=2^2 doesent have natural solution n

#

for 3. then 2^n=r^2-q^2
by zsigmondy since 2|q-r then r^2-q^2 has a prime divisor thats not 2, so impossible

rough talon
#

so whats left is p^n=r^2-4=(r-2)(r+2)

#

thats where im stuck

cloud coral
rough talon
#

oh wait n=2 is one of the exceptions to zsig

cloud coral
rough talon
#

so r+2=p^m(r-2) => 2(p^m+1)=r(p^m-1)

#

r=2(p^m+1)/(p^m-1) needs to be an integer, if p^m=3, then r=4 which isnt prime
any other p^m>=5 except 3, (p^m+1)/(p^m-1)=1+2/(p^m-1), for any p^m>=5 then 3/2>=1+2/(p^m-1)>1, for twice this to be an integer would need to be in the form of a/2 for some integer a, and with the bounds the only possibility is a=3 => p^m=5 => p=5, m=1 => r=3 (prime)

#

thus (n,p,q,r)=(1,5,2,3) is a solution

#

so the only case left is 2^n=r^2-q^2

#

id reckon we can do something simmilar

cloud coral
#

Yeah powers of 2

rough talon
#

2^n=(r-q)(r+q)
r+q=2^m(r-q)
q(2^m+1)=r(2^m-1)
r/q=(2^m+1)/(2^m-1)
since gcd(2^m+1,2^m-1)=gcd(2,2^m-1)=gcd(2,-1)=gcd(2,1)=1, then (2^m+1)/(2^m-1) is unsimilifiable, since by checking we can see that r=/=q then that must imply that
2^m+1=r
2^m-1=q

#

uhhhhhhh

cloud coral
rough talon
#

r=(2^a+2^b)/2=2^(a-1)+2^(b-1)
q=(2^b-2^a)/2=2^(b-1)-2^(a-1)

#

since a<b and r is odd then a=2+2^(b-1)
q=2^(b-1)-1
uhh am i srupid or does this go back

#

actually i feel like ive done something lime this but the base being 5 instead of 2, lemme try and find it

#

ok nvm i guess not

cloud coral
#

But now you see q is one less than a power of 2 and r is one more than a power of 2

#

Theres some factorisations you can use to find more information about b

rough talon
#

so 1 and 4?

cloud coral
#

Yeah looks fine

rough talon
#

ok tyy

cloud coral
#

I just considered that 2^a+1 prime implies a=0 or is a power of 2

cloud coral
#

Yeah because if a has an odd factor c then 2^(a/c)+1 divides 2^a+1

#

But yeah not needed, too complicated

#

Just doing the fermat/merscenne prime stuff

vale dockBOT
#

@rough talon Has your question been resolved?

#
Channel closed

Closed by @rough talon

Use .reopen if this was a mistake.

rough talon
#

ok tyy

vale dockBOT
#
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.
• 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.

zinc fulcrum
#

\documentclass[12pt]{article}
\usepackage{amsmath, amssymb}
\usepackage{geometry}
\geometry{margin=1in}

\title{Task (d): Geometric Action of Linear Transformations}
\author{}
\date{}

\begin{document}

\maketitle

\textbf{Question:} Let ( n \in \mathbb{R}^{2 \times 2} ) be an invertible matrix with ( |\det(n)| = 1 ). Describe geometrically how such matrices act on vectors in ( \mathbb{R}^2 ), and explain why their inverses represent exact reciprocal transformations.

\bigskip

\textbf{Proof:} Since ( n ) is invertible and ( |\det(n)| = 1 ), the linear transformation ( T_n(\vec{v}) = n\vec{v} ) preserves area in ( \mathbb{R}^2 ). It may rotate, reflect, or shear vectors, but does not compress or expand space. Such transformations bend or redirect slopes smoothly without distortion.

The inverse ( n^{-1} ) satisfies ( T_{n^{-1}}(T_n(\vec{v})) = n^{-1}(n\vec{v}) = \vec{v} ). Thus, ( T_{n^{-1}} ) exactly undoes the action of ( T_n ). If ( T_n ) rotates by ( \theta ), ( T_{n^{-1}} ) rotates by ( -\theta ); if it reflects or shears, the inverse performs the reverse. Both preserve area due to the determinant condition.

\textbf{Conclusion:} Matrices with ( |\det(n)| = 1 ) bend space without distortion, and their inverses reverse this action precisely. Together, they form reciprocal transformations that preserve both area and structure in ( \mathbb{R}^2 ).

\end{document}

rocky lotusBOT
#

Asian Math Nerd
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

zinc fulcrum
#

<@&286206848099549185>

#

is this good

lofty crown
#

Helllppo

zinc fulcrum
lofty crown
#

I dun

#

Understand

sleek nebula
vale dockBOT
# zinc fulcrum <@&286206848099549185>

Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.

sleek nebula
vale dockBOT
# lofty crown

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

zinc fulcrum
#

maje a new help channel

ebon glade
#

who uses n as a name for a matrix

lofty crown
#

Okay

#

Thank you

zinc fulcrum
sleek nebula
ebon glade
#

well whoever wrote the question still made the decision to use n for a matrix

#

so my question still stands

zinc fulcrum
#

i mean

#

does it matter

zinc fulcrum
#

as long as you know what n stands for

midnight pier
#

The person to write the question realized they has free will

zinc fulcrum
#

is it good though

ebon glade
#

just because you have free will does not mean that you should use bad notation

ebon glade
#

well I wouldnt call it a proof but its a description of whats going on, sure

zinc fulcrum
#

is the explainantion good

#

ig

#

proof

midnight pier
zinc fulcrum
#

i have another one if you like to check

#

if this one is good first

ebon glade
#

probably good enough for whatever you need it for

zinc fulcrum
#

\documentclass[12pt]{article}
\usepackage{amsmath, amssymb}
\usepackage{geometry}
\geometry{margin=1in}

\title{Advanced Task: Geometric Action and Eigenstructure of Invertible Area-Preserving Maps}
\author{}
\date{}

\begin{document}

\maketitle

\textbf{Question:} Let ( n \in \mathbb{R}^{2 \times 2} ) be invertible with ( |\det(n)| = 1 ). Analyze how such matrices affect orientation and structure in ( \mathbb{R}^2 ), and explain how their eigenvectors and inverses reflect this action.

\bigskip

\textbf{Proof:} The matrix ( n ) defines a linear map ( T_n(\vec{v}) = n\vec{v} ). Since ( |\det(n)| = 1 ), the transformation preserves area. If ( \det(n) = +1 ), orientation is preserved; if ( \det(n) = -1 ), orientation is reversed. The map may rotate, reflect, or shear vectors, but it does not alter global scale.

If ( n ) is diagonalizable, then it has real eigenvectors ( \vec{v}_1, \vec{v}_2 ) such that ( n\vec{v}_i = \lambda_i \vec{v}_i ). These vectors span invariant lines under the transformation. Since ( \det(n) = \lambda_1 \lambda_2 = \pm 1 ), the eigenvalues are constrained to lie reciprocally across the unit circle in ( \mathbb{R} ) or ( \mathbb{C} ).

The inverse ( n^{-1} ) satisfies ( n^{-1}n = I ), and geometrically undoes any rotation, reflection, or shear applied by ( n ). If ( \lambda ) is an eigenvalue of ( n ), then ( \lambda^{-1} ) is an eigenvalue of ( n^{-1} ) with the same eigenvector.

\textbf{Conclusion:} Matrices with ( |\det(n)| = 1 ) are structure- and area-preserving maps. Their eigenvectors mark stable geometric directions, and their inverses exactly reverse deformation, maintaining reciprocal behavior in slope, scale, and orientation.

\end{document}

rocky lotusBOT
#

Asian Math Nerd
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

zinc fulcrum
#

can you check this one as well

ebon glade
#

the eigenvalues do not have to be on the unit circle

leaden cargo
#

This again?
It was posted by another guy with a clear GPT formulated text

ebon glade
#

that explains it

leaden cargo
#

it is the 3rd time I see it

ebon glade
#

about the same kind of random more or less correct writing I would expect from gpt

leaden cargo
#

last time it talked about |det(n)| defining a norm on the field of matrices

#

they're doing better with prompts

zinc fulcrum
#

\textbf{Question:}
Let ( A, B \in \mathrm{GL}_2(\mathbb{R}) ) be invertible ( 2 \times 2 ) real matrices such that ( \det A = \det B = 1 ), i.e., both are area-preserving linear maps of ( \mathbb{R}^2 ). Suppose ( AB = BA ), meaning the two transformations commute. Prove that if ( A \neq \lambda I ) for any scalar ( \lambda \in \mathbb{R} ), then ( A ) and ( B ) share a common eigenbasis over ( \mathbb{R} ) or ( \mathbb{C} ). That is, there exists a basis of ( \mathbb{C}^2 ) (or ( \mathbb{R}^2 ), if possible) in which both matrices are simultaneously diagonal or triangular.

Geometrically, this means that if two area-preserving linear transformations commute and one of them is nontrivial (not a scalar multiple of the identity), then their actions are aligned along shared invariant directions—rotations about the same angle, shears along common axes, or dilations along reciprocal eigenspaces. This question probes the deep relationship between symmetry, structure, and the algebraic constraints imposed by commuting volume-preserving linear operators.

rocky lotusBOT
#

Asian Math Nerd

zinc fulcrum
#

\textbf{Proof:}
Let ( A \in \mathrm{GL}_2(\mathbb{R}) ) with ( \det A = 1 ) and ( A \neq \lambda I ). The characteristic polynomial is ( \chi_A(x) = x^2 - \operatorname{tr}(A)x + 1 ). Since ( A \in \mathrm{GL}_2(\mathbb{R}) ), it has two (possibly complex) eigenvalues ( \lambda_1, \lambda_2 ) satisfying ( \lambda_1 \lambda_2 = 1 ). Consider two cases.

\emph{Case 1: ( A ) is diagonalizable over ( \mathbb{R} ).} Then ( A = PDP^{-1} ) for some diagonal ( D ), and the commutation ( AB = BA ) implies ( D(P^{-1}BP) = (P^{-1}BP)D ). Since diagonal matrices commute only with other diagonal or block-triangular matrices, ( P^{-1}BP ) must preserve the eigenspaces of ( D ), i.e., it is diagonal or triangular. So ( A ) and ( B ) are simultaneously triangularizable and share a common eigenbasis.

\emph{Case 2: ( A ) has complex eigenvalues.} Then ( A \sim R(\theta) ), a rotation matrix. The set of matrices commuting with ( R(\theta) ) is the centralizer of ( R(\theta) ), which consists of all matrices representing linear combinations of rotation and scaling in the same direction. So ( B ) must also preserve the complex eigenspaces of ( A ). Hence, ( A ) and ( B ) are simultaneously diagonalizable over ( \mathbb{C} ).

Thus, ( A ) and ( B ) always share a common eigenbasis in ( \mathbb{R}^2 ) or ( \mathbb{C}^2 ).

rocky lotusBOT
#

Asian Math Nerd

zinc fulcrum
#

.close

vale dockBOT
#
Channel closed

Closed by @zinc fulcrum

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

north scarab
#

hey guys

vale dockBOT
rocky lotusBOT
north scarab
#

did I do something wrong

abstract island
#

Why did you conclude the limit to be undefined?

open abyss
#

h/h?

north scarab
sleek nebula
abstract island
#
  1. You can get rid of the h
  2. Even if you couldn’t, that doesn’t make the limit undefined (e.g., is the limit of h as h -> 0 undefined?)
north scarab
sleek nebula
north scarab
#

yeah it cant be possible because the denominator must not equal to 0

lyric sundial
#

What's 3/3? And 5/5?

sleek nebula
north scarab
lyric sundial
#

Then what's h/h?

stable island
#

bro those fractions are 1 whole

storm perch
north scarab
#

it is 1 whole but if i sub h in?

storm perch
north scarab
lyric sundial
#

No, because that limit is not undefined

storm perch
north scarab
#

ok if i remove undefined, so the answer is h/h?

#

so the limit is equal to 0

flat ice
#

šŸ’€

#

bro you had it right an edit ago

storm perch
storm perch
north scarab
#

1

#

yea but what if x is not the same number

#

or if x is 0

storm perch
#

What is $\frac{0.000001}{0.000001}$, for example?

rocky lotusBOT
north scarab
#

`

#

1

storm perch
#

So your limit is approaching one, but the function is not necessarily defined at zero

#

That is where your confusion is

#

,w plot x/x

open abyss
#

Looking qualitatively, the fraction h/h will approach 1 from the left and the right but it will not be defined at h = 0

#

I meant 1 my bad

north scarab
#

I’ll have a break and try again in a bit

#

thanks for your help

#

.close

vale dockBOT
#
Channel closed

Closed by @north scarab

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

analog raft
#

How do I make these two equations equal? (more explanation pending just claiming this channel before someone else does)

analog raft
#

I was trying to use this equation to replace the top part

#

replacing 1 with a, and x with... oh that should be b

steady charm
#

the bottom integral diverges

analog raft
#

new one, still has issues though

analog raft
steady charm
#

well the integral measures the area under the curve. and in this case there is infinite area so the whole integral doesn't have a value except maybe infinity

#

there is a way to assign values to divergent integrals called the cauchy principal value although desmos will not have a function for that

drifting hornet
analog raft
drifting hornet
#

make it integral of a/sqrtb instead

analog raft
#

idk what that means

drifting hornet
#

that still wont work actually

#

$\frac{a-\int_{1}^{b}\frac{a}{t^{2}}dt}{beca}$

rocky lotusBOT
#

MathIsAlwaysRight

drifting hornet
#

is this good enough?

analog raft
#

yeah that works thank you

#

.close

vale dockBOT
#
Channel closed

Closed by @analog raft

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

cobalt crow
vale dockBOT
cobalt crow
#

@warped heart isomorphism = epimorphism and monomorphism

warped heart
#

Please don't ping me unsollicited; otherwise, yes

cobalt crow
#

srry I saw you typing, my bad

warped heart
#

Isomorphism <=> det(f) nonzero

#

(Because it's a square matrix)

#

So it's (again) the same method as all the exercises you did so far!

#

Except this time in the condition defining S you also have the same value a that appears in the matrix for f

cobalt crow
warped heart
#

This follows from the fact that if dim(V)=dim(W) and f:V->W is linear, then f iso <=> f mono <=> f epi

cobalt crow
warped heart
#

But in fact, it should be a result in your notes that f iso <=> det(f) nonzero

warped heart
cobalt crow
#

which means either the det is zero or Im(f) = codomain(f)

warped heart
#

Yes you want det(f)=0

#

That gives you one equation already

cobalt crow
warped heart
#

In fact, if f is mono, then it is also epi

#

So if f is not mono, it is not epi

#

Next, the condition that f(10,1,13) be in S means that f(10,1,13) is a vector that satisfies the condition x1-ax2=0, which gives you a second equation in a

cobalt crow
warped heart
#

I suspect both will be quadratic equations in a, and only one solution in common so perhaps only one value for a in the end

#

You'll have to do the computations to know for sure catgiggle

#

So your first job is to compute det(f) and solve the equation det(f)=0

#

Then, to inspect the second condition, you have to express (10,1,13) in the basis B

#

To compute its image under f

cobalt crow
cobalt crow
warped heart
#

Si f no es un iso, f no es un mono y f no es un epi

#

Porque dim(V)=dim(W) acqui

cobalt crow
#

ok so only possibility for f for it to be not an isomorphism is when its not mono and not epi, otherwise we get a contradiction

warped heart
#

Yeah

cobalt crow
#

ok and if its not mono its not epi, because rank nullity, let me find det(f)=0, the not mono condition

warped heart
#

Yeah, the determinant is easy to compute here

cobalt crow
#

first row cofactors expansion

warped heart
#

Yeah

#

you get a(a+1)-6

#

,w solve a(a+1)-6=0

warped heart
#

So that gives you the only two options for f to not be an isomorphism: either a=-3 or a=2

#

There is one last condition to check though

cobalt crow
warped heart
#

Yeah looks right

#

Then you need to compute the product of the matrix with (9,1,-3)

cobalt crow
#

how do I write that in the equation

warped heart
#

Compute f(x) first

#

And then check if it is in S

cobalt crow
#

ok

cobalt crow
vale dockBOT
#

@cobalt crow Has your question been resolved?

cobalt crow
#

do you see the mistake @warped heart srry for the ping

#

I will double check If i found the coordinates of (1,1,13) in basis B correctly

#

but something feels off

#

,w det {{1,0,0},{1,a,3},{-1,2,a+1}} = 0

cobalt crow
#

,w {{1,0,0},{1,2,3},{-1,2,3}}*{{9},{1},{-3}}

cobalt crow
#

OHH

#

I found the mistake now, I suck at matrix multiplication

cobalt crow
#

I appreciate it matplot ā¤ļø šŸ’–

#

.solved

vale dockBOT
#
Channel closed

Closed by @cobalt crow

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

pseudo python
#

can someone explain how to do this cos inverse (x^2 -11)

pseudo python
#

if anyone can explain using the number lines that would be easier too

noble anvil
#

The union part for the first case is correct too

#

For the second case you need to see where the negative sign is

#

@pseudo python

noble anvil
pseudo python
#

ohh okay also i think in the first one won't it be like ] instead of ) next to the 10 values

noble anvil
#

Oh yeah lol

pseudo python
#

okk

noble anvil
pseudo python
noble anvil
#

No

#

Check what the inequality is

pseudo python
#

ohh wait

pseudo python
noble anvil
#

Mhm!

#

Now that you have answers for both cases, what should you do?

pseudo python
noble anvil
#

Intersection or union?

pseudo python
#

intersection

noble anvil
#

Correct

pseudo python
#

ok wait i try and then ask u

pseudo python
#

it will be union in the mdidle right

noble anvil
#

Indeed

pseudo python
noble anvil
#

Yes

pseudo python
#

.close

vale dockBOT
#
Channel closed

Closed by @pseudo python

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

opal pendant
vale dockBOT
opal pendant
#

can someone explain this step

tepid wind
#

,w simplify (x + sqrt(10)) * (sqrt(7 + 2x) + sqrt(5) + sqrt(2))

trail patrol
rocky lotusBOT
#

Civil Service Pigeon

opal pendant
#

ok this was the part i had a doubt in

#

thx

#

.close

vale dockBOT
#
Channel closed

Closed by @opal pendant

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

abstract iron
#

I have found the parametrization for X, x(t,s) = (st,st^2,st^3) but I don't know how to find an equation for the closure and show it's exactly X

vale dockBOT
#

@abstract iron Has your question been resolved?

abstract iron
#

<@&286206848099549185>

ashen prawn
#

the derivative is defined in such a manner tbh

patent cargo
vale dockBOT
#

@abstract iron Has your question been resolved?

patent cargo
#

Not used to writing in Englisch, I hope it’s fine

#

getting some food now, solving c and d later

abstract iron
leaden cargo
#

I forgot the command, you're supposed to guide through, not just solve

vale dockBOT
patent cargo
#

Umm ok so do u understand b?

#

And what do you have on c so far?

patent cargo
#

@abstract iron what do you have on c so far and do you have any questions about b?

abstract iron
patent cargo
#

Yup

#

Haven’t you talked about a way to calculate closures in school yet in general? (If this is homework)

abstract iron
#

We have but I kinda forgot about it

patent cargo
#

Prolly read through you notes once again?
ā€œYou can’t draw a tree without knowing what a tree is ā€œ

abstract iron
#

Yeah I should šŸ‘

#

thanks!

#

.close

vale dockBOT
#
Channel closed

Closed by @abstract iron

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

halcyon lintel
#

f1x = ccw
f1y = cw

f2x = ccw
f2y = cw

f3x = ccw
f3y = cw

f4x = ccw
f4y = ???

halcyon lintel
#

can somebody confirm the x/y rotations from Point A for each force shown

vale dockBOT
#

@halcyon lintel Has your question been resolved?

halcyon lintel
#

negative

#

need somebody whos's taken a statics course. thanks

trail patrol
#

Well

#

CCW means counterclockwise rotation and CW clockwise rotation, right?

#

The force that passes through the point does not cause rotation because it acts on the zero arm, you did not take that into account

#

I mean the forces components

#

@halcyon lintel

halcyon lintel
#

yea

#

cw =clockwise
ccw = counterclockwise

trail patrol
#

Great

trail patrol
halcyon lintel
#

no

#

are you tlaking about force 1?

#

the one on the very left?

#

or which force you we talking about here?

trail patrol
#

Besides, what exactly is the question - to determine the rotations of these forces (their components) with respect to point A, right?

noble anvil
#

!xy

vale dockBOT
#

Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.

trail patrol
halcyon lintel
#

i just want to know the direction of fx and fy components in respect to point A, cause if I can figure this out, I know how to solve the rest

#

but i keep getting screwed with the directions

noble anvil
#

direction in respect to a??

halcyon lintel
#

ye

noble anvil
#

or direction in which they rotate about a??

trail patrol
#

f is the resultant force?

noble anvil
halcyon lintel
#

does it matter which force it is cause it doesnt say

#

it just shows F as shown in the visual

noble anvil
#

What even is your axes convention

halcyon lintel
#

what do you mean what is fx and fy? you want actual numbers?

noble anvil
#

We want your axes convention.

trail patrol
halcyon lintel
#

all i want to know is the rotation of the fx and fy components in resepect to point A

#

that's it

noble anvil
#

...

halcyon lintel
#

whether its clockwise or counter clockwise

noble anvil
trail patrol
#

Oh, it dawned on me

halcyon lintel
#

what do you mean by that?

noble anvil
#

What is x and what is y for you

trail patrol
#

By fx and fy he means the components of each force

noble anvil
#

x is the horizontal?

halcyon lintel
#

the standard x (horizotal) y vertical axis

noble anvil
trail patrol
#

Like f1x, f1y etc.

#

Haha

noble anvil
#

yeah ok then your x is the horizontal

halcyon lintel
#

why would x be the vertical?

noble anvil
#

now can you explain why you think f1x rotates about A at all?

halcyon lintel
#

that's what im askiing...it looks as if f1x is completely on the x-axis of point A

noble anvil
trail patrol
halcyon lintel
#

0

noble anvil
#

Wdym 0

halcyon lintel
#

theres no rotaiton

#

for fx

noble anvil
#

So the moment of force is 0?

#

Correct

#

Now can u apply the same for fy

#

Keep the formula in mind btw

halcyon lintel
#

yea but the force isn't pointing 180deg. you can see it's pointing upwards to the left

#

so there must be some fx rotation

noble anvil
#

$MOF = Force * r_{perpendicular}$

rocky lotusBOT
#

Executor (ask on server b4 DM)

noble anvil
#

Which means $r_{perpendicular}=0$

rocky lotusBOT
#

Executor (ask on server b4 DM)

halcyon lintel
#

so if there's no rotation, is the fx value positive or negative?

#

im guessing positive then right?

noble anvil
#

Fx is the force, MOFx is the moment of force by Fx

#

Which one do you want, make it clear

halcyon lintel
#

you're kinda confusing me even more

trail patrol
noble anvil
#

If you're finding MOF1x then there's no reason for us to care about F1X here

#

since $r_{perpendicular}=0$

rocky lotusBOT
#

Executor (ask on server b4 DM)

halcyon lintel
trail patrol
halcyon lintel
#

thta's what i was thinking

trail patrol
#

But according to your question it doesn't matter

halcyon lintel
#

so f1x = its negative so doesnt that also mean it would rotate cw?

trail patrol
#

As already said

halcyon lintel
#

since cw = negative?

trail patrol
#

Re-read the previous messages

halcyon lintel
#

i dont know even know which message you're referring to

#

its ok...i

#

hopefully others will chime in

trail patrol
#

You wrote yourself that there is no moment from this component

#

Since the arm in respect to point A is zero

halcyon lintel
#

yea but didnt you also say the value was negative since the fx is pointing left?

trail patrol
#

Just because a force component has a value, it does not mean that it causes a moment

#

The moment is defined with respect to a point or axis (here with respect to a point), if we took another point it could exert a moment

#

If the arm weren't zero

halcyon lintel
#

can i show you a different example?

trail patrol
#

Yeah, sure

halcyon lintel
#

k one sec

trail patrol
#

Look here, it passes through A => the moment from this component in respect to point A is zero

halcyon lintel
#

yea makes sense

#

so check this out

trail patrol
#

Want to find out for yourself, it's simple, imagine towing a car, does the towed car rotate while driving?

halcyon lintel
#

shoot

#

one sec

trail patrol
#

,rccw

rocky lotusBOT
halcyon lintel
#

oh cool

#

so same idea right?

#

for f1x = no rotation?

trail patrol
halcyon lintel
#

f2x = no rotation?

trail patrol
#

For f2x there is a rotation (according to the drawing)

halcyon lintel
#

i mean my sketch

#

that i just posted

#

is there a rotation for fx?

trail patrol
#

Yeah I know

#

So, there is a rotation about A from f2x and it's CCW

halcyon lintel
#

if you took fx from the bottom though

#

wouldnt the force be going directly to the left on the x-axis of point a?

trail patrol
#

This doesn't matter, according to the axiom of mechanics a force can be moved along its line of action without changing the external effect it has on a rigid body

#

This means that the total moment about point A won't change anyway

halcyon lintel
#

ok so back to this example

#

becaues for forceX is pointing AWAY from point A...fx would cause no rotation

#

becaues regardless which FX you choose, top or bottom, it makes no difference

#

is that correct?

#

for Force2X, there would be CW rotation becaues it'spulling to the right about point A?

#

Force2Y = no rotation becaues it's pulling AWAY from point A?

trail patrol
#

This is true, but the question is why complicate things, besides you would have to determine the position of the force attachment point (and there are no grids in the upper position as you can see)

halcyon lintel
#

but dont you calculate the distance from the tail part of the force?

#

so for force 1

trail patrol
halcyon lintel
#

f1y moment = 15*2

#

f1y * distance x

trail patrol
halcyon lintel
#

ya

#

2x1

#

i didnt include the dimensions in the image

#

it got cropped out

trail patrol
#

What is the y-component of the force F1?

halcyon lintel
#

it should actually be 30

#

for f1y

#

cause the force is 30 (hypotenuse)

#

so if we scale up the height and width, y would be 30

trail patrol
#

It should be 34 * sin(15/17)

halcyon lintel
#

is that correct?

#

to get the moment of f1y?

#

if pictured the force as a triangle......h=15, w=8......we use py.theorem to find hypotenuse

#

so that would be 17

#

but the force is 34

trail patrol
#

I didn't get it, why do we have to scale that? First of all, these 15 and 8 are the dimensions of this force, right?

#

Yea

halcyon lintel
#

so we scale the other sides by 2

#

so fy would be 30

#

and fx would be 16

trail patrol
#

Now I get it

#

Lemme check one thing

halcyon lintel
#

we scaled up the y and x so we can calculate the moment forces

#

or else the 15 and 8 dimensions wouldn't be scaled correctly with the 34N force

#

like a triangle that has
width=8
height=15

should have a hypotenuse of 34N

trail patrol
#

if 15 and 8 are the dimensions on which the force acts (i.e. in units of length), then you are wrong

halcyon lintel
#

so we use py.theorm with height and width which equals to 17 which gives us the hypotenuse

so now the triangle has
w=8
h=15
h=17

trail patrol
#

They are lengths?

#

Or what

halcyon lintel
#

its just the ratio or angle

#

like if you wanted to make a triangle out of the 34N force

#

34N would be the hypotenuse

#

so you just do arctangent

#

arctangent(15/8)

#

which is 61.9

#

but i dont need to figure out the angle right now cause i already know the FX and FY

remote current
halcyon lintel
#

it just needs to be scaled up so that the width and height is equal to 34N (aka the hypotenuse

halcyon lintel
trail patrol
#

I understand your concept, and it's perfectly understandable, but yeah with such assumptions it makes sense

halcyon lintel
#

there's not really any assumptions

#

but anyway, this is beyond my original question....

trail patrol
#

Okay, let's proceed

halcyon lintel
#

not sure if even still understand the whole direction thing since we got so off topic

trail patrol
#

With the moments

remote current
#

Just confirming whether f4x is cw or ccw right?

halcyon lintel
#

i need to undestand the direction for fx and fy for all four forces

#

i keep getting them mixed up which messes up my final answer

trail patrol
#

So for f2 I agree completely

halcyon lintel
#

ok...lets proceed to f3

trail patrol
#

f2x - there is a moment CW
f2y - no moment

halcyon lintel
#

wait

trail patrol
#

Let's continue

halcyon lintel
#

dont give me answers for f3 f4

trail patrol
#

Ok

halcyon lintel
#

f3x = negative rotation....

#

because

#

like you mentioned earlier, if you take the top fx, it would rotate around point A ccw

#

correct?

#

wait

#

wait

#

its below point A

#

so its CW

#

or negative value

#

f3x = negative

#

f3y = no rotation

trail patrol
halcyon lintel
#

yea....doesnt negative mean cw

#

clockwise = negative
counter clowise = positive?

remote current
#

Depends which side of the point its on iirc

halcyon lintel
#

thats how i was taught and what ive seeen in videos

#

on youtube

trail patrol
#

Good then

#

it's negative, yup

halcyon lintel
#

why? can cw mean positive in other contexts?

#

nevermind. lets just forget it.

#

ok f4

trail patrol
#

you can take any form you want for equations, the important thing is to stick to one convention

#

you will simply get opposite signs (as if you multiplied the equations by minus 1)

halcyon lintel
#

f4x = neg/cw
f4y = neg/cw

trail patrol
#

Yes

#

Great

halcyon lintel
#

the first force messed me up

#

so because the force is pointing AWAY from the pivot A

#

FX will have 0 rotation

#

but if F1x was pointing the exact way but downwards, then Fx would be cw/neg right?

#

cause then the top f1x would be rotating cw around point A

trail patrol
#

I recommend you to draw the components of the force, it will be easier for you then

halcyon lintel
#

ok give me 1 min

#

i need to solidify this in my brain

trail patrol
remote current
#

I have no idea how to approach f3, is it external force? Its not in the grid

trail patrol
#

And you were right before, f1x is 16 and f1y is 30, I got a brain lag 🄲

#

I plugged sin(15/17) instead of just 15/17...

#

But nvm

halcyon lintel
noble anvil
#

this is just for understanding purposes btw

#

it is perfectly fine to solve f3 as it is

halcyon lintel
#

is my drawing correct?

#

in terms of direction understanding

remote current
noble anvil
trail patrol
halcyon lintel
#

this was another question i was given.....i think i was able to solve it as long as my directions are correct
fx = cw
fy = ccw

#

are my directions correct?

noble anvil
#

About which point

halcyon lintel
#

D

trail patrol
noble anvil
#

Yes they are correct

halcyon lintel
noble anvil
#

yes

halcyon lintel
#

cool...thanks

noble anvil
trail patrol
#

Let a force P act on a rigid body, applied at point B. At point A, a zero pair is added — consisting of two equal and opposite forces: P1 and -P1. As a result, the system now consists of three forces: P, P1, and -P1. Next, a second zero pair is subtracted from the system — consisting of the original force P (at point B) and the force -P1 (at point A).
In the end, only the force P1 remains.

#

This is why basically

noble anvil
#

That's a good proof

halcyon lintel
#

thanks everyone for your help...i'll leave this chat open so you guys can continue your discussion

noble anvil
#

Alrighty, i gotta go now if you guys dont have anything else to say @trail patrol @remote current should i close

#

.close

vale dockBOT
#
Channel closed

Closed by @noble anvil

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

sly cargo
#

This deceptively simple math problem has stumped mathematicians for almost 300 years! šŸ‘‰ Head to https://hensonshaving.com/veritasium and enter code 'Veritasium' for 100 free blades with the purchase of a razor. Make sure to add both the razor and the blades to your cart for the code to take effect.

If you’re looking for a molecular modelli...

ā–¶ Play video
hot tide
#

like how to make a graph like that?

sly cargo
#

how do i make a circle graph that moves like that

#

on desmos

vale dockBOT
#

@sly cargo Has your question been resolved?

#
Channel closed

Closed by @sly cargo

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

glad minnow
#

why doesnt this work?

vale dockBOT
plush crater
#

as x tends to 0, where does 1/3x tend to?

glad minnow
plush crater
#

so do u understand why we cant write 0

glad minnow
#

yeah

#

ty

#

.close

vale dockBOT
#
Channel closed

Closed by @glad minnow

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

crude swan
#

So i have a question, if x > -1 and x < 1, isnt there a decimals that fit both inequialities?

crude swan
lost marlin
#

I am unable to understand the query

#

why should this be the case

final adder
#

well in the question it stated that x<-1 and x>-1, not the other way around

stark wedge
#

both inequalities involve -1 not 1

final adder
#

wait sorry typo

stark wedge
#

the number in both is -1

#

and there is no such thing as a number that's both above and below -1 at the same time!

crude swan
#

i dont get it

stark wedge
#

do you think there's some number that fits both
x > -1
AND
x < -1
at the same time?

#

yes or no

crude swan
#

When x is > -1 i have drawen the line there, and when x < -1 i have draven the second line there, if we connect them we get some space between

stark wedge
#

what does this mean?

noble anvil
#

What is that

stark wedge
#

and you didn't answer my yes/no question

crude swan
crude swan
stark wedge
#

let me repeat myself:

#

it is impossible for x to be both left of -1 and right of -1 simultaneously!

crude swan
#

ok, i dont get it but ig its enough to know that this is the case then.

stark wedge
#

what's there not to get

#

like...

#

it is impossible for x to be both left of -1 and right of -1 simultaneously!
which part of this is unclear?

crude swan
#

well my example i draw, its making me confused

slate folio
#

you're confusing yourself

stark wedge
#

you're confusing yourself with it for sure

noble anvil
stark wedge
#

can you simply read my statement WITHOUT looking at your own confusing drawing?

crude swan
noble anvil
#

Ok, and that space ur talking about does not meet the conditions we need

#

Any point in that space

#

Will either be greater than, equal to, or less than -1

#

It cannot be any two of these three things at once

crude swan
#

Ohhh

#

Finally SOMEONE EXPLAINED IT TO ME THE WAY I UNDERSTAND IT

stark wedge
noble anvil
#

Kek i didnt read sorry

crude swan
#

but anyway

#

thanks

#

.close

vale dockBOT
#
Channel closed

Closed by @crude swan

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

bitter mural
#

How do I find AI and BI if <ABE = <CBD, and AB=6cm

bitter mural
#

Without using cos(60)*AB=AI

slate folio
#

just turn it into an equilateral triangle

bitter mural
slate folio
#

reflect triangle ABI along the line AI

stiff lily
#

this setup looks sus

slate folio
#

ye idk what is this trying to do

bitter mural
slate folio
#

can you see an equilateral triangle?

#

show me your drawing

bitter mural
slate folio
#

but there are two angles equal to 60

bitter mural
#

Oh yeah equilateral

stiff lily
#

<BAE = <CAD
under these conditions E and O would be the same point

bitter mural
#

wait nvm

slate folio
#

oh you made a typo

stiff lily
#

in the original statment, E would have had to been the centre, from congruence/perp bisector theorem
question is fixed now

slate folio
#

eh?

#

then what's the point of D and E?

#

@bitter mural

stiff lily
#

can you show the original question
why are you trying to do this without trig

bitter mural
#

I just realized that I misread the problem

#

I figured it out now

#

thanks for the help

#

.close

vale dockBOT
#
Channel closed

Closed by @bitter mural

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

sinful belfry
#

hiiiii i need help i have a maths test tommorrow and im really scared

open niche
#

If your goal is to do good

#

And come back here with any questions on what you dont understand

sinful belfry
#

im really horrible at maths i have adhd and i just cannot do maths in general

#

i have a lot of formulas what do i do and how to approach them?

open niche
#

Fully

#

Dont just look at the highlighted stuff or whatever

#

You got a full day do 1 full reading

#

Of all the theory

sinful belfry
#

thing is all i struggle with is the exam questions neverrrrr are the way book exercises are presented

open niche
#

Then come here every time you get stuck understanding and ask

sinful belfry
open niche
#

First read 1 time the theory

#

In order

slate folio
sinful belfry
#

theories wont help because the tests are from exercises :c

open niche
#

If you dont understand something come ask

sinful belfry
open niche
#

What kind of logic is that

#

Make it make sense

sinful belfry
#

ok but genuinely if i could I'd just use chatgpt

open niche
#

You ask before a test question to better understand theory so you can apply it

slate folio
noble anvil
sinful belfry
#

I am a psychology student I DO NOT NEED MATHS

open niche
#

If you dont understand theory you cant use it most of the time

sinful belfry
noble anvil
#

If we catch on u definitely will get banned

#

And we usually can

open niche
sinful belfry
#

damn bro šŸ˜‚

stark wedge
#

yeah test cheating is a bannable offense on here no exceptions

sinful belfry
#

thought u guys r chill lol

#

alr alr

#

but genuinely if they were gonna cheat

#

and had their phones with them

#

just use gpt man

open niche
#

I mean up to you what you do

sinful belfry
#

nah i have to study phones arent allowed.. 😭

noble anvil
noble anvil
open niche
#

Im just telling you your best bet for you to be able to answer them

#

On your own

sinful belfry
#

smoking za while i do maths šŸ’Æ

frozen ledge
sinful belfry
#

LMAOOOOOOOO

open niche
#

How is there no auto ban

sinful belfry
#

LMAOOAO stop as a kanye fan thats FUNNY

noble anvil
rigid whale
slate folio
#

there's a movie on japanese exam cheating technology tho...

rigid whale
#

Math is not something you can learn over night

open niche
rigid whale
#

To learn math, you must practice

sinful belfry
sinful belfry
rigid whale
sinful belfry
#

JUST PASS..

sinful belfry
sinful belfry
rigid whale
#

yeah

sick yacht
#

Need some assistance with these 2 polynomial function graphs

#

This is my progress, any thoughts?

frozen ledge
#

how much time is left to finish your test

sick yacht
#

It’s not a test just self practice

sick yacht
#

I’m seriouscatking

sick yacht
#

Parents want me to study to take calculus next year so I am practicing to take a credit by exam

#

So this is self taught and I have been using YouTube videos for most things until I got confused with this

frozen ledge
#

so why does it tell you to print it out and submit it for grading

#

(16 points)

#

in ninth grade they made me do the same shit

sick yacht
#

It is a pdf of a quiz?

frozen ledge
#

good luck bro

sick yacht
#

But it’s not for a grade because I am doing it for practice

frozen ledge
#

šŸ™šŸ»

vale dockBOT
stark wedge
#

this is @sinful belfry's help channel even though the name doesn't show up

sinful belfry
#

its okay i am done i didnt got much help

#

how do I close it?

#

.close

vale dockBOT
#
Channel closed

Closed by @sinful belfry

Use .reopen if this was a mistake.

sinful belfry
#

wow he got banned?

vale dockBOT
#
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.
• 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.

restive crest
#

so, i gotta find all z in C (C for set of complex numbers) such that.

restive crest
#

What i tried is, let z = a + bi -> z = |z|(cos x + sin x) = |z|e^(xi)
then z^5 = ((|z|)^5)e^(5xi) then 3(z^5) + 2(|z|)^5 + 32 = 0 -> 3(((|z|)^5)e^(5xi)) + 2(|z|)^5 + 32 = 0 but since 2(|z|)^5 is a real and has no imaginary part, then 2(|z|)^5 + 32 is also real and has no imaginary part, but this is only possible if 3(((|z|)^5)e^(5xi)) also has no imaginary part which implies e^(5xi) = 1 which is only possible if 5x = pi + 2kpi for some integer k, then e^(5xi) = 1 and 3(((|z|)^5)e^(5xi)) + 2(|z|)^5 + 32 = 0 -> 3(|z|)^5) + 2(|z|)^5 + 32 = 0 -> 5(|z|)^5) + 32 = 0 -> (|z|)^5) = -32/5

#

is the way i'm solving this right?

merry crystal
#

e^(5xi) = 1
what are you doing here

restive crest
#

can it be any other value? i need 3(((|z|)^5)e^(5xi)) to be -2(|z|)^5 - 32 which is real and has no imaginary part

#

that implies 5x = pi + 2(pi)k for some integer k, right?

merry crystal
#

or just πk

restive crest
#

oh, wait, can also be e^(5xi) = -1

merry crystal
#

yes

#

now consider k even and odd

restive crest
#

hmm, thanks for the correction, let me keep attacking the problem

vale dockBOT
#

@restive crest Has your question been resolved?

restive crest
#

k being an integer/natural of course

merry crystal
#

for k even, we have
5r^5 = -32

#

we want solutions with r>0

#

since we took it to be the modulus

restive crest
#

hmm, let me re-read the material, i don't understand 100% this

vale dockBOT
#

@restive crest Has your question been resolved?

#
Channel closed

Closed by @restive crest

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

wraith barn
#

HI UYS

vale dockBOT
wraith barn
#

whats 1+1?

#

im preschooler

merry crystal
#

,w 1+1

merry crystal
#

something like that

wraith barn
#

ok

#

2

#

thanks

merry crystal
#

no problem

spring jackal
#

$1 + 1 \equiv 0 \pmod 2$ actually

rocky lotusBOT
#

haseeb

spring jackal
vale dockBOT
#

@wraith barn Has your question been resolved?

#
Channel closed

Closed by @wraith barn

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

winter crater
#

Could someone help me figure out what I'm doing wrong? The assignment specifically asks for induction, and a,h are positive reals

wild linden
#

,rccw

rocky lotusBOT
wild linden
#

@winter crater you messed up the inequality

winter crater
#

Where?

wild linden
#

You are doing a + ka^(k-1) h

#

Everywhere

#

It should be a^k

winter crater
#

In the case of k+1?

wild linden
#

@winter crater ^

#

All of the circled a terms need an exponent (except the top one)

winter crater
#

I see, thank you. I'll take another crack myself in the morning 🤦

wild linden
#

Well, technically also the second one doesn't need one. Because it's a^1 but that's probably what messed you up

winter crater
#

Yeah, I think I was looking at that a instead of the one in the statement

vale dockBOT
#

@winter crater Has your question been resolved?

#
Channel closed

Closed by @winter crater

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

magic sentinel
#

How Do I do part ii)

vale dockBOT
wraith heart
#

Yea

magic sentinel
#

how do I do it without coz the test aint give me one

#

also, do I use x = 9 or x = 8.5

wraith heart
#

Oh no sorry not z table

#

I read z score

#

z = (x-mu)/sigma

magic sentinel
#

but how can I find all those given that n is not found

#

They go on to form a quadratic from this

#

i understand mu and sigma, but how did they -0.4. Also for normal approx, shouldnt we use continuity correction

#

@wraith heart do you calculoate z score from calculator stat function or smthn

magic sentinel
vale dockBOT
#

@magic sentinel Has your question been resolved?

gilded barn
#

do u know how to use a standard normal table?

magic sentinel
#

ik how to read one

#

but i wouldnt have access to one during an exam

#

How did they calculate the z score

#

to be -4

#

without on

magic sentinel
#

Can someone explain how they got -0.4 as the z score

mystic harness
#

You will be given a chart or calc on your exam

magic sentinel
#

if they didnt have table

mystic harness
#

Or, they'll give you a few values you need

magic sentinel
#

unless they got on the day itself

mystic harness
#

<@&268886789983436800>

magic sentinel
#

My second question is

#

Why did they not use continuity correction

#

If its normal approximation

#

Should it be 8.5 instead of 9

gilded barn
#

umm

#

why did they not use?

stone aspen
#

not using continuity correction can be excused due to the specification

#

of a LARGE sample space

magic sentinel
#

can i simplify root 0.09 n to 0.3 root n

stone aspen
#

LARGE pool of people, the ±0.5 can be excused (hoeever i do agree it sjouldve been used)

gilded barn
#

ahhh sure excused

stone aspen
#

makes the algebra cleaner

stone aspen
#

as for the z score i once again ask you what calculator you have

#

but tbh inferring from the fact that it's given to 4dp it's highly highly likely a table was given

magic sentinel
#

it was not given in the paper

#

i assume that that the teachers handed it out not part of the paper

#

hence not shown

gilded barn
#

without table , you have to calculate this yourself

#

$P(Z \le z)=\int_{-\infty}^{z} \frac{1}{\sqrt{2\pi}}e^{-\frac{x^2}{2}}dx$

rocky lotusBOT
#

ćøć„ć»ćƒ¼

stone aspen
#

like formula sheets

#

the question sheet will usually just contain.... questions

magic sentinel
#

in our syllabus, usually given out as part of question

#

like a small relevant portion of the table

stone aspen
#

hmm well is the above integral in your syllabus

magic sentinel
#

im assuming the students did use it but not like within the test paper of formula sheet

magic sentinel
#

our teachers say its a long and complex formula

#

so i assume its not taught

#

anyway most likeley they used formula sheet

#

I got n = 97 with continuity correction

#

thanks guys

#

.close

vale dockBOT
#
Channel closed

Closed by @magic sentinel

Use .reopen if this was a mistake.

vale dockBOT
#
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.
• 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.

stuck night
#

can someone teachme how to solve this ?

vale dockBOT
unreal warren
#

I can try!

#

so, let's begin by seeing what we're doing first.

tidal swift
#

so the boats have rectangular cross-sections

unreal warren
#

this is always something I like to do, just break down the question

tidal swift
#

sketch them on your diagram. what do they look like?

unreal warren
#

yumi wake up...

stuck night
#

im here

#

im awake :>

unreal warren
stuck night
#

thanks in advance

unreal warren
#

so breaking down the question:

stuck night
#

mhmhm

#

im following

tidal swift
#

have you tried sketching the boat on the diagram?

stuck night
#

not yet

tidal swift
#

give it a shot

stuck night
#

but i visuallized

#

okay

tidal swift
#

what does it remind you of?

#

what is the line that the bottom of the boat makes called (as a part of the circle)?

unreal warren
#

main question: if waterway is filled with 4.5 ft of water underground, what is the max width the boats can be?

#

oh nvm

#

seia is probably smarter than me 😭

tidal swift
#

nono

#

the whole cross-section is a semicircle

#

here, let me draw it for you

stuck night
#

okay im bad this ;-;

tidal swift
#

pardon my shitty drawing

#

what's that ? marked line called?

stuck night
#

uhh

tidal swift
#

(the corners of that line touch the semicircle. sorry for poor drawing)

stuck night
#

i knoiw that but i forgot tyhe name.. QnQ

cloud coral
#

secant?

tidal swift
#

it's not a secant

#

it doesn't extend past the semicircle

#

calling that a secant implies the boat can puncture the waterway

tidal swift
stuck night
#

🄺 it went over my head

tidal swift
#

aye anyway

stuck night
#

kinda liek this

tidal swift
#

yep, correct. but now we don't have the angle. but we do have the radius

stuck night
#

yes