#help-49

1 messages Β· Page 6 of 1

midnight plankBOT
#
Channel closed

Closed by @pastel surge

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.

sudden halo
#

so; I want to solve tst.
I'm thinking I can use djikstra's algorithm if I can get a hamiltonian graph of neurolinks, hatch positional, and unrelated position of the unpicked 2.

how should I weight the hatch vertices of a path?
https://algorithms.discrete.ma.tum.de/graph-algorithms/spp-dijkstra/index_en.html

for combinatorics, there's 20 combinations per this; excluding the 2, and 56 combinations including it.
https://www.calculator.net/permutation-and-combination-calculator.html?cnv=6&crv=3&x=39&y=14

if you're unfamiliar with the mechanic, step 38 - 42.
https://ff14.toolboxgaming.space/?id=577833117590361&preview=1#38

midnight plankBOT
#

@sudden halo Has your question been resolved?

sudden halo
#

I think this covers it?

midnight plankBOT
#

@sudden halo Has your question been resolved?

stable nexus
#

?

midnight plankBOT
#

@sudden halo Has your question been resolved?

midnight plankBOT
#

@sudden halo Has your question been resolved?

midnight plankBOT
#

@sudden halo Has your question been resolved?

midnight plankBOT
#

@sudden halo Has your question been resolved?

barren estuary
#

yo can i use this now

rough birch
#

.close

midnight plankBOT
#
Channel closed

Closed by @rough birch

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.

summer hearth
#

What is the shortest way to describe this?

(y+1)*(x-1)+x

summer hearth
#

I think this can be easier expressed.

keen herald
#

yx + 2x - y - 1

#

Not sure if that's shorter though

summer hearth
#

It is longer.

keen herald
#

x(y+2) - y - 1

next rover
#

is this for code golf?

summer hearth
#

Code golf?

#

What is this?

next rover
#

you don;t often see wanting to make a short expression shorter outside of code golf

summer hearth
#

You are defining code golf with code golf.

next rover
#

it's when people compete who can make the program shortest

summer hearth
#

Ah.

#

No I wonder about math, that is all-

summer hearth
keen herald
#

xy + 2x - y - 1 has 9 characters

#

That's the shortest I've found in terms of character count

summer hearth
#

Thanks. Felt like I am missing something. Looks like binomial.

keen herald
#

xy+2x-y-1 has fewer characters but I like the look of x(y+2)-y-1

#

Really up to you

summer hearth
#

Thanks.

#

.close

midnight plankBOT
#
Channel closed

Closed by @summer hearth

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.

last slate
#

Hi

midnight plankBOT
muted steeple
#

Hi

#

Do you have a question to ask?

last slate
#

I dont really understand how to get this result

grizzled blade
#

Huh

last slate
#

Why does the a or (1-a) stay the same, and what exaxtly happened to the lnX

grizzled blade
#

lnx to 1/x is e^-(ln(x))

#

So a should change too

#

,w e^-ln(x)

last slate
#

ln(x) turns into 1/x doesnt it

grizzled blade
#

Yes

last slate
#

Is the lnX i sent the same as ln(x)

grizzled blade
#

Idk I guess so

#

You need to know

last slate
#

And the X in 1/x is the X thats in front of the ln ?

grizzled blade
#

Yes

last slate
#

I mean in the lnY example, it turns into 1/Y

grizzled blade
#

Yes

last slate
#

So i wonder why the 1-a stays

#

Is it a factor ?

#

I thought it would be removed or something

grizzled blade
#

$\vec{\rightarrow} = e^{-\ln (x)}$

last slate
#

Im not sure what the matter is with the e to be honest

grizzled blade
#

How do u turn lnx to 1/x?

#

Omg

last slate
#

Dont we just do the derivative thing

grizzled blade
#

You're doing derivatives-_-

#

You're derivating by x, so a is a constant

last slate
#

I just have a sheet that says ln(x) = 1/x , there is no e there

grizzled blade
#

f(x)=ag(x)
f'(x)=a
g'(x)
Here is g(x)=lnx

last slate
#

When derivating, dont constants get dropped ?

grizzled blade
#

No

#

Not if the constant is multipied by the variablr

#

f(x)=5+x
f'(x)=1

#

5 gets dropped here coz it's not mulitpied by the variable

#

f(x)=5x
f'(x)=5

#

f''(x)=0

last slate
#

I seeeee!!! πŸ‘πŸ»πŸ‘πŸ» thank you:)

May i then ask you what would happen if it was

ln 10 ?
Would it turn into 1/10 ?

grizzled blade
#

It's a constant

last slate
#

Like instead of lnX -> 1/X

grizzled blade
#

,w derivative of ln(5x)

last slate
#

Its always 1/x ? Or does the x stand for something

grizzled blade
#

if it's just x then 1/x

#

If it's a function like ln(f(x))

#

U need to use chain rule

#

ln(f(x))'=1/f(x) * f'(x)

last slate
#

Oh wow

#

Its getting difficult

grizzled blade
#

Try the derivative of ln(argsinh(e^sinx)) as simple exercise

last slate
#

NervousSweat i dont even know what argsinh means πŸ˜”

grizzled blade
#

Inverse hyperbolicus of sinus

#

,w plot argsinhx

last slate
#

I never heard of that before

#

😿i just know sin(x)

grizzled blade
#

Try derivative of ln(sin(x))

#

It's 10 times harder tho

#

,w plot ln(argsinh(e^sinx))

grizzled blade
#

I call it the Bunny-ears function

last slate
grizzled blade
#

No

last slate
#

1/cos(x) ?

#

πŸ˜”

grizzled blade
#

,w derivative of ln(sin(x))

grizzled blade
#

Sinx is a function

#

Use chain rule

last slate
#

May i ask how you notice that you have to use the chain rule when seeing ln(sin(x)) ?

grizzled blade
#

Because sinx is a function

#

ln(f(x))

last slate
#

I need a monute to think

#

Is this wrong

grizzled blade
#

No

last slate
#

Is there anything else i could do or is it solved already ?

grizzled blade
#

Solved

last slate
#

Thank you

#

.close

midnight plankBOT
#
Channel closed

Closed by @marsh basin

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.

tropic cradle
#

did I do this right?

midnight plankBOT
#

@tropic cradle Has your question been resolved?

tropic cradle
#

?

tropic cradle
#

<@&286206848099549185>

tropic cradle
#

?

#

<@&286206848099549185>

#

?

random linden
#

hmm

#

ok sorry idk, wait for someone else

midnight plankBOT
#

@tropic cradle Has your question been resolved?

midnight plankBOT
#

@tropic cradle Has your question been resolved?

tropic cradle
#

<@&286206848099549185>

tropic cradle
#

?

last slate
#

bro what is this goofy ahh problem

#

πŸ’€

#

sorry man, I have no idea what this is

tropic cradle
#

thats what im saying

#

problem is goofy asf

peak thunder
#

Uhmmm

peak thunder
#

,w solve x2 sin(x/3) = 2

tropic cradle
#

.close

midnight plankBOT
#
Channel closed

Closed by @tropic cradle

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.

daring shard
#

need help with finding the crit numbers

midnight plankBOT
daring shard
#

after i derived i got stuck with x 1/2(1-x)^1/2=0

midnight plankBOT
#

@daring shard Has your question been resolved?

daring shard
#

.close

midnight plankBOT
#
Channel closed

Closed by @daring shard

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.

round prism
#

Would like help completing this, don't know how to proceed

$O(n^{3})\neq 19n^{2}+63n-22$ means that,\

$19n^{2}+63n-22 \eqslantless C \times n^{3}$, or:\

$0 \eqslantless C \times n^{3} - 19n^{2}+63n-22$, use c =1 prove that $n^{3} - 19n^{2}+63n-22$ is increasing, find with derivative.\

$\frac{df}{dn} =19n^{2}+63n-22 = \frac{d^{2}f}{d^{2}n}=38n+63$

grand pondBOT
#

Nurech

midnight plankBOT
#

@round prism Has your question been resolved?

midnight plankBOT
#

@round prism Has your question been resolved?

midnight plankBOT
#

@round prism Has your question been resolved?

round prism
#

<@&286206848099549185>

midnight plankBOT
#

@round prism Has your question been resolved?

midnight plankBOT
#

@round prism Has your question been resolved?

midnight plankBOT
#

@round prism Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

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.
β€’ 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.

ebon mica
#

if this was a right triangle with angle 38 and the hypotenuse's length as 5, would side length x be equal to 5(sin 38)?

junior flower
#

be careful with degrees and sin, but yep haha

ebon mica
#

and then y would be equal to 5(cos 38)

#

degrees

junior flower
#

yep πŸ™‚

ebon mica
#

alright thanks

#

just wanted to make sure

#

.close

midnight plankBOT
#
Channel closed

Closed by @ebon mica

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.
β€’ 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 tapir
#

hey

midnight plankBOT
stuck tapir
#

so I need help with physics

willow ruin
#

in a maths discord server?

stuck tapir
#

physics relies heavily on math

#

just asking. If there are none ill close

#

acceleration specifically

#

anyone have physics knowledge?

halcyon trellis
#

Just post your question

white sluice
#

where is ur the question

stuck tapir
#

alr

#

Im guessing that 2.55 and 3.8 are the times but I cant find anything else

jagged saffron
#

look at the coefficient in front of the xΒ² to calculate the acceleration

stuck tapir
#

yeah thats where I got the time

#

but I need another variable for distance to find acceleration

jagged saffron
#

2.55 = 1/2*a

stuck tapir
#

.close

midnight plankBOT
#
Channel closed

Closed by @stuck tapir

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.
β€’ 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.

midnight plankBOT
#

@stable halo Has your question been resolved?

winter swift
#

$0 \le x\le 1$

grand pondBOT
#

Mehdi_Moulati

stable halo
#

Yea

winter swift
#

$0 \le x^{k+1}\le 1$

grand pondBOT
#

Mehdi_Moulati

stable halo
#

why x^k + 1

#

why not the denom ?

winter swift
#

step by step

#

im trying to reach your serie

stable halo
#

Okoi

winter swift
#

$\frac{0}{k(k+1)}\le \frac{x^{k+1}}{k(k+1)}\le \frac{1}{k(k+1)}$

grand pondBOT
#

Mehdi_Moulati

winter swift
#

$0 \le \frac{x^{k+1}}{k(k+1)}\le \frac{1}{k(k+1)}$

stable halo
#

yea

#

that makes sense

grand pondBOT
#

Mehdi_Moulati

stable halo
#

Oki

winter swift
#

and we know that :
$\sum_{k=1}^n \frac{1}{k(k+1) }= 1 - \frac{1}{n-1}$

grand pondBOT
#

Mehdi_Moulati

stable halo
#

NOW

#

how

winter swift
#

if i still remember

stable halo
#

do we know that

winter swift
#

we can proof it by induction

stable halo
#

can u prove it

#

that

#

1 / k(k + 1) = 1 - 1 /n -1

winter swift
stable halo
winter swift
#

the induction is :
we suppose that [\sum_{k=1}^{n} \frac{1}{k(k+1)} = 1 - \frac{1}{n+1}] is true and we try to prove that
[\sum_{k=1}^{n+1} \frac{1}{k(k+1)} = 1 - \frac{1}{(n+1)+1}] is also true

grand pondBOT
#

Mehdi_Moulati

stable halo
#

isnt that just 1 - 1 / n

winter swift
#

A proof by induction consists of two cases.

  • The first, the base case, proves the statement for n = 0 without assuming any knowledge of other cases.
  • The second case, the induction step, proves that if the statement holds for any given case n = k, then it must also hold for the next case n = k + 1.

These two steps establish that the statement holds for every natural number n. The base case does not necessarily begin with n = 0, but often with n = 1, and possibly with any fixed natural number n = N, establishing the truth of the statement for all natural numbers n β‰₯ N.

stable halo
#

ahhh

#

so like we says its true for n, must be true for n + 1, so therefore is true for all values of n + i where i is any value

stable halo
#

but

#

like

#

how did one orignally come up with

#

1 - 1 / n -1

winter swift
#

i made a mistake
$\sum_{k=1}^n \frac{1}{k(k+1) }= 1 - \frac{1}{n+1}$

grand pondBOT
#

Mehdi_Moulati

winter swift
#

it's 1 - 1/(n+1)

#

for n = 1 : the sum equal to 1/2
for n = 2: the sum equal to 2/3
for n = 3: the sum equal to 3/4

stable halo
#

Yea

#

but like

#

how does one come up with that

#

OH

winter swift
#

1/2 = 1 - 1/2
2/3 = 1- 1/(2+1)
3/4 = 1- 1/(3+1)

stable halo
#

OH

#

No i understanbd

#

wtf

#

that smart

#

so am i supposed to do something like that for mine

#

right?>

winter swift
#

you just need to prove this
$\sum_{k=1}^n \frac{1}{k(k+1) }= 1 - \frac{1}{n+1}$

grand pondBOT
#

Mehdi_Moulati

winter swift
#

to use it in your problem

#

when n = infinity

stable halo
#

so i cna literlaly do it

#

by putting in numbers

#

and looking at it

winter swift
#

if we prove that the sum is bounded then its' converge

stable halo
#

Yea

#

so do we basically prove 1 - 1 / n + 1 has a limit?

winter swift
#

to prove 1-1/(n+1) we will use the induction

stable halo
#

can we not just

#

prove it has a limit

winter swift
stable halo
#

.close

midnight plankBOT
#
Channel closed

Closed by @stable halo

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.

proven nest
#

Could someone please explain how there can be multiple triangles in the Ambiguous case in the Law of Sines? Thanks

midnight plankBOT
#

@proven nest Has your question been resolved?

midnight plankBOT
#

@proven nest Has your question been resolved?

midnight plankBOT
#

@proven nest Has your question been resolved?

proven nest
#

same measurements

foggy cave
#

the angles are different

#

they are neither similar nor congruent

proven nest
#

how do you find the multiple triangles

#

from one set of values

foggy cave
proven nest
#

thank u

analog pebble
proven nest
analog pebble
#

type .close

proven nest
#

.close

midnight plankBOT
#
Channel closed

Closed by @proven nest

Use .reopen if this was a mistake.

proven nest
#

thank

#

u

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.
β€’ 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.

rain locust
midnight plankBOT
rain locust
#

can someone explain those coordinates on the unit circle please please?

#

for example on the top left, there's -1/2 and sqrt of 3 /2

#

is sqrt of 3/2 for sin?

ebon sky
#

they’re the x and y coordinates of the point

muted iris
#

(x, y) is now (cos, sin)

#

when y is √3/2 then that's ur sine

#

so if it's like HEY what's the sine of 2Ο€/3 or something u go over there and ur like hmm what's the y value

#

and then √3/2 is ur answer

midnight plankBOT
#

@rain locust Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

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.
β€’ 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.

kindred token
#

How to do this?

midnight plankBOT
#

@kindred token 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.
β€’ 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.

midnight plankBOT
#

@proven hemlock Has your question been resolved?

tender ocean
#

it might be helpful to annotate the diagram

#

do you know law of sines?

#

the only way ive been able to see is using it but im probably just missing something

#

maybe make 2 right triangles? by drawing a line perpendicular to SB that hits A

#

not entirely sure, but sometimes doing stuff like that helps

#

oh, it does help

#

this is a really clever question

#

call the point where that line you drew intersects SB "C"

#

what is the angle CAB?

#

so what do you notice about these 2 different right triangles?

#

hmm

#

i dont think those really work because you dont have any side lengths

#

updated diagram

#

have you learned about similar triangles?

#

there are two triangles in this diagram with the same angles

#

well, here we can use AB= 2 * AS

#

yea its a really tricky problem

#

well, the hypotenuse of Ξ”ABC is twice the hypotenuse of Ξ”SAC

#

the sides of Ξ”ABC must be twice as long as their counterparts in Ξ”SAC

#

sure, but we know that the longer leg of the smaller triangle (AC) is equal to the shorter leg of the bigger triangle (also AC)

#

non-hypotenuse side

#

aha, but we do

#

hang on, are you sure you marked your angles correctly?

#

theres no way that AB can be bigger than AS

#

well, either way, i have to go

#

i would look at your angles again, either way i think its going to be the same similar triangle trick

#

my general tip would be to first mark down everything you know, then give everything you dont know a name/variable, and annotate those

#

so you can see certain places where things overlap

midnight plankBOT
#

@proven hemlock 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.
β€’ 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.

raven flax
#

hi

midnight plankBOT
raven flax
#

I have an integral of e^(-pi*x^2)

#

and I know that integral of e^(-x^2) is sqrt of pi

#

how do I procceed?

#

thank you

#

I got it,for anyone interested you just need to choose u = sqrt(pi)*x when you make substitution

#

.close

midnight plankBOT
#
Channel closed

Closed by @raven flax

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.

torn smelt
#

Hello!

Soooo vectors.
I'm trying to implement a noclip into my GTA server. It's working fine so far and everything works exactly how I want it. But it's missing the sideways movement.

Basically I want the sideways movement to be controlled by A to go to the left depending on the camera direction and D to got right.

I have no idea how to implement that properly into my math stuff

This is what I have so far:
If you have questions about what the code does at a specific point, just ask.

const pos = localPlayer.position;
const dir = GetGameplayCamDirection();
localPlayer.setCoordsNoOffset(pos.x + dir.x * speed, pos.y + dir.y * speed, pos.z + verticalSpeed + dir.z * speed, false, false, false);

function GetGameplayCamDirection() {
    const heading = mp.game.cam.getGameplayCamRelativeHeading() + localPlayer.getHeading();
    const pitch = mp.game.cam.getGameplayCamRot(0).x;
    let x = -Math.sin(heading * Math.PI / 180.0);
    let y = Math.cos(heading * Math.PI / 180.0);
    let z = Math.sin(pitch * Math.PI / 180.0) 
    let len = Math.sqrt(x * x + y * y + z * z);
    if (len != 0) { x = x / len; y = y / len; z = z / len; }
    return new mp.Vector3(x, y, z);
};
midnight plankBOT
#

@torn smelt Has your question been resolved?

torn smelt
#

.close

midnight plankBOT
#
Channel closed

Closed by @torn smelt

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.

fluid solar
#

Show that if π‘Ž,𝑏, and 𝑛 are integers such that 𝑛β‰₯2 and π‘Žβ‰‘π‘(mod𝑛), then 𝑔𝑐𝑑(π‘Ž,𝑛)=𝑔𝑐𝑑(𝑏,𝑛).

fluid solar
#

I have no idea where to start

lyric charm
#

let d be a common divisor of a and n, show that d is also a common divisor of b and n

#

then do the same but the other way around (or don't because it'll follow automatically - just switch a and b around)

fluid solar
#

so if d divides a and n, then d divided kn, so divides a+kn. So d is a common divisor of a + kn and b

#

if d divides a + kn and b, then d divides kn, so d divides (a+kn)-kn = a

#

wait what did i just show

midnight plankBOT
#

@fluid solar Has your question been resolved?

midnight plankBOT
#

@fluid solar 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.
β€’ 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.

slender flame
midnight plankBOT
slender flame
#

please someone help this assignment due tmr

#

and its 12:00

warm magnet
#

Add 4r to both sides

slender flame
#

31r = 9r?

#

is that what u tryna say?

snow iron
#

Add 4r to both sides to cancel out -4r, then divide 27 by 9 to isolate R . X=3

scarlet snow
#

bro solved for X which wasn't even in the equation

snow iron
#

Mb R=3

#

Haha

slender flame
#

its fine

#

thanks for the help

tired shadow
snow iron
#

that’s the method that helps me understand concepts the best

#

By seeing all the steps then asking questions about said steps

snow iron
tired shadow
#

That's not how we operate, however

scarlet snow
# snow iron that’s the method that helps me understand concepts the best

this may be true but we don't specialise to help you we need to help anyone that's comes to the server, and a lot of the time people will be satisfied if you just solve the question for them and produce an answer even if they dont understand the intermediate steps, they may not even try to understand them. Rather to truly help them we explain the steps to make them understand each one and slowly solve the question themselves, I personally ask specific questions to try and make what they are missing "click"

slender flame
#

i understood it guys

#

chill

slender flame
#

can yall help me with this

snow iron
#

I was just scrolling through the text channels while I was waiting and saw this one without someone helping on it so I just did it

slender flame
#

what does x equal

snow iron
#

you want to isolate X

#

that’s in the fraction

scarlet snow
slender flame
#

i js dont get how to work it out

#

if it was only x and not 4x

#

i could do it

#

but its 4x so

snow iron
#

A fraction can be compared to division where it’s the numerator being divided by the denominator

#

you can start there what do you see about the fraction that could help you get x on its own

slender flame
#

ok i got it it was 6

midnight plankBOT
#

@slender flame Has your question been resolved?

midnight plankBOT
#
Channel closed

Closed due to timeout

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.
β€’ 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.

wintry cave
#

How to factor x^4 - x^2 + 1

midnight plankBOT
tired shadow
wintry cave
#

I tried completing the square

#

But it didn't work

tired shadow
#

Notice that x⁴ = (x²)²

#

So you have (xΒ²)Β² - xΒ² + 1

#

How can you rewrite this as a quadratic

wintry cave
#

(x^2 - 1/2)^2 + 3/4

tired shadow
#

No

#

That's not factoring

wintry cave
#

Ik

tired shadow
#

Notice, if we do the substitution xΒ² = y, we get yΒ² - y + 1

wintry cave
#

Then?

tired shadow
#

Can you factor yΒ² - y + 1

wintry cave
#

Nope it has no roots in R

tired shadow
#

Ah shit

#

x⁴ - x² + 1 can't be factored

wintry cave
#

Then why my teacher asked me to factor it ? πŸ˜…

runic hamlet
#

well depends on the field

#

every polynomial over R can be factored into a product of quadratics and linear terms

runic hamlet
#

completely factor over C and then multiply conjugate pairs

wintry cave
#

Ohhh got itt

#

Thnx bro

runic hamlet
#

or set up (x^2+ax+b)(x^2+cx+d) and then compare coefficients

#

or you can even do something here as a geometric sum

wintry cave
#

I'll just find complex roots

#

It's easier

wintry cave
#

.close

midnight plankBOT
#
Channel closed

Closed by @wintry cave

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.

pure lagoon
#

i got kind of stuck on this question

midnight plankBOT
pure lagoon
#

you cant really multiply the 2 so does that mean the orthagonal projection doesnt exist?

jagged saffron
#

Why have you taken a fraction and put it into a vector

pure lagoon
#

ohhh shit that was a mistake

#

ok i was supposed to scale it by the fraction

#

thanks

midnight plankBOT
#

@pure lagoon 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.
β€’ 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.

gentle wolf
midnight plankBOT
gentle wolf
#

Can anyone help me figure out M1 ^-1, M2 ^-2 and M3 ^-3 with euclidean algorithm?

midnight plankBOT
#

@gentle wolf Has your question been resolved?

midnight plankBOT
#

@gentle wolf Has your question been resolved?

midnight plankBOT
#

@gentle wolf Has your question been resolved?

gentle wolf
#

sadge

midnight plankBOT
#

@gentle wolf 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.
β€’ 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.

gentle wolf
midnight plankBOT
gentle wolf
#

How does 6 and 7 become 1 and 2?

hard umbra
#

mod 5

#

6 = 5 + 1, 7 = 5 + 2

gentle wolf
#

ty

#

I am told to continue by multiplying by 3 on each side

#

I cant seem to figure out why

#

is it to make the "rest" 1?

#

.close

midnight plankBOT
#
Channel closed

Closed by @gentle wolf

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.
β€’ After 15 minutes, feel free to ping <@&286206848099549185>.
β€’ Type the command .close to free the channel when you're done.
β€’ Be polite and have a nice day!

Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.

#

Please don't occupy multiple help channels.

glossy garnet
#

.close

midnight plankBOT
#
Channel closed

Closed by @glossy garnet

Use .reopen if this was a mistake.

glossy garnet
#

yes you already have an open channel

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.
β€’ 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 igloo
#

Help pls

midnight plankBOT
strong sonnet
surreal marlin
#

Anything

restive igloo
#

what are you planning on using?

strong sonnet
#

but if you are not in that field, there must be some smart solution too

restive igloo
strong sonnet
restive igloo
#

they say add the sum of the digits and that should be the next prime

#

11 + 2 = 13

strong sonnet
#

yes

restive igloo
#

13 + 4 = 17

#

but they have something else

#

the same is for the m pointer primes

midnight plankBOT
#

@restive igloo Has your question been resolved?

midnight plankBOT
#

@restive igloo Has your question been resolved?

midnight plankBOT
#

@restive igloo 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.
β€’ 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.

bold night
#

Let $f_n(x) = \frac{nx}{1+n^2x^2}$ for $x\in[a,1]$ where a is fixed in (0,1). Is this uniformly convergent?

grand pondBOT
#

todadqa

midnight plankBOT
#

@bold night Has your question been resolved?

fallow scarab
#

use the definition of uniformly convergent

bold night
#

? in what way?

fallow scarab
#

i can't think of how to use the definition incorrectly

#

try it and share your attempt

bold night
#

so i want to show that for all x

#

$\abs{\frac{nx}{1+n^2x^2}} \leq$

grand pondBOT
#

todadqa

bold night
#

something

#

where does the a even come into play

fallow scarab
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.
β€’ 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 quiver
#

Does anyone here know how to tackle similarities in triangles?

twin basin
midnight plankBOT
#

@restive quiver 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.
β€’ 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.

brave bane
#

i feel really stupid for asking this but i am not sure what to do with the 2x. I need to find X

warm magnet
#

What kind of polygon is that

#

Identify that first

#

Then use the interior angle sum formula

brave bane
#

Heptagon, 900

warm magnet
#

So the sum of all those angles gotta add up to 900

brave bane
#

mhm! i understand that, im just not sure where to put the 2x in the equation

warm magnet
#

Legit just add them up

#

160 + 2x + 125 + 110 + 112 + 147 + x = 900

#

Combine like terms

brave bane
#

would my equation be 3x+654=900?

#

my brain deflates everytime i ask a question dear god

midnight plankBOT
#

@brave bane Has your question been resolved?

brave bane
#

well if we’re going with that, would my answer be 3x=246?

brave bane
#

aw sweet

#

.close

midnight plankBOT
#
Channel closed

Closed by @brave bane

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.

midnight plankBOT
gloomy fiber
#

oh

#

he's prob gonna teach you tmrw

#

nvm

midnight plankBOT
#
Channel closed

Closed by @halcyon plume

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.

split crystal
#

help pls any one

midnight plankBOT
warm magnet
#

Well you know the height

#

And you can get the radius

muted iris
#

And the diameter is j double the radius

#

So

warm magnet
#

The radius is just half of the diameter

muted iris
#

(Ο€(12/2)Β² * 5)/3

warm magnet
#

But also "use 3 for Ο€" πŸ’€ they got real lazy

muted iris
split crystal
#

steps to slove

#

some reason i can slove a sphere and cylinder but not a cone

warm magnet
#

The volume of a cone is the volume of a cylinder divided by 3

#

If you don't know how to divide by 3 then idk man

split crystal
#

i kown how divide

muted iris
#

Just plug the stuff into the formula

split crystal
#

r=12ft then h =5ft right?

fallow scarab
#

12 ft is the diameter

split crystal
#

12 divide by 3 then right?

muted iris
#

No

fallow scarab
#

No

muted iris
#

It's not asking for the diameter in the formula

#

r stands for radius

fallow scarab
#

How does radius relate to diameter?

split crystal
#

idl

#

idk

muted iris
#

Once you have your variables organized plug them into the equation

warm magnet
#

bruh

muted iris
#

lula what is a radius

warm magnet
#

Man I really sure hope

split crystal
fallow scarab
split crystal
#

240 is my answer right?

fallow scarab
fallow scarab
muted iris
#

No

#

Show your work

split crystal
fallow scarab
muted iris
#

Um

#

What

#

This doesn't follow the formula

fallow scarab
muted iris
split crystal
#

which one

muted iris
#

the one we just replied to

fallow scarab
# split crystal idk

If you don't know, don't keep calculating. Stop and and read what people are telling you

muted iris
#

ok ur math isn't following the formula you've been given

#

this isn't how u calculate it

split crystal
#

ok

muted iris
#

tell me

#

What is the formual

#

formula

split crystal
#

pie r^2h/3

muted iris
#

okay

#

Whats the height

split crystal
#

5

muted iris
#

What's the radius

split crystal
#

12

muted iris
#

No

#

Thats the diameter

#

The radius is half whatever the diameter is

#

The diameter is the distance across the face of the circle

split crystal
#

6 then

muted iris
#

The radius is the distance from the middle of the circle to the edge of the circle

#

Yes

#

So

#

Plug them into your formula now

#

Don't calculate it yet

#

We're going one step at a time

split crystal
#

pie (6)^2 (5)/3

muted iris
#

you forgot the divided by 3 thing

fallow scarab
#

Missing the /3

#

And have an extra e

muted iris
#

also it says use 3 instead of pi because your teachers r lazy

muted iris
#

so now calculate that

#

(3 * 36 * 5)/3

fallow scarab
muted iris
#

o lmao

#

I didn't notice

split crystal
#

180

muted iris
#

yep

#

there u go

split crystal
#

ooh okay

#

i have this other question that a cone can i slove it you check it if its fine with u?

muted iris
#

ight

split crystal
#

i got for my answer is 40

warm magnet
#

If you replace pi with 3, yeah

#

Well no

#

Well yes

#

I can't math

#

Yes

split crystal
#

so am right?

fallow scarab
#

Yes

split crystal
#

yaya

#

i have a question

#

how the heck we do this

#

if it two

#

????????????

fallow scarab
#

Calculate the two volumes separately then add them together

muted iris
#

Are you sure about that

split crystal
#

how you do the rectangluar prism ?

muted iris
#

Nvm.im braindead don't listen to me

#

Rectangular prism is like

#

Length times width times height

#

So it's 6 * 6 * 10

split crystal
#

so the rectangular all we do is just times it

muted iris
#

whag

#

Ye

split crystal
#

i i had got 962 as my answer

#

wait no

#

606

fallow scarab
fallow scarab
split crystal
#

okay then

#

give me min

#

for the rectangular prims i got 360

fallow scarab
muted iris
#

but im sus of ur cylinder

split crystal
#

and the cylinder i did was. v=(4)^2 (12) the multiply the 4^2 like this 4x4=16 and the 12 stay the same into i did was 16x12= 192 x 3=576 and add it with 360

#

i try to explain

muted iris
#

bro whag

#

j show me ur equation

fallow scarab
muted iris
#

u squared the diameter instead of squaring the radius

split crystal
#

bruh

#

am so dumb

#

.close

midnight plankBOT
#
Channel closed

Closed by @split crystal

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.
β€’ 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.

knotty viper
#

Hi all! I'm trying to prove the following, and I'm not certain where to start or whether I'm over-complicating this:

for k, n, m in Z, k mod m = k mod n mod m iff m | n

I feel like I could use some operations on the ring of integers modulo n and m to solve this, but I haven't been able to get anywhere.

I was thinking that by working with homomorphisms from Z -> Z/mZ and Z -> Z/nZ * Z/nZ -> Z/mZ, I could somehow prove that these are equivalent. This feels like I could use some aspect of of the CRT, but I'm at a bit of an impasse. Does anyone have any pointers for the best approach here, or another approach altogether?

Thanks in advance!

runic hamlet
#

I would just start by writing k=qm+r and k=tn+p and then p=lm+s and then try something with those

midnight plankBOT
#

@knotty viper Has your question been resolved?

knotty viper
#

Sure, we can reduce this as follows:

k=qm+r
k=tn+lm+s

qm+r=tn+lm+s

We want to prove that r=s, but I'm not sure how to derive any sort of relationship between qm and tn+lm

#

In particular, I don't see how we can assert any sort of meaningful relationship between q, t, and l

runic hamlet
#

wait is the claim even true?

#

like if m, n > k then each side evaluates to k anyway

knotty viper
#

Oh you're totally right

#

In that case, let me rephrase:

for k, n, m in Z, m | n -> k mod m = k mod n mod m

#

I believe that this claim should be true

runic hamlet
#

well that follows easily from what you wrote down

#

write n=hm and then use that division with remainder is unique

knotty viper
#

Apologies, I'm still a bit fresh with formal definitions of euclidean division

(q-th-l)m = s-r

Are you saying that because we know that s < m, r < m, we can find that -m < (s-r) < m, which means that the only possible whole-number value for (q-th-l) is 0, which means that s-r=0, which means that s = r?

runic hamlet
#

a bit long

#

qm+r = (th+l)m+s

#

those are both divisions by m and 0<= r,s < m, so they are the same

#

so q=th+l and r=s

#

but I guess in the end that boils down to your argument

knotty viper
#

To clarify, what do you mean by "those are both divisions by m"?

runic hamlet
#

yeah that wasn't great wording

#

I just meant on each side it's the form something*m + remainder

knotty viper
#

Ah gotcha, that makes sense

#

The crux of this is that rewriting n=hm is only valid under integers if m | n, correct?

runic hamlet
#

well that's the definition of what m|n means

#

m|n iff there exists an integer h with n=hm

knotty viper
#

A follow-up question: if we were to extend this to all real numbers as opposed to just integers, I presume that for k, n, m in R, m | n -> k mod m = k mod n mod m (for some equivalent definition of modulo) would still hold, right?

#

Once we get to qm+r=tn+lm+s, however, the same line of logic would no longer apply

runic hamlet
#

Well you're skipping over the important steps of how you would actually define that stuff

#

Like there is no divisible relation anymore on R

#

Or well not an interesting one

knotty viper
#

D'oh, you're totally right

#

I was still in integer mode and thinking that we could define divisibility if the result is in Z

#

But then we can use the above argument

#

Plus that's not a very meaningful definition of divisibility in R

#

Cool, big thanks for all your help! I really appreciate it πŸ˜„

runic hamlet
#

And nZ is not an ideal anymore in R so taking modulo is probably yikes

#

I guess it's still a normal subgroup

#

So I guess addition still works

#

But multiplication is probably fucked up

knotty viper
#

Yeah makes sense

#

One more follow-up actually: is there a good way to approach this problem from a more abstract algebra-centric lens?

#

Or does that not just make very much sense in this context

runic hamlet
#

Well you would do the same argument just translated as ideals etc

#

Feels like working in Z is nicer tho

#

At least I can't come up with a more abstract way right now

#

Taking repeated modulo is a weird thing tbh

#

Like I'm not even sure if that is well defined if we don't take the (k mod n) to mean the least positive representative in the class k+nZ

knotty viper
#

Gotcha, makes sense

#

Well, thanks again for your help! Much appreciated

#

.close

midnight plankBOT
#
Channel closed

Closed by @knotty viper

Use .reopen if this was a mistake.

runic hamlet
#

You're welcome

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.
β€’ 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.

safe raft
#

What equation Is needed to solve part A?

midnight plankBOT
#

Please don't occupy multiple help channels.

#

@safe raft Has your question been resolved?

#
Channel closed

Closed by @safe raft

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.

safe raft
#

would it be correct to assume that the force is attractive because the directions of the magnetic fields are opposite of these two wires?
i dont understand the equation F = qv x B so I am trying to think of it in another way
therefore, if the current flows were opposite, the magnetic fields would be the same, so then the force would be repulsive?

safe raft
midnight plankBOT
#

@safe raft Has your question been resolved?

#
Channel closed

Closed by @safe raft

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.

snow iron
midnight plankBOT
snow iron
#

I was wondering why the absolute value of -3/2 was used

#

instead of just -3/2

fallow scarab
snow iron
#

oh

#

is that only true for cos

#

or does it work for Sin and Tan aswell

warm magnet
#

Works for sec(x)

fallow scarab
#

try to show something for tan(-x)

snow iron
#

Aha

#

okay thank you

#

I probably missed that in class

#

.close

midnight plankBOT
#
Channel closed

Closed by @snow iron

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.
β€’ 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.

final sonnet
midnight plankBOT
final sonnet
#

Here's what I got so far...

#

I don't know where to go from here

#

Oh wait!

#

I think I can just subtract 1 from the n of the second sum

#

nvm

#

If i subtract 1 from all the n's then it becomes an-1

#

but I don't think we can do that

#

<@&286206848099549185>

#

<@&286206848099549185>

midnight plankBOT
#

@final sonnet Has your question been resolved?

final sonnet
#

<@&286206848099549185>

#

<@&286206848099549185>

#

<@&286206848099549185>

final sonnet
#

<@&286206848099549185>

dry merlin
#

by looking at the coefficients of x^n you should get relationships between a(n-1) and a(n+1)

final sonnet
#

hmmm

#

are you saying I should move one summation to the other side

#

and equate them?

dry merlin
#

not necessarily you can also look at the coefficient of x^n in the zero polynomial

midnight plankBOT
#

@final sonnet Has your question been resolved?

final sonnet
#

.close

midnight plankBOT
#
Channel closed

Closed by @final sonnet

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.
β€’ 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.

willow beacon
#

does anyone know how I would graph this?

midnight plankBOT
dull yoke
#

Review ur multipliers

#

Ur given MPC

#

Remember that tax multiplier is 1 less than spending

willow beacon
dull yoke
#

U don’t know what spending and tax multipliers are?

willow beacon
#

not really no

dull yoke
#
Khan Academy

Learn for free about math, art, computer programming, economics, physics, chemistry, biology, medicine, finance, history, and more. Khan Academy is a nonprofit with the mission of providing a free, world-class education for anyone, anywhere.

willow beacon
#

ok so then how I would graph that then

#

in this situation I believe the increase would be 150 million and the increase in consumption would be 120 million

dull yoke
#

How’d u get that

willow beacon
#

I googled it πŸ’€

#

so I think it would be a aggregate demand that shifts right

dull yoke
#

Read the link then come back

willow beacon
#

alright

#

I got it now

#

.close

midnight plankBOT
#
Channel closed

Closed by @willow beacon

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.

#
Channel closed

Closed by @shut spoke

Use .reopen if this was a mistake.

#

βœ…

#
Channel closed

Closed by @shut spoke

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.

azure kraken
midnight plankBOT
azure kraken
#

Can someone help me with this one

last slate
#

{x + ln(1-x)} / {1 - sqrt(1-x^2)} = [{x + ln(1-x)} / {1 - sqrt(1-x^2)}] * [ {1 + sqrt(1-x^2)} / {1 + sqrt(1-x^2)} ]

azure kraken
#

I tried l,hospital

#

But I get wrong answer

last slate
#

you have to apply l'hospital eventually

azure kraken
#

${x + ln(1-x)} / {1 - sqrt(1-x^2)} = [{x + ln(1-x)} / {1 - sqrt(1-x^2)}] * [ {1 + sqrt(1-x^2)} / {1 + sqrt(1-x^2)}$

grand pondBOT
#

Yousssef

last slate
#

basically mulitply both numerator and denominator with (1 + sqrt(1-x^2))

azure kraken
#

I did like that

#

But I get -1/2

#

The answer should be -1

last slate
#

[{x + ln(1-x)} / x^2] * [1 + sqrt(1-x^2)]

#

you will end up with this

#

the right side is 2 basically when limit x -> 0

#

we need to calculate for the left side

#

now ln(1-x) = -x - (x^2)/2 - (x^3) / 3 - (x^4) / 4 - ...

#

hence x+ln(1-x) = -(x^2) / 2 - (x^3)/3 - (x^4)/4 - (x^5)/5- ...

azure kraken
last slate
#

dividing by x^2 and then taking limit x->0 we have final limit to be -1/2 - 0 - 0 - .. = -1/2

#

hence -1/2 * 2 = -1

last slate
azure kraken
#

I don’t see how it’s gonna be 2

#

,rotate

grand pondBOT
last slate
#

put x = 0 there

azure kraken
last slate
#

my method is different..

azure kraken
#

Oh

#

Didn’t you use l,hospital rule?

last slate
#

whenever there are roots at the denominator try to remove that

#

that's how I approach most of this problems and they do workout well evetually

azure kraken
#

How do I remove the roots?

#

The roots

#

Sorry

last slate
#

it's simple

#

1/{a - sqrt(b)} = {a+sqrt(b)} / {(a+sqrt(b)) * (a - sqrt(b))} = (a + sqrt(b)) / (a^2 - b)

#

were you able to understand the above which I wrote just now?

azure kraken
#

Yeah I think I understood it

last slate
#

so now think about how you would proceed to do the same for 1/{1 - sqrt(1-x^2)}

azure kraken
#

So u took the conjugate

midnight plankBOT
#

@azure kraken 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.
β€’ 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.

#

@tidal gull Has your question been resolved?

fallow scarab
#

depends on your bounds. try a change of variables
https://mathworld.wolfram.com/Erf.html

erf(z) is the "error function" encountered in integrating the normal distribution (which is a normalized form of the Gaussian function). It is an entire function defined by erf(z)=2/(sqrt(pi))int_0^ze^(-t^2)dt. (1) Note that some authors (e.g., Whittaker and Watson 1990, p. 341) define erf(z) without the leading factor of 2/sqrt(pi). Erf is ...

#

the important equations are 1, 23, 24

midnight plankBOT
#

@tidal gull Has your question been resolved?

#
Channel closed

Closed by @tidal gull

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.
β€’ 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.

clear gulch
#

I have tried simplifying 125 to 5^3 and 25^x to (5^2)^x
5^2x + 5^3 x 5^2x = 630
5^2x + 5^2x+3 = 630
Thats all I could do I have no idea what to do next since 5 to the power of a number isnt 630

shy mesa
#

@clear gulch

clear gulch
#

Hi

shy mesa
#

Try to think of 2 powers of 5 whose sum is 630

clear gulch
#

o

#

5 and 5^4

shy mesa
#

Yup

clear gulch
#

lemme try and if it works ill close it

#

oh my thanks a lot ❀️

#

.close

midnight plankBOT
#
Channel closed

Closed by @clear gulch

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.

swift frost
midnight plankBOT
swift frost
#

why is the formula for one specific (x1 + x2/2) and the other question have adding the equations completely with distance formula despite both wanting the centre of circle equation

cobalt silo
#

One is the middle point of a segment and the other looks like the intersection of two lines that is the center of a circle

swift frost
#

which one's the intersected

cobalt silo
swift frost
#

so distance formula should be required for intersection graphs but not ones for just a shape

cobalt silo
#

Wdym?

#

You solve systems of equations to find intersections

#

You use the distance formula to calculate distances

swift frost
#

I mean if the circle is passing through

cobalt silo
#

Ah yes

#

The equation of a circle looks like the distance formula because it's defined as the points at fixed distance from the center

swift frost
cobalt silo
#

I'd find the slope of SR and get the line with the same slope that pases through P

#

Same with slope of SP and move it to R

#

Q is the intersection of those two lines

swift frost
#

Wait how do we find the slope

cobalt silo
#

(y2-y1)/(x2-x1)

swift frost
#

Ok thanks

#

.close

midnight plankBOT
#
Channel closed

Closed by @swift frost

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.

knotty plover
#

im kind of stuck on what to do after this point

knotty plover
#

we have to use the method of substitution

#

(if you want the problem more clearly)

#

#7 and #8

glossy pelican
#

What is the doubt

knotty plover
#

Everything tbh

#

im not sure what to do next

#

ik what to do for 7

#

somewhat

#

I just plug in X

#

but for 8 im not sure

#

do I solve even further for it?

glossy pelican
knotty plover
#

but i already have y isolated

#

?

#

<@&286206848099549185>

spiral crater
#

Which question?

knotty plover
#

both of them

#

Im confused on both of them

spiral crater
#

7/8?

knotty plover
#

7 and 8 yeah

spiral crater
#

Well for 7 we can rearrange the top one to be x+3y=6 β€”> x=-3y+6

#

Plug that into the second equation and solve

#

Do you know how to solve by plugging in?

#

5(-3y+6)+6y=12

#

Would you be able to solve for y?

knotty plover
#

yes

spiral crater
#

For question 8 we can rearrange -4x+y=-15 β€”> y=4x-15

knotty plover
#

yeah i did that

#

but where do i go on from there

spiral crater
#

For question 7 or 8?

knotty plover
#

8

spiral crater
#

6x-6(4x-15)=0

#

Solve for x

#

Would u know how to?

knotty plover
#

lI think so

#

ill try rn

spiral crater
#

Aight

knotty plover
#

I got X = -5

#

oh okay

#

and then you plug that into one of the equations

#

the. solve for y

#

get the ordered pairs

spiral crater
#

Mhm

#

There you go, you got it

knotty plover
#

Ohh okay, Thank you so much

spiral crater
#

No problem

knotty plover
#

.close

midnight plankBOT
#
Channel closed

Closed by @knotty plover

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.
β€’ 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.

midnight plankBOT
wet vector
#

how do you solve the last part