#help-17
1 messages · Page 77 of 1
hayley!
I do this because of this, where (9x) is b
once I set the denominator equal for the above two fractions, yeah
right before the purple, if that is what you mean
$\frac{ \blue{\frac{x+9}{9x}} }{\orange{9+x}} \cdot \frac{ \purple{9x}}{\purple{9x}}$
hayley!
this is what we're doing next
i hope i typed this right...
$\frac{ \lp\blue{\frac{x+9}{9x}}\rp \cdot \purple{(9x)} }{\orange{(9+x)} \cdot \purple{(9x)} }$
hayley!
right?
that's correct yes
when i say "multiply top and bottom" i mean the entire top and bottom
omg thank you so much
I understand now
if I close the channel does everything delete
Closed by @round pasture
Use .reopen if this was a mistake.
the channel will be renamed but you can get it by searching from:crazyblob
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 im trying to understand how a recursive formula works
theoretically i should be able to solve every single problem here
if i understand how it works
<@&286206848099549185>
What
You mean how do sequences work?
Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.
dude thats not time efficient
make it 10 minutes
lol no. It's the discord's rules. It's set at 15m for a reason
We're doing charity work here dammit
Lol
Anyway, what question did you pick
lets start with 1
Okay so you have 3, 8, 13, 18, ...
Yep
What's the pattern
Good. So the recursion formula is $s_n = s_{n-1} + 5$
TooManyCooks
where s_n is the next term in the sequence
i just called it s for 'sequence'
Ok
Here $s_0 = 3, s_1 = 8, s_2 =13$ and so on
TooManyCooks
Yep
the n-1 or n+1 doesn't matter
is it always n-1?
they're called "dummy index"
you can always adjust them to whatever you like
it could be n
n+2
n-6
oh ok
As long as you establish what the starting point is
In my case, I started with n = 0
s_0 = 3
ya
its 8 right
$s_1 = s_0 + 5$
TooManyCooks
oh cool underline is subscript
Then if you want the next term in the sequence $s_2 = s_1 + 5$
Ah ok
TooManyCooks
Then you just keep going
so then 8 to 13 would be s3 = s2+5
Yep! You got it!
Go ahead
$s_n=s_{n-1}+5$
you wanna use "s_{n-1}"
intracatholic
how does texit work
It's just a programming language that's supposed to standardize the writing format for papers
As to "how" it actually works, you might wanna google that
It's not really like other language that are meant for calculations
it's for typesetting
Kinda like HTML
what is typesetting
It's just a way things are arranged when something is being published. Usually journals or articles have a very particular format on margins, font, fontsize etc.
That's what Tex is for. It makes it easy for people to obey those rules
It's not just that. It makes it easy to obey format because you can download packages that arrange the words for you in certain orders
4, -12, 36, -108
its a loopty loop
the pattern is -4
times
so s1 is 4
s2 -12
huh this is similar to quadratics
like domain and range
So write the recursion formula
intracatholic
wait what
$s_n = -3 s_{n-1}$
TooManyCooks
that's all i meant
Take your time
wait what does it mean by describe the sequence
lol!!
mathematically, describing the sequence is writing the formula
lel
You're doing pretty good
8 12 18 27?
Here's the trick
When in doubt, you want to check one of two things
the difference between the terms
or their ratio
or a combination of both
what do you mean by that
You checked the difference
yep
You said it goes +4, +6, +9
yeah
So there's no clear pattern there
yeah
Try taking the ratio
ratio?
then 18/12 is like 1.5
then 27/18 is 1.5
let me write that down in my study notes
also man im in 8th grade
too young for algebra 1
ok now
how would I write that
goodness gracious my spelling
anyway
would i write that as 1.5*s(n-1)
This particular flavor of sequence is called a 'geometric sequence'
In this particular case the sequence is $s_n = 8\left(\frac{3}{2}\right)^n$, where n start from 0
TooManyCooks
my goodness you are some type of recursive formula genius
Ok
so i just need to times s0 by the ratio
however many times I do that is determined by N
Wait hold on
is it to the POWER or multiplied?
why to the power?
Because to get to the next term, you multiply the previous one by the same number
here you keep multiplying with 3/2
so every new term in the sequence is another power of n
i dont get it
Which part?
I see. so you don't know the relationship between products and exponents?
I guess not
That's fine
All you need to know is that if you multiply something by itself several times, you can write it as an exponent
For example $a \times a \times a = a^3$
TooManyCooks
yea
Okay so in your sequence you have $s_0 = 8 \ s_1 = 8 \left(\frac{3}{2}\right) \ s_2 = 8 \left(\frac{3}{2}\right)\times\left(\frac{3}{2}\right)$ and so on
TooManyCooks
Do you agree?
wait
Recursively, the formula is $s_n =\frac{3}{2} s_{n-1}$
TooManyCooks
i think i doubted you because I thought 2.25 would have
a decimal outcome when mult by 8
so thats my actual answer
TooManyCooks
You can write it the way you did too
is it just me or is it supposed to be 3/2^sn-1
What do you mean?
its supposed to be 3/2 to the nth power right
You can write it that way
If you write it in terms of $s_0$, you get $,s_n = s_0 \left(\frac{3}{2}\right)^n$
TooManyCooks
If you write it in terms of $s_{n-1}$, you get s_n =\frac{3}{2} s_{n-1}$
TooManyCooks
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
oh how
What do you mean
how is 3/2*s_n-1 equal to 8(3/2)^n
$s_n =\frac{3}{2} s_{n-1} = \left(\frac{3}{2}\right)\left(\frac{3}{2}\right) s_{n-2} = \left(\frac{3}{2}\right)\left(\frac{3}{2}\right)\left(\frac{3}{2}\right) s_{n-3}$
TooManyCooks
Eventually you will reach $s_0$ but by that point you will have 3/2 multiplying itself n times
TooManyCooks
OH
OK
YOU FORGOT THAT LITTLE DETAIL
THANKS
sorry for caps
that wasnt to be mean
I just unlocked more realization
@vast shale Has your question been resolved?
@split heart
yes?
But how does the equation work
I dont get it
oh wait
oh so i just multiply the terms by 3/2 and i get the answer
Ok
moving on to 4 ill try to do it on my own
placeholder text
Good. I'm about to do something else right now, but I'll try to keep tabs on your work if you need help. If I don't respond in more than 10 minutes, DM me
Hey
what the flip is an arithmetic
like in recursive
ik arithmetic as only basic math like multiplication, division, addition, and subtraction
It just means you add a fixed number to the sequence
Kinda like problem 1
Geometric is when you have to multiple by a number
like in the previous problem, you had to multiply by 3/2
also, what is "common difference?"
Subtract the adjacent terms. If their difference is the same, that's it
@vast shale 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.
need help understanding these two truth tables. Quick questions on discrete mathematics
What don't you understand about them?
I actually don't have a mic sorry
okay ill try my best to ask properly
wait i think i got it sorry
i was lookin at it the wrong way
wd, nw
btw are you a cs major?
No I do maths but I have done quite a bit of logic
is there any resource i could use online to help me better understand discrete math?
Idk sorry, I learnt from lectures and lecture notes, I realise that's not much help
no no you're good
Good luck
i understand these things intiutively but when it comes to articulating on a piece of paper
i have a hard time
Yeah ik what you mean, it's definitely a skill
@vast shale Has your question been resolved?
Closed by @coarse pond
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 here? I’m confused how I got an answer with a non elementary integral
Jérémy
that
,w int log(log(x))dx
You treated x like a constant. That's incorrect
but isn't it treated in terms of x because I'm integrating in terms of u?
You didn't do the substitution correctly
x = e^u
how so?
Step 1
but that just means x = x no?
I'm confused as to where this is getting at.. At what point did I mess up?
But you're not substituting correctly if you're only picking some variables to substitute and not others
.
You have to replace x with this
u = ln(x)
du/dx = 1/x
dx/du = x
dx = xdu
In here?
😵💫 I'm so confused
This is right so far
But you need to replace x in terms of u
.
Oh so I can't have x's remaining
Yes that's right
how did you find that x = e^u though?
oh right
so instead I should end up with the integral of ln(u) * e^u du
and now I have to do integration by parts which is probably where the "Non elementary" stuff happens
I understand now, thanks!
.close
Closed by @near relic
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 know polynomial long division
Well yeah and the factor/remainder theorem as well
Well we need to construct our cubic from the 3 roots
Divide it by x-1
And equate the remainder to 8 and find k
You mean like If f(2)=expression provided
At least that’s how I would do it
No I mean a cubic with roots a b c can be rewritten as (x-a)(x-b)(x-c)
and substitute 2 into the expression=0
let me send a pic wait
@rugged orchid I don't get it
You’ve been given the 3 roots
Can you do it in that way?
They are 2, 3 and k
Like I haven't heard of the method you're talking
instead i substitute f(x)=0
but i know how to divide polynominals
I don’t know what that’s doing (but it’s possible I don’t know your method that can work)
ok but u can teach me ur method
It’s very possible I don’t know the best way and maybe there is one
But I would go (x-2)(x-3)(x-k)
Expand
Long division by x-1
Equate remainder to 8
They said roots of f(x) = 0 are 2, 3, and k
Well then the cubic has this form
and then what did you do
oops sorry
This is the next step after writing the cubic in that form
but my teacher haven't thought me any method to involve anything in the dividend with variables
Like the dividend can only have the variable of x
it can be long but there should be only variable which should be x
Well 2, 3, 5, 10, k, same thing
tbh i get what you're trying to say
and i know how to work it out
but I don't get the concept of why it should be (x-2)(x-3)(x-k)
Why should i subtract it
But this is still the correct first step
the way you said is easy as well but i don't know why it should be negative
please
ie. f(2) = 0
I just need to slap a (x-2) somewhere
Anyway, the easy method is just to do f(1) because that does the same thing as dividing the polynomial by x-1
You can just do f(1) = -8
and then what should i do after i solve it
Using this
You can just solve this is equal to -8 when x = 1
So you’d write f(x) = (x-2)(x-3)(x-k) because you know the cubic looks like this
this is the answer i got
Where did a + b + c come from
from the expression f(x)=x^3+ax^2+bx+c
Don’t worry about that expression
Worry about this
@upbeat plaza 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.
$e^{e^{\ln\pi+\frac{i\pi}{2}}}$
goobybalooby
how can i simplify this and express it as a point in polar?
well you could just work downward couldnt you
like
$e^{\ln(\pi) + i\pi/2} = e^{\ln(\pi)} \cdot e^{i\pi/2}$ ...
Ann
i have that but as an exponent on e
and?
that shouldn't stop you from manipulating it the way i showed you
unless you have some kind of weird allergy
goobybalooby
but i need to do more to it to find the polar coordinates, right? or am i being dumb
what's $e^{i\pi/2}$?
Ann
$[1,\frac{\pi}{2}]$
goobybalooby
ok but what number has magnitude 1 and angle pi/2?
Closed by @honest heath
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? I'm stuck on this
@vast shale Has your question been resolved?
@vast shale Has your question been resolved?
Closed by @coarse pond
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.
Y is it not
A < x < C ?
Because you have an inflection point at b, which means it’s no longer concave up
From B to C it’s increasing but it’s concave down
Closed by @tidal trail
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.
Given points ABCD, I need to solve for t in A+t*AB, where B reaches collinearity with CD
@hollow acorn Has your question been resolved?
Nvm figured it out. If anyone cares the solution is cross(CD,{0,1,0} to get the perpendicular vector for CD, t = dot(C - A, CD_perp) / dot(AB, CD_perp)
.close
Closed by @hollow acorn
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.
PLEASE HELP
from what my teacher said i have to make it (x-2)(x-3)(x-k) and then solve it.
evaluate f at 2
you know the result is going to be 0, by the Factor Theorem
do the same for 3 and k
is what my teacher said and ur method the same?
only slightly different
I evaluated f(2) and I got 4a+2b+c=-8
What you're suggesting is unnecessarily complicated
Ok
just teach me guys
Keep the closed form
ok and then
so i just leave it (x-2)(x-3)(x-k)
Yep
Yeah
And so if you evaluate at x = 1, what should you get?
like i substitute x=1 in the first expression like f(1)=-8?
In this one
Sorry my bad in the closed one
Yes, factored form
(1-2)(1-3)(1-k)
=(-1)(-2)(1-k)
=(2)(1-k)
=2-2k
Yes
and then what should i do
What is this also equal to?
This is f(1)
-8
Yes!
Correct !
oh my gosh! Thank you so much
i was cracking my brain entire day and everyone was teaching me all those complicated ways
thank you so much!!!!!
: )
No problem 👍
.close
Closed by @upbeat 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.
How do I do this?
🅱️ythagorean theorem and if you need the direction also then trig
do you understand what the question is asking
So do I connect the vectors tip to tail or something?
yes
and then compute the magnitude and angle
yes
So I got the measurements wrong?
no, it should either be tan theta is 55/70, or theta is arctan 55/70
but not both
Oh ok
By the way
Would I need to answer this in just degrees or minutes and seconds type stuff
should be just degrees
So I’ve found both the hypotenuse and angle
How do I write my answer
Like do I say relative velocity, 89 kph, 36 degrees or something idk
you’d write 89 kph with 36.25 deg west of north or something
Closed by @river kettle
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 dont understand how the square root of x turned into 2x
Original question please
Anyways
The multipled 2√x on both numerator and denominator
Fo2√x
ahhh thank you
@viscid sparrow Has your question been resolved?
Closed by @viscid 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.
The left is a solution to the question on the right but my working out I got this
Where do they get the bearing stuff?
,calc atan(55/70) * 180/pi
Result:
38.157226587369
think you fucked up somewhere with the arctan
I must’ve read something wrong or put something wrong into the calc then
you would have given the bearing as N38W, which is the same as their 322°
How are these the same?
they measure bearing as a clockwise angle from north
0 to 360
like there are two formats you can give bearings in
either (N/S)(0-90)(E/W), or as that
converting from one to the other requires little more than looking at, or being able to reproduce, a compass rose.
oew
So If i gave my answer in
N38degW
i would still be correct?
best ask your teacher what form they want it in.
like value-wise you're correct, it's only a question of which two otherwise equally valid forms is the one wanted
and whether they even care
in the absence of special instructions requiring the answer to be given one way or the other, i personally would accept either one.
well its a late for that since my 2 week exam block is coming up and we dont have anymore classes
my teacher said they purchased this test off of somewhere
so it probably has different marking guidelines
do you not have contact w your teacher via email
why not?
@river kettle Has your question been resolved?
Closed by @river kettle
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, why can't i just eliminate the middle portion of the domain? the first first and last part already excludes 4 and 5 right?
and you claim (4,5) should be thrown out of the domain too, yes?
but why throw it out tho
what's wrong with values of x lying strictly between 4 and 5?
Closed by @fossil python
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.
Absence - for example a number
Absence rate - in %
Right?
For example a student attended 10 times but absence 4 days, then you would find how many % 4 of 10, and then it’s 40%, so 100% - 40% = 60% absence RATE does the word rate mean like this?
@pale nova 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.
We need extra data.
What's the mass of the sun?
What's the mass of a hydrogen atom and of an helium atom?
I use this reference
I feel like I get too small number in the first energy equation
i'm not getting that on the first line, i'm getting 4.815563291 * 10^-29 kg
Hmm, you mean youre getting that instead of my 4.3229 x 10^-9 ?
Oh. How did you calculate? I
Im interested in the total energy released per pp Chain
They did similar here
Could this be correct? @somber portal
@dapper lotus Has your question been resolved?
Closed by @dapper lotus
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 have a question about finding a limit of the exponential function of base e.
I don't know how to start from $\forall x \geq 1, \frac{e^{x/2}}{x} \geq \frac{1}{2}$ and somehow end up with $\frac{e^x}{x} \to \infty$ when $x \to \infty$, but it's asked in the exercise. All the ways I would see to find the limit doesn't use that inequality whatsoever, so that makes me be stuck on my side for a bit now ... Does anyone have an idea of how to tackle this ?
Epsilia aka Mellow
do you have a picture of the question at hand
I prefered not to since it was all in french ...
Okay okay I see !
Welp here I come
So the 9. (a) asked to determine the equation of the tangent of exp at (0,1), then to justify that the curve representation of the exp function is always below this tangent, then deducing the limit in +inf and -inf of the exp function
The 9. (b) then asks, by using previous results, that I explicit a certain constant a(lpha) > 0 such that for all x >= 1, we have this inequality I wrote before
Here, I used the result from 9. (a). Translating it as an inequality on the values of y=e^x and y=1+x (equation of the found tangent), we get that for all x real, $e^x \geq 1+x$
Epsilia aka Mellow
I apply this inequality for the variable X=2x, still targets all the reals
Then factorized x from the RHS
I considered the inequality only for $X \geq 1$, granting me the division by X. I then get the easy chain of inequalities :
[
\frac{e^x}{x} \geq \frac{1}{2} + \frac{1}{x} \geq \frac{1}{2} > 0
]
Epsilia aka Mellow
And now I'm stuck on how to use that inequality I just found out for the result :
$\frac{e^x}{x} \to \infty$ as $x \to \infty$
Epsilia aka Mellow
it would be 1/2+1/x > 1/2, since x>=1
Yeah it's really a detail, for now the problem really is not there 
i dont like how that "for now" sounded XD
I'm still stuck ._.
That's just how it's supposed to sound
OW
I think I just understood
Okay so
e^(x/2)=(e^x)^(1/2) = sqrt(e^x)
So $\frac{e^{x/2}}{x} = \sqrt{\frac{e^x}{x^2}}$
Epsilia aka Mellow
So the idea would be getting rid of the sqrt, the multiplying by x the inequality
Perhaps the idea is that since $\frac{e^{x/2}}{x} \ge \alpha$ you have $\frac{e^x}{x} \ge \alpha e^{x/2}$?
Troposphere
The whole thing feels rather roundabout to me no matter how we slice it ...
But you're right though, as long as we have a divergent function to inf as a function below what we're studying
Then we get the divergence of the other one as well
Would you confirm this as a valid proof too then? 
@sterile forum
Looks valid, yes. Would probably be easier to read if instead of the square root you simply square both sides of the original inequality and then multiply by x.
A benefit of your approach over mine is that it's more immediately clear that x/4 goes to infinity, than that e^{x/2}/2 does so.
@random wave Has your question been resolved?
Closed by @random wave
Use .reopen if this was a mistake.
The divergence of the exp function has already been shown before so np np !
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
what is this symbol D, Df(x) and Df(1-x)?
Determinant.
It's Sarrus's rule
what does determinant do?
The determinant of A is the scalar denoted det(A) defined as the determinant of the family of column vectors in the canonical basis of Kn.
(A is a square matrix)
More clearly
It's a scalar which as property in regard to the matrix
help
ahh ok
so if i learn matrix, i can understand?
Ok:
- reslove the equation n(n-1)>=20 Not that hard.
Yep
Determinant are used in more thing than just matrixes
But learning whta determinant are is required to aboard matrix for higher levels
So
i am grade 10 :((
im in 11th
Well don't worry
For me I learned what determinant were after that
Closed by @elder obsidian
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 anyone here can provide an answer about this sign: ➗️
i would like to know the exact meaning of it
$a\div{b}=\frac{a}{b}$
MrFancy
isnt this sign is used for division?
yes that what i have been taught but some people doesn't see it that way
Deprecated from 4th grade onwards
for example here
8➗️4(2+2)=?
so the answer of the above can be either 1 or 16?
wat
this
I just gave you the answers
Closed by @golden 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.
Using the replacement rule, show that each of these conditional statements is a
tautology. Conditional statements can help to simplify the statements below.
a. [~p ∧ (p ∨ q)] → q
b. (p → ~q) ∨ (~r → p)
@exotic delta Has your question been resolved?
@exotic delta Has your question been resolved?
@exotic delta 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 did the problems, but I just am confused on what they mean by defining vectors and matrices
Honestly not sure. Maybe it's asking you to give them variable names?
I'm assuming you already wrote out the matrices and vectors
Closed by @scarlet garden
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 problem https://i.imgur.com/r5Xwv9s.png you need to find an equation for the volume of water at time t. The equation is 9(h(t)^2), but how is that? I honestly have no idea how this was achieved lol
So to solve this you find the area of the right triangle
and then multiply by 9
Except you can't really find the area of the triangle without at least 1 other measurement
So then h(t)^2 or height squared = area of the right triangle. As far as I know the area of a right triangle is 0.5bh, so how does h(t)^2 even fit in?
So for 0.5bh, that would actually be the volume of a triangular prism
if we make it 0.5lw then it would be the volume, but I guess it's kind of the same thing
Since this is an isosceles right triangle, the right angle obviously is 90 degrees (right), but that makes the other 2 congruent (isosceles), making for the angles 90, 45, and 45
Just realized that was only the cross section not the actual trough- read your questions thoroughly kids aint no way I spent more than 5 minutes on this 😭
.close
Closed by @drifting violet
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 turn the quadratic formula into turning point formula
oh i see but how do i get the f(x) = -2x + x + 1 into the a(x+p)^2 + q format
you would first factor out the coefficient of $x^2$ to get $-2[x^2-\frac{x}{2}] +1$
AℤØ
"+p" in "(x+p)^2" is the amount of units you shift your graph on the axes
So if you want to shif it 2 units to the right, you'd use (x-2)^2
oh yea i see now
"+q" is the same, just for the y axes
And "a" is how much you stretch(or shrink) your graph
thank you 
So in your instance it would be something like f(x) = -2x^2 + x + 1 --> g(x) = -2(x+5)^2 + x
Closed by @fair thistle
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.
did I do this correctly?
,w diff (4+e^x)^6 / 6
Yes
thanks, can I ask something else
so the part where I cancelled out the e^x and the e^x
was this decision correct? Because someone told me earlier that it was wrong to do so in a different problem
Algebraically it's fine. Mathematically, no. Up to the rigorous standard your teacher expects of you
I don’t understand
e^x * e^x = e^(2x)
oh I see now
since before it would be multiplying
instead of cancelling out
it’s still possible to continue after the e^2x right?
I’m having trouble visualizing the way I wanted to solve it
You should be writing the integral in terms of x and not u
You have to replace all x variables with u at once, not in multiple steps
Write e^x in terms of u
This is what I did instead
but I do feel more comfortable the other way
ty tho
.close
Closed by @snow 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.
Trapezium/Geometry question
A trapezium ABDC is shown. Its base AB has a length a, its height is h and CD has length b. E and F are at the midpoints of AD and BC respectively. Find EF in terms of a and b. (I'm not sure where to start, I thought perhaps vectors could help but that's only a guess)
you should be able to set up similar triangles
what i did was label the intersection of CB and AD as G, then use similarity between GEF and GAB
@wanton cairn
Ohhh ok can you give me a sec to think about this
I understand the similarity but im not sure what to do next
Could I say EF/AB = GF/GB
Im not sure what the next step is
EF = a(GF/GF*2) ?
does that make EF = 1/2 a
@turbid forum (sorry for the ping)
oh, sorry for not seeing the messages
where did you get this equation?
EF/a = GF/GB ?
what i did was calculate GE in terms of AD, then compare it to AG to find GE/AG which i could use to find EF/AB
EF = a(GF/GB) = EF(GF/GF*2) (since g is the midpoint of CB)
oohh oops
i set AD to be, say, x, then found GE by subtracting ED and GD
ping me if you make any progress lol
@wanton cairn Has your question been resolved?
should i like show you my work?
Yes please im so confused
I understand the similar triangles but I'm not sure how to work out GE in terms of AD
Hopefully this is correct lol
How did you get GD = b/a+b *x ?
so x is obviously AD
but because of similar triangles we know AG to GD has to be a to b
and that AG+GD = x
so from there you can solve
but it's helpful to just sort of memorize that relation
I understand the rest of your steps but can you explain why GD = b/a+b * x
btw tysm for your help so far
you've been so helpful
do you understand why AG to GD is a to b?
umm no not really
since angle CGD = angle BGA and because of parallel lines GAB = GDA and GDC = GAB, we know triangles GBA and GCD are similar
by AA basically
if they're similar the sides have to also be in the same ratio
and AB corresponds to CD in the similarity statement
we know AG+GD = x
so we can like solve if we want to
GD = b/a * AG, substitute and solve
(1+ b/a) times AG = x
(a+b)/a times AG = x
AG = a/(a+b) * x
Ohh ok I think I understand now
Ohhhhhh I see how you got the solution now
Wow that makes a lot more sense now
Then you can do EG/AG to get the ratio between the similar sides and apply it to EF/a to get (a-b)/2
Tysm for your help
I really appreciate it ♥️
@turbid forum
of course!
Closed by @wanton 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.
Is it minutes cause it wouldnt make sense to be 6hour.40hour but it would make sense for it to be: 6hour.40 mins and also because 1hr and 10 mins would be 1hr.10mins? I didnt know after the point of an hour, it represents minutes
Is this how it is?
I'm not sure I understand your question but 6⅔ hours is 6 hours 40 minutes
What does “.” mean
I never knew that
Thanks and u too @granite oxide
.close
Closed by @umbral umbra
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.
.
Im just confused on how to do this
so far i converted the tan into sin/cos
thats about it
can you use L'Hopital's rule? you have the 0/0 form
@lament grail 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 is the Vandermonde matrix
My question is
How can I prove it invertible by changing the basis of the family of interpolating Lagrange polynomials to the canonic base
towards the canonical base.
Can you just show the original problem/question with screenshot or pic
But im stuck here
Here’s the problem
Im stuck at 1/b
<@&286206848099549185>
i only can read english
Okay I’ll use translation for 1)b
Here we have the vandermonde matrix I have to prove it invertible by using the change of basis matrix of the family of interpolating lagrange to the canonic basis
<@&286206848099549185>
@fresh cove 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 think the answer to this question is yes since every single point on one function is also on the other function. Therefore every point would be invariant right? I also cant think of a reason it could be wrong
<@&286206848099549185>
!15m
Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.
@ashen patrol Has your question been resolved?
<@&286206848099549185>
.close
Closed by @ashen patrol
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
@sharp atlas 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.
gcf/hcf of 1800 and a is 180, dumb question but its confusing me
a=2^23^25
still confused 😭
Sorry a=(2^2)x(3^2)x(5)
i need to find out a and b, not change the numbers in the sequence, im pretty sure
<@&286206848099549185>
is that really meant to be 33 in the middle?
if so, it's not factored completely
are you sure you didn't mean 3^3?
this the og question
that has to be a mistake

