#help-10
1 messages · Page 576 of 1
yeah im pretty sure i calculated the inverse of the wrong matrix anyway
i didn't say you were SUPPOSED TO do this or NOT SUPPOSED TO do that
all i said was
you claimed S^-1 = [1/2, -3/2; -3/2, 1/2]
i decided to see if that was the case
yep got it
and i multiplied S by what you claimed S^-1 to be
IF you were correct THEN this product would be the identity matrix.
however it is NOT the identity matrix but instead -1 times the identity.
okay, so
let's just establish some basic things about where we're at in this problem.
i'm going to ask you a bunch of yes/no questions and i want you to ONLY answer them with "yes" or "no" and ONLY give more detailed answers when i ask you.
okay
okay?
the problem gives you this matrix it calls S, and it has you find D and M such that S = MDM^-1.
do you need me to explain how to find D and M?
@mighty ether
yes just a minute, i'm trying to work out whether I need help with that
because I thought D and M were just the matrix with the eigenvectors, and the matrix with the eigenvalues but i'm just double checking
is that a yes or a no
I think no? Can I double check with you that my understading of what those matrices are is correct?
you got them mixed up. M holds the eigenvectors and D the eigenvalues, not the other way around.
the intuitive reasoning behind this is that, given a list of eigenvalues, the most straightforward matrix you could write down that has these eigenvalues is a diagonal matrix.
i think that makes sense. sorry i was trying to send you something from my notes but its taking forever
can we continue now?
i am still kind of trying to establish where we're at in terms of what you require assistance with
yeah we can continue. So M is just the matrix with the eigenvectors and D is just the one with the eigenvalues, and m^-1 is just the inverse of the eigenvector matrix
I'm pretty sure I know how to get those
okay then let's set the computations aside
but maybe I could get the right value for M right now?
just to make sure I have it? because it looks like mine was wrong
I mean for m^-1
what do you have for M right now?
the same as this
right
well this is a-ok
ok
sorry, my internet decided to shit itself for no reason hence the delay in communication from me
mhm
do you need help understanding why S^n = MD^n M^-1?
ok
so we are not going to do any number crunching here
instead we will work symbolically with S = MDM^-1
...yes?
so just clarifying, S is our matrix
the original
M is the eigenvectors matrix, D is the eigenavlues
S is our original matrix, yes.
ok
so let's consider S^2
remember matrix multiplication isn't commutative
so $S^2 = SS = MDM^{-1}MDM^{-1}$
Ann
do you understand why this equals $MD^2M^{-1}$?
Ann
I think it is because we add the powers on m^-1 and M
so it just turns into 1 and then D.D gives d^2
but i'm not sure
$M^{-1}M = I$ (definition of inverse), so $$MDM^{-1}MDM^{-1} = MDDM^{-1} = MD^2M^{-1}.$$
Ann
likewise you can get that $S^3 = MD^3M^{-1}$ with more cancellation
Ann
and if you want you can also write out an induction proof that $S^n = MD^nM^{-1}$
Ann
Yep got it
that is good to know although I don't think i need to know that for this class
So I think it is better to leave it
would be a shame not to know such basic things as induction ngl
there are specific things I need to know for the exam so I need to focus on those
okay so, I still am not sure how we get to the point they do in IV
mhm
and raising a diagonal matrix to the n'th power is very easy
to raise a diagonal matrix to the n'th power all that needs to be done is to raise each diagonal entry to the n'th power
yeah that makes sense but it looks like they've subtracted values in IV
they have 1+ and 1- and so on
$D^n = \bmqty{1 & 0 \ 0 & (-1/2)^n}$
Ann
and now you need to conjugate that by M
so $\bmqty{1 & 1 \ 1 & -1} \bmqty{1 & 0 \ 0 & (-1/2)^n} \bmqty{1/2 & 1/2 \ 1/2 & -1/2}$
Ann
this is just arithmetic
what do you mean when you say conjute it?
conjugate*
and what you have there is also what I have
i mean the multiplication by M from one side and M^-1 from the other....
god
it is REALLY frustrating when like
apparently i have to remind you of the same things over and over again like
we are calculating MD^n M^-1
we never should've forgotten that
YOU never should've forgotten that
like for real
plus i even SHOWED what i meant immediately after
So i have to actually multiply the matrix M
with the matrix d^n
and then with m^-1?
yes, imagine! M * D^n * M^-1 means M multiplied by D^n multiplied by M^-1!
idk if youre having a brainfart or what but like
basic reading comprehension 💀
im going to disappear now
@mighty ether Has your question been resolved?
Closed by @mighty ether
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 am having a circle whose coordinates (cx,cy) and radius r are known. There is point px, py that it lies outside circle. The question is to find the point of intersection of line joing point P to the center of circle and perimeter of circle
Please of someone can help me to drive the expressions 🙏
I have no idea what this is, but turning the picture around could help others.
Took me a while to realize its upside down
Better... But still can't help. Have no idea what this is.
I remember it from somewhere I think.. but.. puh.. can't help.
Plus.. how do you know co ordinates but not use a coordinate system? Im confused myself
I think the context might help to change the viewpoint,
Im making colour wheel in python so when user points out from that wheel and moves around it the colour must point to that x,y so that it shows the colour of that intersection point
@slim grove Has your question been resolved?
Circle centre coord, radius, point location
Given that point always lies outside circle
Maybe I can actually help. Write down like this
r= xxx
cx= xxx
cy= xxx
Px=xxx
and so on
With what you don't know e.g. y= ?
cx = cy = 167
r = 150
px and py are variables ie event dependent
If u can solve everything by considering variables then pls go by that
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
.reopen
✅
general eqn for a line is $$y=mx+c$$ where $m$ is the gradient and $c$ is the $y$-intercept
Toru
you have two points already, both should be found immediately
m = (y2-y1)/(x2-x1)
to solve c, sub in one of the points into the eqn
Aah after solving i got two equation one is f(xx, yy) and other is f(x,y)
Then i was blank
😅used two point eqn of line
(y-y1)/(x-x1) = (y-y2)/(x-x2)
ok
that formula is wrong
the RHS is suppose to be all constants
not variables
so it's $$\frac{y-y_1}{x-x_1} = \frac{y_1-y_2}{x_1-x_2}$$
Toru
the RHS is m
Then also this will be f{x, y) and eqn of circle will give f(x2, y2, x, y)
not quite
the line is f(x, y) but the circle is also f(x, y) as it can only have a maximum of 2 inputs but to avoid confusion, i'm going to call it g(x, y).
Line: f(x, y)
Circle: g(x, y)
Can u explain how it will be function of x and y
If you need to find the intersection between the line and circle, you would have to sub the eqn of the line into the circle
Mathematically speaking, eqn of circle is (x - cx)^2 + (y - cy)^2 = r^2
Yes
but what you suggest, f(x2, y2, x, y) suggests 4 inputs where there can be only be a maximum of 2 inputs which are the x & y variables
That was after expanding the square
doesn't matter, they are equivalent forms
Let's clear the misunderstanding here
is x2 y2 suppose to be the centre of the circle?
Thays x squared and y squared
ok that clears the misunderstanding
There is no need to input x squared and y squared
as long as u input x and y, the squared will be calculated
But then how will i gwt the expressions for the coordinates of intersection point
for example,
return i ** 2 + i
but if u do
i = 2
j = i ** 2
return j + i
the 2nd method wastes calculation that is not necessary
- Find the equation of the line
- find gradient and y-intercept
- make either
xorythe subject of the eqn - sub the value u chose in step 2 into the eqn of the circle
- you will get the 1st coordinate
- sub that coordinate into the eqn of the line then you will have the point of intersection.
step 2 & 3 are tricky.
IF you chose y from the line to be the variable you want to sub into the eqn of the circle,
make ** x the subject of the eqn of the circle**
For example,
eqn of line: $$ y = \frac{p_y - c_y }{p_x - c_x}(x - p_x) + p_y $$
then eqn of circle: $$x = c_x \pm\sqrt{r^2 - (y-c_y)^2}$$
Toru
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Thanks, it seems that i was just doing wrong equation. I hope this solution works
if your colour wheel is 360 degrees, since the line will cut the circle at two points, i suggest adding conditions for the x-coordinate. If px is positive, take the positive square root but if px is negative, take the negative square root. Then for the cases where the gradient will be undefined, check if px - cx == 0 so that you will not get a divide by zero error.
Closed by @slim grove
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 @fossil sigil
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 know you can calculate the Gini-coefficient by taking the area between the two graphs times 2, but what is the difference between that and if you were to find the r^2 between those two graphs (in terms of linear regression)?
Huh?
@placid escarp Has your question been resolved?
@placid escarp Has your question been resolved?
Closed by @placid escarp
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 percentages just divide by 100 and simplify
Alright so
you can convert decimals to percentages then do what you do for percentages
Random guess
use ur brain
Alright alright
@fallen hollow The word "per cent" directly translates to per 100. So you can convert percents to fractions pretty simply with that information. For example, 67% is 67/100. You can do the same for any other percent value, just like the 35% you have there
now im not sure if you know how to simplify fractions but if you do, sometimes the fractions you get from converting % to fraction can be simplified
good
To percentage
thats the answer
Let's gooo brahhh
can you do 0.19 to percentage?
😆 yessir
How do I convert a percentage to fraction and a decimal aswell
^^^
so
percentage to fraction
lets say you have 30%
remember, %, or per cent means per 100
so 30% means 30 per 100
your fraction would be 30/100
I got 7/20
for which one
While converting 35% to fraction
Yee
I just dropped the %
35/100 simplify
@sharp hare just completed all of them
And got 6/6
.close
Closed by @fallen hollow
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
union
it is the union of Ai and not the intersection
Some magic shit
you take everything in A1, and everything in A2, and etc etc
but as you can see the sets get smaller each time
so its all been covered by A1 already
It's still true even if Q were the integers
@slow timber Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 Can I find the oblique asymptote with f(x)=mx+q ?
To calculate the oblique asymptote y = mx + q of a function f(x):
\newline
$m = \lim_{x \to \infty} \frac{f(x)}{x}$
\newline
$q = \lim_{x \to \infty} [f(x) - mx]$
JaimermXD
So I just follow those formulas for them?
Pretty much.
Doesn't matter, it can be either. The result will remain the same.
The asymptote won't change because it's a straight line, no matter if it's at positive or negative infinity.
Closed by @raw meadow
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
• Show your work, and if possible, explain where you are stuck.
i don't know how to start
how to find radius?
with E and bases
AD+CB=33
i know this
try to find this
do you know how to find it?
(AB+DC)/2?
i think so
answer is 4√3
wait what
but i can't got that with this idea
the answer is 4sqrt3?
yes
oh
trigonometry in geometry
@autumn tinsel Has your question been resolved?
.close
Closed by @autumn tinsel
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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-2x>x-2
what is this type of question called?
inequation
Closed by @steep notch
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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've always wondered—can I use this to solve the four 4's problem without using square roots:
log(⁴/₄%)(⁴/₄%)=1
log(⁴/₄%)(⁴/₄%%)=2
log_(⁴/₄%)(⁴/₄%%%%)=3
@sour gate Has your question been resolved?
<@&286206848099549185> , pwease help!
@sour gate Has your question been resolved?
Pwease, I'm begging!
I don't know what you mean with the percent signs
but there is a way to solve the four 4s problem using logarithms
see wikipedia
Four fours is a mathematical puzzle. The goal of four fours is to find the simplest mathematical expression for every whole number from 0 to some maximum, using only common mathematical symbols and the digit four (no other digit is allowed). Most versions of four fours require that each expression have exactly four fours, but some variations req...
@sour gate Has your question been resolved?
.close
Closed by @tardy epoch
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 the answer be e?
if its asking for the y value of v(x,y)
would it not be -13/8?
be the parabola is
y=1/4(x+2)^2-(13/8)
v(y) = (4ac - b^2) / 4a
@ruby skiff Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
hey
The iron pipe has an outer diameter of 10 mm and an inner diameter of 8 mm. What is the thickness of the edge of the pipe? how can i solve that
.close
Closed by @ripe basin
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Just confused on how they got the highlighted section
Closed by @plush epoch
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Hey, tomorrow I have a math test and im trying to study to I literally dont understand some things like
Translate the objective, please
You mean simplify?
I guess
it says solve but Im sure it wants me to simplify it
So for that question, you want to factor the numerator, so to do so, you need to determine the GCF of all the terms in the numerator
Exactly that
Closed by @distant matrix
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
If the volume of a sphere is increasing at the rate of 8 feet^3/min. What would be the rate at which the radius increases when its diameter is 4 feet?
So I think I did that and it turns up to be dr/dt = 2/pi r^2
I don't know if that's correct
If it is I don't know what to do next
I don't know I don't get this subject all that well so I'm not sure
no dude your solution is correct so far
Awesome, that's where I'm stuck now though
what is the issue?
Because I have to find the rate at which the radius is increasing when the diameter is 4 feet
hmm
ahh no need for that
we need to find the rate of increase of radius
so just put the radius in 2/(pi*r^2)
that is 4/2=2
that's it
why 2/(pi*r^2) ?
Ohh
so just put in the value of r
ah yes because the radius is 2 since the diameter is 4
exactly
Bruh this subject is so confusing jesus christ
XD
it is like you're making a pizza and have all stuff but forgot that you don't have an oven to bake it
anyways
hahaha
i hope you got the answer
Hell yes, thanks a lot for the help!
no worries
.close
Closed by @lunar laurel
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 u evaluate into a whole number here?
What have you tried
Why -15?
bc positive divided by negative is negative
i already know this information
h is -15, so what's -h
yes now just do 15/3
Closed by @severe mulch
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
back for more knowledge
@severe mulch Has your question been resolved?
7.2^2+ z^2= 12.6^2
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 reword the bottom text to help me understand
I'll try if you send the page it was from
sorry, I'm not sure what he means 😭
looks like it to me
hm i guess he means this is just a special case
the answer doesnt have to be either -pi/2 or pi/2
that could be
@timid silo Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Is there a way to factorize x^2-23x+1 without quadratic formula
Help
,w x^2-23x+1
well if you are good at guessing
No there isnt basically
ok
Just look at the roots section
,w factor x^2-23x+1
ok so I have to use quadratic formula
Yes unfortunately
ok
so here at the top is the factorization
essentially impossible to get without quadratic formula
Dont think so either
Since (m-n)^2 produces only a -2mn
.close
Closed by @spiral pebble
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
It takes 1 minute to gain 3000 $ how many hours would it take to get 100,000,000$?
how many 3000s fit into 100,000,000
yup
@sudden citrus Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Posting a question without providing context or on what u need help won't attract many helpers.
Read this.
honestly not sure where to begin on question one. 2 whole lessons went by. Other than that the rest of the question are old units i would appreciate help with.
I cant solve for volume with the formula l x w x h without the length, and stuck on how to solve for h
Well we know what c is. And the base is a square, so what is a? Then use the fact that h,c,a is a right angle triangle to find h
isnt a 4
@timid silo Has your question been resolved?
Closed by @stable ermine
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
f(x)=x⁴+ax³+bx²+cx+d
g(x)=f(x) (x>=0)
f(-x) (x<0)
f(2)=f'(2)=0
|g(x)-4| is not differentiable in x=k,-k
when x1,x2 is in (0,2), f'(x1)f'(x2)>0
so i need to find the maximum value of f(4) and i got 84
is this right
@timid silo Has your question been resolved?
i started off by setting f(x) as (x-2)²(x²+ax+b)
and since f'(0)=0 and f(0) has to be 4
2(x-2)(x²+ax+b)+(x-2)²(2x+a)
-4b+4a=0
4b=4
so b=1 and a=1
and (x-2)²(x²+x+1)
so its 4(16+4+1)=84
<@&286206848099549185>
@timid silo Has your question been resolved?
What?
Closed by @runic wagon
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 some orthonormal reference, the coordinates of points A, B, D and E are respectively.
A(0, 0, 2);
B(3, 0, 2);
D(0, 4, 2);
E(0, 0, 1);
Calculate the coordinates of point C in this same reference.
what exactly do you mean to work out C
@somber mural we are looking for a result like this? (0,0,1)
@white basin Has your question been resolved?
no
@white basin Do you know how to find $\vec{DC}$?
kelvinchan9786
its cus I dont understand the coordinates of each one
what they mean
I am trying to make sense out of it
$\vec{DC}$ means this vector
kelvinchan9786
i.e. vector from D to C
Oh...
i dont understand
Would it better if I change from $B = (3, 0, 2)$ to $\vec{OB} = 3 \hat{i} + 2\hat{k}$, where $O$ is the origin?
kelvinchan9786
(next time pls tag me)
You are aimed to find $\vec{OC}$.
You can use the addition law of vector, i.e. $\vec{OC} = \vec{OD} + \vec{DC}$
You have already known $\vec{OD}$, i.e. $(0, 4, 2)$.
Try to find $\vec{DC}$
kelvinchan9786
So how to find $\vec{DC}$?
$\vec{DC} = \vec{AB}$
so find $\vec{AB}$.
You can use subtraction law, $\vec{AB} = \vec{OB} - \vec{OA}$
Note that you have already known $\vec{OB} = (3, 0, 2)$ and $\vec{OA} = (0, 0, 2)$
kelvinchan9786
@white basin
@white basin Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
.reopen
✅
@feral sedge you say DC = AB
i mean looking at the image it make sense
but how can. you prove it?
Because technically its parallel but parallel doesnt mean having the same lenght
so idk how to prove it. :I
Could you show the whole question to me?
Is there some terms about "parallelepiped"?
then it is by def. ^_^.
(Same magnitude + Same direction -> Same vector)
BotheringMeAgain
$\vec{AB} = \vec{OB} - \vec{OA}$
kelvinchan9786
Yes
Then try to finish the question with this tip.
aight tyyy
great
BotheringMeAgain
$\vec{AB} = \vec{DC}$
BotheringMeAgain
BotheringMeAgain
@feral sedge
BotheringMeAgain
@feral sedge
Yes, it is correct
thanks!
My pleasure
how do I close the channel?
use the command ".close", I guess
.close
Closed by @white basin
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
.reopen
.reopen
✅
?
Closed by @white basin
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
@ruby skiff Has your question been resolved?
$\frac{4000 \cdot 8 \cdot 18}{100}$
are you using this formula or something different?
Doggo
the answer is (b) if you're using that formula
$\frac{\text{initial money} \cdot \text{annual interest rate} \cdot \text{years waited}}{100}$
Doggo
wait so the correct answer is b r?
what are the variables here?
t1 = 4000
n is years passed?
hm I feel something's off with that formula
the interest earned isn't related to initial money
yeah but you earn more money / year if you have more in the bank no?
yeah
I think the -1 shouldn't be there
the formula is probably for t_1 = 4000
oh
interesting that this formula was also in the answers but is the wrong answer
I assume it's to trick people like me
na this got me too
wait but when the formula is used
t19 = 4000(1.08)^19-1
t19=15984.078
yeah it depends on whether you take t_0 = 4000 or t_1 = 4000
I prefer t_0 personally
wait wut does the _ mean?
$t_0$
Doggo
like this
k
@ruby skiff Has your question been resolved?
Closed by @ruby skiff
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 am needing someone else’s eyes on this. I believe I am supposed to use Liouville’s Theorem on the first one and the second one I believe is 0. This is a complex variables course.
I am not sure if this is the correct place to use Liouville’s and the second one I am not sure if my logic is correct in assuming it is 0.
<@&286206848099549185>
@willow ravine Has your question been resolved?
you can use Cauchy's residue theorem to evaluate the first, there's a single pole z=0 of order 5
the second should be 0 with those conditions by Cauchy's as well
I am not sure what you would need Liouville's theorem for
So is the first one correct or do I need to remove the derivative part and just evaluate f(z)=e^4z at z=0?
no, the first one looks correct
well
your answer is correct at least, but if you are using Cauchy's then 4th derivative of e^4z is 4^4 e^4z
and you are taking limit as z->0
Should I drop the /4!
?
I was using this, but you think that Liouville’s does not apply here and that I should use Cauchy’s and drop the 4!
?
@willow ravine Has your question been resolved?
Liouville's theorem is the "if f is entire and |f| <= M implies f is constant"
the bottom of the slide looks like the beginning of some proof or motivating example
idk without having attended the lecture
but regardless, you have everything you need to apply the residue theorem in both cases
Closed by @willow ravine
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 solve for these?
Pluton
Second one is just chain rule
or take log both sides, then differentiate (implicit)
@proven condor Has your question been resolved?
I got this as an answer
I think it's right?
I hope I did the steps correctly too
@drowsy girder ?
<@&286206848099549185> ?
,rotate
,w differentiate x^(tan(x)-sin(x))
,w differantiate (tanx - sinx)lnx
Seems fine to me
This is basically same thing just that he factored out x^-1
how do I start on the 2nd one?
Chain rule
@proven condor Has your question been resolved?
sorry I procrastinated
is this right?
@tardy epoch
,w differentiate e^((x^4)- cos(x))
.close
Closed by @proven condor
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
@timid silo Has your question been resolved?
Closed by @supple tendon
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
@indigo oriole Has your question been resolved?
Closed by @indigo oriole
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Sorry, I have no clue how this question even works 💀
$$a^{2/3} = (a^2)^{1/3}$$
秋水
uh well i know that already
so
$$(\sqrt{2q}+\sqrt{r})^{2/3}=\sqrt[3]{(\sqrt{2q}+\sqrt{r})^2}$$
秋水
oh, there is no correct choice
is q>0 and r<0 relevant?
weirded out by the fact they explicitly mention r is negative
one would think they wouldn't want to involve complex numbers at the level this problem seems to be at
Closed by @tall escarp
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 assistance
I used up channel 0 for this Q yesterday
But was left unanswered
Ping me if you think you could help me understand
Part a only
I did part b
i can help
lets do it here
in fact you don't even need help
you have done everything
just solve for x and put that value for x in any equation
you will get the ordinate of a
and hence the point
@mellow halo Has your question been resolved?
no worries
@mellow halo Has your question been resolved?
Closed by @mellow halo
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 have a problem calculating the line-point distance with one of the axis
I was trying to get the bisector of the purple line and the X axis
@sinful mortar Has your question been resolved?
Closed by @sinful mortar
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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, again
2i isn't a thing
what you care about is the number of operations
that's what O(n) means
I think it will be n(n/2) in that case
that's a completely different case from i+1 to n
you have to see it as an amount of operations
no, that's not how it works
you have to visualise the amount of times the iterations have
again, observe those lists:
i = [1, 2, 3, 4, 5]
j = [2, 3, 4, 5]
how many elements are in i?
five. There are five elements in i
let's say that n = number of elements in i
so, how would you represent the number of elements in j using n?
that's the number of elements in i which is n
the number of elements in j is 4
which is n-1
the number of the inner iterations is 2n - i - 1
suppose 2n = 4
i = [1, 2, 3, 4]
j = [1, 2, 3]
that's the first iteration
the second iteration
j = [1, 2], so 2n - 2
are you with me so far?
it would help you to go through the iterations manually first
and then generalising the pattern
good
we skip the first iteration of the outer loop
because it's out of range in the inner loop
when i = 2, we get 1 iteration of j
we count the total amount of times the inner loop has been iterated over
$$n_{j} = (2n-1) + (2n-1) -1 + (2n-1) - 2 + ... + (2n-1) - (2n-1)$$
Emran & Knuckles
$$n_{j} = \sum_{i=1}^{2n-1}(2n - i)$$
Emran & Knuckles
we don't care about constants when calculating big-O
you need to read up more on sequences and sums of sequences
trust me, it will help
sorry, but I have to go now. You'll get there, you just need to get yourself used to noting down patterns and generalising them
that and
$$ \sum_{i=0}^{n} r = \frac{n(n+1)}{2} $$
Emran & Knuckles
That's also pretty useful for O(n)
oh, and one more thing, you might get more replies if you ask this in a Computer Science server
since this topic is more related to CS
any time
Sorry for not being of much help, you'll probably find it here though! :D
Make sure to close if you're done
Closed by @slow timber
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 solve this with adjuncy matrix if its so then how do I calculate I know how to create the adjuncy matrix
so lets say I want to find the shortest for 1-->4
do I just have to calculate the cost ?
but in the question seattle to pullman there is no weights are given
or do I have to calculate the length (number of edges)
@stable apex Has your question been resolved?
<@&286206848099549185>
I'm not a CS guy, so you're listening to a kid response
You could split all triangles in square ones
Then you could create a cost factor based on how many times you have to walk on the longest ledge, and assign a value increasing depending on how long is that ledge compared to the other
I would say that shortest implies 0 stop value, which means the overall shortest path
sounds kinda hard ?
If the question is just about finding the shortest path Seattle -> Pullman in the picture at the top, and there's no extra info given, I think you've got to just eyeball it. To my eyes, there's a pretty clear shortest-path.
(Where I'm assuming it's a normal map, and the length of each green line is the actual length.)
seattle ->wentche->spokane->pullman what if the actual road length is higher than the others?
ok so here they are asking for find the adjuceny I just have to draw the table right
something like this ?
Haha, I guess it's not so clear! I was thinking Seattle -> Cle Elum -> Moses Lake -> Richland -> Pullman looked shorter. :/
Something like that, yes, but if the rows/columns are in the order A,B,C,D,E,F, then that matrix doesn't match the graph above... for example, the matrix says there's an edge between A and C.
oh yeah I know ,in general if they asked to find the adjuncy matrix I just have to draw that table?
Yeah, I'd say so. Probably a good habit to give the order of the rows/columns though.
If the vertices are already labelled 1,2,3,etc, then it's probably obvious, but even still...
oh ok thank you so much
👍
before leaving
do you have any idea on this qustion?
is tht how do I have to answer?
Well, in general there are algorithms for solving such problems, but... I'd just eyeball it again.
Yeah, that looks correct for the first part.
Look at 4th and Seneca though. Can you get there, and if so how?
this is what 4th and senca right how can I go there without taking any steps by flying? the person who made this pdf is not a cool guy
he intentionally puts the wrong answers
@stable apex Has your question been resolved?
Closed by @stable apex
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
Closed due to the original message being deleted
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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 pls
do you know the sum of an ap formula?
yeah
or the formula for sum of first n natural numbers
no i dont know this
if you know this then just use this
first find the number of terms
an = a + (n-1)d
plug in an=99, a=3, d=3
and find n
Gauss sum can work as well
btw when it says the "first" n natural number do we assume a to be 1 or 0?
1
ahhh alright
also it says inclusive in the question
i was thinking S99-S2
why doesn't this work?
@scarlet locust ?
what did you get
Do Sn after you find the n
31
oh yh
the first 31 terms?
Yes
Ok
but i get what you're saying, thanks
@timid silo Has your question been resolved?
Closed by @ripe heron
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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.
anyone want to help make sense of this
What exactly? This is integration by parts
yes, I think they are generally pulling out the values from the second line and integration I am just unclear on this because there are inconsistancies where they are taking the values needed to be integrated
@spring horizon Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
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!
ask
I have a problem calculating the line-point distance with one of the axis