#help-23
1 messages · Page 437 of 1
@knotty viper Has your question been resolved?
.close
Closed by @fluid hamlet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
11)b pls
@tawny thorn Has your question been resolved?
are we looking for the variable n in this case?
@tawny thorn Has your question been resolved?
,w 2000 * (1.06^n - 1)/0.06 > 80000
Result:
79985.453351521
21 payments would come just short of 80k
seems so.
And also for the first question I got 16 but answer is 18
i have this feeling that some silly off-by-one bullshit is waiting for us around the corner
😂
hopefully not
u are sure that we are right, right? @quasi bison
Just to make sure I’m not doing anything wrong
@tawny thorn Has your question been resolved?
@tawny thorn Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@gloomy thicket Has your question been resolved?
we want a straight line between all pairs of points
between $(x_i,y_i)$ and $(x_(i+1),y_(i+1))$ the slope is $ \dfrac{y_(i+1)-y_i}{x_(i+1)-x_i}$
Grubinski
now we need to find the vertical and horizontal offset
basically it's the same exercice as finding the equation of the line going through to points
yeahh
uh i dont get the formulae they have though
t in this case is $\frac{x -x_i}{x_{i+1} - x_i}$
shriller44
from this formulae
but like i dont see how they got this t value what does it even mean
like the bottom part is just the difference between any 2 x values right
and its creating a fraction based on x - the initial value
what does x represent though
do you get the formula (1-t)A + tB ?
well yeah its just some scale of how much to use A and B to generate a new point
(1-t)A + tB, so if t = 0.5 its the same value of each
1/2A + 1/2B
yes
i dont see how the other one makes any sense though
so its a function f(x) = y basically
y is the output point we are interpolating the height of okay
based on the fractional distance between 2 values of x or sumn
okay so $(y_{i+1} - y_i)$ is the distance between 2 y vaues
shriller44
so its starting at the initial y coordinate and scaling the distance to the next y coordinate based on the change in x factor
so its like edging up y by a equivalent factor that x changes on the same scale
thats my understanding atm
like if x moves 30% we move the y value up 30% too by multiplying the distance to the new point by 0.3
basically the first one gives you a parameterized description of a line where t is a sort of slider, the second one gives you y as a function of x
but the two are equivalent
yeah it does make more sense now acc i can see that
yeah so t is just how far we haved on x
over the total distance on x
and we plug this scale into ys output
yes
Closed by @gloomy thicket
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi, I have a set X which contains the element 0 and Y which contains the element 1, f : X -> Y maps 0 to 1. If I have another function say g, and now I have sets X which contains the element 0 and set Y which contains the elements 1 and 2, is f: X -> Y the same function or not (both functions map 0 to 1, but the sets are different)?
@fierce stirrup Has your question been resolved?
the answer actually depends on the field of math you're working in, but usually yeah it's called the same function
what you're doing is changing the codomain (the set of outputs the function might have) but keeping the range (outputs it does have) the same
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what is the question asking you to do?
write it as an algebraic sum as simple as possible
like expanding this polynomial?
ah yeah it's asking to expand it
so to multiply those parentheses things you add all the pairs
like 2x*2x + 2x*-1 + 3*2x + 3*-1
that's 4x^2 - 2x + 6x - 3 = 4x^2+4x-3
but there was a 2 in front of all of this, so just multiply every number by 2 to get the answer
it's a -2 and a 6
oh
always put the minus sign with the number
Closed by @slim portal
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How did they get 2.6360 for Q4?
1- z score of inf + z score of a = .62
1-z score of inf-.62 = (a-mu)/std
(1-zscore of inf-.62)* std + mu= a
How do they solve for zscore of -inf?
I think you're overcomplicating it
P(-inf to a) = c to the z-score can be found by the inverse norm formula
tells me the z-score of a is 0.7324
oops I typod' let me fix
ok my bad I took the wrong approach
so erf() gives you the area between -z and z
but we're told -inf to z is 0.62
that means z to inf is 0.38, so we can subtract that 0.38 tail to get the middle area we want
0.62 - 0.38 = 0.24, and that gives the answer they have
also i dont understand why this is subtracted T.T
yeah sorry I'm all over the place uh
you just look up the inverse of 0.62 and that's the z-score
with the z score, how do you get a?
z= (a-mu )/ std?
Ohh I just realized wolfram gave x-values for that input and Probability values for the other site here
Thanks again
@cerulean sparrow Has your question been resolved?
Closed by @cerulean sparrow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How would I apply trig substitution on this?
$$\sqrt{(9-4x^{2})^{3}}$$
$$\sqrt{a^{2}-x^{2}} \to x=asin\theta$$
RESIDGE
@opal surge Has your question been resolved?
Closed by @opal surge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
for this double integral
is this the right region of integration?
looks good
why is this different then?
in that case you'd be integrating the lower triangle, it looks like
wait
yeah
so the bounds for the interior integral should be x/3 to 1
if you see what i mean
it has the same area but the function inside will have different values
it's like
integrating x^2 from 0 to 1
vs integating x^2 from 1 to 2
intervals are the same length, but the values of f(x) are different
Closed by @limpid lichen
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i need help with this question
this is my working out so far
the website said im wrong
and it does not tell u thr right answer
so
idk what i did rong
@scarlet sage Has your question been resolved?
Check your midpoint
How did you find that point?
so like
between the two points
i checked the diff of y and x
so e.g
diff in y between poiints it
10
mid would beb 5
Yup, the midpoint is 5 units from the x coordinate of each end point
ohhhh right
How ever that is not 5
i need to add 5 to the y coordinate of a point
and now you need a slope which is 90° from the original line and goes through the middle point
Well depends on which point you use
Yup
That should fix it
right
I think
👍
Closed by @scarlet sage
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how does this factor out to 1/2(x+2) ?
,rotate
question e btw
@kind beacon Has your question been resolved?
What’s the question prompt?
@dim kiln mapping notation
I can’t see how that would simplify to 1/2(x+2)
The only thing I can think of is factoring out the 2
Such that it becomes 2(2^(1/2x) - 1)
i don’t know either
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
so do i just send a picture of my math problem here or just type it?
whichever is easier to work with
@zinc copper Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I have a question about binomial and monomial math stuff
Like this for example
Theres 4 letters
but its still a binomial right?
because the negative seperates them
yep
@lean otter Has your question been resolved?
Closed by @velvet tusk
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello, i am not sure how to solve for x and y using this, idk how to show my work
@opaque geyser Has your question been resolved?
@opaque geyser Has your question been resolved?
@opaque geyser Has your question been resolved?
Just break it down into pieces
Find out what you can know using pythagorean theorem and repeat
@opaque geyser Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Closed due to the original message being deleted
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.
Closed due to the original message being deleted
My calc Says 1/10 for some reason
because your calc did 1*(1/5) instead of 1+(1/5)
So my answer is right then ?
of course
.close ig
.close
its already closed
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.
could anyone help me with question 8?
Closed by @glacial peak
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone help me with this problem too?
@random oar Has your question been resolved?
@random oar Has your question been resolved?
,w graph ( ( 1/(sqrt(7+x) ) - .25)/(x-9) from 7 to 11
@random oar Has your question been resolved?
Closed by @random oar
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
?
@azure wadi Has your question been resolved?
You use herons formula
i got it alr
@azure wadi Has your question been resolved?
Closed by @azure wadi
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how does one prove that line segment FE is congruent to itself?
@burnt spire Has your question been resolved?
<@&286206848099549185>
What do you notice about the graphs of quadratic functions whose equations are of the form 𝑦 = (𝑥−ℎ)^2
this is not how you're supposed to use this ping
stop
ok sorry
.close
Closed by @burnt spire
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
.close
Closed by @real fiber
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Closed due to the original message being deleted
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.
@green timber Has your question been resolved?
Closed by @green timber
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
yep
@lean otter Has your question been resolved?
yes very good
Closed by @knotty juniper
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi can someone show me how to do this step wise
repeated differentiation!
do i have to use the product formula
ya
okay thanks
$\dv{x} e^{ax} f(x) = e^{ax}(af(x)+f'(x))$
Ryuzaki
oh okay
@serene remnant Has your question been resolved?
Closed by @serene remnant
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Donnie is saving up money for a down payment on a motorcycle. He currently has $4086, but knows he can get a loan at a lower interest rate if he can put down $4962. If he invests the $4086 in an account that earns 5.9% annually, compounded monthly, how long will it take Donnie to accumulate the $4962? Round your answer to two decimal places, if necessary.
<@&286206848099549185>
@high sedge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i got x^2-2x-2 = 0
but apparently c is not -2
here's my working out (ill type it)
x^2-x+2x^2+4x-1x-2 = 2(x^2+2x)
x^2-x+2x^2+4x-1x-2 -2x^2 - 4x
0 = x^2 - 2x - 2
help pls
This channel is occupied, press the 'MATH HELP (AVAILABLE)' section to find available channels for assistance.
help-3, help-25 and help-20 is available, quickly get it if you can
c = -2 is correct
Closed by @cedar cedar
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
right, so I solved the problem and got the answer wrong. I'm having a hard time understanding why I should use cos here?
you'll use vcos for the horizontal speed and vsin for the vertical speed
but aren't I finding height above release point here? why would I need horizontal speed?
it's a 2 part solution, you don't have enough info for the vertical path, so you need to look at the horizontal part first to get the time to hit the wall
so like first you solve v=d/t in the horizontal to find t
then you use y=vt+1/2at^2 in the vertical to get y
ah, alright. I'll give it a shot
for the second part, do I need to use vsint?
like y=vsint+1/2at^2
Closed by @golden lark
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@lyric fog Has your question been resolved?
<@&286206848099549185>
@lyric fog do you know inverse function notation?
do you know what that expression on there means
kinda
so first you need to find the inverse function
do you known how you would do that
so we do x = 2y+cos(y), and solve for y
yea
LOL
uhh
hmm
let me use
handy dandy
calculator
to see how it would be done
uhh
idk
calculator not giving me a proper answer
we might have to do this a different way
let’s try an easier function for example
f(x) = x^3, f^-1(x) = x^(1/3)
yea
so if we put for example 2 in f(x), it gives us 8
yea and if 2 goes in inverse it would be whatever 2^1/3 is
and if we put 8 in f^-1, we get 2
ye
yea
without actually inverting it
ugh they used an identity probably
yea kinda gross
oh wow i actually did it right kinda
pretty much yea
well apparently this is at least possible
we can’t even square root both sides
because we’d have like 4 possibilities
sin could be negative
yea
x could be negative, both could be negative or neither of them could be
wait actually no
we only have to consider sin being negative
since x doesnt have neg sign?
sin(x/2)=sqrt((1-cosx)/2))
the solution is probably obvious but i don’t see it lol
sin^2(x/2)=(1-cosx)/2
same
you wanna help with this one instead ?
i can deal with the other one later too
I don't know how to approach this either
you know implicit differentiation right
somewhat
basically we assume y is an unknown function of x
if you have something like y^2 you would interpret that as g(f(x)) with f(x) = y and g(x) = x^2
to differentiate something like y^2 we would use the chain rule, dy/dx = (dy/du)(du/dx)
actually since we’re talking about y we should probably so something like y^2 = v
so dv/dx = (dv/du)(du/dx), with u = y and v = u^2
i might have gotten off topic
i just wanted to make sure you understood implicit differentiation properly
yea i get it a bit
anyways, to the problem
implicit differentiation is basically differentiate with respect to y and multiply by dy/dx
yea
so d/dx y^2 = 2y*dy/dx
so just differentiate both sides with respect to x, and solve for dy/dx
if will be in terms of x and y
not just x
afterwards substitute in x = -5 and y = 5
on the second term you need to do product rule
the first term is right though
and the last term is wrong too
hmm
ok
so the second term you need to use product rule
d/dx (5x) * y + 5x*dy/dx
as you can see, you basically didn’t need to do anything with y
like this then?
@flint ledge
or is it like this
the dy/dx shouldn’t be squared
but it was 3y^2?
yes
it just deletes the square?
ok i can go through the process really quick
when you said plug in -5 and 5 how do I do that btw?
since there's d/dx and dy/dx everywhere
if you want to do it by the definition, we do dv/dx = (dv/du)(du/dx) with u = y, and v = 3u^2
literally plug in x = -5 and y = 5
so with what i just sent, the answer would be 6u*dy/dx, or 6y*dy/dx
or just remember to differentiate with respect to y and multiply by dy/dx
although you should remember both
wait im a little confused
also i just saw this, but it’s not 5x*d/dx
it’s d/dx (5x)
the other way doesn’t really make sense
right
ok what’s confusing you
i don’t know where you got the 9y
the last term is 6y*dy/dx
also take d/dx (5x) and turn it to 5
ok
so just solve for dy/dx
group all the terms being multiplied by dy/dx together on one side
i may have rearranged wrong
instead, you should add 6y*dy/dx to both sides
actually that works i think
let me check
does it work?
sorry i’m helping two people right now and i’m trying to multitask
oh ok
in here it was -5*-y-5x(dy/dx)
so i wanted to isolate -5x(dy/dx)
what should it be instead?
so we have 27x^2-5y-(5x*dy/dx)-(6y*dy/dx) = 0
personally i would add or subtract the dy/dx terms on both sides but that works
no not yet
well yes but let me show you
ok
we can turn the lhs into (dy/dx)(-5x-6y)
which you probably knew actually
so yes
now you have what dy/dx is
so substitute in the x and y values
and you’re done
yes
i got 130
lots of slope
seems like a massive number for a slope
ill check if it's right
it was
nice
!
ty for the help
this question is going to haunt me tho
same lol
maybe, just maybe, you could switch x and y
then take the derivative
using implicit differentiation
it makes my head hurt too much
for some reason i didn’t realize what value satisfies cos(x) = 0
@lyric fog Has your question been resolved?
Closed by @lyric fog
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do you solve this question
what do you do when you have a negative in the exponent
you have a tab with the answer it looks like.
nope
i just need help
with that question
4 x 2 so
i think its just the search. probably didn't yield anything good
4^-8?
no i meant the negative
searching 4^-2 does in fact give the answer
0.0625
yes that's the answer
i dont get how 5^0 = 1
anything to the 0th power is 1
yeah, and nowhere is 5*1 present
that's not what exponents do
5^1 = 5^2/5, 5^0 = 5^1/5 = 5/5 = 1
._.
5^1 means 1 times 5
5^2 means 1 times 5 times 5
5^3 means 1 times 5 times 5 times 5
What's 5^0 mean?
oh sorry i forgot the 1
"assessment"
yes
we can't help with exams, tests, or any of the sort
you were just told you can't cheat then you ask to cheat again lmao
homework is ok
Closed by @last escarp
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can anyone help me with this? https://cdn.discordapp.com/attachments/460248794223869962/907105133102514246/unknown.png
Closed by @teal reef
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
woudln't there be no approximations because the vector is ortho. to the span? i feel like i'm missing something crazy obvious here
@hollow path Has your question been resolved?
you still just project it on the (1,-1) line (example image below)
here it's just 0,0
i'm trying to work through the calc with the p norm, but i wanted to see if i understood intuitively what i'm being asked.
so the answer is the 0 vector here?
umm p=1 is the special case I think
"all the best approximations" implies sometimes there are multiple that are just as close
so my intuition is misapplied here? there actually are approximations?
yeah there always is
best approximation is defined as the distance being as small as can be
think of the vector as a point and the span as a line
you just want the closest point on the line
do you know what p=1 is intuitively?
here's the picture of your problem
so i'm trying to plug the p norm into this:
v=(1,-1)
u=(1,1)
u*,v lie on V=span{v}
| |u-v| |p^2=| |u-u * | |p^2+| | u*-v| |p^2
is this the right way to go about this?
sorry tv
that's true but I'm unsure how easy it is to work with
| |u-tv| |p^2=| |u-u * | |p^2+| | u*-tv| |p^2
where t is a complex scalar.
ok so what would be a better approach here?
I thought it was just the projection of u onto line v
oh that probably doesn't work for p!=2, yeah try your equation
wlp i'm getting something that looks like this
( | 1-t|^p + |1+t|^p)^2/p = ( |1-u* _1)^p + |1-u* _2)^p)^2/p + ( |u* _1-t|^p + |u* _2+t|^p)^2/p
that's u* sub 1, and u* sub 2
i hope that parses well
i don't really know what to do wit this, is this even the right direction ?
I'm not sure what the sub 1 and sub 2 mean, but from here you need to minimize the right hand side
cool, working on that
sub1 sub2 being the 1st and 2nd elements of the vector u*
u* is on V so i'm plugging u* =t* (1,-1)
and seeing where that takes me
gotcha
well that brings me to
( | 1-t|^p + |1+t|^p)^2/p = ( |1-t* |)^p + | 1-t* |)^p)^2/p + ( 2|t-t* |^p)^2/p
i don't see what else i can do with this.
i would expect to show that this equality only holds for t* = 0
but that doesn't seem to be happening
I'm not sure what t and t* are but it holds for t=t*=0 right?
t is the variable scalar that spans V=t(1,-1)
t* is the constant scalar of the orthogonal projection of u on V ( u* = t*=(1,-1) being the projection)
unless i utterly misunderstood what is supposed to happen here i need to find the t* values that produce the orthogonal projection, ie, those that uphold this equality.
does this all check out?
I'm not sure why the t is there, I'd imagine you'd have 1 variable and need to set the derivative to 0
not sure if there's like a theorem in lecture that gives another approach to this question, because solving this for all p seems really rough
oh wait it's actually quite possible,
the ortho projection equality holds for any vector v in the span right? i can just set a t
i'm gonna try to just set t=1 see if it gets less ugly,
you're right i think, i was solving for the entire span instead of a vector.
yeah just pick a t
well it simplified....weirdly
( | 1-t|^p + |1+t|^p)^2/p = ( |1-t* |)^p + | 1-t* |)^p)^2/p + ( 2|t-t* |^p)^2/p
setting t=1 RHS just becomes 4
so now it's:
4=( |1-t* |^p + | 1-t* |^p)^2/p + 2|1-t* |^2
by now i'm just feeling like i have something fundamentally incorrect in my approach or in the mechanics of my application.
ooo now we have t*=0 holds
do we?
isn't this an inequality now for t=0?
4=(1+1)^2/p+4
4^1/p=0
um I read the last term as 2 * |1-0|^2 so it's 2 not 4
yeah soz i was bound to lose a parenthesis at some point...
anyway can you see anything in particular i fucked up here?
hm right now t*=2 works too so something's probably off
I believe the answer is meant to be 0,0 for p>1 and set of values for p=1
0,0 makes sense to me but then wth happened here?
did i make a mistake opening the sums in the p norm? or is this more fundamental
what do you mean by opening the sums?
maybe someone in #advanced-analysis knows a theorem that makes this way simpler (#get-advanced-access)
well i was given this as an exercise in my orthonormal systems course.
based on that i think it shouldn't be something super esoteric
this is just a part of a 5 part problem in an exercise with 11 problems.
so i feel like i should have gotten this figured out by now without something too fancy
hell i'mma go sleep it off and trying again tomorrow
thanks for playing m8!
.close
.close
Closed by @steel stag
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Question with logarithims:
A population of wolves decreases by 2% each year. At the present time, there are 8,000 wolves. How long, to the nearest year, will it take for the population to become 500 wolves?
what would the rate be?
i know it's 0.02 but is it -0.02
@orchid kite Has your question been resolved?
Closed by @orchid kite
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@fast steppe Has your question been resolved?
no
what info do you need for a tangent line?
@fast steppe Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can I get help with b. of this problem?
and can you tell me the formulas for those if I need to know them
@spice imp Has your question been resolved?
Look for this 3 concepts, Expected value of a random variable, Variance of a random variable , Standard deviation of a random variable
find the pmf of Y and use the standard formulas for mean sd and variance
also, your random variable is discrete, that may help you too
@spice imp Has your question been resolved?
how do i find the pmf of Y? @merry swift
P(X=x)=p(x).
P(Y=y)=P(2X-3=y)=P(X=(y+3)/2)=p((y+3)/2)
Do you know formula for E(X)?
E(X) = the sum of xp(x) right
Yes
is E(X) used in this problem?
So what is E(Y)
Ye
but i dont see where I'd get the p(y) from
What do you think about E(2X-3)
If this isn't working for you see the question in table
I mean table in question
Make one more row for Y
Then just comput Y for given values of X
what are you trying to get at with E(Y)
what is E(Y) giving me in terms of the three things i need to solve for
If you make a table of Y then you will get values -3 , -1 , 1 , 3 , 5 and corresponding p will be 0.1 , 0.3 , 0.3 , 0.2 , 0.1
@spice imp Has your question been resolved?
Closed by @spice imp
Use .reopen if this was a mistake.
I solved it
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.
did you by any chance rotate the pic after taking it?
have you made any progress so far?
may i suggest drawing radii from the center to each of the three points you've marked?
Yes i did that but
also maybe give them some names
also if you did that they why didn't you show it
do you expect us to magically know what you have and haven't done?
can you give some names to your points
Okay
i want to point something out in your diagram but i can't do so without names
also brb
What is "brb" ?
be right back
Okay ty
which segment has the length of 12? and 8?
AB and AX respectively, where X is the intersection of segment AC with the circle
Al is 8
Okay
that message wasn't addressed to you.
:dd
the one that was addressed to you was this:
OBAC is a rectangle.
this alone is enough to get the radius.
yes...
.close
Closed by @shell oyster
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Need help on this, I thought answer was D. Can anyone explain this to me.
how did you get D?
sorry not d
I got c - 9 x 12 x 14
as i thought area is 9 x12
then you have to multiply that by length which is 14
the area is actually half height * (sum of the two parallel side)
dont get it
@kind bay Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
In Graph theory, what exactly is a clique? I dont understand the difference between a clique and a complete graph
Seems to me its the same thing
a clique of size n is a K_n subgraph in your graph
Oh ok so its just a way of making it clearer, since saying a subgraph is a complete graph is weird, ty!
Also kudos on this new helpsystem really cool
.close
Closed by @waxen oak
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
The volume of a rectangular prism is 252 cm^3. If its width is 5 cm less than its length and its height is 2 cm less than its length, what are the dimensions of the prism?
@fresh crypt Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
.reopen
✅
The volume of a rectangular prism is 252 cm^3. If its width is 5 cm less than its length and its height is 2 cm less than its length, what are the dimensions of the prism?
@fresh crypt Has your question been resolved?
Please help
what have you tried?
i have tried dividing 252 by 3
and what do you think that should give you?
How do you find the volume of the prism?
V=b*h
expand that b
What do you mean ?
Isn't it the same thing ?
Did you get the answer ?
why do this?
volume = lwh
you were given that volume = 252 cm^3, and that:
▪︎w = l - 5
▪︎h = l - 2
@fresh crypt
@fresh crypt Has your question been resolved?
plug w and h into this: volume = lwh
im confused in finding the length
volume = width * length * height
volume = (length - 5) * length * (length - 2)
i multiply -5 and -2?
@fresh crypt Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
1/x = x^(-1)
a*ln(b) = ln(b^a)
log identities
a = -1, b = 1/x
yes i know
ok
so we have 1/x = x^(-1)
do you understand that
1/x is basically x^(-1). so 1/3 is 3^(-1). get it?
a*ln(b) = ln(b^a)
remember that your a is (-1)
ur b is x
Yes. $1/x=x^{-1}\Rightarrow -\ln(1/x)=-\ln(x^{-1})$ and now by this ln-rule $-\ln(x^{-1})=+\ln(x)$ because $(-1)\cdot(-1)=+1$.
daniele_danielo
@atomic spruce Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Helppp plsss
@neon elbow perpendicular lines have reciprocal negative slope
so if the slope of one line was a, the slope of a line perpendicular the the first line would have a slope of -1/a
yes but they r asking me to write the equation
solve for y
and that will give me my y intercept?
just solve for y, plug in negative reciprocal slope, and see what value you have to add to both sides to get the point (3,0)
so 3x = 6+5y, 3x-6 = 5y, y = (3/5)x-(6/5)
what would the equation be for a line perpendicular to this?
@neon elbow Has your question been resolved?
-5/3
@neon elbow Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
P wave arrived 100 seconds faster than S wave
There is technically a formula given but it gives no information on derivation and I can't figure it out either
[the formula]
figured out
.close
Closed by @pale ether
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
;-; my apologies, I believe I'm a new member of the server but can I request a bit of assistance?
@rapid wren Has your question been resolved?
What have you tried?
?
@rapid wren Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
This a proof that if a function is differentiable near c and that that f'(c) does not equal to zero then f(c) is not a local extremum .
I am trying to understand the epsilon delta part of the proof but am struggling
I don't know why epsilon has to be L/2
i don't understand why f'(c) must be equal to f(x)-f(c)/x-c
@undone osprey Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I guess this would be geometry related, but if I was gonna use a random number generator to get random values between certain numbers in order to create a cone that goes out from a center point, what bounding values for the RNG would I use and why? I don't have much experience so having as much detail as possible would be extremely useful
@low coral Has your question been resolved?
@low coral Has your question been resolved?
@low coral Has your question been resolved?
I've come up with a very hacky solution specific to my application, it should work for now.
.close
Closed by @low coral
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do i stop innatention errors? Im already slow enough as it is and cant afford to loose more time. But i keeps messing up the - and + and forget do add the right numbers for powers
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.
9*3^(x+1) = 3^(2x^2-4x)
youll want to use logs, i think theres easier ways and hard ways, if you have tried something and got stuck its a bit easier to move forward
logs undo exponents
kind of like division undoes multiplication
just the notation is a little different
so if you had something like uhh
jan Niku
@feral narwhal maybe this is a helpful hint?
Hm
Okay I'll see if I can find some videos and try a few simpler questions
thanks
.close
Closed by @feral narwhal
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&286206848099549185>
@silver axle Has your question been resolved?
@silver axle square all the numbers you see on the screen, and see which ones add to each other (a^2+b^2=c^2)
2sqrt(2) ->8 and 3->9 do
Wait what’s the difference when there’s a 2 behind the square root and when there isn’t


