#help-0
1 messages · Page 372 of 1
do this
OHH
like
every
thing needs to bbbe
yes
BUT
power of 4
okay
wait gimme a sec
I WANT TO BE VERY CLEAR
from what i wrote, dont ever, ever do [
\p{a+b}^n = a^n + b^n
]
it is not the same situation and i want you to fully accept that the above is wrong
wdym?
like this
if the qn asked
for indices
would my answer be correct
^
still don't get what you mean by asked for indices
if the qn asked for indices, the expression is bracket
so
my answer was based off the law of indices
would it be correct
if
the qn
asked for
indices
and not
simplifying completely
its wrong regardless of what its asking
damn 😔
what specific law were you applying?
honestly i dont know im confused by my own answer
refer to what alex posted
caan you explainn why this is wrong
and
what like
situation
i should write like that
OH WAIT
I KNOW
NOW
the crab method?
@alpine sable Has your question been resolved?
Closed by @tranquil thunder
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.
Cos2x = sin x
How do i solve this
Test in 20 minutes also
It looks like it should be easy but idk what identities I could use
you can apply double angle identity here, to express this as a quadratic equation in sin(x)
the double angle identity for cos has 3 forms
Closed by @charred dock
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.
hey
Closed by @trail crow
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.
\newcommand{\Mod}[1]{\op{mod} #1}
if $a,b\in\Z_{\ge0}$, then
[
(2^a - 1)\Mod{2^b-1} = 2^{a\Mod b}-1
]
how do i prove this?
X^n - 1 = (X^m-1)(X^(n-m) + X^(n-2m) + ... + X^(n-qm)) + X^(n-qm)
Where n = qm+r is the euclidian division
Right ?
By long polynomial division
Inspired from the proof that (X^n-1) ^ (X^m-1) = X(n ^ m) - 1
Closed by @soft owl
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.
wiw
can someone help me through this
and help me find the pattern
i know when n = 3 the output is 11
then n =2 the output is 6?
but wth is the point
n=4 is 18
what is this code for lmao
just lookn
do you have any idea?
it appears to increase by every additonal odd number as n increases
i do not
?
hmm
but when you take the difference
of two sets
so like n=5 output minus n =4's
then take that and subtract it by n=4s output by n =3s
yea i think thats called a recursive sequence
ah i dont know the name then ahhaa
but it seems recursive to me since you are using the previous results to get a current result
i wonder what it can be used for tho
i wasnt given a name for it
where did you get it?
just asked what big O would be
in what context
ahh right
yea sorry im not too sure what it could be used for
id suggest trying to look for it on stack exchange
what formula could i derive from it?
like, what the equation for it is?
yea
in a way where i dont have to go crazy writing down all the steps on paper
is there a formula i can just use instead
how did you get that?
i just worked it out on paper by looking at the first 3 vaues
values
check it
do n = 11
answer should be 123
its right
okay great!
no worries at all
you actually couldve found it yourself
so
what did you notice
from the pattern
each iteration it would add an additional odd number
from n=2 to n =3 it would be +5
yep
from n =3 to n=4 +7
then
n=4 to n =5 +9
n=3 11 n =4 18
not really
nope ahaha
rip
linear
yep exactly
so what this tells me
is that if i make an equation
its going to be quite straightforward
nothing too fancy
if the increase is linear then how the heck is the formula exponential
so the formula isnt actually exponentiall
polynomials arent exponential
if it was $2^x$, then thats exponential, but $x^2$ is not exponential
shavet
is that cause the exponent is fixed?
yes exactly
ohh ok
so the main thing to notice is that
what actually is linear
something very specific is linear
and then i think it will click in
yea it does
if i were to think of big theta in how long this thing runs
i could just do n-1?
so lets see
since i starts at 1
can you send the code again?
did you find big O?
isnt big O just n?
What language is this 
pseduo
i dont actually think there is anything that it can cut out
so i think
i could be wrong
but i think theta(n) is correct
from my understanding
big theta is the average case
or the tight bound
also u never answered ahaha
what actually is linear here
what is increasing at a linear rate
not quite what i was looking for
lmao
the thing you pointed out earlier
odd numbers
is that linear?
what are those odd numbers
okay
so
+3, +5, +7, ...
what is that?
those numbers
what are they representing
where do i find them
yes, the rate of change
okay
so
rate of change, what maths does that relate to?
slope?
thats okay ahah
so in calculus
if you have a polynomial
you can find that
the derivative of x^2, is linear
so we have
n^2 + 2
the derivative of n^2 + 2 is 2n
and look at our change?
3, 5, 7, 9, ...
what is the difference?
2!
so we can find that our rate of change is linear
waiiitttt
and that means the output will be quadratic growth
are you in high school? or university
bruv im in my masters lol
ahahahha
i got alot of catching up to do
so this is basic calculus?
yep ahha
ohhh i see
id say
try and learn basic basic calculus
you dont even need calculus for this
but it helps to answer your question about why is the growth linear
but the final output is quadratic
i would suggest
try and learn mathematical induction
its really good to help spot these patterns
try some of these
you can always ping me if u need some hellp :)
tysm
going to try these out over the school break
looks like good practice
thank you!
.close
Closed by @serene vault
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.
hey just curious if i've done this right
**n^3 +3n^2 + 2n
Let x = n^2
x^2 + 3x + 2**
so how would i do this?
the question is to prove that n is a positive integer divisible by 6
you mean prove that expression is divisible by 6 given that n is a positive integer?
yeah oops
is this supposed to be induction?
no clue
@slim chasm Has your question been resolved?
Would factorising it into n(n+1)(n+2) change anything?
@slim chasm Has your question been resolved?
n^3+3n^2+2n = n(n+1)(n+2)
For any three consecutive integers, minimum one is divisible by 3 and one is even (divisible by 2)
So if n(n+1)(n+2) is divisible by 2 and 3 n^3+3n^2+2n is divisible by 6
Therefore n^3 + 3n^2 + 2n is divisible by 6 given that n is a positive integer
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.
How cross product 3d
What
@swift saddle Has your question been resolved?
Closed by @swift saddle
Use .reopen if this was a mistake.
.reopen
✅
Bad
Wdym bad
@swift saddle Has your question been resolved?
Bad video
@swift saddle Has your question been resolved?
@swift saddle Has your question been resolved?
you make people not want to help anyone else with your kind of ungrateful attitude
.close
Closed by @swift saddle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what happens
to the n on the top
you divide the top and bottom by n^3 thats what happened
i get that part
but once its at n/1-9/n^2
where des the n go
They just calculate the limit of the denominator and show that it's finite and non-zero so a_n diverges to infty
does only the denominator matter?
Pure
@kind patio Has your question been resolved?
is that one of the tests you can do for this?
ohh wait
so I had gotten infinity/1 is that the same thing they got
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.
,rotate
$a^{bc}$ is not normally equal to $(a^b)^c$ in the complex field.
SWR
Oh
wait
But it is normally?
one sec
Oki
lemme think abt this actually
(dusts off complex analysis book)
Yeah I was mistaken. This (mostly) holds. If x is an integer, it will be correct. Otherwise, you need to consider principal branches
For example, if x=2, then both expressions give you 1.
And if x=1/2, then you get sqrt(-1), and both expressions give you i as expected
But if you do x=1/3, then things get a little weird. Cube root of -1 is -1 in the space of reals, but in complex field, you need the principal root of -1
Which is $\frac{-1+i\sqrt{3}}{2}$, I believe
SWR
And that is, indeed, equal to $e^{\frac{i\pi}{3}}$.
SWR
So yeah, it holds if you stick to the right branch
I graduated a while ago
I got a degree in physics with a minor in math.
I would've double majored but college was expensive. 🫰
Cool!
Im doing a base year and still trying to figure out what im going to do
Physics is on the top of my list
So far
Thanks again!
.close
Closed by @calm anchor
Use .reopen if this was a mistake.
Physics is great, if you have the concepts down. CS is good money. Math major is hard and you just gotta be built for it.
.reopen
✅
imo math is harder
But it depends on your talents
I got straight As in physics and struggled to get Bs in math
I have never done any coding
I wrote hello world in python
So i feel like picking a cs program
Is risky
I dont know if ill like it or hate it
But i find physics interesting
If you want to learn physics, some CS knowledge will help. It's nice to know how to run any kind of simulation or calculation.
I think most university physics tracks will require or suggest one CS course.
Are you already in college?
Im at chalmers
idk what that is
A university in sweden
ah
But im in a base year
Talk to a physics professor, ask what they think
So next year ill pick a real program
Get an idea of what kind of career you want to do in physics (if that's the track you want)
Even as a first year, it's totally fine to talk to your professors and ask what they think of the profession, gauge if you would be a good fit for it.
Imo, in this age of technology, some basic programming knowledge is a must for physics or math degrees
What do you work as now?
I do software engineering now. But I worked in astronomy for 5 years before that.
Oh cool!
How does the work ”work”
Ive never really seen a day of life for an engineer
How do you know what to do in a day
Engineer work is turning a big project into 1,000 little projects and getting them all done as soon as possible
Do you do 9-5 days or is it that a project must be finished before this date
As an example, say I wanted to build Windows 12. Break it down into its many features: interface, programs, accounts, cloud storage, kernel system, etc.
Then break each of those into sub features. e.g. interface would include graphic design, user interaction logic, theme design, so on. Those keep getting broken down until they're singular tasks that's reasonable for one person to do.
Management structures teams to work on each bit, then it all slowly comes together. You do your tasks, know what your team is doing, and provide support where needed.
I set my own hours, but have deadlines
That sound pretty fun
It can be
Seeing the project going forward and being on a team making it go faster forward
Thats def something i need
I took a gap year, working in a hotel reception
It is, but you start to realize just how big some projects are.
You likely end up working on such a small thing you would've never even thought existed before
And it was killing me to have every days work reset as if it never happen
Yeah I can see how that can be brutal
I worked retail for 4 years, so I know how draining it gets
Yep..
anyway, take some time to think about what you like doing. Ask professors, look for clubs, immerse yourself in new things and see what you enjoy.
Same hehe
@calm anchor 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.
what method would i use to solve this?
Trial and error
huh?
this was the whole problem
im doing (a)
the first picture is what i broke it down to
n eventually outgrows log(n)
So does n/50
there must be a more thurough way
So just trial and error for it
so just plugging in random numbers for n?
Do smarter trial and error
ahaha
i could just use demos to see the intersect
but that leads to me learning nothing
https://en.m.wikipedia.org/wiki/Lambert_W_function
If you want to learn something
In mathematics, the Lambert W function, also called the omega function or product logarithm, is a multivalued function, namely the branches of the converse relation of the function f(w) = wew, where w is any complex number and ew is the exponential function.
For each integer k there is one branch, denoted by Wk(z), which is a complex-valued func...
bruh
i feel like thats something i should focus on after the semester is over
looks like a rabit hole
,w solve log(n) = n/50
Then do this
What happens when you try
cant bring that exponent of n anywhere
just makes it more confusing
do you think this question is asking for a range?
also
it appears carlos has a faster algo after 1.01 but it declines and becomes slower than alans somewhere around the 400 mark
.close
Closed by @serene vault
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.
not sure how this is wrong
change of base formula, you cant just change the log from base 10 to base e like that
Closed by @idle quest
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
why cant u pull out the 54?
When I did it that way I got a different answer
Show your work then
The integral I got was wrong 54arctan(6x) + C, the real integral is 9arctan(6x) + C, i dont have a camera rn
I got my u = 6x and my a being 1, I got plugged it into 1/a times arctan(u/a) + C, and then multiplied by the 54
You applied the u sub process wrong, yes u = 6x is correct but you need to find the derivative of u as well
To be in terms of u
Oh I see that makees a lot of sense I would've multiplied by du/6
thank u brother
.close
Closed by @dense glacier
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 fix this piece wise situation?
Closed by @wraith flame
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 any1 help me
idk
its not on the standard chart of sin values for angles
and idk how to use the addition/subtraction formulas
none of those combinations add up to sin = pi/12
unit circle?
use that
how
,tex .unit circle
Akira (fumo)

perhaps it would be easier for u to see if u converted that to degrees
pi/12 = pi/3 - pi/4
how did u figure that out
sin(a+b) = sin(a)cos(b) + sin(b)cos(a)
thanks btw
guessing
oh theres no algebraic formula or anything i feel like im missing out on some intution or sth
ok thanks
Thanks
right it would
👍
You can factorize 12 into 4*3 and that combo becomes a bit more obvious
since when you add you need to find common denominator which involves multiplying
@serene moon 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.
But according to the MCQ
13 is not one of the answers
and the correct answer is given to be 10
What am I doing wrong?
@oblique mango Has your question been resolved?
<@&286206848099549185>
@oblique mango Has your question been resolved?
Afi
Closed by @oblique mango
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 visualize this one?
or rather just the part w the conditional probability definition
the intersection of x >=3 is not X = all values of x since x can be 0, 1, 2,
@unborn shell Has your question been resolved?
@unborn shell 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.
Teacher says x = 85, I say x = 95. Can someone please check which is correct
95 thats just a subtraction fail
Ok thx
@rain warren 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.
how do I change the dx to like dt or whatever it is suppose to be?
are you talking about substitution?
$$t = \ln{x}$$
$$dt = \frac{1}{x}dx$$
$$dx = xdt$$
Rub05
if u assume ln x = t, then dt/dx = 1/x => dx = x dt
yes
so dx = xdt?
or would I now apply the substitution and get e^tdt
so like this
Correct
Closed by @surreal sky
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
help me on this please
polar coordinates
The region of integration is half a disk - another disk, because x <= 0
so pi/2 <= theta <= 3pi/2
if theta = 3pi/2, then cos(theta) = 0, so x = 0
both, just x <= 0
r is between 1 adn 2
yes
@open pumice 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.
How would you do q18 without expanding using binomial theorem?
Which ?
question 18
Do you know about "n"th root of unity
You can find sin5θ , sin3θ
this is what the solution says but i don’t get it
$$\cos\theta = \frac{e^{i\theta} + e^{-i\theta}}{2}$$ $$\sin\theta = \frac{e^{i\theta} - e^{-i\theta}}{2i}$$
aPlatypus
well then $$\sin^5\theta = \left(\frac{e^{i\theta} - e^{-i\theta}}{2i}\right)^5 = \frac{1}{32i}\left(e^{i\theta} - e^{-i\theta}\right)^5$$
aPlatypus
if you really wanna see the (z - z^-1)^5
Closed by @timid jolt
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.
Could someone please explain the solution?
I'm a bit confused as to how x^2 + y^2 + z^2 = 2
@heavy turtle Has your question been resolved?
<@&286206848099549185>
x^2 + y^2 + z^2 = 2 is because magnitude of vector a is equal to vector c so magnitude of vector a is sqrt(2) and magnitude of vector c is sqrt( x^2 + y^2 + z^2 )
how is the magnitude of vector a sqrt(2)
Because it's i+j and it's magnitude is sqrt(1^2+1^2)
OH
Magnitude of a vector xi +yj is sqrt(x^2+y^2)
Closed by @heavy turtle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi, Im not sure why the derivative of dy/dz with respect to x is that. Does it have to do with the chain rule or something?
<@&286206848099549185>
i mean what are the definitions of y z and x relative to each other?
also under certain circumstances you can differentiate in any order you want
i think thats just that + chain rule
this is the original question, and they do that to reach the final form
but is this verified here?
is what they did basically differentiate that with respect to z? and then put dz/dx? i dont understand why they add that at the end?
they swap d/dx and d/dz
because probably they assume y is C^2
or its stated somewhere
then they use chain rule
on dy/dx
or not really because its weird here x and z are not just the variables of y
they assume y is regular enough
and x and z
probably
what do you mean regular enough? This is high school stuff so they dont do much more than this on second order DE
im writing all of this because this swapping is not true in general
and you would have to justify it properly potentially
is this what's going on perhaps?
noooononono
it's the only way i could think to reach that result
chain rule isnt "the dz cancel"
whats happening is
d/dx(dy/dz) = d^2y/dxdz = d^2y/dzdx = d/dz(dy/dx)
chain rule
=d/dz( dy/dz * dz/dx)
= d^2y/dz^2 dz/dx
ok i think i understand
for that question do you know if theres another method that doesnt involve this?
not really
thats how i would do it
but i would probably add some assumptions about y
Ok, which is that it is regular you said? I dont think i need to say that in the question but why is do i need to say that?
but probably its ok since x is very regular when defined in function of z
dont worrt
its university lvl math
but ask your teacher
"do i have the right to swap derivatives"?
of different variables
and see what they answer
Closed by @teal holly
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.
Ok so my maths teacher gave us the graphs of the derivative of a function and then asked us to graph the function, including the values of any turning points/intercepts. This is the graph of the derivative.
I know the equation for this is y=m(-x^3+3x-2)
and so the equation for the actual function is
so i was solving for the intercepts and got to
What about a +c term?
and im unsure how to solve x^3-6x+8 = 0
we haven't really learnt about those so i figured we weren't meant to count that since idk what to do with that
ig it would have a +c
Oh
Wait so the +c term doesn't matter here is it?
well let's say it does
Hmm
wait actually just leave it out i asked my teacher
Oh ok alr
but im stuck on how to solve this without cubic formula
Ok so we know when the derivative is 0, from the graph
Those will be the turning points for the actual function
Ok well if the try to find the turnin points of x^3 - 6x +8, what do we get?
so the derivative of that is 3x^2 - 6
and you set that to 0
Correct
No it's alr
So now how do we know which point gives the maxima of the function and which is the minima?
you look at second derivative
Yes
yeah
Sqrt 8*
6x = 6sqrt(2)
oh yeah mb sry
Np
so you have 2sqrt(2) - 6sqrt(2) + 8?
Yes
so 8 - 4sqrt(2)
Sure
yes
And the minimum was this
Which is greater than 0...
What does it mean?
wait so which one is the minimum
oh wait im stupid
the minimum (x,y) = (sqrt(2), 8 - 4sqrt(2)) right
Yes
but idk what it means
But the y coordinate is the minimum value of the function
oh it only has one solution
Look, if the minimum is greater than 0, can the function ever be equal to 0?
Nah wait my logic is flawed
Coz it's a cubic so it has atleast one real root
Even if the minimum is greater than 0
It could be the local minimum
Mb sorry
You could use this, but cmon now, do you really want to?
There should be another way
i mean i have the answer to that
but its like i wanna find a nice way
Yes exactly
<@&286206848099549185>?
Are you allowed to use the cubic formula tho?
i mean yeah
i might just use it tbh
dont got time to be doing all of this
Yeah coz I graphed it and the x coordinate is in a decimal
yeah it is
Hmm
and idk what that is as a surd
Well if you're allowed then it should be alr ig
ok then ig
Yeah
Closed by @graceful jungle
Use .reopen if this was a mistake.
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.
I need to calculate for which t the Matrix is invertable
i need to use Laplace to calculate the determinant
we know that a matrix is invertable if det(A) ≠ 0
yes
so using laplace we simplify the determinant of A so we can find for what values of t det(A) ≠ 0
i calculated that and i get $24t^2 + 10t + 7$
キマイラ
yea but how do i know for which value t the matrix is invertable?
thats the point i dont understand
it would be every value thats not the t's we got here
because when there is any other value than that then det(A) ≠ 0 which means it is invertible
@tranquil nexus Has your question been resolved?
can you explain again what you exactly mean?
i dont understand it fully
ok so when det(A) = 0, A is not invertible
yes
when t is the solution to $24t^2 + 10t + 7=0$ det(A) = 0
Laito
so for every other value of t, A is invertible
yeah, you found all the t for which A is invertable
is that all the problem asked?
Closed by @tranquil nexus
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
(-1,-3)?
they didnt give much info so i guess you just have to assume
yes and (0,1)
also it tends to 3 as x->infinity so thats you c value in ab^x+c
is the a and b -1 and -3?
ohh ok ok
since we know c=3
y=ab^x+3 then sub in (0,1)
1=ab^0+3
1=a.1+3
1=a+3
a=-2
now use the other point to get b and you done
how did it become a.1?
@odd drift Has your question been resolved?
How did you get that
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what to do now?
Use partial fractions possibly
Or add and subtract 1 in the numerator to simplify first
@surreal sky 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 tried using squeeze theorem, similar to the proof for lim x->0 sinx/x, but that lead nowhere. Now I'm looking back to the limit laws to see if my statement for the reciprocal is correct. Can anyone help out?
The limit in the box is the original question I need to evaluate for.
The question is a Trigonometric limit
Also, I don't know what L'hopitals rule is yet, so can someone help solve it without that knowledge?
you know the lim of sin(x)/x?
yes
As x-> 0
The function is squared, so assuming it's not discontinuous like you mentioned L is real, then you'd know that the limit would also be squared
One sec let me find it
yes
its about continuity
if g is continuous at point lim(f(x)) -->a = l
then lim (g(f(x)) when x-->a
is equal to
g( lim(f(x)) = g(l)
Mhm?
here
Why are you creating a composite function?
i'm not creating anything
its just a property
about limits
and function composition
so now apply that to g(x) = x²
and f(x) = sin(x)/x
since g is continuous at 1
which is the lim of f
at x -->0
then lim (g(f(x)) when x-->0
is just g(1)
= 1² = 1
now we have the same logic
but h(x)= 1/x
Nono that's fine I understand that property, but the issue is the question is asking for its reciprocal,
f(x) = x^2 / sin^2x
Not sin^2x/x^2
Ah
is h continuous at lim( g(f(x)) x->0?
No
why?
Asymptote
F(x) is x right?
we already know that limit
This will be 1
Yes I think so
I don't understand
H(x) is 1/x, or in otherwords the reciprocal of what we just did
Hang on let me get my laptop
So let me organize what you just did, one sec
Is this what you're saying @slate jolt ?
Would it be incorrect to say it though?
I see what you mean, the function is already 1 / whatever
i mean its true but doesnt help with understanding
Its just extra yea
😱 oh ma gawd
orwhat you should do
Could you also say that is a continuation of limit laws? Which build on to that, the composition and contiunity principles?
