#help-19
1 messages · Page 29 of 1
sorry? im just trying to understand
b has to be less than a tho, no?
yes
So for example, if b was 5 and a was 9, it would be 6+7+8?
yes
Closed by @naive agate
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'm trying to prove rigorously that the Gaussian integers are not a field. I know all I have to do is just identify one nonzero element that is not a unit, but is there a way to rigorously prove something is not a unit other than just saying "clearly no product with this element and another from the ring will give the multiplicative identity" ?
like I was just like "take the complex number 2 from the gaussian integers. clearly, no other gaussian integer can be multiplied by 2 such that their product is 1"
is this sufficient? or should i say that in the regular set of complex numbers that the "inverse" of 2 is 1/2, and since that inverse is unique to the set of complex numbers and the gaussian integers are a subset that no such unit exists in the gaussian integers?
@buoyant solstice Has your question been resolved?
.close
Closed by @buoyant solstice
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 to be able to assign numbers a value between 0 and 100 based on their position between two numbers.
In this situation I have a given min and max, for example 32.5 and 78.2. If my input number was 32.5, it should output 0 and if my input number was 78.2 it should output 100. Any value between these two should give a value indicating its position between the two. For example the halfway point should output 50. The term linear interpolation comes to mind but I might be completely off base, can't figure this out either way.
if your min is a and your max is b
you might want to assign 0 to a and 100 to b
so you would have two points (a,0) and (b,100)
do you know how to find the equation of a line between two points?
I don't. Ideally for my use case I need an equation with 3 places I can drop in min, max and my variable number and have the result be that 0-100 number I am after
Just the formula, I wouldn't mind an explanation but I don't want to waste your time if unecessary
okok well the slope of a line is given by its rise over its run
The gradient?
I genuinely need like an equation where I can just plug those 3 numbers in and get the output 0-100
yes
for a linear interpolation (a line that is) the gradient is constant
and is given by rise over run
so in your case your equation is gonna look something like $y=\frac{100x}{b-a} + c$
LF
where x is your input and y is your output
and c is a constant that we need to figure out
when x=a we want y=0
so we can solve for c :
$y=\frac{100x}{b-a} + c \implies 0=\frac{100a}{b-a} + c \implies c = -\frac{100a}{b-a}$
LF
putting all this together you get $y = 100 \cdot \left( \frac{x-a}{b-a}\right)$
LF
@jaunty magnet
It's beautiful 😌
Thank you!
I'm curious though, with the latex noation. Why is it that if I put this into Google and I want the correct result, I need to wrap both subtraction operations separately e.g. 100 * (154.234 - 100) / (200 - 100)
Is that equivalent to what that notation actually means?
@jaunty magnet Has your question been resolved?
Closed by @jaunty magnet
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.
yes when you write a fraction a parenthese is implied on the numerator and the numerator
.close
Closed by @dim 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.
do you have the "given triangle"
yk that perpendicular point
give it a name
ok now call AX = x and XC = y
then see if you can do it
try plugging in tan alpha and tan gamma into your original equation
b tan alpha tan gamma / (tan alpha + tan gamma)
you can prove it equals h if you sub in tan alpha and tan gamma into this and get h
Its a "show that question"
so if you start with the RHS and get the LHS you win
Well done
Yep
you just proved LHS = RHS
I mean
you can "derive" it in the sense that
you just start with b (h/f) ...
and then end up with just h
Closed by @minor crypt
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 was wondering why the answer was 4 and 3. I thought I would be able to use arc length/radius = radiant for this.
I found the radiant to be 5 pi/12
75 degrees to radians in 5pi/12
Yea
the arc length formula that you're using states s = rθ
where s is the arc length and r is the radius and θ is your angle in radians
so basically
multiply your radians by the radius
5pi/12 * 13?
yea
5pi * 13 is 65pi
Does the question have an incorrect response as the answer than?
Oh sorry. When I answer 65pi/12 originally on the quizizz, it marked it wrong.
I was wondering how it was four, but it seems like a error on the quiz part.
well i mean technically A is right too
its an approximation of 65pi/12 as a decimal
B and D are not right though
Yeah. Thank you for confirming it.
no prob
@mystic saffron Has your question been resolved?
Yes
click the checkmark so the bot can close the channel and reopen for someone else
whenever you're done with your channel, type ".close" so the bot can do its work
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help on number six, im still a bit confused on this lesson so i dont quite understand the question
@vapid flint Has your question been resolved?
<@&286206848099549185>
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
i mean
can it just be any function?
because then you just draw some random curve with those properties
idk man probably i just woke up from a hangover
Closed by @vapid flint
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
Yes
Ok
Yes 20 and 10
also is this a test?
No
okay
2
great
that means that ABE is twice as big as DBC
or to put it differently, DBC is half the size of ABE
the height of ABE is h
what's the height in DBC, using this fact?
18
no
in terms of h
I’m confused now
if the height in ABE is h, and DBC is half the size of ABE, then what's the height in DBC?
don't use the 36
2/h
almost
so close
yes lol
so you get why it's half of h, right?
Yes
great
Yes
great
the longest "length" of the square is its diagonal
if you show that the diagonal is less than the diameter, then it fits
otherwise, it doesn't
@vast crag Has your question been resolved?
oh do you wanna take this
Uh sure
ok
Alright
First you have to find the length of CD
To do this, construct BE
let me open paint
Do you understand how the green line is 7
Yes
Do you know the pythagoras theorem?
You have to use the to calculate the red line(I'll send a pic)
Yes
diaas_(yt)
which is also equal to CD as they are paralell
Now you have to use Pythagoras's theorem one last time to calculate $\sqrt{11^2+(\sqrt{207})^2}$
diaas_(yt)
Which will be your AC
diaas_(yt)
Thank you
That should be your answer.
Can you help with another question
Sure why not
Can you help with this instead
which
Yeah sure
So they've given AC AB BE and AD
First prove that the triangles are similar
They have 2 equal angles, A and the ABE ACD pair..
So they are similar
next use the property AB/AC = AE/AD=BE/CD
Work it one at a time, let me do it for you
AB/AC=8.2/12.3=BE/CD=3.8/CD
82/123=38/CD
what happened?
I finished that question
Oh lol 😂
Smart people, your teachers
if you assume ABE and ACD to be similar
10/x=15/3=5
x=2
That's one of the answers, give me a sec.
Idrk about the second one
It's a good question
Or maybe I'm dumb today
Ok I think I got it
Assume CDA and BEA to be similar
You'll get (x+10)/10=18/15=6/5
oh shoot, you get x=2 again...
My bad
yeah sorry i don't get it
Thank you for the help
@vast crag Has your question been resolved?
Can anyone still help
@vast crag Has your question been resolved?
?
- THE DIAMETER IS 11CM NOT 9.899
- YOU DONT REALLY NEED SQUIGGLY EQUAL SIGNS, √ DOESNT TAKE AWAY FROM THE ACCURACY OF THE MEASUREMENT
- INCLUDE UNITS I GUESS;
DIAGONAL = √(98CM^2) = (√98)CM
- A BETTER ENDING EXPLANATION ?
THOSE ARE THE 4 WAYS I CAN SEE U LOSING MARKS
I tried them it didn’t work
Can anyone think of another assumption other than abe and acid are similar x=2
@vast crag Has your question been resolved?
Not drawn, but you could say triangles ABD and CBD are similar? Then you get a different x.
@vast crag
What did you get for x?
Let’s find x. Are the triangles similar if CD and AD have the same length?
Can anyone help
ok im here
think about the triangle
there are two possibilities
the first possibility is: CA,DA is similar to BA,EA
and the second possibility, which is kinda tricky
is that DA is similar to BA, and CA is similar to AE
now here you go
so for the first possibility, which CA is similar to BA, and DA similar to EA, you easily find that x= CA-BA = 12-10 = 2
@vast crag
and for the second possibility, when DA is similar to BA, you can find that the proportion is 1.8
therefore x = CA-BA = 18-10-8
I hope this help
<@&286206848099549185>
why did you ping helpers lol
isn't that the solution
@vast crag Has your question been resolved?
Closed by @vast crag
Use .reopen if this was a mistake.
Thank you I didn’t see the notification
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.
SOMEONE HELP
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.
Let $d_1$ and $d_2$ be two topologically equivalent metrics on $X$. As we know, a sequence converges with respect to $d_1$ if and only if it converges with respect to $d_2$. But then it also holds that every Cauchy sequence with respect to $d_1$ is a Cauchy sequence with respect to $d_2$?
Levens
@cosmic schooner 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 someone help me
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.
why is theta in Q3?
i dont get it
cant it literally be in any quadrant cause it does a full revolution
it says in the problem that theta is between π and 3π
Now if cos theta is negative, it's in quarter 2 or 3 right
but π ≤ theta ≤ 3π means that theta is after quarter 2
so it has to be quarter 3
you have to learn what the signs of each trig function are in each quadrant, a negative cos has to be in quadrant 2 or 3
@fringe sail Has your question been resolved?
but cant it loop around
back to
q2
?
cause its 3pi
You’re right it totally can
i think my teacher might have messed up
Closed by @fringe sail
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.
Let X1..Xn be a random sample from a population with CDF F(x) = x ^ theta , 0 < x < 1. find a sufficient statistic for theta
<@&286206848099549185>
are you a helper
seems like ur tagged as one
can you help me with this one?
this one
Let X1..Xn be a random sample from a population with CDF F(x) = x ^ theta , 0 < x < 1. find a sufficient statistic for theta
i replied to my earlier message
nice
.close
Closed by @hollow plaza
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 is what I got
Would the answer be 5???
It says round final answer which kinda scares me fr
But maybe if it's someone picks the wrong one fr
Someone please verify
It just says that, incase you get a decimal answer
If you get a whole number, you get a whole number and that's fine
I'm correct right
If you did the math right, sure
I think this one won't be too hard
(-4, 5.6)
@mint mirage can u verify this
NVM it was correct
It's A right <@&286206848099549185>
Oki ty
My ultimate enemy
I'm so lost
I don't get the ab=1/3bc part
let me draw this out
Okay ty
Can I rewrite that as a ratio
Idk how
Is the whole thing 4/3s
I'm not sure
I will afk for like 10 min (prob a little more)
So explanations are in, this method is a more visual-efficient way of understanding the question
@light zodiac
U have the answer?
So AB is a third of BC right
Idk how to do it😭
? Which part u do not understand?
Wait lemme take a stab at it I'll ping you when I'm ready fr
ok
Back
Yeah I have no clue what I'm doing
I get to as far as like the middle of your second page
But I get lost from there
ah i see
u start from the right then u look to the left
u know the formula to get the hypotenus of a triangle right?
Pythagorean theorem
u use that to get a figure of square root 80
And distance formula
which is the same as square root 5 times 16
that can later be simplified into 4times square root of 5
so u just find x as the hypotenus is 4x/3
then u substitue back to find AB
nvrmind i just do the explaination
since AB can form a smaller triangle inside of the triangle made from AC
the would have the same shape but different ratio
This is what I get 😭 😭 😭 😭
only works if it is on the tip
this is different tho
Fr
u try doing it part by part
u know how to get 4x/3 right?
No
the answer is (1,2)
Oh wat
But it looks way off
should be 5,-3
1-2 is not -3
(5,-1) looks right
@lapis willow wat ur thoughts
Or uh B I mean
But this looks like fourhts
Fourths
@onyx totem
Yo wrong person
My bad😭
I pinged the wrong guy😭
@light zodiac
HI
YAY
(16/3,-1/3)
Wat the
To find the position of point B on line AC such that AB is 1/3 BC, you can use the following method:
-
Find the coordinates of point B, denoted as (x, y).
-
Use the midpoint formula to find the coordinates of the midpoint M between points A and C:
M(x_m, y_m) = ((x_A + x_C) / 2, (y_A + y_C) / 2) -
Since AB is 1/3 BC, you can find the coordinates of point B by moving 1/3 of the distance from point A to the midpoint M:
B(x, y) = (x_A + 1/3 * (x_m - x_A), y_A + 1/3 * (y_m - y_A))
Now, you can plug in the coordinates of points A and C to calculate the position of point B.
It looks like less than a third of BC
Do u have the answer
No
so asnwer correct?
5,-1 is correct
ok
guess i need to do more Questions now
oh
how the hell i went from 1-2=-3
LOL

my bad tho
That's what I said😭
Closed by @light zodiac
Use .reopen if this was a mistake.
sorry been braindead from doing too much calculus
.reopen
✅
RAAAA
nice
good luck on the journey
Closed by @light zodiac
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.
Help
you substitute the number inside the bracket for x in the function
so for 6) it would be (-2)+7
@last mountain Has your question been resolved?
Closed by @last mountain
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
$\frac{dy}{dx}=(x^3+2)'(x^2-1)^4+((x^2-1)^4)'(x^3+2)=(3x^2)(x^2-1)^4+((x^2-1)^4)'(x^3+2)$
大野雄大 👻
because $(x^3+2)'=3x^2$
大野雄大 👻
well said
okay wait
so why did they decide to use the chain rule for this then? because it takes a lot or steps to solve this:?
they used the chain rule for that then went to product rule
well for this one
its a composite function
so its much easier to use the chain rule than use the product rule 4 times
because higher powers above 2 its easier
ohhh
Closed by @thin void
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.
help with part a please
You have dA/dt, and A=pi×r^2. So you have d(pi×r^2)/dt. Can you simplify this in terms of dr/dt?
would it be dr/dt = 1/(pi x R)?
Just check the calculation again
Shouldn't d(pi×r^2)/dt be 2pi×rdr/dt?
u have to derive it when taking it out?
Yes. Product rule
oh yh mb
The method looks right. You can check the calculations using a calculator.
@placid wagon Has your question been resolved?
Closed by @placid wagon
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 in terms on how to face this
@proper ivy Has your question been resolved?
@proper ivy Has your question been resolved?
@proper ivy Has your question been resolved?
Translation pls?
Given a sequence (an) that satisfies (an+1 -1/2an) tends to 0, prove that (an) tends to 0
@proper ivy Has your question been resolved?
Tardis
!nosols
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
@proper ivy 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.
The assignment says to convert that to interval notation, how would I do that?
wait actually nvm had a brain fart lol
.close
Closed by @tall river
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 you please check my si unit
Please don't occupy multiple help channels.
.close
Closed by @cinder prism
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.
you forgot to integrate
Closed by @vale zinc
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.
Disorganized
Oh, there's a formula for that
You need this derivative though, the dy/dx
Haven't noticed what
@gloomy tinsel 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.
Idk how to solve this. My attempt equations was
N + D = 44
0.05n + 0.10d = 3.10
And then I multiplied the second equation by -10 so the dime values cancel out and solve but I get -3.25 which is wrong….
Can you show the intermediate steps, if you've done them, please?
Like what I have done on paper?
Yep, if you did anything on paper (if not don't worry!)
A pleasure
that should hopefully sort it for you!
.close
Closed by @pine drift
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
need help solving
Do you know the quadratic formula and the general form for a quadratic
yes but how do I work backwards?
What's the quadratic formula?
x=-b+/- the sqaure root of b^2 - 4(a)(c) over 2(a)
Good now you can compare it with the problem
You have (-4 +/- sqrt(-124))/(-14)
Do you see how -14 relates to 2a?
yes a = -7
Can you do the same with b?
the +/ -4 sqrt(-124) is making me stuck
What -4sqrt(-124)?
yeah
this part
$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ as mentioned, that's the quadratic formula
You have $x = \frac{-4 \pm \sqrt{-124}}{-14}$ and as mentioned, the 2a is related with -14 so you found that a = -7, what does b relate to?
CaptainNova22
Do you see how the stuff under the root, the b^2 - 4ac is related to -124?
And how -b relates with -4?
You can compare terms like that
Closed by @opal osprey
Use .reopen if this was a mistake.
thank you
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 no idea how the Domain was found
What values of x are not allowed
I don’t know
I see -1
How you determine that?
Oh I see
Exactly
For the denominator X? It could be 1 and -1
the first parenthesis group
Closed by @astral kindle
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'm confused on where to continue from this point
(calc 2 trig integration)
ah, that's not the ideal approach here
what you generally want to do is use like double-angle type formulae to reduce the powers
for example, sin(x)^2 cos(x)^2 = 0.25sin(2x)^2
so that reduces it from power 4 to power 2
and then if you reduce it to power 1 then you can just integrate it easily right
oh I see
I've never done that before
I think I will search a youtube video on it
is there any way to continue from the point where I'm at, though? or am I at a dead end
oh so it's very hard?
not really
it's just slightly more annoying
like essentially sin^4 is about as annoying to deal with as sin^2 cos^2
essentially there's two things in where you ended up and only one thing where you started
so the thing you started with is easier
could you tell me where to go with the slightly more annoying route? unless it's like 10 more steps
I think it would deepen my understanding
because I get really confused when it comes to converting dx to du
wdym
the slightly more annoying route is just like, what i said but applied to sin^4
still need to turn sin^4 into like a power 1 thing
u-substitution isn't the way here
i can't easily justify it but yeah trust me lol
ohhh nvm then lol that sounds out of my curriculum
it's not actually that hard
like ok
i basically turned it into sin(2x)^2 already didn't i
so call that sin(y)^2
I'm not sure where you are going nor where you're coming from
then the point is that
cos(2y) = cos^2(y) - sin(y)^2 = (1 - sin^2(y)) - sin^2(y) = 1 - 2sin^2(y)
so sin^2(y) = 0.5(1 + cos(2y))
so sin^2(2x) = 0.5(1 + cos(4y))
so i already showed that what you started with was 0.25 sin^2(2x)
so like
it's actually 0.125(1 + cos(4x))
and now you can integrate that right
yeah
it's just trig identities
so I should have used the purple ones on the bottom
oh wow
so much stuff to remember
is there a way to know when you're supposed to use certain methods or is it just something you subsciously figure out?
it's an art lol
you learn to recognise things
so it's like, ok
so for anything that looks like this with powers of trig functions
you can basically always reduce them like this
so that's one tell
but also if you have like sin^3(x) cos(x)
then that's clearly just u^3 du/dx where u = sin(x)
so you should do that instead, it's easier
the u-sub works in that case
it doesn't work in this case because like
the powers
even
but yeah there are certain indications that you should use some method or trick or whatever
varyingly
Closed by @nocturne basin
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 the first one I used distribution and then I used FOIL
are you confused with e. or you don’t know how to do b.?
E
Looks like you mixed up trying to common denominator the
and cross multiplying
Yea, you don't need to multiply by x and x + 2 as you did
Just common denominator inside the brackets to start with, and then afterwards, you basically have the product of two fractions
Yep yep, looking good, then you can also simplify as the numerator and denominator have a common factor 
Alternatively, when you're multiplying them, look what you have in common 
The most you can do is try, and seems like you're getting there 
ok
I got
Final
x(-x+2)
I have a clarifying question
Problem C
oops I forgot to put little 3
so if it’s 2^3+2^3 then
we take both of that out of that symbol thing
so then it becomes 2 times 2 times 3
.close
Closed by @civic folio
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 proof this by induction?
n≥2
Have you shown the base case to be true? Have you given the induction step a go?
@upper veldt 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 anyone make out how we're getting R, Z, and whatever the fuck that other symbol is in the denominator?
because you're dividing by the product of those three
since each term only concerns a particular variable, the ones that are not affected by the particular derivative of that term will get cancelled out, leaving you with terms that only depend on r, phi, and z
for example, the first term only involves rho derivatives, so phi and z functions will "pass through" it and will cancel with the ones in the denominator
the R in the numerator, on the other hand, still gets acted on by the derivative so it can't cancel the R in the denominator
@tall cairn Has your question been resolved?
i actually get everything past this particular point, little confused as to where the dividing comes from
They just want to get back to the original phi
.close
Closed by @tall cairn
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.
Help on C
what did u find the extrema to be
I found the dervs and second derv so far
or have you not found them yet?
Idk what an extrema really is tbh
just a maximum or a minimum
Oh
X=0
X=400
Those are the local max and mind
Mins
Or global idk the difference actually
have you found any other critical points via the derivative
How do you know if its a global or local point
I found the second derv
And plugged in
Stuff
And ik which ones the max and min
But not global or local
we'll get to that. Just calm your horses for a bit because we're jumping between stuff very fast
LOL sorry
Here ill show my work
yes that's better
okay so you got pretty lucky in that you found the critical points to be your bounds anyways
Extreme value theorem, have you studied it yet?
No
ok
so
on a finite continuous interval you are guaranteed to have a global maximum and minimum
that's the gist of it
you are considering a finite continuous interval 0<= x <= 400
you have found two points f(0) and f(400) to be a minimum and a maximum
so by the extreme value theorem, they are....
Im lost
you are guaranteed to have a global minimum and maximum in a finite continuous interval
you have found a maximum and a minimum
the theorem tells you you will have global extrema
so like, in conclusion what can you say?
Mhmmm, so its a finite interval and if you determined its a maximum usinx extreme value theorem if [a,b] is continuous we ensure there exists an absolute and local maximum, as well as an absolute local minimum.
Well I mean plug it into the function and rank them in order
First calculate the derivative and determine the critical points.
once u have plug those points in and find those values and contrast it to the values of ur endpoints.
Mk find the critical points and do the same thing
Critical points are where f' = 0 or DNE. But A maximum obviously has to a finite point and a value so DNE depending on the scenario if its a cusp then maybe, but if its a vertical asymptote the values would be infinite as we get close to that vertical asymptote.
Aren't you on Application of Derivatives?
Ummm
I think so
Yea so
The crit points
Are 400 and 0
Because thats when f’ is 0
Alright.
Then x = 400 is where ur absolute max is and 0 is where absolute min is.
For the EVT by the way you always want to evaluate the endpoints, but a common mistake is people just evaluate the endpoints and then rank them. No, don't do that. You always want to evaluate the critical points as well and then plug in and find all the values.
Ima do the question and show you.
Okayy ty
I got to like
(dy/dx)x + dy/dx= dy/dx(90x)
But thats me totally guessing
what confuses you?
How did it all become f’g
Well if we are differentiating a product that is the formula to differentiate a product.
So is this completely wrong
Yes.
💔
Do you understand Leibniz's notation I don't think you do based on how you stated that.
You shouldn't be doing problems if you don't understand the basic things with all due respect. You should fill in the gaps of knowledge and then move onwards.
Okk
To ensure she did it correctly, because I need to understand why you are misinterpreting it.
dy/dx)x + dy/dx= dy/dx(90x)
Yeah its evident.
So in implicit differentiation, you cannot actually just solve for dy/dx like that. Although you may believe that initially. Its called "implicit" beacuse its implied we find dy/dx after differentiating both sides. Picturize it as confusing differentiation.
What your first mistake was you should have done
d/dx (xy+y) = d/dx (90x)
d/dx (xy) + d/dx (y) = d/dx (90x)
Uhhhhhhh I don't think so.
Because you did dy/dx90x that is impossible
dy/dx is not an operator.
You are confusing the meaning of the notation.
dy/dx = SOMETHING
(The derivative) = SOMETHING
d/dx (derivative operator)
d/dx is a derivative operator you have to differentiate something
think of it like a machine
sin(x) for example
sin(x) by itself doesn't mean anything unless we plug a value in for x
Mhm yea I understand idk why i did that lol
it will then return an output
Don't excuse your mistakes, because that is quite a silly mistake. You should understand this notation crystal clear at this point if ur on implicit differentiation.
No needa feel embarassed or upset abt it, but if u don't understand the true meaning which I believe is the case ur digging urself in a deeper hole.
Alright Jessica, I can assist u for 15 more mins but after that I am leaving sorry got things to do.
No yea I get it
Ur sure?
No worries.
So your confused on the notation.
Lets address that.
So note dy/dx = something. In written terms we would say The derivative equals something.
Now d/dx is completely different than dy/dx in the sense that we cannot put an equals sign.
Because d/dx is a derivative operator
it does something, which is it differentiates a function/polynomial.
Thing of d/dx as a machine
we put something in the machine (OUR INPUT)
the machine does something to our input and returns an output


