Finding point of intersection where k is a non zero constant
I am struggling to solve this question: The curve $C$ has the equation $$ k x^2 - xy + (k+1)x=1. $$ The line $l$ has the equation $$ -(k/2)x + y = 1. $$ H...
I am struggling to solve this question: The curve $C$ has the equation $$ k x^2 - xy + (k+1)x=1. $$ The line $l$ has the equation $$ -(k/2)x + y = 1. $$ H...
I had studied group theory a year ago, but still could not understand the proof involving The Correspondence theorem. let $G$ be a group and let $N⊴G$, wh...
I have the 7 following reccurence relations: $A_n = B_{n-1} + C_{n-1}$ $B_n = A_n + C_{n-1}$ $C_n = B_n + C_{n-1}$ $D_n = E_{n-1} + G_{n-1}$ $E_n = D_n + ...
Without using the property of the Algebraic Limit Theorem that states, $\lim\limits_{n \to \infty} a_n*b_n = ab$, Prove directly that $\frac{a_n}{b_n} \ri...
Consider a pyramid with an equilateral triangle as its base. Suppose each side of the base is $a$ and each slant edge is $s$. How to find the height, $h$....
sorry for the very basic question. I am writing a Fortran program in which I have a quite complicated function in a non-linear system of equations and I n...
Is it possible to prove the distribution axiom of modal logic? I have proven all the conclusions of propositional modal logic using this axiom, the defini...
What are the main things one should be proficient in before taking Calculus 1? Please be specific.
Q&A for people studying math at any level and professionals in related fields
I'm thinking of making a table of logarithms ranging from 100-999 with 5 significant digits. By pen and paper that is. I'm doing this old school...
I consider a function $f:\mathbb{R}^{+} \rightarrow \mathbb{R}$ which is continuous and differentiable. I know moreover that both $f$ and $f'$ are of...
Consider the initial value problem $x' = x+e^{-x}$ , $x(0)= 0$. This problem can’t be solved analytically. Using the Euler method, compute $x$ at $t ...