Vectors , finding coefficientFind coordinates of point that satisfy given conditionsFinding an angle between two vectors without a calculatorUse of determinants for vectors - what is the intuition behind it?Coordinate Systems Transformation(Rectangular to Cylindrical)Finding three new vectors pointing towards the vertices of a regular tetrahedron, with one vector given.Area of paralellogramHow to solve a matrix multiplication that results in zero? F*x = 0Check if three row vectors are linearly dependent or independentMinimization of the distance between 2 vectorsFinding Matrix given an Equation

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Help with identifying unique aircraft over NE Pennsylvania

"Marked down as someone wanting to sell shares." What does that mean?

UK Tourist Visa- Enquiry

Have the tides ever turned twice on any open problem?

When should a starting writer get his own webpage?

What will the Frenchman say?

Do people actually use the word "kaputt" in conversation?

How do you justify more code being written by following clean code practices?

Symbolism of 18 Journeyers

Why I don't get the wanted width of tcbox?

How to balance a monster modification (zombie)?

Do I need an EFI partition for each 18.04 ubuntu I have on my HD?

Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?

How do researchers send unsolicited emails asking for feedback on their works?

What is the difference between something being completely legal and being completely decriminalized?

pipe commands inside find -exec?

Extraneous elements in "Europe countries" list

Single word to change groups

Why doesn't the chatan sign the ketubah?

Why does Surtur say that Thor is Asgard's doom?

How to test the sharpness of a knife?

Does fire aspect on a sword, destroy mob drops?

Isn't the word "experience" wrongly used in this context?



Vectors , finding coefficient


Find coordinates of point that satisfy given conditionsFinding an angle between two vectors without a calculatorUse of determinants for vectors - what is the intuition behind it?Coordinate Systems Transformation(Rectangular to Cylindrical)Finding three new vectors pointing towards the vertices of a regular tetrahedron, with one vector given.Area of paralellogramHow to solve a matrix multiplication that results in zero? F*x = 0Check if three row vectors are linearly dependent or independentMinimization of the distance between 2 vectorsFinding Matrix given an Equation













1












$begingroup$


if (x,y,z) unequal to (0,0,0) and (i + j + 3k)x + ( 3i - 3j +k)y + (-4i + 5j)z = a(xi + yj + zk), then the value of a is



Attempt:
I wrote
$$(x+3y-4z) i + (x-3y+5z) j + (3x+y) k = a (x i + y j + z k)$$
Which gave me
$$
x+3y-4z=ax\
x-3y+5z=ay\
3x+y=az
$$

Now these are 4 unknown and only 3 equations.



Also, i dont know determinant , so please suggest me another way to solve it without using determinants.










share|cite|improve this question











$endgroup$











  • $begingroup$
    Well, my first thought is that you should use the determinant :)
    $endgroup$
    – Matti P.
    Mar 13 at 8:31






  • 1




    $begingroup$
    You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
    $endgroup$
    – Arthur
    Mar 13 at 8:31











  • $begingroup$
    Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
    $endgroup$
    – Matti P.
    Mar 13 at 8:37
















1












$begingroup$


if (x,y,z) unequal to (0,0,0) and (i + j + 3k)x + ( 3i - 3j +k)y + (-4i + 5j)z = a(xi + yj + zk), then the value of a is



Attempt:
I wrote
$$(x+3y-4z) i + (x-3y+5z) j + (3x+y) k = a (x i + y j + z k)$$
Which gave me
$$
x+3y-4z=ax\
x-3y+5z=ay\
3x+y=az
$$

Now these are 4 unknown and only 3 equations.



Also, i dont know determinant , so please suggest me another way to solve it without using determinants.










share|cite|improve this question











$endgroup$











  • $begingroup$
    Well, my first thought is that you should use the determinant :)
    $endgroup$
    – Matti P.
    Mar 13 at 8:31






  • 1




    $begingroup$
    You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
    $endgroup$
    – Arthur
    Mar 13 at 8:31











  • $begingroup$
    Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
    $endgroup$
    – Matti P.
    Mar 13 at 8:37














1












1








1





$begingroup$


if (x,y,z) unequal to (0,0,0) and (i + j + 3k)x + ( 3i - 3j +k)y + (-4i + 5j)z = a(xi + yj + zk), then the value of a is



Attempt:
I wrote
$$(x+3y-4z) i + (x-3y+5z) j + (3x+y) k = a (x i + y j + z k)$$
Which gave me
$$
x+3y-4z=ax\
x-3y+5z=ay\
3x+y=az
$$

Now these are 4 unknown and only 3 equations.



Also, i dont know determinant , so please suggest me another way to solve it without using determinants.










share|cite|improve this question











$endgroup$




if (x,y,z) unequal to (0,0,0) and (i + j + 3k)x + ( 3i - 3j +k)y + (-4i + 5j)z = a(xi + yj + zk), then the value of a is



Attempt:
I wrote
$$(x+3y-4z) i + (x-3y+5z) j + (3x+y) k = a (x i + y j + z k)$$
Which gave me
$$
x+3y-4z=ax\
x-3y+5z=ay\
3x+y=az
$$

Now these are 4 unknown and only 3 equations.



Also, i dont know determinant , so please suggest me another way to solve it without using determinants.







vectors vector-analysis






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 13 at 8:28









Arthur

118k7118201




118k7118201










asked Mar 13 at 8:26









BadguyBadguy

113




113











  • $begingroup$
    Well, my first thought is that you should use the determinant :)
    $endgroup$
    – Matti P.
    Mar 13 at 8:31






  • 1




    $begingroup$
    You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
    $endgroup$
    – Arthur
    Mar 13 at 8:31











  • $begingroup$
    Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
    $endgroup$
    – Matti P.
    Mar 13 at 8:37

















  • $begingroup$
    Well, my first thought is that you should use the determinant :)
    $endgroup$
    – Matti P.
    Mar 13 at 8:31






  • 1




    $begingroup$
    You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
    $endgroup$
    – Arthur
    Mar 13 at 8:31











  • $begingroup$
    Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
    $endgroup$
    – Matti P.
    Mar 13 at 8:37
















$begingroup$
Well, my first thought is that you should use the determinant :)
$endgroup$
– Matti P.
Mar 13 at 8:31




$begingroup$
Well, my first thought is that you should use the determinant :)
$endgroup$
– Matti P.
Mar 13 at 8:31




1




1




$begingroup$
You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
$endgroup$
– Arthur
Mar 13 at 8:31





$begingroup$
You have 4 unknowns and 3 equations, so it's clearly underdetermined. But that's a feature of the original problem as well: if you have one solution, then multiplying each of $x, y, z$ with any non-zero number gives you another solution. So I would just pretend that one of the unknowns (say, $x$) is actually known and solve for the rest.
$endgroup$
– Arthur
Mar 13 at 8:31













$begingroup$
Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
$endgroup$
– Matti P.
Mar 13 at 8:37





$begingroup$
Actually, I would write the equations as $$ left{ beginarrayrrrc (1-a)x&+3y&-4z&=0\ x&-(3+a)y&+5z&=0\ 3x&+y&-az& = 0 endarray right. $$ or in the matrix form $$ left[ beginarrayrrrc (1-a)&3&-4\ 1&-(3+a)&5\ 3&1&-a endarray right] left[ beginarrayc x \ y \ z endarray right] = left[ beginarrayc 0 \ 0 \ 0 endarray right] $$ Now the question becomes: Is there a non-trivial solution to this equation?
$endgroup$
– Matti P.
Mar 13 at 8:37











0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146267%2fvectors-finding-coefficient%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146267%2fvectors-finding-coefficient%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer