#help-23
1 messages Ā· Page 251 of 1
Because the stones are ordered as 1,2,3,4,...,7, if not, we can label them that way, doesn't matter. If you are at 3, and then hop to 2, then you must've gone left.
Like imagine drawing the stones on paper, where 1 is leftmost and 7 is rightmost.
thank you for your time
i will try your way
thanks
both of you
.close
Closed by @placid 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.
Does anyone know how to do this?
which question
1st ne height of the entire shape is 5x
semi circle is constant radius there fore height of cone is 4x
radius of cone is x
volume of hemisphere is half of the sphere
so total volume is volume of hemisphere (2/3) * pi * x^3 + (1/3) * pi * x^2 * 4x
now the cylinders volume will be pi * (2x)^2 * h
equate that to the first result
find h as the terms will cancel out
dont forget to mention units in the final answer
how i get h
and do i need the area for the cone and the hemispere?
@cyan monolith u there
h is 4 x
the total height of the shape is 5x
but hemispheres are constant radius
so the height will be = to the radius = x
total height is radius of hemisphere + height of cone = 5x
therefore height of cone = 5x-x
o i didnt read it properly
the volumes are equal
so 6pi/3 x^3 = 2pi x^2 h
the height of the cylinder is x
confirm it once
so i solve (1/3pix^2 4x) + 4/3pix^3 = 2xpi^2*h
so i need h on its own?
i gotta go to school but ty for helping so far š
.close
Closed by @sacred mountain
Use .reopen if this was a mistake.
.reopen
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.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Idk where to start
finding the maxima
if you want to be fancy just take derivative
and = to zero
Is it the vertex?
ye
that is
i dont remember parabola rules so i always go to calculus methods
So Iād have to change it y=a(x-h)^2+k
Idk much abt calculus
h
idk i hate parabola rules
i can show the calculus way
i can but give me 1 sec
Aight thanks
-3x^2 +24x -36 = a(x-h)^2+k
-3x^2 +24x -36 = ax^2 -2axh +h^2 +k
a = -3
24x - 36 = 6xh + h^2 + k
h = 4
-36 = 16 + k
just throw k
i dont want it
What š
put 4 into
-3x^2 +24x -36
sorry if i was unuseful
No no, not at all
Thank you for helping
Iām just bad at math
I will try it by myself
.close
Closed by @tame compass
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'm trying to solve this problem, but on my code, the files are not working.
The exercize consists in the implementation of a minimum-cost multi-commodity flow model
and in the analysis of its results on classic instances related to urban transportation.
The model must be implemented using the Python language and Gurobi as MILP solver. The
model must be run on data from the classic SiouxFalls network and from the Berlin-Mitte-
Center network. The data concerning both cases can be retrieved from:
https://github.com/bstabler/TransportationNetworks
The model can be developed according to existing examples, like the following:
https://github.com/wurmen/Gurobi-Python/blob/master/python-
gurobi%20%20model/Netflow_problem.py
However, input must be read directly from the data files downloadable from the Github
repository. Moreover, at least for the Sioux-Falls example, the output must includes a
representation of the transportation network and the total flow assigned to each link.
@merry crane Has your question been resolved?
@merry crane Has your question been resolved?
@merry crane Has your question been resolved?
The first thing to do is figure out what is the bug
I can show you my code:
It simply does not work, since I got this as an answer: CPU model: AMD Ryzen 5 5600U with Radeon Graphics, instruction set [SSE2|AVX|AVX2]
Thread count: 6 physical cores, 12 logical processors, using up to 12 threads
Optimize a model with 76 rows, 76 columns and 76 nonzeros
Model fingerprint: 0xa410545d
Coefficient statistics:
Matrix range [1e+00, 1e+00]
Objective range [0e+00, 0e+00]
Bounds range [5e+03, 3e+04]
RHS range [5e+03, 3e+04]
Presolve removed 76 rows and 76 columns
Presolve time: 0.01s
Presolve: All rows and columns removed
Iteration Objective Primal Inf. Dual Inf. Time
0 0.0000000e+00 0.000000e+00 0.000000e+00 0s
Solved in 0 iterations and 0.02 seconds (0.00 work units)
Optimal objective 0.000000000e+00
Soluzione ottimale trovata! (found)
I thought you were having some issue reading the file. Unfortunately I am unable to help you. What I would recommend is using a debugger and hand tracing your code if possible
the problem is that I am using jupyter, and the debugging is not working properly
do you know how to do it?
Start by checking the data has actually been read correctly using print statements
Click the button containing a bug
From there go to the view panel, and open the debug panel
set the breakpoints
The line highlighted indicates the point about to be executed
In case you run into any issues try restarting jupyter notebook
Ok, I have printed it, and it shows me nothing
so I guess this is not working
are there any other ways to make my model work by reading these data? I have also create a new data in .txt format, instead of the format it downloaded me
the problem is also what I am getting, so many numbers, so I guess this has been reading
these are my input
So, I have no idea what to do!
@merry crane 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.
u can simplify it first making it a quadratic
and for a soln we know discriminant greater than or equal to zero u get values of m for which eqn have value for x
Sorry I still don't get it
So
Am I looking for values of m that gives a discriminant of >= 0?
Can you explain what a parameter is?
Think of it as another name for variable
yeah
Closed by @deft surge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Define $f(n)$ as the sum of the squares of the digits of $n$.
For example: $f(12) = 1^2 + 2^2 = 5$\
Prove whether or not the following statement is true: For every integer $n$, there exists a positive integer $m$ such that the $m$th composition of $f$ with itself applied to $n$ results in a single-digit number.
OÄuzhan
@gaunt garnet Has your question been resolved?
show that it is decreasing for all 2+ digit integers
How do I do that for exactly 2 digit integers
Because for example 29 doesn't decrease
Even 199 increases actually
no
but intuitively i feel like the statement is true, because there exist no 2 digit or 3 digit numbers such that f(a)=a
I think you can just say, for 4 or more digits, the maximum value of f is 81*4 = 324 therefore it decreases
f(a)=a only when a is 1 digit
yeah
i dont think there is any 3 digit number that increases right
haha
If there is no other way I will close
there is always a solution
Maybe
behavior for 2 digits seems kind of erratic, maybe the statement is false
if we found some 2 digit number that goes in a loop
@gaunt garnet Has your question been resolved?
For some reason they always move on a single-digit number
65 -> 61 -> 37 -> 58 -> 89 -> 145 -> 42 -> 20 -> 4
Some are long like this
there are 36 unique 2 digit numbers
I would guess this function rate of change is:
$\Delta y = -\frac{x}{log(x)}$
clonesolopros
clonesolopros
@gaunt garnet 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 should I determine absolute convergence of this series
[\sum_{n=1}^{\infty}\left(-1\right)^n\tan\left(\frac{1}{\sqrt{n}}\right)\cos n\ln n^2]
I already know that [\lim_{n\to\infty}\left|\left(-1\right)^n\tan\left(\frac{1}{\sqrt{n}}\right)\cos n\ln n^2\right|=0]
but what test should i use or rather how should I alter it before using some test?
Slowaq
since the series is alternating, you could use the alternating series test
(assuming you can somehow show that the abs vals of the terms are decreasing)
also, the alternating series test says nothing about absolute convergence
oh ur right i didnāt see that
well my task is to determine convergence and absolute convergence so how should i do it such that ill get both with least effort
for abs convergence you could try the usual suspects
ratio test etc
or comparison test if you can make it termwise smaller than a known convergent series
@trail otter 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.
Maybe Iām missing something, but how would their distance decrease at that instant?
Yes, thatās the error
Or rather, thatās what it should be
No thatās correct as is, but since youāve decided to have the origin/intersection places like so, then the x coordinate has to be negative too
Theyāve given you the correct distance from that intersection, but you have to decide on the correct orientation
Yeah exactly
Always good to make these types of intuitive checks
This is also why drawing a picture is so crucial
Ur welcome
Even if it seems non rigorous, the intuition is very important
Closed by @sullen elm
Use .reopen if this was a mistake.
Good luck!
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.
which would it be
is that number greater than or less than 8 1/10 ?
1/10 is 0.10000
1-bar is 0.1111111
greater
yes
so it would be 8 1/10
then you can figure out which of 1/9 and 1/11 it is
*11
- don't give answers without actually helping
- that's wrong
its 1/9?
it is
but its greater?
1/9 is greater than 1/10 yes
why 1/10?
alternatively you can:
x = 8.1111 ...
10x - x = 81.1 ... - 8.1 ... = 9x = 73
x = 73/9 = 8 + 1/9
1/10 is between 1/9 and 1/11 so comparing if it's larger or bigger than 8 + 1/10 will show you if it's 8 + 1/9 or 8+ 1/11
if the options were 1/13 and 1/17, it would be 1/15 to do the comparison
Closed by @indigo sail
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
could someone explain and teach logarithms? This is less of a question im just asking for free tutoringš
.close
Closed by @slate basalt
Use .reopen if this was a mistake.
try khan academy
nw, it's just that this server isn't really set up for tutoring
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.
whats the range of x when (n+1)/(n-1) = tanx, 0=<x=<360
how?
no
an easy way to see why is say n = -1, then 0 = tanx and x = 0 is in the range, though it's not included in your interval
forgor to say theres also the condition n>1
ah ok cool
this question makes a bit more sense now with that restriction
tan(x) is periodic with period 180 degrees, so your answer should be periodic as well
it helps to first consider the range of (n + 1)/(n - 1) when n > 1, then compare that with the range of tan(x) for x between 0 and 180
@fathom plume Has your question been resolved?
Closed by @fathom plume
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 the matrix A and question is to find for which value a, the matrix A is diagonalizable. So the matrix is diagonalizable when its eigenvectors are linearly independent right?
.close
Closed by @pure grail
Use .reopen if this was a mistake.
Oh
.reopen
ā
@long oraclego on
i assumed what i said is true
Well yes itās true, itās even an iff statement, a well known theorem
so all i need to do is to find eigenvectors, and then see for what value of a they are linearly independen
ok, gotcha
Yep
.close
Closed by @pure grail
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
P or Q ~P or Q
Q ~Q
-----------------------------
empty
Could this also be done?
<@&286206848099549185> (I tag because I already made a previous channel where I got no helper <3)
i think so yeah
Closed by @narrow quail
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.
Heyo!
Can anyone help me solicit answers for these two?
'800 crore' is 8000000000.
And I did get as far as calculating that the disease-burden being 10% must mean the total being 800000000.
So all the subsequent calculations must be made by way of that number. I have got this far.
@rustic grail Has your question been resolved?
@rustic grail Has your question been resolved?
No.
@rustic 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.
Hello, I saw this while reviewing and the answer I got is 143 degrees, simply because
<ADC = 180 - 85 = 95
Since BD is the diameter, <DAB = 90
180 - 42 - 90 = 48
< between the tangent and side of the triangle is = interior opp <
So, <ACB = 48
Sum of angles
95 + 48 = 143
May I know if this approach is wrong and there is something I've overlooked or right and that the reviewer had none of the answers?
Can you please elaborate how you found the value of angle ACB
its given in the exercise
It would seem you are correct
Might be a typo from 143 to 153
Oh I see, Thanks for the illustration!!
May I know what application did you use that for?
Closed by @teal 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.
why do they times by (2-sqrt(3))/(2-sqrt(3)) on the 5th line?
that equal sign is wrong
rationalization
to remove the sqrt terms from denominator
how did they know to do that
we need to remove 2+sqroot3 from denominator so we just take conjugate of term in denominator and multiply and divide the fraction with the conjugate
a^2 - b^2 = (a-b)(a+b)
you have the term (a+b)
Closed by @cursive tapir
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.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
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 sum1 help me with part c? feel stupid afš
.close
Closed by @sleek vessel
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 to determine convergence and absolute convergence of this series in $\mathbb{C}$
[\sum_{n=1}^{\infty}\frac{z^n}{n2^n+(-1)^n}.]
I alreaady found out that radius of convergence is 2 thus this series converges for $z<2$ and diverges for $z>2$. How should i determine convergence in $z=2$ and alsolute convergence for all three possibilities?\
I know I can rewrite it into this form but what should I do next?
[\sum_{n=1}^{\infty}\frac{2^ne^{i\phi n}}{n2^n+(-1)^n}; \ \phi\in [0,2\pi )]
Slowaq
@trail otter Has your question been resolved?
<@&286206848099549185>
Cpt. Zeph
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
@trail otter Has your question been resolved?
@trail otter Has your question been resolved?
@trail otter 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.
simple ahj question
if its (du/2)x then yes
no its (du)/(2x)
then its (1/2x)du
Closed by @gentle burrow
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
@solemn terrace Has your question been resolved?
<@&286206848099549185>
@solemn terrace 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 feel like i did something wrong when integrating but I cant seem to figure out what?
@warm crest Has your question been resolved?
You win the record. You are the furthest student I've ever seen that still writes their algebraic steps on the line. It's very hard to read that.
I'm not certain what you've done in the integration
Algebraic mistake from the 3rd to 4th line.
is it the Q?
(2t^3 - 1)/t^2 = 2t - 1/t^2
I feel like im missing something, how would that even work?
theres nothing factoring out the t^2?
1/Q dQ = (2t - 1/t^2) dt?
why are you factorying out t^2?
Because it's divided by t^2?
why is the denominator still t^2 then?
OH
yea forgot that happens when u subing
sry im really tired š¤£
ok i think i got it this time
@warm crest Has your question been resolved?
.close
Closed by @warm crest
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 start here
How does that help
Did you expand it?
Nathan
Thatās all I canāt simplify
Of the 3 terms you can directly integrate 2 of them
Ok
Tanx=u
Why so?
We would have du/secx
You have sec^2
ā
š¤Æ
Expand what?
I didn't get you
Ofcourse
Closed by @fervent hatch
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.
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
1
@sweet trout Has your question been resolved?
@sweet trout Has your question been resolved?
Ooh can I jump in on this question?
The question demands using special triangles i.e. the following right triangles:
- (30°, 60°, 90°)
- (45°, 45°, 90°)
Check the table of trigonometric ratios corresponding to these triangles, substitute the values and simplify the expression @sweet trout
For e.g. sin(45°) = 1/ā2
@sweet trout Has your question been resolved?
Preciate it
Closed by @sweet trout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how did they get to this step?
Closed by @narrow quail
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 question
ik to use the intersecting coords theorem but that just gives y in terms of x how do i find x?
finding the value of y btw
there are other power of point theorems applicable here
note that you also have two secants originating from point A
and secant-secant theorem would also be applicable
oh im unfamiliar with those
(that'll give you an equation with only x)
look up secant secant theorem
or power of a point
Is anyone German here? because I really need help
@toxic yacht Has your question been resolved?
Closed by @toxic yacht
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.
am i supposed to do integration by parts here?
Closed by @warm crest
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 i have the geomatry regents tommorow, and have only slightly been paying attention all year, what's the best way for me to study and pass?
find your level, watch the videos, practise
gl
@patent shore Has your question been resolved?
Closed by @patent shore
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.
Prove that a linear diophantine equation with relatively prime coefficients in the form
ax + by + cz + dw + ⦠= n
Always has integer solutions
Im stumped, dont know where to start
Someone mentioned something about something called bezouts, dont know what that is
Actually I don't know what I'm doing lmao, but this might be the correct track.
Ah thanks
How do you generalize to N integers
Also, how would i have discovered this on my own
@proud belfry Has your question been resolved?
@proud belfry Has your question been resolved?
Why don't you use Bezout on two variables, and then just set the others to0
Integer solution
If you want to derive Bezout, look at the Euclidean algorithm
Wdym, ax_1, ax_2, ā¦, ax_N, this?
The expression ax + by + cz + dw + ⦠= 1 already takes the generalization into account, given the ellipsis, no?
Wait what are you trying to do
Iām not trying to do anything, Iām asking for clarification on what heās looking for
The question is asking to show there exists an integer solution
What part would you like to clarify?
I tried to show it here #help-23 message
Oh
Yh so you have Bezout, just apply it to ax +by = n. Then you have a solution (x, y, 0, 0, 0...) for ax + by + cz + ... = n
From here, we know x, y, ā¦, are integers. So if we multiply both sides by n, we get nx, ny, etc. and these will all compose integers, which later is multiplied by the coefficients (a, b, ā¦)
ok
But you can just do this
āDo thisā thereās no doing there, youāre just stating the obvious lmao. I gave him the steps.
..but you said you didn't know what you're doing..
I mean I never said the problem wasn't obvious
Was just trying to help
I just checked with a friend whoās a math major and he confirmed itās correct, but thanks for your input.
Your method looks good, generalization of BƩzout's identity holds.
The conclusion you draw from the last equation is that there are integers such that the equation is true.
Note that without the assumption of relatively prime coefficients, the theorem holds if and only if n is a multiple of gcd(a,b,...,). In this case, gcd(a,b,...)=1, which means that the theorem applies trivially for all integers n (except 0).
I have a degree in maths, thanks.
Thought you wanted to not use the general version. It's just a way to do it with two variable Bezout
@proud belfry 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.
quick question, I don't get what's the difference between a split characteristic polynomial and one that isn't (in matrix)
Closed by @onyx lantern
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.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
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 video my teacher gave me was garbage and didn't explain anything
so 28 is the pre image length
OA = 28
so k = 28?
so y is OA'?
wtf
garbage example
if y is OA'
then 28*19/19
wtf
that is fucking 28
the scale factor is not fucking 28
maybe it is 28/19
still doesn't make any sense
because the dialation is a reduction
not enlargment
Is ky/y the standard notation for this stuff? I hate it if so
Scale factor = New Length / Original Length
thanks
jeez
my notes and the video my teacher gave make no sense with weird examples
.close
Closed by @wispy vortex
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 trying to use direct proof for the question and the way my TA helped me was kinda confusing so help would be appreciated!
tbh im stuck right now in why Span{a1, ..., ai-1, c, ai+1, ..., am} is a subset of R^n
i remembered the TA saying that we only really need to prove that span{a1, .., am} is a subset of span{a1, ..., ai-1, c, ai+1, ..., am} but i dont really remember why
<@&286206848099549185>
Hi @karmic lantern
hello
Do you still need help?
yes
Okay, I'll pitch in
Essentially, you need to prove that we can shift the blame for a list of vectors to be linearly dependent on a single vector
And why so? Because it can be represented as a linear combination of the vectors preceding it
Oh wait, i think we don't need to prove that
Sure, let's proceed
Essentially, we need $m \geq n$ otherwise it would be wrong
Uta
With that done, our spanning list is mostly going to be linearly dependent
If m = n, our spanning list is linearly independent
Can you make out why?
Not that it's something we need for this question
because there are the same numbers of members in the vector and R^n so there would be a linera combination of it?
Or you might as well say that tje length equals the basis of R^n, and there's a probable result that shows that if a list of vectors has the same length as the basis, and is linearly independent, then the list is a basis too
Anyways, not the point
It's true that since the list of a's span R^n, we can represent any nonzero c in R^n as a linear combination, right?
yes
So we can write c as a linear combination of the a's
i understand that yes
Now, since c is nonzero, there has to be some term in the combination having a nonzero coefficient
Do you agree?
yep
Perfect!
Let this term be the ith term
Then we can represent the ith term in terms of the remaining a's and c?
yeah
So the next time we're spanning R^n using the a's, we can reduce the ith vector to a linear combination of the remaining a's and the c vector
And that means, we have done away with the ith vector by introducing the vector c in the spanning list
This list still spans R^n
OK thanks for the help
.close
Closed by @karmic lantern
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 just need help on how that left part became the right part
what's -sin(theta) + sin(theta)
is that a gen question ur asking me? orr, if so 0 no?
or know that $\left(a-b\right)\left(a+b\right)\ =\ a^{2}-b^{2}$
Combustion
@radiant spade 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.
Where did I go wrong?
The bounds and initial formulas are right without a shred of a doubt, but my answer is wrong.
@grave ridge Has your question been resolved?
What result are you expecting? You get something like 8/3 - pi/2 in the last step right?
I honestly have no idea
It just said its wrong
let me get a similar practice problem
What is the actual question though? Are you 100% the initial integrand is right?
Their solution
See, they used the reduction formula for cos^4 (theta). So did I.
Here is mine
Why do you still have thetas in there though?
This is a definite integral, the result is a constant
That's what I meant earlier, if you plug in the bounds you get 8/3 - pi/2
because im an idiot i guess lmfao
i didnt see that
š
hol up let me try
dont go nowhere
lol yeah its right
FML
rip 1 hour
š«”
thanks @quiet plume
.close
Closed by @grave ridge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Iām stuck on question f
Please don't occupy multiple help channels.
4 j please
@helpe
<@&286206848099549185>
<@&286206848099549185>
<@&286206848099549185>
Hello
Hello
This is the math room
.
?
R u a helper
Idk noo
<@&286206848099549185>
Can u help with 4 j
4j
Yah
<@&286206848099549185>
That's a like
?
Alr
multiply both sides of the equation by $1+x$ to eliminate the denominator
$$ n(1+x) = x + 3 $$
if you have any other issue please let me know, in the meantime try to go on by yourself
Adversing
Closed by @violet spear
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 to solve it with chinese remainder and got no values
You can get the number by guessing
well seeing as it's 1 mod 2 but 2 mod 4, i don't think you can
I have read it that is why i applied chinese remainder no?
@toxic stratus
x=6 mod 7
x=1 mod 2
x= 2 mod 4
x=13 mod 14
x=2 mod 4 no solution
i mean
What u mean
does x = 1 mod 2 and x = 2 mod 4 not already throw up red flags for you
Yes
it should be clear that there is no solution from that alone
@rugged cargo Has your question been resolved?
.close
Closed by @rugged cargo
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 $f(x) = \sum_{n=0}^{\infty} \left ( \frac{1}{3} \right )^n \sin(2^nx) \quad \forall x \in \mathbb{R}.\$
Show that $f$ is continuous.$\$
How do I do this again?
šødĻnš²Ā²s
Do I have to show that it converges pointwise?
I actually proved that it converges uniformly
using weierstraĆ
Does this imply continuity
yea, a uniform limit of continuous functions is continuous
@fathom jewel Has your question been resolved?
f you
Closed by @fathom jewel
Use .reopen if this was a mistake.
wtf
that'S what I thought 2
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, how to get the answer in the red box. This is a physics collision problem.
Where are you stuck?
i know everything upto the red box
so i understand how to get eq 1 and 2
but then what
@rugged ruin Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
.reopen
@rugged ruin 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 need help understanding how to determine the global maximum I solved the problem but I keep getting the wrong maxium values
looks like you eliminated a case
(3,1) ?
it was right after here
by eliminated do you mean I didnt solve properly ?
there was an extra case that you needed to consider
would it be when y= 1/6-2 lambda ? when x= 0
x^2+6y-1 - 2lambda =0 and then plug it into constraint ?
.close
Closed by @raw ledge
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 by @fair shore
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 discussed this earlier and noticed that there will be 40 cases if you do it by brute-force cases. Can we use a case-wise approach that's also brute-forcy but reduce the amount of cases?
maybe try proof by contradiction?
.close
Closed by @lone arch
Use .reopen if this was a mistake.
Got it
whats the proof?
Nvm, I thought I can just brute force it without getting 40 cases because N starts at 1 in this course but that doesn't help
We can still have 0 numbers in a drawer
.reopen
ā
it might be helpful to first prove that if there are only 3 distinct mods mod 4, there is a set of 4 that are divisible by 4
Preferably I want something that I can use on similar problems too (not ad-hoc)
i feel like there is no set in stone method for these types of problems
its just "use whichever casework reduction seems the most convenient"
@kind tinsel did you find a proof or were you not typing for this?
Oh, ok
Well which one is that, in this case?
i was typing to try to find something pigeonholey
there aren't really a set of defined casework reductions
i bet thereās a way to use pigeonhole for something like this
There is, https://math.stackexchange.com/a/2566076
But we didn't officially cover the pigeonhole principle
So maybe we can find something else?
um i mean not using something pigenholey would be quite dumb
and honestly if you are being given this problem surely they expect you to know the pigeonhole principle
As if I remember my teacher made a table with this and ended up with 15 cases or so
ok well the teacher seems to be brute forcing it
For some reason we can't replicate that now, I don't have his solution anymore either
It turns out to be 40 cases for us
lowkey your teacher is doing it the bad way then
wait but if you donāt wanna use pigeonhole why are you hesitant to use brute force?
I want to use brute force
But we get 40 cases
oh
My teacher did brute force too but got 15
you can probably make some cases equivalent to each other
here are some reductions
- we can assume that the mode of the numbers is 0
Idk if it's a "bad way". He can use it to all sorts of problems like this without having to think too much
you can do cases where you split into getting n 0ās to make it easier
That sounds pretty good
if you get more than 3 youāre done immediately
if we add 2 to every number for example, the sum of all 4 would be 8 more, which means its the same mod 4. thus we can add anything to each number (mod 4)
if you get more than one 2 youāre also done immediately
Wdym
So a table?
okay so what reductions we can do:
- 0 is mode (not unique neccesarily)
- number of 1s>=number of 3s
- not more than 3 of any number
i think these combined will get you close to 15 cases
Ok maybe the official solution is more attractive then, they get 4 cases:
They look at when each of the drawers have at most 3
And then, they do two cases:
left side (0, 2) has atleast 5 numbers
Right side (0, 2) has atleast 5
And then another two; none of them have atleast 5
So four and three
yeah i can see that working
Or three and four
But yeah, written out, it's still over a page
Can we always use this method? 
well i mean idk how to generalize this method
just play around and try what works really
Oh, true
I think just doing the 40 cases brute-force is quicker 
no running a computer program will always be the quickest
Probably this is the most elegant
here i will write a python program quickly
The only thing I thought of is splitting it into different cases
I can't wait to see your code to print prime numbers.
@lone arch Has your question been resolved?
Let me try writing up the pigeonhole proof "in my words" from scratch
Generally, given (2n + 1) natural numbers, we can choose (n + 1) so that the sum is divisible by (n + 1) (this is some sort of hypothesis because it seems to agree with everything I've seen up until now.) Now, first break this down into "When given 3 natural numbers, you can always choose 2 so that the sum is divisible by 2". Proof: mod 2, either two of these are 0 or 1. Pick that pair, then the sum is 0 mod 2. Now, from the 7 random naturals, we can pick 3 pairs so that the sum is divisible by 2. Now mod 4, two of these 3 pairs are 2 mod 4 or 0 mod 4. In each case, adding them gives 0 mod 4. Thus, we got two pairs with their sum = 0 mod 4. Thus 4 numbers. QED
Do you know if
Generally, given (2n + 1) natural numbers, we can choose (n + 1) so that the sum is divisible by (n + 1) (this is some sort of hypothesis because it seems to agree with everything I've seen up until now.)
Generally holds?
@lone arch 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.
Hi I need assistance dividing up a Airbnb of a total of 1,857.55 amongst four people but not all are staying the same amount of time. So it may be fair
Maur and Erik are staying at a airbnb from Wednesday to Sunday
Dyl is staying Thursday to Sunday
Ant is staying Friday to Sunday
are we assuming its wednesday full day or like wednesday noon to saturday noon
Wednesday 3pm is usually the check in for airbnbs
and then you will check out before saturday 3pm?
Checkout is Sunday 3pm
4 days Maur & Erik
3 Days Dyl
2 Days Ant
Yes
Erik and I check in Wednesday 3pm
We arrive a day earlier
Airbnb has a per night system but after taxes and other fees on airbnb
it added up to 1857.55
im asking you to add up how many days each person stays
9
did you count you and erik separately?
maybe
13
divide the total price to get the price per day
142.888462
then you multiply by how many days each person is staying to get their price
youll be off a couple cents here or there because of rounding probably, so you secretly give those to your friend
youre welcome
you're a lifesaver. saved my friend group
do you have zelle or something?
i can send a tip
youre welcome, have a fun trip
@soft trail Has your question been resolved?
Closed by @soft 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.
im back with troubles on basic math. regarding the numerator here, how is it able to come out such a nice number? why, in this case, can FOIL not be used since the square root is effectively one term? and are you really able to multiply the square roots together if they're seperated by a term (in this case, the -1)?
You do indeed use foil or you can also notice the two numerators are of the forms
(a-b) and (a+b)
And when you multiply: (a-b)(a+b)= a^2 - b^2
Which is how they simplified without foiling
Closed by @little flare
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.
1a Iām not sure how to start
I was thinking P=4l but sides could be different
A=lb
well, is it possible for sides to be different in a square?
Ok thought it said rectangle mb
So p=4l
A=lb
O so 4.2x4.2
L and b r the same
Am I supposed to form am equation for 1b
the answer would be a number but yeah you have to form an equation to solve for it
Closed by @violet spear
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've found these interval values , how do I find the domain and range ?
@opaque pasture Has your question been resolved?
.close
Closed by @opaque pasture
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How would I be able to do this problem?
using the divergence test, the limit is 0, so we have to use geometric series
.solved
Closed by @ornate osprey
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 believe the derivative would be -14*square root of two/ x^8 but it says it is wrong, am i solving this incorrectly?
Uhh
Ok so sqrt(8) times the derivative of t^-7
that would be -7t^-8 * 2*sqrt(2)
So -14*sqrt(2)*(4)^-8
oh so the t^8 isnt in the denominator in the derivative?
OH
remember the exponent rules
right right
Is this not your answer
let me try it
the derivative is correct but i think im getting the significant digits wrong
let me try it one more time
What are you inputting
i got it i was just assuming the significant digits incorrectly! thank you! i forgot to move the denominator to the numerator with the exponent rule!
np glad you got it right
.close
Closed by @heavy flint
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
⢠Ask your math question in a clear, concise manner.
⢠Show your work, and if possible, explain where you are stuck.
⢠After 15 minutes, feel free to ping <@&286206848099549185>.
⢠Type the command .close to free the channel when you're done.
⢠Be polite and have a nice day!
Read #āhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I do part b and c
In the diagram O is center, TS is perpendicular to FOF and angle FTM = angle FTP=a Idk how to do B and C
<@&286206848099549185>
What is part b asking?
prove OT and TP are perpendicular
@hard gale Has your question been resolved?
Maybe prove that TP is tangent to circle with center O and radius OT.
@hard gale Has your question been resolved?
Closed by @hard gale
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.
Hints
@rugged cargo Has your question been resolved?
kinda confused, what are X and Y supposed to be in relation to A?
is there more context to this?
Actually no further information
maybe hint: what is this matrix's characteristic polynomial?
@rugged cargo Has your question been resolved?
Closed by @rugged cargo
Use .reopen if this was a mistake.
a-lambdai
